summaryrefslogtreecommitdiff
path: root/finance
AgeCommit message (Collapse)AuthorFilesLines
2002-07-22Adapt to using perl-5.8.0. Perl 5.8.0 removes the need for libperl asjlam1-2/+2
DynaLoader.a is now an archive of PIC objects.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb4-9/+13
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-12Update gnucash to 1.6.6mjl3-32/+71
o Updated or new translations for Dutch, Norwegian, Russian, Greek, French, German, Portuguese, Azerbaijani Turkic, and Slovak o Tweaked the exchange rate calculation so that it will work in even more complicated cases, involving different Euroland and other currencies. o Added Edit Report Options hyperlink to warnings in reports. o Added workaround for Guppi barchart legend sorting (broken in Guppi 0.40.0 - 0.40.3). o Bug fixes
2002-02-18Introduce new framework for handling info files generation and installation.seb2-4/+5
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2002-02-15mkdir -> ${MKDIR}skrll1-2/+2
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-02-01Explicitely add dependencies that require specific versions.mjl1-1/+6
Change dep on bison to BUILD_DEPENDS.
2002-01-29use Python 1.5 - it seems this program was developed with itdrochner3-26/+3
2002-01-23Switch to new "python" dependency scheme.tron1-1/+3
2002-01-19point "configure" to the right python interpreterdrochner3-2/+53
2002-01-15convert to use the buildlink files for Python and py-mxDateTime,drochner1-3/+5
nail down to Python-2.0 for now (this was used before)
2001-12-17Update to 1.6.5mjl4-70/+106
o Euro conversion druid o Updated or new translations for Brazilian Portuguese, Danish, German, Nicaraguan Spanish, Norwegian, Portuguese, Slovak, Spanish, and Swedish o minor bug fixes
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam1-3/+4
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-14Replace "${GTAR} cf - . | (cd ... ; ${GTAR} xf - )" pipelines with aagc1-2/+2
single instance of ${PAX}.
2001-11-14We use a separate do-patch target to substitute for @PREFIX@ in theagc3-7/+8
tcl scripts, so we might as well put @PREFIX@ into the patches rather than hardcoding "/usr/pkg" in them.
2001-11-01Ensure the plugins dir is there at install timedamon1-1/+4
2001-11-01Move pkg/ files into package's toplevel directoryzuntum22-15/+15
2001-10-30Added gkrellm-stock and p5-finance-quotedamon1-1/+3
2001-10-30Initial Versiondamon10-0/+136
2001-10-03Get guile-slib dependency from g-wrap.jlam1-2/+1
2001-10-02Update to 1.6.4mjl3-8/+8
o fix bug importing GnuCash 1.4 files
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam2-5/+5
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-09-26Update to 1.6.3, featuringmjl3-63/+87
o new Polish translation o Danish and Spanish translation of new account files o updated Swedish, German, and Portuguese translations o child accounts can be reconciled with the parent o support for TrustNet online quotes o support for precious metal currencies o bug fixes
2001-09-08Use mk/motif.buildlink.mk instead of lesstif/buildlink.mk.jlam2-4/+4
2001-08-26Update automake to 1.4-p5 (1.5 is available)skrll1-2/+2
Include a bugfix for lisp_LISP independently discovered by me that has been pulled up to the automake-1-4 branch of automake cvs. Changes are: New in 1.4-p5: * Allow AM_PROG_LIBTOOL again. * Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER. * Display distributed file list correctly in usage message. * Allow numbers in macro names. * Bugfixes. New in 1.4-p4: * Deal with configure.ac as well as configure.in -- this time for real! * The version numbering system now allows three point version numbers, such as 1.4.4, without thinking they are alpha release numbers. New in 1.4-p3: * Deal with configure.ac as well as configure.in. * Don't complain if `version.texi' is included in multiple places. New in 1.4-p2: * Deal with AC_CONFIG_FILES from autoconf-2.50. * Improvements to f77 support. * DESTDIR now works for script targets. * distcheck-hook works correctly. New in 1.4-p1: * The version numbering system now allows fork identifiers (such as the p1 in this version of automake). * Cope gracefully with various versions of libtool which may or may not require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh. * Bugfixes.
2001-08-22Packages that USE_IMAKE shouldn't set USE_BUILDLINK_ONLY, as they don'tjlam2-4/+2
satisfy the condition of being "strongly-buildlinked" (see http://mail-index.netbsd.org/tech-pkg/2001/08/20/0005.html for the definition). This is in response to the recent change to bsd.pkg.mk to not use buildlink-x11.
2001-08-13Update to 1.6.2mjl3-58/+58
o Updated Danish and German translations o SQL backend performance improvements o bug fixes
2001-08-06Provide an empty "wctype.h" on NetBSD 1.5.x systems which is enough totron1-1/+4
make this package build. This fixes PR pkg/13617 by myself.
2001-08-01Updated to 1.6.1:mjl3-53/+59
Updated documentation Updated French, German, Japanese, and Portuguese translations Improved startup time Many bug fixes
2001-07-02Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam6-10/+38
2001-07-02one more build problem: include <locale.h>drochner2-5/+13
2001-07-02fix some build glitches (require "msgfmt" binary, -export-dynamic)drochner5-8/+58
and python problems (script bugs and version dependencies, depend on py-mxDateTime)
2001-07-01Update "gnucash" package to version 1.6.0. Changes since version 1.4.8:tron5-153/+687
- more sql backend work - updated translations for Portuguese, German, Swedish, and Danish - a little ray of sunshine - updated documentation (English & Portuguese) - updated German and Portuguese translations - more work on sql backend - fixes for FreeBSD - updated documentation - updated Norwegian and Portuguese translations - second alpha release - updated user documentation - updated api documentation - alpha release, string freeze - new user account hierarchy wizard - account hierarchy export - reporting improvements - transfer dialog auto-completion - reporting improvements - many misc GUI improvements - updated German and Portuguese translations - fixes for Solaris - more new & improved reports - use of gnome MDI for main window - GUI improvements - several new & improved reports/graphs - online price quotes now work - new main window display - Spanish & Portuguese translations of the manual - new XML file format - better support for importing qifs from online banks - improved checking register - support for charts & graphs - financial calculator - new user account hierarchy wizard - many UI improvements - fixes for Solaris 8 - fixes for gnome-print 0.23 - new Spanish translation - new Russion translation - improved qif importing - updated documentation - lots of bug fixes - switch to gtkhtml widget - updated French translations - improved qif importing - fix for g-wrap 0.9.4
2001-06-30Fix loading of Python module "emma.py".tron4-3/+35
2001-06-30Fix a typo in "data/Makefile.in" so that all Python modules get installed.tron3-2/+19
2001-06-30Include "devel/gettext-lib/buildlink.mk" instead of using "USE_LIBINTL"tron1-2/+2
as suggested by Tomasz Luchowski in private e-mail.
2001-06-30Add "USE_LIBINTL= YES" to use pre installed "libintl".tron1-1/+2
2001-06-30Update "emma" package to version 0.8.1. Changes since version 0.7.5:tron3-19/+71
- Reports feature - Configurable date format - 'Return' in limit entry applies the limit - German translation - Japanese translation (including docs) - Documentation - New transactions highlighting modes - Polish translation - Swedish translation
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-05-26Update to 1.4.12. Changes:mjl4-81/+7
* Turkish translation * minor bug fix
2001-05-11PERL5_REQD shouldn't be used directly by libperl DEPENDS as the perl andjlam1-2/+4
libperl versions may not be exactly the same.
2001-05-05Mechanical changes of tk DEPENDS:jlam1-2/+2
tk-8.3.2 -> tk>=8.3.2 tk-[0-9]* -> tk>=8.0 tk-8.* -> tk>=8.0
2001-04-30Change build dependency from perl-5.* to perl>=${PERL5_REQD}. Also changejlam1-2/+2
dependency from libperl-5.* to libperl>=${PERL5_REQD}.
2001-04-18Move to sha1 digests, and add distfile sizesagc7-13/+20
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc17-41/+31
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-02Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing emptywiz1-2/+1
lines.
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+3
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-23Update to 1.4.11. Changes are bugfixes and a couple of new locales.mjl3-12/+16
2001-03-22gnuplot>=3.7wiz1-2/+2
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-3/+3
XXX need to teach pkglint to be more picky about this
2001-02-16Not needed any more -- COMMENTs are in Makefiles now.wiz1-1/+0