Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  1 Jul 2003 13:14:44 +0200 (CEST)
From:      Mathieu Arnold <m@absolight.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        m@absolight.net
Subject:   ports/53960: new port devel/p5-Time-Local
Message-ID:  <20030701111444.261767CF1@aragorn.reaumur.absolight.net>
Resent-Message-ID: <200307011120.h61BKC9X016414@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         53960
>Category:       ports
>Synopsis:       new port devel/p5-Time-Local
>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 04:20:11 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-Time-Local

These routines are the inverse of built-in perl functions localtime() and
gmtime(). They accept a date as a six-element array, and return the
corresponding time(2) value in seconds since the system epoch (Midnight,
January 1, 1970 UTC on Unix, for example). This value can be positive or
negative, though POSIX only requires support for positive values, so dates
before the system's epoch may not work on all operating systems.

	
>How-To-Repeat:
	
>Fix:

	

--- p5-Time-Local.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-Time-Local
#	p5-Time-Local/Makefile
#	p5-Time-Local/distinfo
#	p5-Time-Local/pkg-descr
#	p5-Time-Local/pkg-plist
#
echo c - p5-Time-Local
mkdir -p p5-Time-Local > /dev/null 2>&1
echo x - p5-Time-Local/Makefile
sed 's/^X//' >p5-Time-Local/Makefile << 'END-of-p5-Time-Local/Makefile'
X# New ports collection makefile for:	p5-Time-Local
X# Date created:	   1 july 2003
X# Whom:		   Mathieu Arnold <m@absolight.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Time-Local
XPORTVERSION=	1.07
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Time
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	m@absolight.net
XCOMMENT=	Efficiently compute time from local and GMT time
X
XPERL_CONFIGURE=	yes
XCONFIGURE_ARGS+=	INSTALLDIRS='site'
X
XMAN3=		Time::Local.3
X
X.include <bsd.port.mk>
END-of-p5-Time-Local/Makefile
echo x - p5-Time-Local/distinfo
sed 's/^X//' >p5-Time-Local/distinfo << 'END-of-p5-Time-Local/distinfo'
XMD5 (Time-Local-1.07.tar.gz) = 6f9e4d0b938d8063f2e5e7643123576c
END-of-p5-Time-Local/distinfo
echo x - p5-Time-Local/pkg-descr
sed 's/^X//' >p5-Time-Local/pkg-descr << 'END-of-p5-Time-Local/pkg-descr'
XThese routines are the inverse of built-in perl functions localtime() and
Xgmtime(). They accept a date as a six-element array, and return the
Xcorresponding time(2) value in seconds since the system epoch (Midnight,
XJanuary 1, 1970 UTC on Unix, for example). This value can be positive or
Xnegative, though POSIX only requires support for positive values, so dates
Xbefore the system's epoch may not work on all operating systems.
X
XWWW: http://search.cpan.org/dist/Time-Local/
END-of-p5-Time-Local/pkg-descr
echo x - p5-Time-Local/pkg-plist
sed 's/^X//' >p5-Time-Local/pkg-plist << 'END-of-p5-Time-Local/pkg-plist'
X%%SITE_PERL%%/Time/Local.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Time/Local/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Time/Local
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Time 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/Time 2>/dev/null || true
END-of-p5-Time-Local/pkg-plist
exit
--- p5-Time-Local.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?20030701111444.261767CF1>