From gslin@colo-p.gslin.org  Wed Jul 15 09:04:23 2009
Return-Path: <gslin@colo-p.gslin.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5ADE41065674
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 15 Jul 2009 09:04:23 +0000 (UTC)
	(envelope-from gslin@colo-p.gslin.org)
Received: from colo-p.gslin.org (60-199-248-145.static.tfn.net.tw [60.199.248.145])
	by mx1.freebsd.org (Postfix) with ESMTP id F2CCE8FC14
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 15 Jul 2009 09:04:22 +0000 (UTC)
	(envelope-from gslin@colo-p.gslin.org)
Received: by colo-p.gslin.org (Postfix, from userid 1000)
	id 5B0887E81B; Wed, 15 Jul 2009 17:04:21 +0800 (CST)
Message-Id: <20090715090421.5B0887E81B@colo-p.gslin.org>
Date: Wed, 15 Jul 2009 17:04:21 +0800 (CST)
From: Gea-Suan Lin <gslin@gslin.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gslin@gslin.org
Subject: [NEW PORT] net/p5-Net-Cassandra: Interface to Cassandra
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         136780
>Category:       ports
>Synopsis:       [NEW PORT] net/p5-Net-Cassandra: Interface to Cassandra
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 15 09:10:01 UTC 2009
>Closed-Date:    Thu Jul 16 21:43:55 UTC 2009
>Last-Modified:  Thu Jul 16 21:50:03 UTC 2009
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 7.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD colo-p.gslin.org 7.1-STABLE FreeBSD 7.1-STABLE #0: Sat Jan 31 21:46:23 UTC 2009
>Description:
This module provides an interface the to Cassandra distributed
database. It uses the Thrift interface. This is changing rapidly and
supports the development version of Cassandra built from Subversion
trunk.

WWW:	http://search.cpan.org/dist/Net-Cassandra/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Net-Cassandra-0.33.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-Net-Cassandra
#	p5-Net-Cassandra/pkg-descr
#	p5-Net-Cassandra/Makefile
#	p5-Net-Cassandra/pkg-plist
#	p5-Net-Cassandra/distinfo
#
echo c - p5-Net-Cassandra
mkdir -p p5-Net-Cassandra > /dev/null 2>&1
echo x - p5-Net-Cassandra/pkg-descr
sed 's/^X//' >p5-Net-Cassandra/pkg-descr << '40956641d937b9e0432c38ec1a52edac'
XThis module provides an interface the to Cassandra distributed
Xdatabase. It uses the Thrift interface. This is changing rapidly and
Xsupports the development version of Cassandra built from Subversion
Xtrunk.
X
XWWW:	http://search.cpan.org/dist/Net-Cassandra/
40956641d937b9e0432c38ec1a52edac
echo x - p5-Net-Cassandra/Makefile
sed 's/^X//' >p5-Net-Cassandra/Makefile << 'a8cd3f3303232e6c978818a3914f62d9'
X# New ports collection makefile for:	p5-Net-Cassandra
X# Date created:		2009-07-15
X# Whom:			Gea-Suan Lin <gslin@gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Net-Cassandra
XPORTVERSION=	0.33
XCATEGORIES=	net perl5
XMASTER_SITES=	CPAN
XMASTER_SITE_SUBDIR=	Net
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	gslin@gslin.org
XCOMMENT=	Interface to Cassandra
X
XRUN_DEPENDS=	p5-Moose>0:${PORTSDIR}/devel/p5-Moose \
X		p5-MooseX-StrictConstructor>0:${PORTSDIR}/devel/p5-MooseX-StrictConstructor
X
XMAN3=		Net::Cassandra.3
XPERL_CONFIGURE=	yes
X
X.include <bsd.port.mk>
a8cd3f3303232e6c978818a3914f62d9
echo x - p5-Net-Cassandra/pkg-plist
sed 's/^X//' >p5-Net-Cassandra/pkg-plist << 'fb836459545cc4ae099484ab8fe6a921'
X@comment $FreeBSD$
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Cassandra/.packlist
X%%SITE_PERL%%/Net/Cassandra.pm
X%%SITE_PERL%%/Net/Cassandra/Backend/Cassandra.pm
X%%SITE_PERL%%/Net/Cassandra/Backend/Constants.pm
X%%SITE_PERL%%/Net/Cassandra/Backend/Thrift.pm
X%%SITE_PERL%%/Net/Cassandra/Backend/Thrift/BinaryProtocol.pm
X%%SITE_PERL%%/Net/Cassandra/Backend/Thrift/BufferedTransport.pm
X%%SITE_PERL%%/Net/Cassandra/Backend/Thrift/FramedTransport.pm
X%%SITE_PERL%%/Net/Cassandra/Backend/Thrift/HttpClient.pm
X%%SITE_PERL%%/Net/Cassandra/Backend/Thrift/MemoryBuffer.pm
X%%SITE_PERL%%/Net/Cassandra/Backend/Thrift/Protocol.pm
X%%SITE_PERL%%/Net/Cassandra/Backend/Thrift/Socket.pm
X%%SITE_PERL%%/Net/Cassandra/Backend/Thrift/Transport.pm
X%%SITE_PERL%%/Net/Cassandra/Backend/Types.pm
X@dirrmtry %%SITE_PERL%%/Net/Cassandra/Backend/Thrift
X@dirrmtry %%SITE_PERL%%/Net/Cassandra/Backend
X@dirrmtry %%SITE_PERL%%/Net/Cassandra
X@dirrmtry %%SITE_PERL%%/Net
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Cassandra
fb836459545cc4ae099484ab8fe6a921
echo x - p5-Net-Cassandra/distinfo
sed 's/^X//' >p5-Net-Cassandra/distinfo << '84146e6ee98c3998cbac94dbe18e382b'
XMD5 (Net-Cassandra-0.33.tar.gz) = 62a69007d46e3a2e33a5d4882f13b939
XSHA256 (Net-Cassandra-0.33.tar.gz) = 78b2cfa509d2263fa7405f6c63ba11be2df38ad87bf1f4da81ae5be43ace692a
XSIZE (Net-Cassandra-0.33.tar.gz) = 22210
84146e6ee98c3998cbac94dbe18e382b
exit
--- p5-Net-Cassandra-0.33.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Wed Jul 15 11:14:36 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136780 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Thu Jul 16 21:43:54 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136780 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/136780: commit references a PR
Date: Thu, 16 Jul 2009 21:44:17 +0000 (UTC)

 miwi        2009-07-16 21:44:07 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net                  Makefile 
   Added files:
     net/p5-Net-Cassandra Makefile distinfo pkg-descr pkg-plist 
   Log:
   This module provides an interface the to Cassandra distributed
   database. It uses the Thrift interface. This is changing rapidly and
   supports the development version of Cassandra built from Subversion
   trunk.
   
   WWW:    http://search.cpan.org/dist/Net-Cassandra/
   
   PR:             ports/136780
   Submitted by:   Gea-Suan Lin <gslin at gslin.org>
   
   Revision  Changes    Path
   1.2124    +1 -0      ports/net/Makefile
   1.1       +24 -0     ports/net/p5-Net-Cassandra/Makefile (new)
   1.1       +3 -0      ports/net/p5-Net-Cassandra/distinfo (new)
   1.1       +6 -0      ports/net/p5-Net-Cassandra/pkg-descr (new)
   1.1       +20 -0     ports/net/p5-Net-Cassandra/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
