mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Add deskutils/p5-Data-ICal 0.05, a Perl module to generate iCalendar
(RFC 2445) calendar files. Requested by: edwin
This commit is contained in:
parent
087588272a
commit
3e22071ac6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147825
@ -116,6 +116,7 @@
|
||||
SUBDIR += nautilus-sendto
|
||||
SUBDIR += notification-daemon
|
||||
SUBDIR += offix-trash
|
||||
SUBDIR += p5-Data-ICal
|
||||
SUBDIR += pal
|
||||
SUBDIR += phpgroupware
|
||||
SUBDIR += phpicalendar
|
||||
|
49
deskutils/p5-Data-ICal/Makefile
Normal file
49
deskutils/p5-Data-ICal/Makefile
Normal file
@ -0,0 +1,49 @@
|
||||
# New ports collection makefile for: deskutils/p5-Data-ICal
|
||||
# Date created: 10 November 2005
|
||||
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Data-ICal
|
||||
PORTVERSION= 0.05
|
||||
CATEGORIES= deskutils perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Data
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tobez@FreeBSD.org
|
||||
COMMENT= Data::ICal - Generates iCalendar (RFC 2445) calendar files
|
||||
TAGS= calendar ical devel
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Test/LongString.pm:${PORTSDIR}/devel/p5-Test-LongString \
|
||||
${SITE_PERL}/Test/Warn.pm:${PORTSDIR}/devel/p5-Test-Warn \
|
||||
${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \
|
||||
${SITE_PERL}/Test/NoWarnings.pm:${PORTSDIR}/devel/p5-Test-NoWarnings \
|
||||
${SITE_PERL}/Text/vFile/asData.pm:${PORTSDIR}/devel/p5-Text-vFile-asData
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Data::ICal.3 \
|
||||
Data::ICal::Entry.3 \
|
||||
Data::ICal::Entry::Alarm::Audio.3 \
|
||||
Data::ICal::Entry::Alarm::Display.3 \
|
||||
Data::ICal::Entry::Alarm::Email.3 \
|
||||
Data::ICal::Entry::Alarm::Procedure.3 \
|
||||
Data::ICal::Entry::Event.3 \
|
||||
Data::ICal::Entry::FreeBusy.3 \
|
||||
Data::ICal::Entry::Journal.3 \
|
||||
Data::ICal::Entry::TimeZone.3 \
|
||||
Data::ICal::Entry::TimeZone::Daylight.3 \
|
||||
Data::ICal::Entry::TimeZone::Standard.3 \
|
||||
Data::ICal::Entry::Todo.3 \
|
||||
Data::ICal::Property.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
deskutils/p5-Data-ICal/distinfo
Normal file
3
deskutils/p5-Data-ICal/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Data-ICal-0.05.tar.gz) = 6d7d1c37e13786a56ef849658cbd0b9e
|
||||
SHA256 (Data-ICal-0.05.tar.gz) = a18989e855483ede04c94ab7939b2233874d2239685cf9491aeadcfc89b388f8
|
||||
SIZE (Data-ICal-0.05.tar.gz) = 89689
|
5
deskutils/p5-Data-ICal/pkg-descr
Normal file
5
deskutils/p5-Data-ICal/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
A Data::ICal object represents a VCALENDAR object as defined in the
|
||||
iCalendar protocol (RFC 2445, MIME type "text/calendar"), as implemented
|
||||
in many popular calendaring programs such as Apple's iCal.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Data-ICal/
|
22
deskutils/p5-Data-ICal/pkg-plist
Normal file
22
deskutils/p5-Data-ICal/pkg-plist
Normal file
@ -0,0 +1,22 @@
|
||||
%%SITE_PERL%%/Data/ICal.pm
|
||||
%%SITE_PERL%%/Data/ICal/Entry.pm
|
||||
%%SITE_PERL%%/Data/ICal/Entry/Alarm/Audio.pm
|
||||
%%SITE_PERL%%/Data/ICal/Entry/Alarm/Display.pm
|
||||
%%SITE_PERL%%/Data/ICal/Entry/Alarm/Email.pm
|
||||
%%SITE_PERL%%/Data/ICal/Entry/Alarm/Procedure.pm
|
||||
%%SITE_PERL%%/Data/ICal/Entry/Event.pm
|
||||
%%SITE_PERL%%/Data/ICal/Entry/FreeBusy.pm
|
||||
%%SITE_PERL%%/Data/ICal/Entry/Journal.pm
|
||||
%%SITE_PERL%%/Data/ICal/Entry/TimeZone.pm
|
||||
%%SITE_PERL%%/Data/ICal/Entry/TimeZone/Daylight.pm
|
||||
%%SITE_PERL%%/Data/ICal/Entry/TimeZone/Standard.pm
|
||||
%%SITE_PERL%%/Data/ICal/Entry/Todo.pm
|
||||
%%SITE_PERL%%/Data/ICal/Property.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/ICal/.packlist
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Data/ICal/Entry/TimeZone 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Data/ICal/Entry/Alarm 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/ICal 2>/dev/null || true
|
||||
@dirrm %%SITE_PERL%%/Data/ICal/Entry
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Data/ICal 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Data 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user