svn commit: r358606 - head/devel/p5-Tie-iCal

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jun 20 17:05:41 UTC 2014


Author: sunpoet
Date: Fri Jun 20 17:05:40 2014
New Revision: 358606
URL: http://svnweb.freebsd.org/changeset/ports/358606
QAT: https://qat.redports.org/buildarchive/r358606/

Log:
  - Update pkg-descr

Modified:
  head/devel/p5-Tie-iCal/Makefile
  head/devel/p5-Tie-iCal/pkg-descr

Modified: head/devel/p5-Tie-iCal/Makefile
==============================================================================
--- head/devel/p5-Tie-iCal/Makefile	Fri Jun 20 17:05:35 2014	(r358605)
+++ head/devel/p5-Tie-iCal/Makefile	Fri Jun 20 17:05:40 2014	(r358606)
@@ -14,7 +14,7 @@ COMMENT=	Tie iCal files to Perl hashes
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-USES=		perl5
 USE_PERL5=	configure
+USES=		perl5
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Tie-iCal/pkg-descr
==============================================================================
--- head/devel/p5-Tie-iCal/pkg-descr	Fri Jun 20 17:05:35 2014	(r358605)
+++ head/devel/p5-Tie-iCal/pkg-descr	Fri Jun 20 17:05:40 2014	(r358606)
@@ -1,6 +1,10 @@
-Tie::iCal represents an RFC2445 iCalendar file as a Perl hash.
-Each key in the hash represents an iCalendar component like VEVENT,
-VTODO or VJOURNAL.  Each component in the file must have a unique UID
-property as specified in the RFC 2445.
+Tie::iCal represents an RFC2445 iCalendar file as a Perl hash. Each key in the
+hash represents an iCalendar component like VEVENT, VTODO or VJOURNAL. Each
+component in the file must have a unique UID property as specified in the RFC
+2445. A file containing non-unique UIDs can be converted to have only unique
+UIDs (see samples/uniquify.pl).
+
+The module makes very little effort in understanding what each iCalendar
+property means and concentrates on the format of the iCalendar file only.
 
 WWW: http://search.cpan.org/dist/Tie-iCal/


More information about the svn-ports-head mailing list