1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Add p5-DateTime-Incomplete 0.01.01

An incomplete DateTime, like January 5.
This commit is contained in:
Mathieu Arnold 2003-11-05 13:17:18 +00:00
parent 7a3024fb92
commit 4a102e1d32
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93134
5 changed files with 41 additions and 0 deletions

View File

@ -617,6 +617,7 @@
SUBDIR += p5-DateTime-Format-Strptime
SUBDIR += p5-DateTime-Format-W3CDTF
SUBDIR += p5-DateTime-HiRes
SUBDIR += p5-DateTime-Incomplete
SUBDIR += p5-DateTime-Locale
SUBDIR += p5-DateTime-Precise
SUBDIR += p5-DateTime-Set

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: p5-DateTime-Incomplete
# Date created: 5 november 2003
# Whom: mat
#
# $FreeBSD$
#
PORTNAME= DateTime-Incomplete
PORTVERSION= 0.01.01
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DateTime
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/}
MAINTAINER= mat@FreeBSD.org
COMMENT= An incomplete DateTime, like January 5
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
${SITE_PERL}/DateTime/Set.pm:${PORTSDIR}/devel/p5-DateTime-Set \
${SITE_PERL}/DateTime/Event/Recurrence.pm:${PORTSDIR}/devel/p5-DateTime-Event-Recurrence
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= DateTime::Incomplete.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (DateTime-Incomplete-0.0101.tar.gz) = 55070893532228149f1a0d5c67e7f6ac

View File

@ -0,0 +1,6 @@
DateTime::Incomplete is a class for representing partial dates and times.
These are actually encountered relatively frequently. For example, a birthday
is commonly given as a month and day, without a year.
WWW: http://datetime.perl.org/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/DateTime/Incomplete.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Incomplete/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Incomplete
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/DateTime 2>/dev/null || true