diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-08-21 09:01:00 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-08-21 09:01:00 +0000 |
commit | e1a5cf392c522ada46a35a85965bd971dabf9e0f (patch) | |
tree | 0d1841a8f8dfca3438dfa0143d3efe5c3b0d44ae /finance | |
parent | d5f006b60e4978d5cfbbf6258eca9590530a49a1 (diff) | |
download | ports-e1a5cf392c522ada46a35a85965bd971dabf9e0f.tar.gz ports-e1a5cf392c522ada46a35a85965bd971dabf9e0f.zip |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/Makefile | 1 | ||||
-rw-r--r-- | finance/eqonomize-kde3/Makefile | 28 | ||||
-rw-r--r-- | finance/eqonomize-kde3/distinfo | 3 | ||||
-rw-r--r-- | finance/eqonomize-kde3/files/patch-configure | 23 | ||||
-rw-r--r-- | finance/eqonomize-kde3/pkg-descr | 9 | ||||
-rw-r--r-- | finance/eqonomize-kde3/pkg-plist | 45 | ||||
-rw-r--r-- | finance/eqonomize-kde4/Makefile | 28 | ||||
-rw-r--r-- | finance/eqonomize-kde4/distinfo | 3 | ||||
-rw-r--r-- | finance/eqonomize-kde4/files/patch-configure | 23 | ||||
-rw-r--r-- | finance/eqonomize-kde4/pkg-descr | 9 | ||||
-rw-r--r-- | finance/eqonomize-kde4/pkg-plist | 45 | ||||
-rw-r--r-- | finance/eqonomize/Makefile | 28 | ||||
-rw-r--r-- | finance/eqonomize/distinfo | 3 | ||||
-rw-r--r-- | finance/eqonomize/files/patch-configure | 23 | ||||
-rw-r--r-- | finance/eqonomize/pkg-descr | 9 | ||||
-rw-r--r-- | finance/eqonomize/pkg-plist | 45 |
16 files changed, 325 insertions, 0 deletions
diff --git a/finance/Makefile b/finance/Makefile index e0a9f7b9d26e..5f101c60c8f2 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -6,6 +6,7 @@ SUBDIR += aqbanking SUBDIR += aqmoney SUBDIR += cbb + SUBDIR += eqonomize SUBDIR += expense SUBDIR += gfp SUBDIR += gnofin diff --git a/finance/eqonomize-kde3/Makefile b/finance/eqonomize-kde3/Makefile new file mode 100644 index 000000000000..1c47e6d28274 --- /dev/null +++ b/finance/eqonomize-kde3/Makefile @@ -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> diff --git a/finance/eqonomize-kde3/distinfo b/finance/eqonomize-kde3/distinfo new file mode 100644 index 000000000000..b8701e016f34 --- /dev/null +++ b/finance/eqonomize-kde3/distinfo @@ -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 diff --git a/finance/eqonomize-kde3/files/patch-configure b/finance/eqonomize-kde3/files/patch-configure new file mode 100644 index 000000000000..b539a7c431fe --- /dev/null +++ b/finance/eqonomize-kde3/files/patch-configure @@ -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 + diff --git a/finance/eqonomize-kde3/pkg-descr b/finance/eqonomize-kde3/pkg-descr new file mode 100644 index 000000000000..bd44fe4763a2 --- /dev/null +++ b/finance/eqonomize-kde3/pkg-descr @@ -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/ diff --git a/finance/eqonomize-kde3/pkg-plist b/finance/eqonomize-kde3/pkg-plist new file mode 100644 index 000000000000..8a02e29c15df --- /dev/null +++ b/finance/eqonomize-kde3/pkg-plist @@ -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 diff --git a/finance/eqonomize-kde4/Makefile b/finance/eqonomize-kde4/Makefile new file mode 100644 index 000000000000..1c47e6d28274 --- /dev/null +++ b/finance/eqonomize-kde4/Makefile @@ -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> diff --git a/finance/eqonomize-kde4/distinfo b/finance/eqonomize-kde4/distinfo new file mode 100644 index 000000000000..b8701e016f34 --- /dev/null +++ b/finance/eqonomize-kde4/distinfo @@ -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 diff --git a/finance/eqonomize-kde4/files/patch-configure b/finance/eqonomize-kde4/files/patch-configure new file mode 100644 index 000000000000..b539a7c431fe --- /dev/null +++ b/finance/eqonomize-kde4/files/patch-configure @@ -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 + diff --git a/finance/eqonomize-kde4/pkg-descr b/finance/eqonomize-kde4/pkg-descr new file mode 100644 index 000000000000..bd44fe4763a2 --- /dev/null +++ b/finance/eqonomize-kde4/pkg-descr @@ -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/ diff --git a/finance/eqonomize-kde4/pkg-plist b/finance/eqonomize-kde4/pkg-plist new file mode 100644 index 000000000000..8a02e29c15df --- /dev/null +++ b/finance/eqonomize-kde4/pkg-plist @@ -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 diff --git a/finance/eqonomize/Makefile b/finance/eqonomize/Makefile new file mode 100644 index 000000000000..1c47e6d28274 --- /dev/null +++ b/finance/eqonomize/Makefile @@ -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> diff --git a/finance/eqonomize/distinfo b/finance/eqonomize/distinfo new file mode 100644 index 000000000000..b8701e016f34 --- /dev/null +++ b/finance/eqonomize/distinfo @@ -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 diff --git a/finance/eqonomize/files/patch-configure b/finance/eqonomize/files/patch-configure new file mode 100644 index 000000000000..b539a7c431fe --- /dev/null +++ b/finance/eqonomize/files/patch-configure @@ -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 + diff --git a/finance/eqonomize/pkg-descr b/finance/eqonomize/pkg-descr new file mode 100644 index 000000000000..bd44fe4763a2 --- /dev/null +++ b/finance/eqonomize/pkg-descr @@ -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/ diff --git a/finance/eqonomize/pkg-plist b/finance/eqonomize/pkg-plist new file mode 100644 index 000000000000..8a02e29c15df --- /dev/null +++ b/finance/eqonomize/pkg-plist @@ -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 |