Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jun 2014 17:05:40 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r358606 - head/devel/p5-Tie-iCal
Message-ID:  <201406201705.s5KH5eVj015665@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406201705.s5KH5eVj015665>