pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/time/ical2rem Initial import of ical2rem-0.5.2:
details: https://anonhg.NetBSD.org/pkgsrc/rev/487b859021ea
branches: trunk
changeset: 563378:487b859021ea
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Aug 15 14:31:07 2009 +0000
description:
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:
time/ical2rem/DESCR | 3 +++
time/ical2rem/Makefile | 39 +++++++++++++++++++++++++++++++++++++++
time/ical2rem/PLIST | 2 ++
time/ical2rem/distinfo | 5 +++++
4 files changed, 49 insertions(+), 0 deletions(-)
diffs (65 lines):
diff -r ac6d8a762287 -r 487b859021ea time/ical2rem/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/time/ical2rem/DESCR Sat Aug 15 14:31:07 2009 +0000
@@ -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 -r ac6d8a762287 -r 487b859021ea time/ical2rem/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/time/ical2rem/Makefile Sat Aug 15 14:31:07 2009 +0000
@@ -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@localhost
+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 -r ac6d8a762287 -r 487b859021ea time/ical2rem/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/time/ical2rem/PLIST Sat Aug 15 14:31:07 2009 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/08/15 14:31:07 wiz Exp $
+bin/ical2rem
diff -r ac6d8a762287 -r 487b859021ea time/ical2rem/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/time/ical2rem/distinfo Sat Aug 15 14:31:07 2009 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index