From amuhametov@monitoring.rambler.ru  Fri Jul  5 13:02:03 2013
Return-Path: <amuhametov@monitoring.rambler.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 5B82625F
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  5 Jul 2013 13:02:03 +0000 (UTC)
	(envelope-from amuhametov@monitoring.rambler.ru)
Received: from monitoring.rambler.ru (monitoring.rambler.ru [81.19.75.233])
	by mx1.freebsd.org (Postfix) with ESMTP id D012C1C0C
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  5 Jul 2013 13:02:02 +0000 (UTC)
Received: from monitoring.rambler.ru (localhost [127.0.0.1])
	by monitoring.rambler.ru (8.14.4/8.14.4) with ESMTP id r65D212f009236
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 5 Jul 2013 17:02:01 +0400 (MSK)
	(envelope-from amuhametov@monitoring.rambler.ru)
Received: (from amuhametov@localhost)
	by monitoring.rambler.ru (8.14.4/8.14.4/Submit) id r65D21QW009235;
	Fri, 5 Jul 2013 17:02:01 +0400 (MSK)
	(envelope-from amuhametov)
Message-Id: <201307051302.r65D21QW009235@monitoring.rambler.ru>
Date: Fri, 5 Jul 2013 17:02:01 +0400 (MSK)
From: Anes Mukhametov <anes@anes.su>
Reply-To: Anes Mukhametov <anes@anes.su>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: databases/p5-DBIx-Class-CustomPrefetch
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         180313
>Category:       ports
>Synopsis:       New port: databases/p5-DBIx-Class-CustomPrefetch
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    mat
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 05 13:10:01 UTC 2013
>Closed-Date:    Thu Aug 22 14:44:33 UTC 2013
>Last-Modified:  Thu Aug 22 15:50:00 UTC 2013
>Originator:     Anes Mukhametov
>Release:        
>Organization:
>Environment:
>Description:
	New port: databases/p5-DBIx-Class-CustomPrefetch	
	Custom prefetches for DBIx::Class. 
	Requires: ports/180306
>How-To-Repeat:
>Fix:

--- p5-DBIx-Class-CustomPrefetch.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-DBIx-Class-CustomPrefetch
#	p5-DBIx-Class-CustomPrefetch/pkg-descr
#	p5-DBIx-Class-CustomPrefetch/distinfo
#	p5-DBIx-Class-CustomPrefetch/Makefile
#	p5-DBIx-Class-CustomPrefetch/pkg-plist
#
echo c - p5-DBIx-Class-CustomPrefetch
mkdir -p p5-DBIx-Class-CustomPrefetch > /dev/null 2>&1
echo x - p5-DBIx-Class-CustomPrefetch/pkg-descr
sed 's/^X//' >p5-DBIx-Class-CustomPrefetch/pkg-descr << 'd0599b3b259264946d02e1aa2e30148f'
XDBIx::Class onle allows joins for prefetches.
XBut sometimes you can't use JOIN for prefetch.
XE.g. for prefetching many related objects to resultset with paging.
X
XAlso you can use this module to create cross-database prefetches.
X
XThis module provides other logic for prefetching data to resultsets.
X
XWWW: http://search.cpan.org/dist/DBIx-Class-CustomPrefetch/
d0599b3b259264946d02e1aa2e30148f
echo x - p5-DBIx-Class-CustomPrefetch/distinfo
sed 's/^X//' >p5-DBIx-Class-CustomPrefetch/distinfo << '01f97a8f99c0441e0c90fef4eb2e5867'
XSHA256 (DBIx-Class-CustomPrefetch-0.09.tar.gz) = 1374a8225f5cf6c1a9a4c7cdf9553b9acece14cf17da13f544a90c027c670661
XSIZE (DBIx-Class-CustomPrefetch-0.09.tar.gz) = 55709
01f97a8f99c0441e0c90fef4eb2e5867
echo x - p5-DBIx-Class-CustomPrefetch/Makefile
sed 's/^X//' >p5-DBIx-Class-CustomPrefetch/Makefile << '8a4e101c620efbb1bae301a77f01fd5f'
X# Created by: Anes Mukhametov <anes@anes.su>
X# $FreeBSD$
X
XPORTNAME=	DBIx-Class-CustomPrefetch
XPORTVERSION=	0.09
XCATEGORIES=	databases perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	anes@anes.su
XCOMMENT=	Custom prefetches for DBIx::Class
X
XBUILD_DEPENDS=	p5-parent>=0:${PORTSDIR}/devel/p5-parent \
X		p5-Module-Load>=0:${PORTSDIR}/devel/p5-Module-Load \
X		p5-DBIx-Class-VirtualColumns>=0:${PORTSDIR}/databases/p5-DBIx-Class-VirtualColumns \
X		p5-Sub-Name>=0:${PORTSDIR}/devel/p5-Sub-Name \
X		p5-DBIx-Class>=0.081:${PORTSDIR}/databases/p5-DBIx-Class
XRUN_DEPENDS=	p5-parent>=0:${PORTSDIR}/devel/p5-parent \
X		p5-Module-Load>=0:${PORTSDIR}/devel/p5-Module-Load \
X		p5-DBIx-Class-VirtualColumns>=0:${PORTSDIR}/databases/p5-DBIx-Class-VirtualColumns \
X		p5-Sub-Name>=0:${PORTSDIR}/devel/p5-Sub-Name \
X		p5-DBIx-Class>=0.081:${PORTSDIR}/databases/p5-DBIx-Class
X
XPERL_CONFIGURE=	YES
X
XMAN3=	DBIx::Class::CustomPrefetch.3 DBIx::Class::ResultSet::CustomPrefetch.3
X
X.include <bsd.port.mk>
8a4e101c620efbb1bae301a77f01fd5f
echo x - p5-DBIx-Class-CustomPrefetch/pkg-plist
sed 's/^X//' >p5-DBIx-Class-CustomPrefetch/pkg-plist << 'd6bf7347f88e33f02b7d743d6ee55a39'
X%%SITE_PERL%%/DBIx/Class/CustomPrefetch.pm
X%%SITE_PERL%%/DBIx/Class/ResultSet/CustomPrefetch.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/CustomPrefetch/.packlist
X@dirrmtry %%SITE_PERL%%/DBIx/Class/ResultSet
X@dirrmtry %%SITE_PERL%%/DBIx/Class
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/CustomPrefetch
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class
d6bf7347f88e33f02b7d743d6ee55a39
exit
--- p5-DBIx-Class-CustomPrefetch.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Jul 5 13:10:21 UTC 2013 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=180313 
Responsible-Changed-From-To: perl->mat 
Responsible-Changed-By: mat 
Responsible-Changed-When: Wed Aug 21 15:08:22 UTC 2013 
Responsible-Changed-Why:  
Take 

