Eqonomize! is a personal accounting software, with focus on efficiency and

ease of use for the small household economy. Eqonomize! provides a complete
solution,with bookkeeping by double entry and support for scheduled recurring
transactions,security investments, and budgeting. It gives a clear overview
of past and present transactions, and development of incomes and expenses,
with descriptive tables and charts, as well as an approximation of future
account values.

WWW: http://eqonomize.sourceforge.net/

PR:		ports/115237
Submitted by:	Yinghong.Liu <relaxbsd at gmail.com>
This commit is contained in:
Martin Wilke 2007-08-21 09:01:00 +00:00
parent d5f006b60e
commit e1a5cf392c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198035
16 changed files with 325 additions and 0 deletions

View File

@ -6,6 +6,7 @@
SUBDIR += aqbanking
SUBDIR += aqmoney
SUBDIR += cbb
SUBDIR += eqonomize
SUBDIR += expense
SUBDIR += gfp
SUBDIR += gnofin

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: eqonomize
# Date created: 6 August 2007
# Whom: Yinghong.Liu <relaxbsd@gmail.com>
#
# $FreeBSD$
#
PORTNAME= eqonomize
PORTVERSION= 0.5
CATEGORIES= finance
MASTER_SITES= SF
MAINTAINER= relaxbsd@gmail.com
COMMENT= A peronal accounting software
USE_KDELIBS_VER=3
GNU_CONFIGURE= yes
USE_PERL5= yes
USE_AUTOTOOLS= libtool:15
INSTALLS_ICONS= yes
DATADIR= ${PREFIX}/share/apps/${PORTNAME}
DOCSDIR= ${PREFIX}/share/doc/HTML/en/${PORTNAME}
post-patch:
@${REINPLACE_CMD} 's|%%LOCALBASE%%/bin/bash|/bin/sh|g' ${WRKSRC}/configure
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (eqonomize-0.5.tar.gz) = b9d17d3581c7e11f617d3b2ef54ba2f4
SHA256 (eqonomize-0.5.tar.gz) = 54c644caa31471fba62186dbc3a19905a60f90319a97bccc8075aca4ab790057
SIZE (eqonomize-0.5.tar.gz) = 1441184

View File

@ -0,0 +1,23 @@
--- configure.orig Thu Feb 23 19:02:14 2006
+++ configure Thu Feb 23 19:08:19 2006
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! %%LOCALBASE%%/bin/bash
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59.
#
@@ -36106,11 +36106,11 @@
{ (exit 0); exit 0; }
_ACEOF
-if test "x$with_fast_perl" = "xyes"; then
+if test "x$with_fast_perl" = "xyes"; then
perl -i.bak $ac_aux_dir/conf.change.pl $CONFIG_STATUS \
- || mv $CONFIG_STATUS.bak $CONFIG_STATUS
+ || mv $CONFIG_STATUS.bak $CONFIG_STATUS
rm -f $CONFIG_STATUS.bak
-fi
+fi
chmod +x $CONFIG_STATUS
ac_clean_files=$ac_clean_files_save

View File

@ -0,0 +1,9 @@
Eqonomize! is a personal accounting software, with focus on efficiency and
ease of use for the small household economy. Eqonomize! provides a complete
solution,with bookkeeping by double entry and support for scheduled recurring
transactions,security investments, and budgeting. It gives a clear overview
of past and present transactions, and development of incomes and expenses,
with descriptive tables and charts, as well as an approximation of future
account values.
WWW: http://eqonomize.sourceforge.net/

View File

