From 2149704bfeddde74a1cd62aaef634addaf8fb205 Mon Sep 17 00:00:00 2001 From: kevlo Date: Tue, 14 Aug 2001 15:09:32 +0000 Subject: Initial import of p5-Date-Chinese 1.03 This is Perl module to calculate dates in the Chinese calendar PR: 29648 Submitted by: Shell Hung --- chinese/Makefile | 1 + chinese/p5-Date-Chinese/Makefile | 27 +++++++++++++++++++++++++++ chinese/p5-Date-Chinese/distinfo | 1 + chinese/p5-Date-Chinese/pkg-comment | 1 + chinese/p5-Date-Chinese/pkg-descr | 4 ++++ chinese/p5-Date-Chinese/pkg-plist | 5 +++++ 6 files changed, 39 insertions(+) create mode 100644 chinese/p5-Date-Chinese/Makefile create mode 100644 chinese/p5-Date-Chinese/distinfo create mode 100644 chinese/p5-Date-Chinese/pkg-comment create mode 100644 chinese/p5-Date-Chinese/pkg-descr create mode 100644 chinese/p5-Date-Chinese/pkg-plist (limited to 'chinese') diff --git a/chinese/Makefile b/chinese/Makefile index c5aa48ad07f9..24928961de5b 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -54,6 +54,7 @@ SUBDIR += nvi-big5 SUBDIR += nvi-euc-cn SUBDIR += nvi-euc-tw + SUBDIR += p5-Date-Chinese SUBDIR += pine4 SUBDIR += pyDict SUBDIR += qe diff --git a/chinese/p5-Date-Chinese/Makefile b/chinese/p5-Date-Chinese/Makefile new file mode 100644 index 000000000000..7ae849ba0c32 --- /dev/null +++ b/chinese/p5-Date-Chinese/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-Date-Chinese +# Date Created: 13 Aug 2001 +# Whom: Shell Hung +# +# $FreeBSD$ +# + +PORTNAME= Date-Chinese +PORTVERSION= 1.03 +CATEGORIES= chinese perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Date +PKGNAMEPREFIX= p5- + +MAINTAINER= shell@shellhung.org + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple + +PERL_CONFIGURE= yes + +MAN3= Date::Chinese.3 +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +WRKDIST= ${WRKDIR}/Date-Chinese-1.3 +WRKSRC= ${WRKDIST} + +.include diff --git a/chinese/p5-Date-Chinese/distinfo b/chinese/p5-Date-Chinese/distinfo new file mode 100644 index 000000000000..d63e7cc2c379 --- /dev/null +++ b/chinese/p5-Date-Chinese/distinfo @@ -0,0 +1 @@ +MD5 (Date-Chinese-1.03.tar.gz) = eacb27452890572fadf9d5b6b137d3ff diff --git a/chinese/p5-Date-Chinese/pkg-comment b/chinese/p5-Date-Chinese/pkg-comment new file mode 100644 index 000000000000..352f401ff476 --- /dev/null +++ b/chinese/p5-Date-Chinese/pkg-comment @@ -0,0 +1 @@ +Perl module to calculate dates in the Chinese calendar diff --git a/chinese/p5-Date-Chinese/pkg-descr b/chinese/p5-Date-Chinese/pkg-descr new file mode 100644 index 000000000000..152c79c3bde8 --- /dev/null +++ b/chinese/p5-Date-Chinese/pkg-descr @@ -0,0 +1,4 @@ +Noted that the Chinese new year does not coincide with the Gregorian +new year, so the determination of what year it is in the Chinese +calendar is only going to be correct for a portion of the Gregorian +year. This module is API for calculating dates for Chinese calendar. diff --git a/chinese/p5-Date-Chinese/pkg-plist b/chinese/p5-Date-Chinese/pkg-plist new file mode 100644 index 000000000000..8680ed666267 --- /dev/null +++ b/chinese/p5-Date-Chinese/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/Date/Chinese.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/Chinese/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/Chinese +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Date 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date 2>/dev/null || true -- cgit