From 4b320fdbed35c18b6cfb066ae5dc21e8bb354b81 Mon Sep 17 00:00:00 2001 From: sturm Date: Sun, 11 Apr 2004 11:59:50 +0000 Subject: [PATCH] Initial import of Date-ICal 1.72 Date::ICal talks the ICal date format, and is intended to be a base class for other date/calendar modules that know about ICal time format also. from Sam Smith --- devel/p5-Date-ICal/Makefile | 23 +++++++++++++++++++++++ devel/p5-Date-ICal/distinfo | 3 +++ devel/p5-Date-ICal/pkg/DESCR | 4 ++++ devel/p5-Date-ICal/pkg/PLIST | 11 +++++++++++ 4 files changed, 41 insertions(+) create mode 100644 devel/p5-Date-ICal/Makefile create mode 100644 devel/p5-Date-ICal/distinfo create mode 100644 devel/p5-Date-ICal/pkg/DESCR create mode 100644 devel/p5-Date-ICal/pkg/PLIST diff --git a/devel/p5-Date-ICal/Makefile b/devel/p5-Date-ICal/Makefile new file mode 100644 index 00000000000..de13acb6d54 --- /dev/null +++ b/devel/p5-Date-ICal/Makefile @@ -0,0 +1,23 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2004/04/11 11:59:50 sturm Exp $ + +COMMENT= "Perl Extensions for ICal objects" + +DISTNAME= Date-ICal-1.72 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/} + +MAINTAINER= Sam Smith + +# Same as Perl +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= ::devel/p5-Date-Leapyear + +CONFIGURE_STYLE=perl + +.include diff --git a/devel/p5-Date-ICal/distinfo b/devel/p5-Date-ICal/distinfo new file mode 100644 index 00000000000..94ac22f2a20 --- /dev/null +++ b/devel/p5-Date-ICal/distinfo @@ -0,0 +1,3 @@ +MD5 (Date-ICal-1.72.tar.gz) = 69e10541f5da09fc0f53474073da6744 +RMD160 (Date-ICal-1.72.tar.gz) = 51d48bd05991f1c95dfea2c775bca1ed327c9fa6 +SHA1 (Date-ICal-1.72.tar.gz) = ae4389a9969396ae62c002041acf51059cccaadd diff --git a/devel/p5-Date-ICal/pkg/DESCR b/devel/p5-Date-ICal/pkg/DESCR new file mode 100644 index 00000000000..34b08f06d94 --- /dev/null +++ b/devel/p5-Date-ICal/pkg/DESCR @@ -0,0 +1,4 @@ +Date::ICal talks the ICal date format, and is intended to be +a base class for other date/calendar modules that know about +ICal time format also. + diff --git a/devel/p5-Date-ICal/pkg/PLIST b/devel/p5-Date-ICal/pkg/PLIST new file mode 100644 index 00000000000..e0b02afd42f --- /dev/null +++ b/devel/p5-Date-ICal/pkg/PLIST @@ -0,0 +1,11 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2004/04/11 11:59:50 sturm Exp $ +${P5SITE}/Date/ICal.pm +${P5SITE}/Date/ICal/Duration.pm +@comment ${P5ARCH}/auto/Date/ICal/.packlist +man/man3p/Date::ICal.3p +man/man3p/Date::ICal::Duration.3p +@comment @dirrm ${P5ARCH}/auto/Date/ICal +@comment @dirrm ${P5ARCH}/auto/Date +@comment @dirrm ${P5ARCH}/auto +@comment @dirrm ${P5ARCH} +@dirrm ${P5SITE}/Date/ICal