diff options
author | mellon <mellon@pkgsrc.org> | 1999-12-11 01:30:52 +0000 |
---|---|---|
committer | mellon <mellon@pkgsrc.org> | 1999-12-11 01:30:52 +0000 |
commit | 8d3743659e6aec0d4ac0796f959b079dfd068084 (patch) | |
tree | 15b4872659931ec3181c17e34f09d1def083049d /misc | |
parent | 8fbace2ee1fc2537ec1f3048f2f0ea450dd53a70 (diff) | |
download | pkgsrc-8d3743659e6aec0d4ac0796f959b079dfd068084.tar.gz |
emma: a money management program, extensible in python.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/emma/Makefile | 21 | ||||
-rw-r--r-- | misc/emma/files/md5 | 2 | ||||
-rw-r--r-- | misc/emma/pkg/COMMENT | 1 | ||||
-rw-r--r-- | misc/emma/pkg/DESCR | 10 | ||||
-rw-r--r-- | misc/emma/pkg/PLIST | 3 |
5 files changed, 37 insertions, 0 deletions
diff --git a/misc/emma/Makefile b/misc/emma/Makefile new file mode 100644 index 00000000000..d9eeb7f1596 --- /dev/null +++ b/misc/emma/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 1999/12/11 01:30:52 mellon Exp $ +# + +DISTNAME= emma-0.7-1 +PKGNAME= emma-0.7 +WRKSRC= ${WRKDIR}/emma-0.7 +CATEGORIES= misc +MASTER_SITES= http://rainbow.mimuw.edu.pl/~la181249/ + +MAINTAINER= mellon@isc.org +HOMEPAGE= http://rainbow.mimuw.edu.pl/~la181249/ + +DEPENDS+= gtk+-1.2.*:../../x11/gtk +DEPENDS+= gnome-libs-*:../../x11/gnome-libs +DEPENDS+= python-*:../../lang/python + +USE_X11= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/misc/emma/files/md5 b/misc/emma/files/md5 new file mode 100644 index 00000000000..85f862809cd --- /dev/null +++ b/misc/emma/files/md5 @@ -0,0 +1,2 @@ +$NetBSD: md5,v 1.1 1999/12/11 01:30:54 mellon Exp $ +MD5 (emma-0.7-1.tar.gz) = 9b0db52023c91108a95ac2e55732ec75 diff --git a/misc/emma/pkg/COMMENT b/misc/emma/pkg/COMMENT new file mode 100644 index 00000000000..b1a28f67b28 --- /dev/null +++ b/misc/emma/pkg/COMMENT @@ -0,0 +1 @@ +a money management program diff --git a/misc/emma/pkg/DESCR b/misc/emma/pkg/DESCR new file mode 100644 index 00000000000..1926dde70bb --- /dev/null +++ b/misc/emma/pkg/DESCR @@ -0,0 +1,10 @@ +emma: a money management program + +Emma is a money management program for Gnome / Gtk+ similar to +X-accountant, Quicken and MsMoney (these are registered trademarks +of their respective owners). It is published under GPL + +Emma allows you to keep track of your incomes and expenses. You +can easily analyse where all your money came from or why your wallet +is empty. Using embedded python interface you can extend Emma +functions to make it even more useful. Hope you like it. diff --git a/misc/emma/pkg/PLIST b/misc/emma/pkg/PLIST new file mode 100644 index 00000000000..e5a01589064 --- /dev/null +++ b/misc/emma/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 1999/12/11 01:30:55 mellon Exp $ +bin/emma +share/locale/fr/LC_MESSAGES/emma.mo |