diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-18 06:27:35 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-18 06:27:35 +0000 |
commit | 9fbbae366c0fa91dc7b9c86dd61f7b8865b936f3 (patch) | |
tree | 51a66ec244c1fa3f2fae5f6a16a59b9b8ff2f457 /misc/hb | |
parent | dee7aaae74197c5f1f958d4c640c93b41d3f019f (diff) | |
download | ports-9fbbae366c0fa91dc7b9c86dd61f7b8865b936f3.tar.gz ports-9fbbae366c0fa91dc7b9c86dd61f7b8865b936f3.zip |
add hb
A simple, but complete budget management in Python
PR: 29048
Submitted by: Tim Daneliuk <tundra@tundraware.com>
Notes
Notes:
svn path=/head/; revision=46411
Diffstat (limited to 'misc/hb')
-rw-r--r-- | misc/hb/Makefile | 20 | ||||
-rw-r--r-- | misc/hb/distinfo | 1 | ||||
-rw-r--r-- | misc/hb/pkg-comment | 1 | ||||
-rw-r--r-- | misc/hb/pkg-descr | 8 | ||||
-rw-r--r-- | misc/hb/pkg-plist | 8 |
5 files changed, 38 insertions, 0 deletions
diff --git a/misc/hb/Makefile b/misc/hb/Makefile new file mode 100644 index 000000000000..0e7f787efaf6 --- /dev/null +++ b/misc/hb/Makefile @@ -0,0 +1,20 @@ +# ports collection makefile for: hb +# Date Created: 17 July 2001 +# Whom: tundra +# +# $FreeBSD$ +# + +PORTNAME= hb +PORTVERSION= 1.86 +CATEGORIES= misc python +MASTER_SITES= http://www.tundraware.com/Software/hb/ + +MAINTAINER= tundra@tundraware.com + +USE_PYTHON= yes + +MANCOMPRESSED= yes +MAN1= hb.1 + +.include <bsd.port.mk> diff --git a/misc/hb/distinfo b/misc/hb/distinfo new file mode 100644 index 000000000000..4838ce9b448a --- /dev/null +++ b/misc/hb/distinfo @@ -0,0 +1 @@ +MD5 (hb-1.86.tar.gz) = 3c85c3cd9b954c6dd06f53aa05ab5765 diff --git a/misc/hb/pkg-comment b/misc/hb/pkg-comment new file mode 100644 index 000000000000..7337ff48a35d --- /dev/null +++ b/misc/hb/pkg-comment @@ -0,0 +1 @@ +A simple, but complete budget management in Python diff --git a/misc/hb/pkg-descr b/misc/hb/pkg-descr new file mode 100644 index 000000000000..3a888eefd898 --- /dev/null +++ b/misc/hb/pkg-descr @@ -0,0 +1,8 @@ +HB is a simple Home Budget management system. As such, it is only mildly +interesting. However, it's real purpose is to demonstrate how to write a +complete application in Python. It is loaded with comments as well as a lot +of explanatory material which should help anyone interested in learning +Python better. + +- tim +tundra@tundraware.com diff --git a/misc/hb/pkg-plist b/misc/hb/pkg-plist new file mode 100644 index 000000000000..1e5b20f40c27 --- /dev/null +++ b/misc/hb/pkg-plist @@ -0,0 +1,8 @@ +bin/hb.py +share/doc/hb/hb.txt +share/doc/hb/0-StartHere.txt +share/doc/hb/1-HB-License.txt +share/doc/hb/2-HowToUse.txt +share/doc/hb/3-UnderTheHood.txt +share/doc/hb/4-Limitations-Enhancements.txt +@dirrm share/doc/hb |