pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-iCal-Parser Import p5-iCal-Parser 1.14.
details: https://anonhg.NetBSD.org/pkgsrc/rev/2b076b854000
branches: trunk
changeset: 541931:2b076b854000
user: mjl <mjl%pkgsrc.org@localhost>
date: Mon Apr 28 14:19:58 2008 +0000
description:
Import p5-iCal-Parser 1.14.
This module processes iCalendar (vCalendar 2.0) files as specified in
RFC 2445 into a data structure. It handles recurrences ("RRULE"s),
exclusions ("EXDATE"s), event updates (events with a "RECURRENCE-ID"),
and nested data structures ("ATTENDEES" and "VALARM"s).
diffstat:
textproc/p5-iCal-Parser/DESCR | 5 +++++
textproc/p5-iCal-Parser/Makefile | 21 +++++++++++++++++++++
textproc/p5-iCal-Parser/distinfo | 5 +++++
3 files changed, 31 insertions(+), 0 deletions(-)
diffs (43 lines):
diff -r 713773e124b7 -r 2b076b854000 textproc/p5-iCal-Parser/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-iCal-Parser/DESCR Mon Apr 28 14:19:58 2008 +0000
@@ -0,0 +1,5 @@
+This module processes iCalendar (vCalendar 2.0) files as specified in
+RFC 2445 into a data structure. It handles recurrences ("RRULE"s),
+exclusions ("EXDATE"s), event updates (events with a "RECURRENCE-ID"),
+and nested data structures ("ATTENDEES" and "VALARM"s). It currently
+ignores the "VTIMEZONE", "VJOURNAL" and "VFREEBUSY" entry types.
diff -r 713773e124b7 -r 2b076b854000 textproc/p5-iCal-Parser/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-iCal-Parser/Makefile Mon Apr 28 14:19:58 2008 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/04/28 14:19:58 mjl Exp $
+#
+
+DISTNAME= iCal-Parser-1.14
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= textproc perl5
+MASTER_SITES= http://search.cpan.org/CPAN/authors/id/R/RF/RFRANKEL/
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/CPAN/authors/id/R/RF/RFRANKEL/
+COMMENT= Parse iCalendar files into a data structure
+
+# PERL5_MODULE_TYPE= Module::Build
+PERL5_PACKLIST= auto/iCal/Parser/.packlist
+USE_LANGUAGES= # none
+
+DEPENDS+= p5-DateTime-Format-ICal>=0.08:../../time/p5-DateTime-Format-ICal
+DEPENDS+= p5-Text-vFile-asData>=0.02:../../textproc/p5-Text-vFile-asData
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 713773e124b7 -r 2b076b854000 textproc/p5-iCal-Parser/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-iCal-Parser/distinfo Mon Apr 28 14:19:58 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/04/28 14:19:58 mjl Exp $
+
+SHA1 (iCal-Parser-1.14.tar.gz) = 00fd7d7e3eebf5e202bc4f5a641b6252071a1a68
+RMD160 (iCal-Parser-1.14.tar.gz) = 68b28bfe9d097b9f387fabe8277cc2c1aabc23c3
+Size (iCal-Parser-1.14.tar.gz) = 29364 bytes
Home |
Main Index |
Thread Index |
Old Index