From owner-freebsd-ports Tue Jan 8 2:50:20 2002 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 B0CD137B422 for ; Tue, 8 Jan 2002 02:50:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g08Ao0N95961; Tue, 8 Jan 2002 02:50:00 -0800 (PST) (envelope-from gnats) Received: from cathbad.happygiraffe.net (choke.semantico.com [212.74.15.98]) by hub.freebsd.org (Postfix) with ESMTP id 20C7737B416 for ; Tue, 8 Jan 2002 02:43:14 -0800 (PST) Received: by cathbad.happygiraffe.net (Postfix, from userid 1001) id 3C14C6283; Tue, 8 Jan 2002 10:43:04 +0000 (GMT) Message-Id: <20020108104304.3C14C6283@cathbad.happygiraffe.net> Date: Tue, 8 Jan 2002 10:43:04 +0000 (GMT) From: Dominic Mitchell Reply-To: Dominic Mitchell To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/33689: New port: devel/p5-Time-Object 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: 33689 >Category: ports >Synopsis: New port: devel/p5-Time-Object >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jan 08 02:50:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Dominic Mitchell >Release: FreeBSD 5.0-CURRENT i386 >Organization: The HappyGiraffe Institute for Happy Giraffes >Environment: System: FreeBSD cathbad.happygiraffe.net 5.0-CURRENT FreeBSD 5.0-CURRENT #23: Mon Jan 7 17:39:16 GMT 2002 root@cathbad.happygiraffe.net:/usr/obj/usr/src/sys/CATHBAD i386 perl 5.6.0 (system perl) >Description: This is a perl module for dealing with Time/Date in Perl in a nice OO manner. It is a prerequisite for some other modules that I am porting. >How-To-Repeat: n/a >Fix: Here's the shar: # 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-Time-Object # p5-Time-Object/Makefile # p5-Time-Object/pkg-descr # p5-Time-Object/pkg-plist # p5-Time-Object/distinfo # p5-Time-Object/pkg-comment # echo c - p5-Time-Object mkdir -p p5-Time-Object > /dev/null 2>&1 echo x - p5-Time-Object/Makefile sed 's/^X//' >p5-Time-Object/Makefile << 'END-of-p5-Time-Object/Makefile' X# Ports collection Makefile for: p5-Time-Object X# Date created: 8 Jan 2002 X# Whom: dom@happygiraffe.net X# X# $FreeBSD$ X# X XPORTNAME= Time-Object XPORTVERSION= 1.00 XCATEGORIES= devel XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Time XPKGNAMEPREFIX= p5- X XMAINTAINER= dom@happygiraffe.net X XMAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= Time::Object.3 Time::Seconds.3 X XPERL_CONFIGURE= yes X X.include END-of-p5-Time-Object/Makefile echo x - p5-Time-Object/pkg-descr sed 's/^X//' >p5-Time-Object/pkg-descr << 'END-of-p5-Time-Object/pkg-descr' XThis module replaces the standard localtime and gmtime functions Xwith implementations that return objects. It does so in a backwards Xcompatible manner, so that using localtime/gmtime in the way documented Xin perlfunc will still return what you expect. X XWWW: http://search.cpan.org/search?dist=Time-Object END-of-p5-Time-Object/pkg-descr echo x - p5-Time-Object/pkg-plist sed 's/^X//' >p5-Time-Object/pkg-plist << 'END-of-p5-Time-Object/pkg-plist' Xlib/perl5/site_perl/%%PERL_VERSION%%/%%PERL_ARCH%%/auto/Time/Object/Object.so Xlib/perl5/site_perl/%%PERL_VERSION%%/%%PERL_ARCH%%/auto/Time/Object/Object.bs Xlib/perl5/site_perl/%%PERL_VERSION%%/%%PERL_ARCH%%/auto/Time/Object/.packlist Xlib/perl5/site_perl/%%PERL_VERSION%%/%%PERL_ARCH%%/Time/Object.pm Xlib/perl5/site_perl/%%PERL_VERSION%%/%%PERL_ARCH%%/Time/Seconds.pm X@dirrm lib/perl5/site_perl/%%PERL_VERSION%%/%%PERL_ARCH%%/auto/Time/Object END-of-p5-Time-Object/pkg-plist echo x - p5-Time-Object/distinfo sed 's/^X//' >p5-Time-Object/distinfo << 'END-of-p5-Time-Object/distinfo' XMD5 (Time-Object-1.00.tar.gz) = 70f127fa2ccb0eee4b76fa35b073b2eb END-of-p5-Time-Object/distinfo echo x - p5-Time-Object/pkg-comment sed 's/^X//' >p5-Time-Object/pkg-comment << 'END-of-p5-Time-Object/pkg-comment' XAn Perl OO interface to time and dates. END-of-p5-Time-Object/pkg-comment exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message