http://www.freebsd.org/cgi/query-pr.cgi?pr=180313 
State-Changed-From-To: open->closed 
State-Changed-By: mat 
State-Changed-When: Thu Aug 22 14:44:30 UTC 2013 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/180313: commit references a PR
Date: Thu, 22 Aug 2013 15:41:17 +0000 (UTC)

 Author: mat
 Date: Thu Aug 22 14:44:05 2013
 New Revision: 325201
 URL: http://svnweb.freebsd.org/changeset/ports/325201
 
 Log:
   Custom prefetches for DBIx::Class.
   
   PR:		ports/180313
   Submitted by:	Anes Mukhametov <anes@anes.su>
 
 Added:
   head/databases/p5-DBIx-Class-CustomPrefetch/
   head/databases/p5-DBIx-Class-CustomPrefetch/Makefile   (contents, props changed)
   head/databases/p5-DBIx-Class-CustomPrefetch/distinfo   (contents, props changed)
   head/databases/p5-DBIx-Class-CustomPrefetch/pkg-descr   (contents, props changed)
   head/databases/p5-DBIx-Class-CustomPrefetch/pkg-plist   (contents, props changed)
 Modified:
   head/databases/Makefile
 
 Modified: head/databases/Makefile
 ==============================================================================
 --- head/databases/Makefile	Thu Aug 22 14:41:50 2013	(r325200)
 +++ head/databases/Makefile	Thu Aug 22 14:44:05 2013	(r325201)
 @@ -341,6 +341,7 @@
      SUBDIR += p5-DBIx-Class-AsFdat
      SUBDIR += p5-DBIx-Class-Candy
      SUBDIR += p5-DBIx-Class-Cursor-Cached
 +    SUBDIR += p5-DBIx-Class-CustomPrefetch
      SUBDIR += p5-DBIx-Class-DateTime-Epoch
      SUBDIR += p5-DBIx-Class-DeploymentHandler
      SUBDIR += p5-DBIx-Class-DigestColumns
 
 Added: head/databases/p5-DBIx-Class-CustomPrefetch/Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/databases/p5-DBIx-Class-CustomPrefetch/Makefile	Thu Aug 22 14:44:05 2013	(r325201)
 @@ -0,0 +1,29 @@
 +# Created by: Anes Mukhametov <anes@anes.su>
 +# $FreeBSD$
 +
 +PORTNAME=	DBIx-Class-CustomPrefetch
 +PORTVERSION=	0.09
 +CATEGORIES=	databases perl5
 +MASTER_SITES=	CPAN
 +PKGNAMEPREFIX=	p5-
 +
 +MAINTAINER=	anes@anes.su
 +COMMENT=	Custom prefetches for DBIx::Class
 +
 +BUILD_DEPENDS=	p5-parent>=0:${PORTSDIR}/devel/p5-parent \
 +		p5-Module-Load>=0:${PORTSDIR}/devel/p5-Module-Load \
 +		p5-DBIx-Class-VirtualColumns>=0:${PORTSDIR}/databases/p5-DBIx-Class-VirtualColumns \
 +		p5-Sub-Name>=0:${PORTSDIR}/devel/p5-Sub-Name \
 +		p5-DBIx-Class>=0.081:${PORTSDIR}/databases/p5-DBIx-Class
 +RUN_DEPENDS=	p5-parent>=0:${PORTSDIR}/devel/p5-parent \
 +		p5-Module-Load>=0:${PORTSDIR}/devel/p5-Module-Load \
 +		p5-DBIx-Class-VirtualColumns>=0:${PORTSDIR}/databases/p5-DBIx-Class-VirtualColumns \
 +		p5-Sub-Name>=0:${PORTSDIR}/devel/p5-Sub-Name \
 +		p5-DBIx-Class>=0.081:${PORTSDIR}/databases/p5-DBIx-Class
 +
 +USES=		perl5
 +USE_PERL5=	configure
 +
 +MAN3=	DBIx::Class::CustomPrefetch.3 DBIx::Class::ResultSet::CustomPrefetch.3
 +
 +.include <bsd.port.mk>
 
 Added: head/databases/p5-DBIx-Class-CustomPrefetch/distinfo
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/databases/p5-DBIx-Class-CustomPrefetch/distinfo	Thu Aug 22 14:44:05 2013	(r325201)
 @@ -0,0 +1,2 @@
 +SHA256 (DBIx-Class-CustomPrefetch-0.09.tar.gz) = 1374a8225f5cf6c1a9a4c7cdf9553b9acece14cf17da13f544a90c027c670661
 +SIZE (DBIx-Class-CustomPrefetch-0.09.tar.gz) = 55709
 
 Added: head/databases/p5-DBIx-Class-CustomPrefetch/pkg-descr
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/databases/p5-DBIx-Class-CustomPrefetch/pkg-descr	Thu Aug 22 14:44:05 2013	(r325201)
 @@ -0,0 +1,9 @@
 +DBIx::Class onle allows joins for prefetches.
 +But sometimes you can't use JOIN for prefetch.
 +E.g. for prefetching many related objects to resultset with paging.
 +
 +Also you can use this module to create cross-database prefetches.
 +
 +This module provides other logic for prefetching data to resultsets.
 +
 +WWW: http://search.cpan.org/dist/DBIx-Class-CustomPrefetch/
 
 Added: head/databases/p5-DBIx-Class-CustomPrefetch/pkg-plist
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/databases/p5-DBIx-Class-CustomPrefetch/pkg-plist	Thu Aug 22 14:44:05 2013	(r325201)
 @@ -0,0 +1,7 @@
 +%%SITE_PERL%%/DBIx/Class/CustomPrefetch.pm
 +%%SITE_PERL%%/DBIx/Class/ResultSet/CustomPrefetch.pm
 +%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/CustomPrefetch/.packlist
 +@dirrmtry %%SITE_PERL%%/DBIx/Class/ResultSet
 +@dirrmtry %%SITE_PERL%%/DBIx/Class
 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/CustomPrefetch
 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
