From bartender@absolut.c0decafe.net  Sun Feb 13 02:23:18 2011
Return-Path: <bartender@absolut.c0decafe.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 21A5E106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 13 Feb 2011 02:23:18 +0000 (UTC)
	(envelope-from bartender@absolut.c0decafe.net)
Received: from lebaneseareanetwork.com (lancomlb-1-pt.tunnel.tserv13.ash1.ipv6.he.net [IPv6:2001:470:7:6f2::2])
	by mx1.freebsd.org (Postfix) with ESMTP id B437E8FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 13 Feb 2011 02:23:17 +0000 (UTC)
Received: from absolut.c0decafe.net (cl-1078.lon-02.gb.sixxs.net [IPv6:2a01:348:6:435::2])
	by lebaneseareanetwork.com (8.14.4/8.14.4) with ESMTP id p1D2NDxg027896
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK)
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 13 Feb 2011 04:23:16 +0200 (EET)
	(envelope-from bartender@absolut.c0decafe.net)
Received: from absolut.c0decafe.net (localhost [127.0.0.1])
	by absolut.c0decafe.net (8.14.4/8.14.4) with ESMTP id p1D2N3AP098966
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 13 Feb 2011 04:23:03 +0200 (EET)
	(envelope-from bartender@absolut.c0decafe.net)
Received: (from bartender@localhost)
	by absolut.c0decafe.net (8.14.4/8.14.4/Submit) id p1D2N396098961;
	Sun, 13 Feb 2011 04:23:03 +0200 (EET)
	(envelope-from bartender)
Message-Id: <201102130223.p1D2N396098961@absolut.c0decafe.net>
Date: Sun, 13 Feb 2011 04:23:03 +0200 (EET)
From: "ports@c0decafe.net" <ports@c0decafe.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] databases/p5-Dancer-Plugin-DBIC: DBIx::Class interface for Dancer applications
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         154725
>Category:       ports
>Synopsis:       [NEW PORT] databases/p5-Dancer-Plugin-DBIC: DBIx::Class interface for Dancer applications
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    perl
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 13 02:30:09 UTC 2011
>Closed-Date:    Sun Feb 13 03:24:58 UTC 2011
>Last-Modified:  Sun Feb 13 03:30:12 UTC 2011
>Originator:     ports@c0decafe.net
>Release:        FreeBSD 8.1-RELEASE-p2 amd64
>Organization:
c0decafe networks
>Environment:
System: FreeBSD absolut.c0decafe.net 8.1-RELEASE-p2 FreeBSD 8.1-RELEASE-p2 #2: Sat Dec 11 02:59:34 EET 2010
>Description:
DBIx::Class interface for Dancer applications

WWW:	http://search.cpan.org/dist/Dancer-Plugin-DBIC/

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

--- p5-Dancer-Plugin-DBIC-0.1504.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-Dancer-Plugin-DBIC
#	p5-Dancer-Plugin-DBIC/pkg-descr
#	p5-Dancer-Plugin-DBIC/Makefile
#	p5-Dancer-Plugin-DBIC/pkg-plist
#	p5-Dancer-Plugin-DBIC/distinfo
#
echo c - p5-Dancer-Plugin-DBIC
mkdir -p p5-Dancer-Plugin-DBIC > /dev/null 2>&1
echo x - p5-Dancer-Plugin-DBIC/pkg-descr
sed 's/^X//' >p5-Dancer-Plugin-DBIC/pkg-descr << '6197ecc23c03cae7e6968a851e775d41'
XDBIx::Class interface for Dancer applications
X
XWWW:	http://search.cpan.org/dist/Dancer-Plugin-DBIC/
6197ecc23c03cae7e6968a851e775d41
echo x - p5-Dancer-Plugin-DBIC/Makefile
sed 's/^X//' >p5-Dancer-Plugin-DBIC/Makefile << '293a353c5129cd3fe42fc0038ca8b7d9'
X# New ports collection makefile for:	p5-Dancer-Plugin-DBIC
X# Date created:		2011-02-13
X# Whom:			<ports@c0decafe.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Dancer-Plugin-DBIC
XPORTVERSION=	0.1504
XCATEGORIES=	databases perl5
XMASTER_SITES=	CPAN
XMASTER_SITE_SUBDIR=../../authors/id/I/IR/IRONCAMEL
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	ports@c0decafe.net
XCOMMENT=	DBIx::Class interface for Dancer applications
X
XBUILD_DEPENDS=	p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class\
X		p5-DBIx-Class-Schema-Loader>=0.07002:${PORTSDIR}/databases/p5-DBIx-Class-Schema-Loader\
X		p5-Dancer>=0:${PORTSDIR}/www/p5-Dancer
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Dancer::Plugin::DBIC.3
X
X.include <bsd.port.pre.mk>
X.include <bsd.port.post.mk>
293a353c5129cd3fe42fc0038ca8b7d9
echo x - p5-Dancer-Plugin-DBIC/pkg-plist
sed 's/^X//' >p5-Dancer-Plugin-DBIC/pkg-plist << '496c2b058c16cc59c3daf2b566a15906'
X@comment $FreeBSD$
X%%SITE_PERL%%/Dancer/Plugin/DBIC.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/DBIC/.packlist
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/DBIC
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer
X@dirrmtry %%SITE_PERL%%/Dancer/Plugin
X@dirrmtry %%SITE_PERL%%/Dancer
496c2b058c16cc59c3daf2b566a15906
echo x - p5-Dancer-Plugin-DBIC/distinfo
sed 's/^X//' >p5-Dancer-Plugin-DBIC/distinfo << '6c4153da48b2e3fc9677cbcad00971ff'
XSHA256 (Dancer-Plugin-DBIC-0.1504.tar.gz) = 59961f230955bda6baa40e8757b39766b5c740e523cd7da573b7a2a93f81c08b
XSIZE (Dancer-Plugin-DBIC-0.1504.tar.gz) = 11312
6c4153da48b2e3fc9677cbcad00971ff
exit
--- p5-Dancer-Plugin-DBIC-0.1504.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Feb 13 02:30:16 UTC 2011 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=154725 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun Feb 13 03:24:58 UTC 2011 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/154725: commit references a PR
Date: Sun, 13 Feb 2011 03:25:13 +0000 (UTC)

 miwi        2011-02-13 03:25:08 UTC
 
   FreeBSD ports repository
 
   Modified files:
     databases            Makefile 
   Added files:
     databases/p5-Dancer-Plugin-DBIC Makefile distinfo pkg-descr 
                                     pkg-plist 
   Log:
   DBIx::Class interface for Dancer applications
   
   WWW:    http://search.cpan.org/dist/Dancer-Plugin-DBIC/
   
   PR:             ports/154725
   Submitted by:   "ports@c0decafe.net" <ports@c0decafe.net
   
   Revision  Changes    Path
   1.951     +1 -0      ports/databases/Makefile
   1.1       +26 -0     ports/databases/p5-Dancer-Plugin-DBIC/Makefile (new)
   1.1       +2 -0      ports/databases/p5-Dancer-Plugin-DBIC/distinfo (new)
   1.1       +3 -0      ports/databases/p5-Dancer-Plugin-DBIC/pkg-descr (new)
   1.1       +8 -0      ports/databases/p5-Dancer-Plugin-DBIC/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:
