1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Add p5-Time-modules 2002.1001, set of modules for time manipulation.

This commit is contained in:
Sergey Skvortsov 2002-12-10 09:34:21 +00:00
parent 1cb3330b66
commit c26eeb027c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71492
6 changed files with 51 additions and 0 deletions

View File

@ -614,6 +614,7 @@
SUBDIR += p5-Time-Object
SUBDIR += p5-Time-Period
SUBDIR += p5-Time-Piece
SUBDIR += p5-Time-modules
SUBDIR += p5-TimeDate
SUBDIR += p5-TraceFuncs
SUBDIR += p5-Tree-DAG_Node

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: Time-modules
# Date created: 09 December 2002
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Time-modules
PORTVERSION= 2002.1001
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Time
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
PERL_CONFIGURE= yes
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Time::CTime.3 Time::DaysInMonth.3 Time::JulianDay.3 \
Time::ParseDate.3 Time::Timezone.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Time-modules-2002.1001.tar.gz) = c905006e8c3c6e6ec52b26c93db9e570

View File

@ -0,0 +1 @@
Set of modules for time manipulation

View File

@ -0,0 +1,16 @@
This package contains the following perl5 modules:
* Time::CTime - ctime, strftime, and asctime
* Time::JulianDay - Julian calendar manipulations
* Time::ParseDate - reverses strftime and also understands relative times
* Time::Timezone - miscellaneous timezone manipulations routines
* Time::DaysInMonth - simply report the number of days in a month
WWW: http://search.cpan.org/search?dist=Time-modules
-- Sergey Skvortsov
skv@FreeBSD.org

View File

@ -0,0 +1,9 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Time-modules/.packlist
lib/perl5/site_perl/%%PERL_VER%%/Time/CTime.pm
lib/perl5/site_perl/%%PERL_VER%%/Time/DaysInMonth.pm
lib/perl5/site_perl/%%PERL_VER%%/Time/JulianDay.pm
lib/perl5/site_perl/%%PERL_VER%%/Time/ParseDate.pm
lib/perl5/site_perl/%%PERL_VER%%/Time/Timezone.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Time-modules
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Time 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Time 2>/dev/null || true