Date: Fri, 16 May 2003 14:38:36 +0400 (MSD) From: "Alexey V. Antipovsky" <kemm@in-line.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52316: New port: devel/p5-Date-Simple - a simple date object Message-ID: <200305161038.h4GAcalQ037950@redsun.in-line.ru> Resent-Message-ID: <200305161050.h4GAoIuQ004714@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 52316 >Category: ports >Synopsis: New port: devel/p5-Date-Simple - a simple date object >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri May 16 03:50:18 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Alexey V. Antipovsky >Release: FreeBSD 4.8-STABLE i386 >Organization: Inline Technologies >Environment: System: FreeBSD redsun.in-line.ru 4.8-STABLE FreeBSD 4.8-STABLE #3: Tue Apr 22 10:50:16 MSD 2003 root@redsun.in-line.ru:/usr/obj/usr/src/sys/REDSUN i386 >Description: Dates are complex enough without times and timezones. This module may be used to create simple date objects. >How-To-Repeat: >Fix: --- p5-Date-Simple.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: # # . # ./distinfo # ./Makefile # ./pkg-descr # ./pkg-plist # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (Date-Simple-2.04.tar.gz) = 38dfba341d083c5059953eed6225c7cd END-of-./distinfo echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: p5-Date-Simple X# Date created: 15 May 2003 X# Whom: Alexey V. Antipovsky <kemm@in-line.ru> X# X# $FreeBSD$ X# X XPORTNAME= Date-Simple XPORTVERSION= 2.04 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= ../../authors/id/J/JT/JTOBEY XPKGNAMEPREFIX= p5- X XMAINTAINER= kemm@in-line.ru XCOMMENT= Date::Simple - a simple date object X XPERL_CONFIGURE= yes X XMAN3= Date::Simple.3 Date::Simple::NoXS.3 XSITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X X.include <bsd.port.mk> END-of-./Makefile echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XFrom Date::Simple(3) man page: X XDates are complex enough without times and timezones. This module may Xbe used to create simple date objects. It handles: X XValidation: X Reject 1999-02-29 but accept 2000-02-29. XInterval arithmetic: X How many days were between two given dates? What date comes N days X after today? XDay-of-week calculation: X What day of the week is a given date? X XIt does NOT deal with hours, minutes, seconds, and time zones. X XWWW: http://search.cpan.org/search?dist=Date-Simple X X-- XAlexey V. Antipovsky Xkemm@in-line.ru END-of-./pkg-descr echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Date/Simple.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Date/Simple/NoXS.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/Simple/.packlist Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/Simple/Simple.bs Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/Simple/Simple.so X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/Simple X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Date/Simple 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Date 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Date 2>/dev/null || true END-of-./pkg-plist exit --- p5-Date-Simple.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?200305161038.h4GAcalQ037950>