pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/rem2ics Initial import of rem2ics-0.93:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/914d9433b1a6
branches:  trunk
changeset: 568186:914d9433b1a6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Dec 07 01:29:21 2009 +0000

description:
Initial import of rem2ics-0.93:

Tool to convert the output of "remind -s" into RFC2445 iCalendar
format.

diffstat:

 time/rem2ics/DESCR    |   2 ++
 time/rem2ics/Makefile |  29 +++++++++++++++++++++++++++++
 time/rem2ics/PLIST    |   3 +++
 time/rem2ics/distinfo |   5 +++++
 4 files changed, 39 insertions(+), 0 deletions(-)

diffs (55 lines):

diff -r 769317501887 -r 914d9433b1a6 time/rem2ics/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/rem2ics/DESCR        Mon Dec 07 01:29:21 2009 +0000
@@ -0,0 +1,2 @@
+Tool to convert the output of "remind -s" into RFC2445 iCalendar
+format.
diff -r 769317501887 -r 914d9433b1a6 time/rem2ics/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/rem2ics/Makefile     Mon Dec 07 01:29:21 2009 +0000
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/12/07 01:29:21 wiz Exp $
+#
+
+DISTNAME=      rem2ics-0.93
+CATEGORIES=    time
+MASTER_SITES=  http://mark.atwood.name/code/rem2ics/
+EXTRACT_SUFX=  .zip
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://launchpad.net/rem2ics/
+COMMENT=       Convert remind output into RFC2445 iCalendar format
+LICENSE=       gnu-gpl-v2
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
+
+WRKSRC=                ${WRKDIR}
+USE_LANGUAGES= # none
+
+MAKE_FILE=     rem2ics-Makefile
+BUILD_TARGET=  rem2ics.1
+REPLACE_PERL=  rem2ics
+
+do-install:
+       ${INSTALL_SCRIPT} ${WRKSRC}/rem2ics ${DESTDIR}${PREFIX}/bin
+       ${INSTALL_DATA} ${WRKSRC}/rem2ics.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+
+.include "../../lang/perl5/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 769317501887 -r 914d9433b1a6 time/rem2ics/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/rem2ics/PLIST        Mon Dec 07 01:29:21 2009 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/12/07 01:29:21 wiz Exp $
+bin/rem2ics
+man/man1/rem2ics.1
diff -r 769317501887 -r 914d9433b1a6 time/rem2ics/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/rem2ics/distinfo     Mon Dec 07 01:29:21 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/12/07 01:29:21 wiz Exp $
+
+SHA1 (rem2ics-0.93.zip) = be93d75f62ff81d9f0b15928ad5b71b6aa17afe9
+RMD160 (rem2ics-0.93.zip) = 2e9694e5c1f1d3d6fee6c266cab1f757339b1803
+Size (rem2ics-0.93.zip) = 13707 bytes



Home | Main Index | Thread Index | Old Index