Date: Thu, 26 Jun 2003 16:26:10 +0200 (CEST) From: Mathieu Arnold <m@absolight.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: m@absolight.net Subject: ports/53777: new port devel/p5-DateTime-Set Message-ID: <20030626142610.9CDF07D61@aragorn.reaumur.absolight.net> Resent-Message-ID: <200306261430.h5QEUFP3011572@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 53777 >Category: ports >Synopsis: new port devel/p5-DateTime-Set >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: Thu Jun 26 07:30:14 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Mathieu Arnold >Release: FreeBSD 4.8-RELEASE i386 >Organization: Absolight >Environment: System: FreeBSD aragorn.reaumur.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 10 13:45:07 CEST 2003 root@aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386 >Description: new port devel/p5-DateTime-Set DateTime::Set is a module for date/time sets. It can be used to handle two different types of sets. The first is a fixed set of predefined datetime objects. For example, if we wanted to create a set of dates containing the birthdays of people in our family. The second type of set that it can handle is one based on the idea of a recurrence, such as "every Wednesday", or "noon on the 15th day of every month". This type of set can have fixed starting and ending datetimes, but neither is required. So our "every Wednesday set" could be "every Wednesday from the beginning of time until the end of time", or "every Wednesday after 2003-03-05 until the end of time", or "every Wednesday between 2003-03-05 and 2004-01-07". >How-To-Repeat: >Fix: --- p5-DateTime-Set.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-DateTime-Set # p5-DateTime-Set/Makefile # p5-DateTime-Set/distinfo # p5-DateTime-Set/pkg-descr # p5-DateTime-Set/pkg-plist # echo c - p5-DateTime-Set mkdir -p p5-DateTime-Set > /dev/null 2>&1 echo x - p5-DateTime-Set/Makefile sed 's/^X//' >p5-DateTime-Set/Makefile << 'END-of-p5-DateTime-Set/Makefile' X# New ports collection makefile for: p5-DateTime-Set X# Date created: 26 june 2003 X# Whom: Mathieu Arnold <m@absolight.net> X# X# $FreeBSD$ X# X XPORTNAME= DateTime-Set XPORTVERSION= 0.08 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= DateTime XPKGNAMEPREFIX= p5- X XMAINTAINER= m@absolight.net XCOMMENT= Datetime sets and set math X XBUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ X ${SITE_PERL}/Set/Infinite.pm:${PORTSDIR}/devel/p5-Set-Infinite XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= DateTime::Set.3 DateTime::Span.3 \ X DateTime::SpanSet.3 X X.include <bsd.port.pre.mk> X X# Because p5-Set-Infinite needs 5.6.1 X.if ${PERL_LEVEL} < 500601 XIGNORE="Need at least perl 5.6.1 to build" X.endif X X.include <bsd.port.post.mk> END-of-p5-DateTime-Set/Makefile echo x - p5-DateTime-Set/distinfo sed 's/^X//' >p5-DateTime-Set/distinfo << 'END-of-p5-DateTime-Set/distinfo' XMD5 (DateTime-Set-0.08.tar.gz) = 945edd9129d9ffacb8d2d55ae65e5d87 END-of-p5-DateTime-Set/distinfo echo x - p5-DateTime-Set/pkg-descr sed 's/^X//' >p5-DateTime-Set/pkg-descr << 'END-of-p5-DateTime-Set/pkg-descr' XDateTime::Set is a module for date/time sets. It can be used to handle two Xdifferent types of sets. X XThe first is a fixed set of predefined datetime objects. For example, if we Xwanted to create a set of dates containing the birthdays of people in our Xfamily. X XThe second type of set that it can handle is one based on the idea of a Xrecurrence, such as "every Wednesday", or "noon on the 15th day of every Xmonth". This type of set can have fixed starting and ending datetimes, but Xneither is required. So our "every Wednesday set" could be "every Wednesday Xfrom the beginning of time until the end of time", or "every Wednesday after X2003-03-05 until the end of time", or "every Wednesday between 2003-03-05 and X2004-01-07". X XWWW: http://datetime.perl.org/ END-of-p5-DateTime-Set/pkg-descr echo x - p5-DateTime-Set/pkg-plist sed 's/^X//' >p5-DateTime-Set/pkg-plist << 'END-of-p5-DateTime-Set/pkg-plist' X%%SITE_PERL%%/DateTime/Set.pm X%%SITE_PERL%%/DateTime/Span.pm X%%SITE_PERL%%/DateTime/SpanSet.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Set/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Set X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/DateTime 2>/dev/null || true END-of-p5-DateTime-Set/pkg-plist exit --- p5-DateTime-Set.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030626142610.9CDF07D61>