summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorwiz <wiz>2009-08-15 14:31:07 +0000
committerwiz <wiz>2009-08-15 14:31:07 +0000
commitce7e120a9fcacb241886d2bab816cac02fdf4442 (patch)
treee141c83d22fb55a0bbdf4f5c8b4ee1e82598d715 /time
parent4ae4a3cf22d900b19672f4c51f3ee016bf2ed0d8 (diff)
downloadpkgsrc-ce7e120a9fcacb241886d2bab816cac02fdf4442.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/DESCR3
-rw-r--r--time/ical2rem/Makefile39
-rw-r--r--time/ical2rem/PLIST2
-rw-r--r--time/ical2rem/distinfo5
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