ports/65146: [NEW PORT] databases/p5-Class-DBI-Plugin-RetrieveAll: More complex retrieve_all() for Class::DBI

Lars Thegler lars at thegler.dk
Sat Apr 3 23:50:23 UTC 2004


>Number:         65146
>Category:       ports
>Synopsis:       [NEW PORT] databases/p5-Class-DBI-Plugin-RetrieveAll: More complex retrieve_all() for Class::DBI
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 03 15:50:23 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Lars Thegler
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD dask.thegler.dk 4.9-STABLE FreeBSD 4.9-STABLE #2: Wed Nov  5 11:25:36 CET
>Description:
This is a simple plugin to a Class::DBI subclass which provides a
'retrieve_all_sorted_by' method.

WWW: http://search.cpan.org/dist/Class-DBI-Plugin-RetrieveAll/

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

--- p5-Class-DBI-Plugin-RetrieveAll-1.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-Class-DBI-Plugin-RetrieveAll
#	p5-Class-DBI-Plugin-RetrieveAll/Makefile
#	p5-Class-DBI-Plugin-RetrieveAll/distinfo
#	p5-Class-DBI-Plugin-RetrieveAll/pkg-descr
#	p5-Class-DBI-Plugin-RetrieveAll/pkg-plist
#
echo c - p5-Class-DBI-Plugin-RetrieveAll
mkdir -p p5-Class-DBI-Plugin-RetrieveAll > /dev/null 2>&1
echo x - p5-Class-DBI-Plugin-RetrieveAll/Makefile
sed 's/^X//' >p5-Class-DBI-Plugin-RetrieveAll/Makefile << 'END-of-p5-Class-DBI-Plugin-RetrieveAll/Makefile'
X# New ports collection makefile for:	p5-Class-DBI-Plugin-RetrieveAll
X# Date created:				Apr 2 2004
X# Whom:					Lars Thegler <lars at thegler.dk>
X#
X# $FreeBSD$
X
XPORTNAME=	Class-DBI-Plugin-RetrieveAll
XPORTVERSION=	1
XCATEGORIES=	databases perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Class
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	lars at thegler.dk
XCOMMENT=	More complex retrieve_all() for Class::DBI
X
XBUILD_DEPENDS=	${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Class::DBI::Plugin::RetrieveAll.3
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500600
Xpost-patch:
X	${PERL} -pi -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1);$$1/;' \
X		    -e '$$_="" if /use warnings/;' \
X		${WRKSRC}/lib/Class/DBI/Plugin/RetrieveAll.pm
X
Xpost-configure:
X	${PERL} -pi -e 's,/usr/local/,\$$(PREFIX)/,g' ${WRKSRC}/Makefile
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-Class-DBI-Plugin-RetrieveAll/Makefile
echo x - p5-Class-DBI-Plugin-RetrieveAll/distinfo
sed 's/^X//' >p5-Class-DBI-Plugin-RetrieveAll/distinfo << 'END-of-p5-Class-DBI-Plugin-RetrieveAll/distinfo'
XMD5 (Class-DBI-Plugin-RetrieveAll-1.tar.gz) = 90683c19c505813a4640f549d33bd5e4
XSIZE (Class-DBI-Plugin-RetrieveAll-1.tar.gz) = 7984
END-of-p5-Class-DBI-Plugin-RetrieveAll/distinfo
echo x - p5-Class-DBI-Plugin-RetrieveAll/pkg-descr
sed 's/^X//' >p5-Class-DBI-Plugin-RetrieveAll/pkg-descr << 'END-of-p5-Class-DBI-Plugin-RetrieveAll/pkg-descr'
XThis is a simple plugin to a Class::DBI subclass which provides a
X'retrieve_all_sorted_by' method.
X
XWWW: http://search.cpan.org/dist/Class-DBI-Plugin-RetrieveAll/
END-of-p5-Class-DBI-Plugin-RetrieveAll/pkg-descr
echo x - p5-Class-DBI-Plugin-RetrieveAll/pkg-plist
sed 's/^X//' >p5-Class-DBI-Plugin-RetrieveAll/pkg-plist << 'END-of-p5-Class-DBI-Plugin-RetrieveAll/pkg-plist'
X%%SITE_PERL%%/Class/DBI/Plugin/RetrieveAll.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/DBI/Plugin/RetrieveAll/.packlist
X at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/DBI/Plugin/RetrieveAll
X at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/DBI/Plugin 2>/dev/null || true
X at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/DBI 2>/dev/null || true
X at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class 2>/dev/null || true
X at unexec rmdir %D/%%SITE_PERL%%/Class/DBI/Plugin 2>/dev/null || true
X at unexec rmdir %D/%%SITE_PERL%%/Class/DBI 2>/dev/null || true
X at unexec rmdir %D/%%SITE_PERL%%/Class 2>/dev/null || true
END-of-p5-Class-DBI-Plugin-RetrieveAll/pkg-plist
exit
--- p5-Class-DBI-Plugin-RetrieveAll-1.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list