diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-08-18 06:27:35 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-08-18 06:27:35 +0000 |
commit | b6be00e9889987376bd4dbb1d56c7bb797a80bdd (patch) | |
tree | d2388457beeccb1283bb3b181b4ee7451d661ad6 /misc/hb | |
parent | ceb8191020f7cc4bd9d9db514c8b3d0b09fb5f83 (diff) | |
download | FreeBSD-ports-b6be00e9889987376bd4dbb1d56c7bb797a80bdd.zip FreeBSD-ports-b6be00e9889987376bd4dbb1d56c7bb797a80bdd.tar.gz |
add hb
A simple, but complete budget management in Python
PR: 29048
Submitted by: Tim Daneliuk <tundra@tundraware.com>
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 0000000..0e7f787 --- /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 0000000..4838ce9 --- /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 0000000..7337ff4 --- /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 0000000..3a888ee --- /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 0000000..1e5b20f --- /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 |