pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/time/hebcal Initial version of a perpetual Hebrew cale...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ae9846b89547
branches: trunk
changeset: 555548:ae9846b89547
user: smb <smb%pkgsrc.org@localhost>
date: Thu Mar 05 03:18:44 2009 +0000
description:
Initial version of a perpetual Hebrew calendar
diffstat:
time/hebcal/DESCR | 10 ++++++++++
time/hebcal/Makefile | 22 ++++++++++++++++++++++
time/hebcal/PLIST | 4 ++++
time/hebcal/distinfo | 5 +++++
4 files changed, 41 insertions(+), 0 deletions(-)
diffs (57 lines):
diff -r 285039e03a2b -r ae9846b89547 time/hebcal/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/time/hebcal/DESCR Thu Mar 05 03:18:44 2009 +0000
@@ -0,0 +1,10 @@
+Hebcal is a program which prints out the days in the Jewish calendar
+for a given gregorian year. Hebcal is fairly flexible in terms of which
+events in the Jewish calendar it displays. Each of the following can
+be individualy turned on or off:
+
+ The Hebrew date
+ Jewish Holdiays (including Yom Ha'atzmaut and Yom HaShoah etc.)
+ The weekly Sedrah
+ The day of the week
+ The days of the Omer
diff -r 285039e03a2b -r ae9846b89547 time/hebcal/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/time/hebcal/Makefile Thu Mar 05 03:18:44 2009 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2009/03/05 03:18:44 smb Exp $
+#
+
+DISTNAME= hebcal-3.7
+CATEGORIES= time
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hebcal/}
+
+MAINTAINER= smb%NetBSD.org@localhost
+HOMEPAGE= http://hebcal.sourceforge.net/
+COMMENT= Perpetual Hebrew calendar
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+INFO_FILES= yes
+
+GNU_CONFIGURE= yes
+USE_TOOLS+= gmake
+USE_TOOLS+= perl
+USE_TOOLS+= m4
+USE_TOOLS+= makeinfo
+
+.include "../../mk/bsd.pkg.mk"
diff -r 285039e03a2b -r ae9846b89547 time/hebcal/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/time/hebcal/PLIST Thu Mar 05 03:18:44 2009 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2009/03/05 03:18:44 smb Exp $
+bin/hebcal
+info/hebcal.info
+man/man1/hebcal.1
diff -r 285039e03a2b -r ae9846b89547 time/hebcal/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/time/hebcal/distinfo Thu Mar 05 03:18:44 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2009/03/05 03:18:44 smb Exp $
+
+SHA1 (hebcal-3.7.tar.gz) = 3f11b75b66047961199a129d1b2cda04d648f426
+RMD160 (hebcal-3.7.tar.gz) = 93a171e57dedde53be5eee78e5fc5950c4267bc2
+Size (hebcal-3.7.tar.gz) = 205106 bytes
Home |
Main Index |
Thread Index |
Old Index