@ -0,0 +1,45 @@
bin/eqonomize
share/applications/kde/eqonomize.desktop
%%DATADIR%%/eqonomizeui.rc
%%DOCSDIR%%/accounts-view.png
%%DOCSDIR%%/ask-save.png
%%DOCSDIR%%/confirm-schedule.png
%%DOCSDIR%%/csv-columns.png
%%DOCSDIR%%/edit-budget.png
%%DOCSDIR%%/expenses-view.png
%%DOCSDIR%%/index.cache.bz2
%%DOCSDIR%%/index.docbook
%%DOCSDIR%%/new-account.png
%%DOCSDIR%%/new-security.png
%%DOCSDIR%%/qif-date-format.png
%%DOCSDIR%%/recurrence.png
%%DOCSDIR%%/refund.png
%%DOCSDIR%%/schedule-view.png
%%DOCSDIR%%/securities-view.png
%%DOCSDIR%%/security-buy.png
%%DOCSDIR%%/split-transaction.png
share/icons/hicolor/128x128/apps/eqonomize.png
share/icons/hicolor/128x128/mimetypes/eqz.png
share/icons/hicolor/16x16/apps/eqonomize.png
share/icons/hicolor/16x16/mimetypes/eqz.png
share/icons/hicolor/22x22/apps/eqonomize.png
share/icons/hicolor/22x22/mimetypes/eqz.png
share/icons/hicolor/32x32/apps/eqonomize.png
share/icons/hicolor/32x32/mimetypes/eqz.png
share/icons/hicolor/48x48/apps/eqonomize.png
share/icons/hicolor/48x48/mimetypes/eqz.png
share/icons/hicolor/64x64/apps/eqonomize.png
share/icons/hicolor/64x64/mimetypes/eqz.png
share/locale/de/LC_MESSAGES/eqonomize.mo
share/locale/es/LC_MESSAGES/eqonomize.mo
share/locale/fr/LC_MESSAGES/eqonomize.mo
share/locale/it/LC_MESSAGES/eqonomize.mo
share/locale/nl/LC_MESSAGES/eqonomize.mo
share/locale/sk/LC_MESSAGES/eqonomize.mo
share/locale/sv/LC_MESSAGES/eqonomize.mo
share/mimelnk/application/x-eqonomize.desktop
@dirrm %%DOCSDIR%%/common
@dirrm %%DOCSDIR%%
@dirrm %%DATADIR%%
@dirrmtry share/applications/kde
@dirrmtry share/applications

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: eqonomize
# Date created: 6 August 2007
# Whom: Yinghong.Liu <relaxbsd@gmail.com>
#
# $FreeBSD$
#
PORTNAME= eqonomize
PORTVERSION= 0.5
CATEGORIES= finance
MASTER_SITES= SF
MAINTAINER= relaxbsd@gmail.com
COMMENT= A peronal accounting software
USE_KDELIBS_VER=3
GNU_CONFIGURE= yes
USE_PERL5= yes
USE_AUTOTOOLS= libtool:15
INSTALLS_ICONS= yes
DATADIR= ${PREFIX}/share/apps/${PORTNAME}
DOCSDIR= ${PREFIX}/share/doc/HTML/en/${PORTNAME}
post-patch:
@${REINPLACE_CMD} 's|%%LOCALBASE%%/bin/bash|/bin/sh|g' ${WRKSRC}/configure
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (eqonomize-0.5.tar.gz) = b9d17d3581c7e11f617d3b2ef54ba2f4
SHA256 (eqonomize-0.5.tar.gz) = 54c644caa31471fba62186dbc3a19905a60f90319a97bccc8075aca4ab790057
SIZE (eqonomize-0.5.tar.gz) = 1441184

View File

@ -0,0 +1,23 @@
--- configure.orig Thu Feb 23 19:02:14 2006
+++ configure Thu Feb 23 19:08:19 2006
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! %%LOCALBASE%%/bin/bash
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59.
#
@@ -36106,11 +36106,11 @@
{ (exit 0); exit 0; }
_ACEOF
-if test "x$with_fast_perl" = "xyes"; then
+if test "x$with_fast_perl" = "xyes"; then
perl -i.bak $ac_aux_dir/conf.change.pl $CONFIG_STATUS \
- || mv $CONFIG_STATUS.bak $CONFIG_STATUS
+ || mv $CONFIG_STATUS.bak $CONFIG_STATUS
rm -f $CONFIG_STATUS.bak
-fi
+fi
chmod +x $CONFIG_STATUS
ac_clean_files=$ac_clean_files_save

