diff options
author | markd <markd@pkgsrc.org> | 2007-06-06 12:12:35 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2007-06-06 12:12:35 +0000 |
commit | 04efbeb491cfed44b17b68abab306ed132a3b6ce (patch) | |
tree | 2254d239631593ae5660c6df06a4960aadc7c3e4 /time | |
parent | 5d2625527f8c6ec75d77945174c2b89eb2d2278a (diff) | |
download | pkgsrc-04efbeb491cfed44b17b68abab306ed132a3b6ce.tar.gz |
Import p5-Data-ICal version 0.13
Data::ICal is a straightforward generator for iCalendar (RFC 2445) files,
such as those used in Apple's iCal.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-Data-ICal/DESCR | 2 | ||||
-rw-r--r-- | time/p5-Data-ICal/Makefile | 25 | ||||
-rw-r--r-- | time/p5-Data-ICal/PLIST | 1 | ||||
-rw-r--r-- | time/p5-Data-ICal/distinfo | 5 |
4 files changed, 33 insertions, 0 deletions
diff --git a/time/p5-Data-ICal/DESCR b/time/p5-Data-ICal/DESCR new file mode 100644 index 00000000000..ddfa022cb2d --- /dev/null +++ b/time/p5-Data-ICal/DESCR @@ -0,0 +1,2 @@ +Data::ICal is a straightforward generator for iCalendar (RFC 2445) files, such +as those used in Apple's iCal. diff --git a/time/p5-Data-ICal/Makefile b/time/p5-Data-ICal/Makefile new file mode 100644 index 00000000000..d66754d9e9f --- /dev/null +++ b/time/p5-Data-ICal/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/06/06 12:12:35 markd Exp $ + +DISTNAME= Data-ICal-0.13 +PKGNAME= p5-${DISTNAME} +CATEGORIES= time perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Data-ICal +COMMENT= Generates iCalendar (RFC 2445) calendar files + +DEPENDS+= p5-Class-Accessor>=0.30:../../devel/p5-Class-Accessor +DEPENDS+= p5-Class-ReturnValue>=0.53:../../devel/p5-Class-ReturnValue +DEPENDS+= p5-Text-vFile-asData>=0.05:../../textproc/p5-Text-vFile-asData + +BUILD_DEPENDS+= p5-Test-LongString-[0-9]*:../../devel/p5-Test-LongString +BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings +BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +PERL5_PACKLIST= auto/Data/ICal/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/time/p5-Data-ICal/PLIST b/time/p5-Data-ICal/PLIST new file mode 100644 index 00000000000..e2f87d19a09 --- /dev/null +++ b/time/p5-Data-ICal/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/06/06 12:12:35 markd Exp $ diff --git a/time/p5-Data-ICal/distinfo b/time/p5-Data-ICal/distinfo new file mode 100644 index 00000000000..c1d574902d5 --- /dev/null +++ b/time/p5-Data-ICal/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/06/06 12:12:35 markd Exp $ + +SHA1 (Data-ICal-0.13.tar.gz) = 7c9c01a3aa26eaa76eb6224d84349ffe66068f21 +RMD160 (Data-ICal-0.13.tar.gz) = 24f1abf90d7121b2dec6c0aee965806cdf0ccceb +Size (Data-ICal-0.13.tar.gz) = 103742 bytes |