# 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-DateTime-Format-MySQL # p5-DateTime-Format-MySQL/Makefile # p5-DateTime-Format-MySQL/distinfo # p5-DateTime-Format-MySQL/pkg-descr # p5-DateTime-Format-MySQL/pkg-plist # echo c - p5-DateTime-Format-MySQL mkdir -p p5-DateTime-Format-MySQL > /dev/null 2>&1 echo x - p5-DateTime-Format-MySQL/Makefile sed 's/^X//' >p5-DateTime-Format-MySQL/Makefile << 'END-of-p5-DateTime-Format-MySQL/Makefile' X# New ports collection makefile for: p5-DateTime-Format-MySQL X# Date created: 2 july 2003 X# Whom: Mathieu Arnold X# X# $FreeBSD$ X# X XPORTNAME= DateTime-Format-MySQL XPORTVERSION= 0.03 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= DateTime XPKGNAMEPREFIX= p5- X XMAINTAINER= m@absolight.net XCOMMENT= Parse and format MySQL dates and times X XRUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ X ${SITE_PERL}/DateTime/Format/Builder.pm:${PORTSDIR}/devel/p5-DateTime-Format-Builder XBUILD_DEPENDS= ${RUN_DEPENDS} \ X ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build X XPERL_CONFIGURE= yes X X.include END-of-p5-DateTime-Format-MySQL/Makefile echo x - p5-DateTime-Format-MySQL/distinfo sed 's/^X//' >p5-DateTime-Format-MySQL/distinfo << 'END-of-p5-DateTime-Format-MySQL/distinfo' XMD5 (DateTime-Format-MySQL-0.03.tar.gz) = 787963146a22c7ea2697f2fef4e851cb END-of-p5-DateTime-Format-MySQL/distinfo echo x - p5-DateTime-Format-MySQL/pkg-descr sed 's/^X//' >p5-DateTime-Format-MySQL/pkg-descr << 'END-of-p5-DateTime-Format-MySQL/pkg-descr' XThis module understands the formats used by MySQL for its DATE, DATETIME, TIME, Xand TIMESTAMP data types. It can be used to parse these formats in order to Xcreate DateTime objects, and it can take a DateTime object and produce a string Xrepresenting it in the MySQL format. X XWWW: http://datetime.perl.org/ END-of-p5-DateTime-Format-MySQL/pkg-descr echo x - p5-DateTime-Format-MySQL/pkg-plist sed 's/^X//' >p5-DateTime-Format-MySQL/pkg-plist << 'END-of-p5-DateTime-Format-MySQL/pkg-plist' X%%SITE_PERL%%/DateTime/Format/MySQL.pm X@unexec rmdir %D/%%SITE_PERL%%/DateTime/Format 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/DateTime 2>/dev/null || true END-of-p5-DateTime-Format-MySQL/pkg-plist exit