View File

@ -0,0 +1,9 @@
Eqonomize! is a personal accounting software, with focus on efficiency and
ease of use for the small household economy. Eqonomize! provides a complete
solution,with bookkeeping by double entry and support for scheduled recurring
transactions,security investments, and budgeting. It gives a clear overview
of past and present transactions, and development of incomes and expenses,
with descriptive tables and charts, as well as an approximation of future
account values.
WWW: http://eqonomize.sourceforge.net/

View File

@ -0,0 +1,45 @@
bin/eqonomize
share/applications/kde/eqonomize.desktop
%%DATADIR%%/eqonomizeui.rc
%%DOCSDIR%%/accounts-view.png
%%DOCSDIR%%/ask-save.png
%%DOCSDIR%%/confirm-schedule.png
%%DOCSDIR%%/csv-columns.png
%%DOCSDIR%%/edit-budget.png
%%DOCSDIR%%/expenses-view.png
%%DOCSDIR%%/index.cache.bz2
%%DOCSDIR%%/index.docbook
%%DOCSDIR%%/new-account.png
%%DOCSDIR%%/new-security.png
%%DOCSDIR%%/qif-date-format.png
%%DOCSDIR%%/recurrence.png
%%DOCSDIR%%/refund.png
%%DOCSDIR%%/schedule-view.png
%%DOCSDIR%%/securities-view.png
%%DOCSDIR%%/security-buy.png
%%DOCSDIR%%/split-transaction.png
share/icons/hicolor/128x128/apps/eqonomize.png
share/icons/hicolor/128x128/mimetypes/eqz.png
share/icons/hicolor/16x16/apps/eqonomize.png
share/icons/hicolor/16x16/mimetypes/eqz.png
share/icons/hicolor/22x22/apps/eqonomize.png
share/icons/hicolor/22x22/mimetypes/eqz.png
share/icons/hicolor/32x32/apps/eqonomize.png
share/icons/hicolor/32x32/mimetypes/eqz.png
share/icons/hicolor/48x48/apps/eqonomize.png
share/icons/hicolor/48x48/mimetypes/eqz.png
share/icons/hicolor/64x64/apps/eqonomize.png
share/icons/hicolor/64x64/mimetypes/eqz.png
share/locale/de/LC_MESSAGES/eqonomize.mo
share/locale/es/LC_MESSAGES/eqonomize.mo
share/locale/fr/LC_MESSAGES/eqonomize.mo
share/locale/it/LC_MESSAGES/eqonomize.mo
share/locale/nl/LC_MESSAGES/eqonomize.mo
share/locale/sk/LC_MESSAGES/eqonomize.mo
share/locale/sv/LC_MESSAGES/eqonomize.mo
share/mimelnk/application/x-eqonomize.desktop
@dirrm %%DOCSDIR%%/common
@dirrm %%DOCSDIR%%
@dirrm %%DATADIR%%
@dirrmtry share/applications/kde
@dirrmtry share/applications

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: eqonomize
# Date created: 6 August 2007
# Whom: Yinghong.Liu <relaxbsd@gmail.com>
#
# $FreeBSD$
#
PORTNAME= eqonomize
PORTVERSION= 0.5
CATEGORIES= finance
MASTER_SITES= SF
MAINTAINER= relaxbsd@gmail.com
COMMENT= A peronal accounting software
USE_KDELIBS_VER=3
GNU_CONFIGURE= yes
USE_PERL5= yes
USE_AUTOTOOLS= libtool:15
INSTALLS_ICONS= yes
DATADIR= ${PREFIX}/share/apps/${PORTNAME}
DOCSDIR= ${PREFIX}/share/doc/HTML/en/${PORTNAME}
post-patch:
@${REINPLACE_CMD} 's|%%LOCALBASE%%/bin/bash|/bin/sh|g' ${WRKSRC}/configure
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (eqonomize-0.5.tar.gz) = b9d17d3581c7e11f617d3b2ef54ba2f4
SHA256 (eqonomize-0.5.tar.gz) = 54c644caa31471fba62186dbc3a19905a60f90319a97bccc8075aca4ab790057
SIZE (eqonomize-0.5.tar.gz) = 1441184

