From owner-freebsd-ports Thu Jul 5 22:40: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 02EC537B408 for ; Thu, 5 Jul 2001 22:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f665e1f34556; Thu, 5 Jul 2001 22:40:01 -0700 (PDT) (envelope-from gnats) Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id 6D2B237B411 for ; Thu, 5 Jul 2001 22:36:41 -0700 (PDT) (envelope-from gshapiro@gshapiro.net) Received: from horsey.gshapiro.net (gshapiro@localhost [127.0.0.1]) by horsey.gshapiro.net (8.12.0.Beta13/8.12.0.Beta13) with ESMTP id f665aeTh029474 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Thu, 5 Jul 2001 22:36:40 -0700 (PDT) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.12.0.Beta13/8.12.0.Beta13) id f665aeXL029469; Thu, 5 Jul 2001 22:36:40 -0700 (PDT) Message-Id: <200107060536.f665aeXL029469@horsey.gshapiro.net> Date: Thu, 5 Jul 2001 22:36:40 -0700 (PDT) From: Gregory Neil Shapiro Reply-To: Gregory Neil Shapiro To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28757: New port: p5-Date-Pcalc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28757 >Category: ports >Synopsis: New port: p5-Date-Pcalc >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 05 22:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Gregory Neil Shapiro >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD horsey.gshapiro.net 4.3-STABLE FreeBSD 4.3-STABLE #12: Tue Jun 26 22:39:28 PDT 2001 gshapiro@horsey.gshapiro.net:/home/FreeBSD/RELENG_4/obj/sys/HORSEY i386 >Description: This Perl module is a direct translation of Steffen Beyer's excellent Date::Calc module to use Perl only instead of a combination of Perl and C. This package consists of a Perl module for all kinds of date calculations based on the Gregorian calendar (the one used in all western countries today), thereby complying with all relevant norms and standards: ISO/R 2015-1971, DIN 1355 and, to some extent, ISO 8601 (where applicable). WWW: http://catcode.com/date/pcalc.html >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-Date-Pcalc # p5-Date-Pcalc/Makefile # p5-Date-Pcalc/distinfo # p5-Date-Pcalc/pkg-comment # p5-Date-Pcalc/pkg-descr # p5-Date-Pcalc/pkg-plist # echo c - p5-Date-Pcalc mkdir -p p5-Date-Pcalc > /dev/null 2>&1 echo x - p5-Date-Pcalc/Makefile sed 's/^X//' >p5-Date-Pcalc/Makefile << 'END-of-p5-Date-Pcalc/Makefile' X# New ports collection makefile for: p5-Date-Pcalc X# Date created: 5 July 2001 X# Whom: Gregory Shapiro X# X# $FreeBSD$ X# X XPORTNAME= Date-Pcalc XPORTVERSION= 1.2 XCATEGORIES= devel perl5 XMASTER_SITES= ftp://catcode.com/pub/date/ \ X http://www.engelschall.com/u/sb/download/pkg/ XPKGNAMEPREFIX= p5- X XPERL_CONFIGURE= yes X XMAN3= Date::Pcalc.3 XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X X.include END-of-p5-Date-Pcalc/Makefile echo x - p5-Date-Pcalc/distinfo sed 's/^X//' >p5-Date-Pcalc/distinfo << 'END-of-p5-Date-Pcalc/distinfo' XMD5 (Date-Pcalc-1.2.tar.gz) = 1c09a09337c7d2e18a17898ca577c644 END-of-p5-Date-Pcalc/distinfo echo x - p5-Date-Pcalc/pkg-comment sed 's/^X//' >p5-Date-Pcalc/pkg-comment << 'END-of-p5-Date-Pcalc/pkg-comment' XGregorian calendar date calculations END-of-p5-Date-Pcalc/pkg-comment echo x - p5-Date-Pcalc/pkg-descr sed 's/^X//' >p5-Date-Pcalc/pkg-descr << 'END-of-p5-Date-Pcalc/pkg-descr' XThis Perl module is a direct translation of Steffen Beyer's excellent XDate::Calc module to use Perl only instead of a combination of Perl and C. X XThis package consists of a Perl module for all kinds of date calculations Xbased on the Gregorian calendar (the one used in all western countries Xtoday), thereby complying with all relevant norms and standards: XISO/R 2015-1971, DIN 1355 and, to some extent, ISO 8601 (where applicable). X XWWW: http://catcode.com/date/pcalc.html END-of-p5-Date-Pcalc/pkg-descr echo x - p5-Date-Pcalc/pkg-plist sed 's/^X//' >p5-Date-Pcalc/pkg-plist << 'END-of-p5-Date-Pcalc/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/Date/Pcalc.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/Pcalc/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/Pcalc 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%%/Date 2>/dev/null || true END-of-p5-Date-Pcalc/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message