Import grisbi-0.5.9
Grisbi is a personnal accounting application. It can manage multiple accounts, currencies and users. It manages third party, expenditure and receipt categories, as well as budgetary lines, financial years, and other informations that makes it quite adapted for associations (except those that require double entry accounting). based on a submission by Landry Breuil <gaston at gcu dot info> (MAINTAINER)
This commit is contained in:
parent
f662216f07
commit
74e4d77cfe
39
productivity/grisbi/Makefile
Normal file
39
productivity/grisbi/Makefile
Normal file
@ -0,0 +1,39 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/03/19 11:10:18 ajacoutot Exp $
|
||||
|
||||
COMMENT= "personal accounting application"
|
||||
|
||||
DISTNAME= grisbi-0.5.9
|
||||
CATEGORIES= productivity x11
|
||||
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
HOMEPAGE= http://www.grisbi.org/
|
||||
|
||||
MAINTAINER= Landry Breuil <gaston@gcu.info>
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=grisbi/}
|
||||
|
||||
WANTLIB= X11 Xext Xrender c fontconfig freetype m stdc++ z \
|
||||
atk-1.0 cairo glib-2.0 glitz gmodule-2.0 gobject-2.0 \
|
||||
pango-1.0 pangocairo-1.0 pangoft2-1.0 png
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
LIB_DEPENDS= xml2.>=9::textproc/libxml \
|
||||
gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 \
|
||||
ofx.>=3::devel/libofx
|
||||
|
||||
USE_X11= Yes
|
||||
USE_GMAKE= Yes
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include"
|
||||
|
||||
.include <bsd.port.mk>
|
5
productivity/grisbi/distinfo
Normal file
5
productivity/grisbi/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (grisbi-0.5.9.tar.bz2) = 040fd41c01b9075f84b7edb9b009bb67
|
||||
RMD160 (grisbi-0.5.9.tar.bz2) = 533c398443003c4f13204baa679932fccd777649
|
||||
SHA1 (grisbi-0.5.9.tar.bz2) = 6fb6ebf5855ac9275c4da539ff94479d2e486261
|
||||
SHA256 (grisbi-0.5.9.tar.bz2) = 38aacb3007047fdb63816501921c58363737259f6bfe69a900aeb5dcd33498d7
|
||||
SIZE (grisbi-0.5.9.tar.bz2) = 1003327
|
21
productivity/grisbi/patches/patch-configure
Normal file
21
productivity/grisbi/patches/patch-configure
Normal file
@ -0,0 +1,21 @@
|
||||
$OpenBSD: patch-configure,v 1.1.1.1 2007/03/19 11:10:18 ajacoutot Exp $
|
||||
--- configure.orig Mon Jul 10 23:24:11 2006
|
||||
+++ configure Mon Mar 19 11:18:09 2007
|
||||
@@ -12450,7 +12450,7 @@ if test "${ac_cv_lib_ofx_ofx_set_status_
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
ac_check_lib_save_LIBS=$LIBS
|
||||
-LIBS="-lofx $LIBS"
|
||||
+LIBS="`pkg-config --libs libofx $LIBS`"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
_ACEOF
|
||||
@@ -12525,7 +12525,7 @@ if test $ac_cv_lib_ofx_ofx_set_status_cb
|
||||
OFX_0_7="-DOFX_0_7"
|
||||
fi
|
||||
|
||||
- LDFLAGS="${LDFLAGS} -lofx"
|
||||
+ LDFLAGS="${LDFLAGS} `pkg-config --libs libofx`"
|
||||
CFLAGS="${CFLAGS} $OFX_0_7"
|
||||
else
|
||||
noofx=true
|
5
productivity/grisbi/pkg/DESCR
Normal file
5
productivity/grisbi/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
Grisbi is a personnal accounting application. It can manage multiple
|
||||
accounts, currencies and users. It manages third party, expenditure and
|
||||
receipt categories, as well as budgetary lines, financial years, and
|
||||
other informations that makes it quite adapted for associations (except
|
||||
those that require double entry accounting).
|
63
productivity/grisbi/pkg/PLIST
Normal file
63
productivity/grisbi/pkg/PLIST
Normal file
@ -0,0 +1,63 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/03/19 11:10:18 ajacoutot Exp $
|
||||
bin/grisbi
|
||||
@man man/man1/grisbi.1
|
||||
share/doc/grisbi/
|
||||
share/doc/grisbi/help/
|
||||
share/doc/grisbi/help/C/
|
||||
share/doc/grisbi/help/C/contents_motif.gif
|
||||
share/doc/grisbi/help/C/grisbi-manuel.html
|
||||
share/doc/grisbi/help/C/next_motif.gif
|
||||
share/doc/grisbi/help/C/previous_motif.gif
|
||||
share/doc/grisbi/help/C/quickstart.html
|
||||
share/doc/grisbi/help/C/topic.dat
|
||||
share/doc/grisbi/help/C/translation.html
|
||||
share/doc/grisbi/help/de/
|
||||
share/doc/grisbi/help/de/contents_motif.gif
|
||||
share/doc/grisbi/help/de/grisbi-manuel.html
|
||||
share/doc/grisbi/help/de/next_motif.gif
|
||||
share/doc/grisbi/help/de/previous_motif.gif
|
||||
share/doc/grisbi/help/de/quickstart.html
|
||||
share/doc/grisbi/help/de/topic.dat
|
||||
share/doc/grisbi/help/de/translation.html
|
||||
share/doc/grisbi/help/fr/
|
||||
share/doc/grisbi/help/fr/contents_motif.gif
|
||||
share/doc/grisbi/help/fr/grisbi-manuel.html
|
||||
share/doc/grisbi/help/fr/next_motif.gif
|
||||
share/doc/grisbi/help/fr/previous_motif.gif
|
||||
share/doc/grisbi/help/fr/quickstart.html
|
||||
share/doc/grisbi/help/fr/topic.dat
|
||||
share/doc/grisbi/help/fr/translation.html
|
||||
share/locale/cs/LC_MESSAGES/grisbi.mo
|
||||
share/locale/de/LC_MESSAGES/grisbi.mo
|
||||
share/locale/es/LC_MESSAGES/grisbi.mo
|
||||
share/locale/fr/LC_MESSAGES/grisbi.mo
|
||||
share/locale/he/LC_MESSAGES/grisbi.mo
|
||||
share/locale/it/LC_MESSAGES/grisbi.mo
|
||||
share/locale/nl/LC_MESSAGES/grisbi.mo
|
||||
share/locale/pl/LC_MESSAGES/grisbi.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/grisbi.mo
|
||||
share/locale/ro/LC_MESSAGES/grisbi.mo
|
||||
share/locale/ru/LC_MESSAGES/grisbi.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/grisbi.mo
|
||||
share/mime-info/
|
||||
share/mime-info/grisbi.keys
|
||||
share/mime-info/grisbi.mime
|
||||
share/pixmaps/
|
||||
share/pixmaps/grisbi/
|
||||
share/pixmaps/grisbi/addresses.png
|
||||
share/pixmaps/grisbi/banks.png
|
||||
share/pixmaps/grisbi/currencies.png
|
||||
share/pixmaps/grisbi/dollar.gif
|
||||
share/pixmaps/grisbi/euro.gif
|
||||
share/pixmaps/grisbi/exec.png
|
||||
share/pixmaps/grisbi/files.png
|
||||
share/pixmaps/grisbi/financial-years.png
|
||||
share/pixmaps/grisbi/fonts.png
|
||||
share/pixmaps/grisbi/form.png
|
||||
share/pixmaps/grisbi/grisbi-logo.png
|
||||
share/pixmaps/grisbi/grisbi.png
|
||||
share/pixmaps/grisbi/import.png
|
||||
share/pixmaps/grisbi/payment-methods.png
|
||||
share/pixmaps/grisbi/reconciliation.png
|
||||
share/pixmaps/grisbi/transaction-list.png
|
||||
share/pixmaps/grisbi/warnings.png
|
Loading…
x
Reference in New Issue
Block a user