diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2010-08-26 08:20:47 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2010-08-26 08:20:47 +0000 |
commit | c65cf6f0b72708afd07b5af96d4bf101ed5f9150 (patch) | |
tree | 45a07d6eb67548fc6ab8526af5f1caf7c8203f1b /deskutils | |
parent | 5b4626a4e44e12070c15b60b8e2c7f001d005b72 (diff) |
A jewish calendar calculator.
Notes
Notes:
svn path=/head/; revision=259995
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/hebcal/Makefile | 23 | ||||
-rw-r--r-- | deskutils/hebcal/distinfo | 3 | ||||
-rw-r--r-- | deskutils/hebcal/pkg-descr | 4 |
4 files changed, 31 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index 270f7d78102c..b3faaa0b2ee4 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -113,6 +113,7 @@ SUBDIR += gxmessage SUBDIR += gxneur SUBDIR += hamster-applet + SUBDIR += hebcal SUBDIR += helpviewer SUBDIR += horde-hermes SUBDIR += horde-kronolith diff --git a/deskutils/hebcal/Makefile b/deskutils/hebcal/Makefile new file mode 100644 index 000000000000..bcc7a20556dd --- /dev/null +++ b/deskutils/hebcal/Makefile @@ -0,0 +1,23 @@ +# ex:ts=8 +# Ports collection makefile for: hebcal +# Date created: Aug 26, 2010 +# Whom: Edwin Groothuis +# +# $FreeBSD$ +# + +PORTNAME= hebcal +PORTVERSION= 3.7 +CATEGORIES= deskutils +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-c/${PORTVERSION}/ + +MAINTAINER= edwin@mavetju.org +COMMENT= Hebrew Calendar calculator + +HAS_CONFIGURE= yes + +PLIST_FILES= bin/hebcal +MAN1= hebcal.1 +INFO= hebcal + +.include <bsd.port.mk> diff --git a/deskutils/hebcal/distinfo b/deskutils/hebcal/distinfo new file mode 100644 index 000000000000..8bf7f496e70f --- /dev/null +++ b/deskutils/hebcal/distinfo @@ -0,0 +1,3 @@ +MD5 (hebcal-3.7.tar.gz) = fe9343c46478664e5356d4c52afd8599 +SHA256 (hebcal-3.7.tar.gz) = 4a5ecc31110c2f03f8eae36373ef943308e82cb849fb0a41d9ad142466d215e6 +SIZE (hebcal-3.7.tar.gz) = 205106 diff --git a/deskutils/hebcal/pkg-descr b/deskutils/hebcal/pkg-descr new file mode 100644 index 000000000000..e2564b96fb25 --- /dev/null +++ b/deskutils/hebcal/pkg-descr @@ -0,0 +1,4 @@ +Jewish calendar generator. + +Author: Danny Sadinoff <danny@sadinoff.com> +WWW: http://www.hebcal.com/ |