diff options
author | smb <smb@pkgsrc.org> | 2009-03-05 03:18:44 +0000 |
---|---|---|
committer | smb <smb@pkgsrc.org> | 2009-03-05 03:18:44 +0000 |
commit | 3bc733ad526e06730be9fdbb6e89887fd1867547 (patch) | |
tree | 8c68ca30243c9770033f848e7b9854691d6bb4eb /time | |
parent | be4487e34b43e7b5414002462e69adf4755f0a0e (diff) | |
download | pkgsrc-3bc733ad526e06730be9fdbb6e89887fd1867547.tar.gz |
Initial version of a perpetual Hebrew calendar
Diffstat (limited to 'time')
-rw-r--r-- | time/hebcal/DESCR | 10 | ||||
-rw-r--r-- | time/hebcal/Makefile | 22 | ||||
-rw-r--r-- | time/hebcal/PLIST | 4 | ||||
-rw-r--r-- | time/hebcal/distinfo | 5 |
4 files changed, 41 insertions, 0 deletions
diff --git a/time/hebcal/DESCR b/time/hebcal/DESCR new file mode 100644 index 00000000000..3c337a7d9f4 --- /dev/null +++ b/time/hebcal/DESCR @@ -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 --git a/time/hebcal/Makefile b/time/hebcal/Makefile new file mode 100644 index 00000000000..b759c19ec29 --- /dev/null +++ b/time/hebcal/Makefile @@ -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 +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 --git a/time/hebcal/PLIST b/time/hebcal/PLIST new file mode 100644 index 00000000000..9e1eaad903a --- /dev/null +++ b/time/hebcal/PLIST @@ -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 --git a/time/hebcal/distinfo b/time/hebcal/distinfo new file mode 100644 index 00000000000..4491a4105dc --- /dev/null +++ b/time/hebcal/distinfo @@ -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 |