summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-05-15 23:38:11 +0000
committerwiz <wiz@pkgsrc.org>2011-05-15 23:38:11 +0000
commita5433a7932580f94ec52432bd14cb0f4587b945c (patch)
tree7fb003f111b04f4039210be1e7e054138b8478ea /finance
parent4c48228198c9494e0d968fc7d7d13481b42a735d (diff)
downloadpkgsrc-a5433a7932580f94ec52432bd14cb0f4587b945c.tar.gz
pkglint cleanup:
Shorten DESCR. Fix warning in buildlink3.mk. Install config files properly. Bump PKGREVISION for last.
Diffstat (limited to 'finance')
-rw-r--r--finance/gnucash/DESCR23
-rw-r--r--finance/gnucash/Makefile9
-rw-r--r--finance/gnucash/PLIST6
-rw-r--r--finance/gnucash/buildlink3.mk4
4 files changed, 15 insertions, 27 deletions
diff --git a/finance/gnucash/DESCR b/finance/gnucash/DESCR
index 50202059e52..f94860835eb 100644
--- a/finance/gnucash/DESCR
+++ b/finance/gnucash/DESCR
@@ -4,21 +4,12 @@ and even currency trades. A full set of reports allow you to see
the state of your finances. The interface is designed to be simple
and easy to use, but is backed with double-entry accounting principles
to ensure balanced books. Features include:
-
- - An easy-to-use interface. If you can use the register in the
- back of your checkbook, you can use GnuCash. Type directly
- into the register, tab between fields, and use quick-fill to
- automatically complete the transaction. The interface is
- customizable from within the application itself (no editing
- config files :) )
+ - An easy-to-use interface.
- Scheduled Transactions
- Mortgage & Loan Repayment Druid
- Small Business Accounting Features
- - OFX Import
- - HBCI Support
- - Quicken File Import
- - Reconcile window with running reconciled and cleared balances
- makes reconciliation easy.
+ - OFX and Quicken File Import and HBCI Support
+ - Reconcile window with running reconciled and cleared balances
- Stock/Mutual Fund Portfolios
- Get Stock & Mutual Fund quotes from various web sites, update
portfolio automatically (more funds being added regularly).
@@ -30,12 +21,4 @@ to ensure balanced books. Features include:
- Double Entry
- Income/Expense Account Types (Categories)
- General Ledger
- - Written in C with embedded scheme support via Guile.
- - File access is locked in a network-safe fashion, preventing
- accidental damage if several users attempt to access the same
- file, even if the file is NFS-mounted.
- - Provides a byte-stream format, which allows accounts and account
- groups to be transmitted to other processes via pipes or sockets.
- International date handling, many different translations.
- - New User Manual and Help
- - Redesigned Menus
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile
index e37db307a7d..58a8101b047 100644
--- a/finance/gnucash/Makefile
+++ b/finance/gnucash/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.154 2011/04/22 13:42:26 obache Exp $
+# $NetBSD: Makefile,v 1.155 2011/05/15 23:38:11 wiz Exp $
#
DISTNAME= gnucash-2.4.5
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= finance
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnucash/}
@@ -33,6 +33,11 @@ REPLACE_PERL+= src/optional/xsl/vcard-gnccustomer.pl
CONFIGURE_ENV+= GCONF_SCHEMA_FILE_DIR="${PREFIX}/share/gconf/schemas/"
MAKE_ENV+= GCONF_SCHEMA_FILE_DIR="${PREFIX}/share/gconf/schemas/"
+PKG_SYSCONFSUBDIR= gnucash
+CONF_FILES+= ${PREFIX}/share/examples/gnucash/gnucash/config ${PKG_SYSCONFDIR}/config
+CONF_FILES+= ${PREFIX}/share/examples/gnucash/gnucash/environment ${PKG_SYSCONFDIR}/environment
+INSTALL_MAKE_FLAGS+= sysconfdir=${PREFIX}/share/examples/gnucash
+
GCONF_SCHEMAS+= apps_gnucash_history.schemas
GCONF_SCHEMAS+= apps_gnucash_dialog_commodities.schemas
GCONF_SCHEMAS+= apps_gnucash_dialog_common.schemas
diff --git a/finance/gnucash/PLIST b/finance/gnucash/PLIST
index 4f8fc1d49cb..56728d87e75 100644
--- a/finance/gnucash/PLIST
+++ b/finance/gnucash/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.42 2011/03/16 14:43:23 wiz Exp $
+@comment $NetBSD: PLIST,v 1.43 2011/05/15 23:38:11 wiz Exp $
bin/gnc-fq-check
bin/gnc-fq-dump
bin/gnc-fq-helper
@@ -8,8 +8,6 @@ bin/gnucash-env
bin/gnucash-make-guids
bin/gnucash-valgrind
bin/update-gnucash-gconf
-etc/gnucash/config
-etc/gnucash/environment
include/gnucash/Account.h
include/gnucash/FreqSpec.h
include/gnucash/GNCId.h
@@ -272,6 +270,8 @@ libexec/gnucash/overrides/gnucash-make-guids
libexec/gnucash/overrides/guile
man/man1/gnucash.1
share/applications/gnucash.desktop
+share/examples/gnucash/gnucash/config
+share/examples/gnucash/gnucash/environment
share/gconf/schemas/apps_gnucash_dialog_business_common.schemas
share/gconf/schemas/apps_gnucash_dialog_commodities.schemas
share/gconf/schemas/apps_gnucash_dialog_common.schemas
diff --git a/finance/gnucash/buildlink3.mk b/finance/gnucash/buildlink3.mk
index 3f9f7233d52..273b987df3e 100644
--- a/finance/gnucash/buildlink3.mk
+++ b/finance/gnucash/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.13 2011/04/22 13:42:26 obache Exp $
+# $NetBSD: buildlink3.mk,v 1.14 2011/05/15 23:38:11 wiz Exp $
BUILDLINK_TREE+= gnucash
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= gnucash
GNUCASH_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.gnucash+= gnucash>=2.1.0
-BUILDLINK_ABI_DEPENDS.gnucash?= gnucash>=2.4.5nb1
+BUILDLINK_ABI_DEPENDS.gnucash+= gnucash>=2.4.5nb1
BUILDLINK_PKGSRCDIR.gnucash?= ../../finance/gnucash
.include "../../devel/glib2/buildlink3.mk"