Add p5-Tie-iCal 0.13, tie iCal files to Perl hashes.

PR:		ports/82216
Submitted by:	TAKAHASHI Kaoru <kaoru@kaisei.org>
This commit is contained in:
Sam Lawrance 2005-06-20 08:20:38 +00:00
parent 84cf2c81f7
commit f70fe3a405
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137754
5 changed files with 36 additions and 0 deletions

View File

@ -1123,6 +1123,7 @@
SUBDIR += p5-Tie-File
SUBDIR += p5-Tie-FileLRUCache
SUBDIR += p5-Tie-IxHash
SUBDIR += p5-Tie-iCal
SUBDIR += p5-Time-Duration
SUBDIR += p5-Time-HiRes
SUBDIR += p5-Time-Local

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: p5-Tie-iCal
# Date created: 13 June 2005
# Whom: TAKAHASHI Kaoru <kaoru@kaisei.org>
#
# $FreeBSD$
#
PORTNAME= Tie-iCal
PORTVERSION= 0.13
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Tie
PKGNAMEPREFIX= p5-
MAINTAINER= kaoru@kaisei.org
COMMENT= Tie iCal files to Perl hashes
PERL_CONFIGURE= yes
MAN3= Tie::iCal.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (Tie-iCal-0.13.tar.gz) = 4478de59e244a91c26d5b8e15650788f
SIZE (Tie-iCal-0.13.tar.gz) = 10986

View File

@ -0,0 +1,6 @@
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.
WWW: http://search.cpan.org/dist/Tie-iCal/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/Tie/iCal.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/iCal/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/iCal
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Tie 2>/dev/null || true