diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-15 14:31:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-15 14:31:07 +0000 |
commit | b75106f0a3547c3bf5dc621eb3b9a91c2f031368 (patch) | |
tree | e141c83d22fb55a0bbdf4f5c8b4ee1e82598d715 /time | |
parent | a605f9abb3bf45f2608574a514ead6247c4d3753 (diff) | |
download | pkgsrc-b75106f0a3547c3bf5dc621eb3b9a91c2f031368.tar.gz |
Initial import of ical2rem-0.5.2:
Reads iCal files and outputs remind-compatible files. Tested ONLY
with calendar files created by Mozilla Calendar/Sunbird. Use at
your own risk.
Diffstat (limited to 'time')
-rw-r--r-- | time/ical2rem/DESCR | 3 | ||||
-rw-r--r-- | time/ical2rem/Makefile | 39 | ||||
-rw-r--r-- | time/ical2rem/PLIST | 2 | ||||
-rw-r--r-- | time/ical2rem/distinfo | 5 |
4 files changed, 49 insertions, 0 deletions
diff --git a/time/ical2rem/DESCR b/time/ical2rem/DESCR new file mode 100644 index 00000000000..7affc043487 --- /dev/null +++ b/time/ical2rem/DESCR @@ -0,0 +1,3 @@ +Reads iCal files and outputs remind-compatible files. Tested ONLY +with calendar files created by Mozilla Calendar/Sunbird. Use at +your own risk. diff --git a/time/ical2rem/Makefile b/time/ical2rem/Makefile new file mode 100644 index 00000000000..591e3bb5ce6 --- /dev/null +++ b/time/ical2rem/Makefile @@ -0,0 +1,39 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/08/15 14:31:07 wiz Exp $ +# + +DISTNAME= ical2rem.pl +PKGNAME= ical2rem-0.5.2 +CATEGORIES= time +MASTER_SITES= http://jalcorn.net/ +EXTRACT_SUFX= .txt + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://jalcorn.net/ +COMMENT= Convert iCal files to remind format +LICENSE= gnu-gpl-v2 + +DEPENDS+= p5-iCal-Parser-[0-9]*:../../textproc/p5-iCal-Parser + +PKG_DESTDIR_SUPPORT= user-destdir +INSTALLATION_DIRS= bin + +EXTRACT_ONLY= # empty + +DIST_SUBDIR= ${PKGNAME_NOREV} +WRKSRC= ${WRKDIR} +USE_LANGUAGES= # none + +USE_TOOLS+= perl:run +REPLACE_PERL= ical2rem + +do-extract: + cp ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} \ + ${WRKSRC}/ical2rem + +do-build: + # nothing + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/ical2rem ${DESTDIR}${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" diff --git a/time/ical2rem/PLIST b/time/ical2rem/PLIST new file mode 100644 index 00000000000..f252e04afad --- /dev/null +++ b/time/ical2rem/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/08/15 14:31:07 wiz Exp $ +bin/ical2rem diff --git a/time/ical2rem/distinfo b/time/ical2rem/distinfo new file mode 100644 index 00000000000..d7a291b199a --- /dev/null +++ b/time/ical2rem/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/08/15 14:31:07 wiz Exp $ + +SHA1 (ical2rem-0.5.2/ical2rem.pl.txt) = 3fbb96468deaa3287b06c6ae304e6dcc34e9a61e +RMD160 (ical2rem-0.5.2/ical2rem.pl.txt) = 27391ac58f9d6948fbf1c1c4abbcd14e6c82767f +Size (ical2rem-0.5.2/ical2rem.pl.txt) = 9372 bytes |