View File

@ -0,0 +1,23 @@
--- configure.orig Thu Feb 23 19:02:14 2006
+++ configure Thu Feb 23 19:08:19 2006
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! %%LOCALBASE%%/bin/bash
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59.
#
@@ -36106,11 +36106,11 @@
{ (exit 0); exit 0; }
_ACEOF
-if test "x$with_fast_perl" = "xyes"; then
+if test "x$with_fast_perl" = "xyes"; then
perl -i.bak $ac_aux_dir/conf.change.pl $CONFIG_STATUS \
- || mv $CONFIG_STATUS.bak $CONFIG_STATUS
+ || mv $CONFIG_STATUS.bak $CONFIG_STATUS
rm -f $CONFIG_STATUS.bak
-fi
+fi
chmod +x $CONFIG_STATUS
ac_clean_files=$ac_clean_files_save

View File

@ -0,0 +1,9 @@
Eqonomize! is a personal accounting software, with focus on efficiency and
ease of use for the small household economy. Eqonomize! provides a complete
solution,with bookkeeping by double entry and support for scheduled recurring
transactions,security investments, and budgeting. It gives a clear overview
of past and present transactions, and development of incomes and expenses,
with descriptive tables and charts, as well as an approximation of future
account values.
WWW: http://eqonomize.sourceforge.net/

View File

@ -0,0 +1,45 @@
bin/eqonomize
share/applications/kde/eqonomize.desktop
%%DATADIR%%/eqonomizeui.rc
%%DOCSDIR%%/accounts-view.png
%%DOCSDIR%%/ask-save.png
%%DOCSDIR%%/confirm-schedule.png
%%DOCSDIR%%/csv-columns.png
%%DOCSDIR%%/edit-budget.png
%%DOCSDIR%%/expenses-view.png
%%DOCSDIR%%/index.cache.bz2
%%DOCSDIR%%/index.docbook
%%DOCSDIR%%/new-account.png
%%DOCSDIR%%/new-security.png
%%DOCSDIR%%/qif-date-format.png
%%DOCSDIR%%/recurrence.png
%%DOCSDIR%%/refund.png
%%DOCSDIR%%/schedule-view.png
%%DOCSDIR%%/securities-view.png
%%DOCSDIR%%/security-buy.png
%%DOCSDIR%%/split-transaction.png
share/icons/hicolor/128x128/apps/eqonomize.png
share/icons/hicolor/128x128/mimetypes/eqz.png
share/icons/hicolor/16x16/apps/eqonomize.png
share/icons/hicolor/16x16/mimetypes/eqz.png
share/icons/hicolor/22x22/apps/eqonomize.png
share/icons/hicolor/22x22/mimetypes/eqz.png
share/icons/hicolor/32x32/apps/eqonomize.png
share/icons/hicolor/32x32/mimetypes/eqz.png
share/icons/hicolor/48x48/apps/eqonomize.png
share/icons/hicolor/48x48/mimetypes/eqz.png
share/icons/hicolor/64x64/apps/eqonomize.png
share/icons/hicolor/64x64/mimetypes/eqz.png
share/locale/de/LC_MESSAGES/eqonomize.mo
share/locale/es/LC_MESSAGES/eqonomize.mo
share/locale/fr/LC_MESSAGES/eqonomize.mo
share/locale/it/LC_MESSAGES/eqonomize.mo
share/locale/nl/LC_MESSAGES/eqonomize.mo
share/locale/sk/LC_MESSAGES/eqonomize.mo
share/locale/sv/LC_MESSAGES/eqonomize.mo
share/mimelnk/application/x-eqonomize.desktop
@dirrm %%DOCSDIR%%/common
@dirrm %%DOCSDIR%%
@dirrm %%DATADIR%%
@dirrmtry share/applications/kde
@dirrmtry share/applications