Date: Wed, 17 Nov 1999 09:43:35 -0500 (EST) From: jedgar@fxp.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/14947: New port: databases/p5-MyObject Message-ID: <19991117144335.AD4F99B1C@pawn.primelocation.net>
next in thread | raw e-mail | index | archive | help
>Number: 14947 >Category: ports >Synopsis: New port: databases/p5-MyObject >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Nov 17 06:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Chris D. Faulhaber >Release: FreeBSD 3.3-STABLE i386 >Organization: BUGO - BSD Users Group of Orlando >Environment: FreeBSD 3.3-STABLE i386 >Description: New port: databases/p5-MyObject MyObject accesses data in a MySQL database as Perl objects >How-To-Repeat: >Fix: # 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-MyObject # p5-MyObject/Makefile # p5-MyObject/files # p5-MyObject/files/md5 # p5-MyObject/pkg # p5-MyObject/pkg/PLIST # p5-MyObject/pkg/COMMENT # p5-MyObject/pkg/DESCR # echo c - p5-MyObject mkdir -p p5-MyObject > /dev/null 2>&1 echo x - p5-MyObject/Makefile sed 's/^X//' >p5-MyObject/Makefile << 'END-of-p5-MyObject/Makefile' X# New ports collection makefile for: p5-MyObject X# Version required: 1.0 X# Date created: 14 November 1999 X# Whom: Chris D. Faulhaber <jedgar@fxp.org> X# X# $FreeBSD$ X# X XDISTNAME= MyObject.pm XPKGNAME= p5-MyObject-1.0 XCATEGORIES= databases perl5 XMASTER_SITES= http://www.frontierworld.com/perl/ XEXTRACT_SUFX= X XMAINTAINER= jedgar@fxp.org X XBUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-Mysql X XUSE_PERL5= yes XPOD2MAN= /usr/bin/pod2man XNO_BUILD= yes X XMAN3= MyObject.3 X Xdo-extract: X @${MKDIR} ${WRKSRC} X @${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC} X @(cd ${WRKSRC}; ${POD2MAN} MyObject.pm > MyObject.3) X Xdo-install: X ${INSTALL_DATA} ${WRKSRC}/MyObject.pm ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH} X ${INSTALL_MAN} ${WRKSRC}/MyObject.3 ${PREFIX}/man/man3 X X.include <bsd.port.mk> END-of-p5-MyObject/Makefile echo c - p5-MyObject/files mkdir -p p5-MyObject/files > /dev/null 2>&1 echo x - p5-MyObject/files/md5 sed 's/^X//' >p5-MyObject/files/md5 << 'END-of-p5-MyObject/files/md5' XMD5 (MyObject.pm) = 34c7728af17b98ddc27e4757d276b0a9 END-of-p5-MyObject/files/md5 echo c - p5-MyObject/pkg mkdir -p p5-MyObject/pkg > /dev/null 2>&1 echo x - p5-MyObject/pkg/PLIST sed 's/^X//' >p5-MyObject/pkg/PLIST << 'END-of-p5-MyObject/pkg/PLIST' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/MyObject.pm END-of-p5-MyObject/pkg/PLIST echo x - p5-MyObject/pkg/COMMENT sed 's/^X//' >p5-MyObject/pkg/COMMENT << 'END-of-p5-MyObject/pkg/COMMENT' XMyObject accesses data in a MySQL database as Perl objects END-of-p5-MyObject/pkg/COMMENT echo x - p5-MyObject/pkg/DESCR sed 's/^X//' >p5-MyObject/pkg/DESCR << 'END-of-p5-MyObject/pkg/DESCR' XMyObject accesses data in a MySQL database as Perl objects X XWWW: http://www.frontierworld.com/MyObject.html X X- Chris D. Faulhaber Xjedgar@fxp.org END-of-p5-MyObject/pkg/DESCR exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991117144335.AD4F99B1C>