From e9afbcae92f8b078a575035053e235f2a24331e3 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 28 Feb 2000 06:34:10 +0000 Subject: update emma to 0.7.5. Warning: grabs any pthread-library it can find, but also works without -- so no dependency added. Changes since 0.7.1: Python errors are now gracefully handled Python expressions are 'compiled' before eval Looking for /usr/share/emma.py & /usr/local/shere/emma.py for parsing Ctrl-N = new transaction Enter in transaction dialog = Ok pressed 0.7-3 Preferences dialog New transaction button on toolbar Fixed multple transaction edit bug Renamed some functions in interface.c and actions.c to keep naming convention more consistent 0.7-2 Transalation should work now Sorting of transactions fixed (again :-( 0.7-1 Scheduled transactions Preferences manipulation via config file Python functions registration Fixed transactions sorting --- misc/emma/Makefile | 8 ++++---- misc/emma/files/md5 | 5 +++-- misc/emma/pkg/PLIST | 8 +++++++- 3 files changed, 14 insertions(+), 7 deletions(-) (limited to 'misc/emma') diff --git a/misc/emma/Makefile b/misc/emma/Makefile index d9eeb7f1596..d250a8a730d 100644 --- a/misc/emma/Makefile +++ b/misc/emma/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1 1999/12/11 01:30:52 mellon Exp $ +# $NetBSD: Makefile,v 1.2 2000/02/28 06:34:10 wiz Exp $ # -DISTNAME= emma-0.7-1 -PKGNAME= emma-0.7 +DISTNAME= emma-0.7-5 +PKGNAME= emma-0.7.5 WRKSRC= ${WRKDIR}/emma-0.7 CATEGORIES= misc MASTER_SITES= http://rainbow.mimuw.edu.pl/~la181249/ @@ -14,7 +14,7 @@ DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= gnome-libs-*:../../x11/gnome-libs DEPENDS+= python-*:../../lang/python -USE_X11= yes +USE_X11BASE= yes GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/misc/emma/files/md5 b/misc/emma/files/md5 index 85f862809cd..683da8ac8d1 100644 --- a/misc/emma/files/md5 +++ b/misc/emma/files/md5 @@ -1,2 +1,3 @@ -$NetBSD: md5,v 1.1 1999/12/11 01:30:54 mellon Exp $ -MD5 (emma-0.7-1.tar.gz) = 9b0db52023c91108a95ac2e55732ec75 +$NetBSD: md5,v 1.2 2000/02/28 06:34:11 wiz Exp $ + +MD5 (emma-0.7-5.tar.gz) = 60485d6f2ef2cb97685b72fe6a25071c diff --git a/misc/emma/pkg/PLIST b/misc/emma/pkg/PLIST index e5a01589064..ff37a68b916 100644 --- a/misc/emma/pkg/PLIST +++ b/misc/emma/pkg/PLIST @@ -1,3 +1,9 @@ -@comment $NetBSD: PLIST,v 1.1 1999/12/11 01:30:55 mellon Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/02/28 06:34:11 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 -- cgit v1.2.3