- Import gAcc-0.7.2
- A personnal accounts manager
This commit is contained in:
parent
629af349c2
commit
ca1d8116f2
26
misc/gacc/Makefile
Normal file
26
misc/gacc/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2000/08/29 03:21:35 kevlo Exp $
|
||||
|
||||
DISTNAME= gAcc-0.7.2
|
||||
CATEGORIES= misc
|
||||
NEED_VERSION= 1.319
|
||||
|
||||
MASTER_SITES= http://gacc.sourceforge.net/programmes/
|
||||
|
||||
HOMEPAGE= http://gacc.sourceforge.net/
|
||||
|
||||
MAINTAINER= kevlo@openbsd.org
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
LIB_DEPENDS= gtk.1.2::x11/gtk+
|
||||
|
||||
USE_X11= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= --with-configfile=.gaccrc \
|
||||
--datadir=${PREFIX}/share/examples/gAcc
|
||||
|
||||
.include <bsd.port.mk>
|
3
misc/gacc/files/md5
Normal file
3
misc/gacc/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (gAcc-0.7.2.tar.gz) = 1a1e79ce8727a45c762dc60fd2911111
|
||||
RMD160 (gAcc-0.7.2.tar.gz) = f89eb4200c92ae51a3b358d78caa8ae1ad21bcec
|
||||
SHA1 (gAcc-0.7.2.tar.gz) = 4c168f22047ef3adaab95e0c8fe7ad6b1feb7622
|
14
misc/gacc/patches/patch-aa
Normal file
14
misc/gacc/patches/patch-aa
Normal file
@ -0,0 +1,14 @@
|
||||
--- configure.orig Tue Aug 29 03:34:49 2000
|
||||
+++ configure Tue Aug 29 04:00:46 2000
|
||||
@@ -1524,9 +1524,9 @@
|
||||
fi
|
||||
|
||||
if test "x$prefix" != xNONE; then
|
||||
- DATADIR="$prefix/share"
|
||||
+ DATADIR="$prefix/share/doc/gAcc"
|
||||
else
|
||||
- DATADIR="$ac_default_prefix/share"
|
||||
+ DATADIR="$ac_default_prefix/share/doc/gAcc"
|
||||
fi
|
||||
cat >> confdefs.h <<EOF
|
||||
#define DATADIR "$DATADIR"
|
11
misc/gacc/patches/patch-ab
Normal file
11
misc/gacc/patches/patch-ab
Normal file
@ -0,0 +1,11 @@
|
||||
--- docs/Makefile.in.orig Tue Aug 29 04:05:18 2000
|
||||
+++ docs/Makefile.in Tue Aug 29 04:06:10 2000
|
||||
@@ -22,7 +22,7 @@
|
||||
bindir = @bindir@
|
||||
sbindir = @sbindir@
|
||||
libexecdir = @libexecdir@
|
||||
-datadir = @datadir@
|
||||
+datadir = @prefix@/share/doc/gAcc
|
||||
sysconfdir = @sysconfdir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
localstatedir = @localstatedir@
|
1
misc/gacc/pkg/COMMENT
Normal file
1
misc/gacc/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
personnal accounts manager
|
15
misc/gacc/pkg/DESCR
Normal file
15
misc/gacc/pkg/DESCR
Normal file
@ -0,0 +1,15 @@
|
||||
gAcc is a program intended to manage one's bank accounts. It provides basic
|
||||
functions such as :
|
||||
|
||||
- having multiple accounts in a wallet file
|
||||
- user readable configuration file & wallets files
|
||||
- add / remove any account from the file (happily ;-) )
|
||||
- add / remove any operation from any account (idem :) )
|
||||
- modify the category list
|
||||
- point or un-point operations
|
||||
- display intermediate balance for each operation
|
||||
- re-edit operations
|
||||
- re-edit accounts
|
||||
- internationalisation (not yet finished. volunteers ?) and locale formats
|
||||
|
||||
WWW: ${HOMEPAGE}
|
8
misc/gacc/pkg/PLIST
Normal file
8
misc/gacc/pkg/PLIST
Normal file
@ -0,0 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/08/29 03:21:35 kevlo Exp $
|
||||
bin/gAcc
|
||||
share/examples/gAcc/categories.def
|
||||
share/examples/gAcc/essai.wallet
|
||||
share/examples/gAcc/gaccrc.sample
|
||||
share/doc/gAcc/HELP
|
||||
@dirrm share/examples/gAcc
|
||||
@dirrm share/doc/gAcc
|
Loading…
Reference in New Issue
Block a user