From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 1 03:00:32 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E75037B401 for ; Tue, 1 Jul 2003 03:00:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9704944017 for ; Tue, 1 Jul 2003 03:00:30 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h61A0UUp002106 for ; Tue, 1 Jul 2003 03:00:30 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h61A0Uj0002105; Tue, 1 Jul 2003 03:00:30 -0700 (PDT) Resent-Date: Tue, 1 Jul 2003 03:00:30 -0700 (PDT) Resent-Message-Id: <200307011000.h61A0Uj0002105@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mathieu Arnold Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 835D737B404 for ; Tue, 1 Jul 2003 02:56:42 -0700 (PDT) Received: from mx3.absolight.com (mx3.absolight.net [212.43.217.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 136F54403F for ; Tue, 1 Jul 2003 02:56:37 -0700 (PDT) (envelope-from mat@aragorn.reaumur.absolight.net) Received: by mx3.absolight.com (Postfix, from userid 1007) id 833642A78; Tue, 1 Jul 2003 11:56:36 +0200 (CEST) Received: from aragorn.reaumur.absolight.net (aragorn.reaumur.absolight.net [212.43.217.58]) by mx3.absolight.com (Postfix) with ESMTP id 1369D2A43; Tue, 1 Jul 2003 11:56:36 +0200 (CEST) Received: by aragorn.reaumur.absolight.net (Postfix, from userid 1000) id 0B9BD7E6D; Tue, 1 Jul 2003 11:56:35 +0200 (CEST) Message-Id: <20030701095635.0B9BD7E6D@aragorn.reaumur.absolight.net> Date: Tue, 1 Jul 2003 11:56:35 +0200 (CEST) From: Mathieu Arnold To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: m@absolight.net Subject: ports/53956: new port devel/p5-DateTime-Calendar-Pataphysical X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mathieu Arnold List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2003 10:00:32 -0000 >Number: 53956 >Category: ports >Synopsis: new port devel/p5-DateTime-Calendar-Pataphysical >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: Tue Jul 01 03:00:29 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: DateTime::Calendar::Pataphysical is the implementation of the pataphysical calendar. Each year in this calendar contains 13 months of 29 days. This regularity makes this a convenient alternative for the irregular Gregorian calendar. >How-To-Repeat: >Fix: --- p5-DateTime-Calendar-Pataphysical.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-Calendar-Pataphysical # p5-DateTime-Calendar-Pataphysical/Makefile # p5-DateTime-Calendar-Pataphysical/distinfo # p5-DateTime-Calendar-Pataphysical/pkg-descr # p5-DateTime-Calendar-Pataphysical/pkg-plist # echo c - p5-DateTime-Calendar-Pataphysical mkdir -p p5-DateTime-Calendar-Pataphysical > /dev/null 2>&1 echo x - p5-DateTime-Calendar-Pataphysical/Makefile sed 's/^X//' >p5-DateTime-Calendar-Pataphysical/Makefile << 'END-of-p5-DateTime-Calendar-Pataphysical/Makefile' X# New ports collection makefile for: p5-DateTime-Calendar-Pataphysical X# Date created: 1 july 2003 X# Whom: Mathieu Arnold X# X# $FreeBSD$ X# X XPORTNAME= DateTime-Calendar-Pataphysical XPORTVERSION= 0.02 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= DateTime XPKGNAMEPREFIX= p5- X XMAINTAINER= m@absolight.net XCOMMENT= Dates in the pataphysical calendar X XBUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= DateTime::Calendar::Pataphysical.3 X X.include END-of-p5-DateTime-Calendar-Pataphysical/Makefile echo x - p5-DateTime-Calendar-Pataphysical/distinfo sed 's/^X//' >p5-DateTime-Calendar-Pataphysical/distinfo << 'END-of-p5-DateTime-Calendar-Pataphysical/distinfo' XMD5 (DateTime-Calendar-Pataphysical-0.02.tar.gz) = 07cfb7e4a2252d59c3510cf5c26ce550 END-of-p5-DateTime-Calendar-Pataphysical/distinfo echo x - p5-DateTime-Calendar-Pataphysical/pkg-descr sed 's/^X//' >p5-DateTime-Calendar-Pataphysical/pkg-descr << 'END-of-p5-DateTime-Calendar-Pataphysical/pkg-descr' XDateTime::Calendar::Pataphysical is the implementation of the pataphysical Xcalendar. Each year in this calendar contains 13 months of 29 days. This Xregularity makes this a convenient alternative for the irregular Gregorian Xcalendar. X XWWW: http://datetime.perl.org/ END-of-p5-DateTime-Calendar-Pataphysical/pkg-descr echo x - p5-DateTime-Calendar-Pataphysical/pkg-plist sed 's/^X//' >p5-DateTime-Calendar-Pataphysical/pkg-plist << 'END-of-p5-DateTime-Calendar-Pataphysical/pkg-plist' X%%SITE_PERL%%/DateTime/Calendar/Pataphysical.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Calendar/Pataphysical/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Calendar/Pataphysical X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Calendar 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/DateTime/Calendar 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/DateTime 2>/dev/null || true END-of-p5-DateTime-Calendar-Pataphysical/pkg-plist exit --- p5-DateTime-Calendar-Pataphysical.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: