diff options
author | wiz <wiz@pkgsrc.org> | 2000-12-11 13:53:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-12-11 13:53:25 +0000 |
commit | 6d5ed9569d114d6fccff4d49b3ddc1f9cfef146f (patch) | |
tree | f3e3f27ce227b4b22e4501e1918d8c0730db34c5 /finance/emma | |
parent | 6c06179a66948178d802b9e3249161df3a3dcc2b (diff) | |
download | pkgsrc-6d5ed9569d114d6fccff4d49b3ddc1f9cfef146f.tar.gz |
Moved misc/emma, misc/gnucash, misc/tclticker, misc/xfinans, misc/xinvest,
and x11/xquote to new finance category; only change is addition of 'finance'
to CATEGORIES in the Makefiles.
Diffstat (limited to 'finance/emma')
-rw-r--r-- | finance/emma/Makefile | 21 | ||||
-rw-r--r-- | finance/emma/files/md5 | 3 | ||||
-rw-r--r-- | finance/emma/pkg/COMMENT | 1 | ||||
-rw-r--r-- | finance/emma/pkg/DESCR | 10 | ||||
-rw-r--r-- | finance/emma/pkg/PLIST | 9 |
5 files changed, 44 insertions, 0 deletions
diff --git a/finance/emma/Makefile b/finance/emma/Makefile new file mode 100644 index 00000000000..1fb38e3505a --- /dev/null +++ b/finance/emma/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/12/11 13:53:26 wiz Exp $ +# + +DISTNAME= emma-0.7-5 +PKGNAME= emma-0.7.5 +WRKSRC= ${WRKDIR}/emma-0.7 +CATEGORIES= finance +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_X11BASE= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/finance/emma/files/md5 b/finance/emma/files/md5 new file mode 100644 index 00000000000..fef685237ed --- /dev/null +++ b/finance/emma/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/12/11 13:53:26 wiz Exp $ + +MD5 (emma-0.7-5.tar.gz) = 60485d6f2ef2cb97685b72fe6a25071c diff --git a/finance/emma/pkg/COMMENT b/finance/emma/pkg/COMMENT new file mode 100644 index 00000000000..1ef4373a8c3 --- /dev/null +++ b/finance/emma/pkg/COMMENT @@ -0,0 +1 @@ +Money management program diff --git a/finance/emma/pkg/DESCR b/finance/emma/pkg/DESCR new file mode 100644 index 00000000000..1926dde70bb --- /dev/null +++ b/finance/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/finance/emma/pkg/PLIST b/finance/emma/pkg/PLIST new file mode 100644 index 00000000000..9f84981999b --- /dev/null +++ b/finance/emma/pkg/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/11 13:53:26 wiz Exp $ +bin/emma +share/emma/date.py +share/emma/emma.py +share/emma/standard.py +@dirrm share/emma +share/gnome/apps/Applications/emma.desktop +share/locale/fr/LC_MESSAGES/emma.mo +share/locale/pl/LC_MESSAGES/emma.mo |