summaryrefslogtreecommitdiff
path: root/finance
AgeCommit message (Collapse)AuthorFilesLines
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
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-8/+10
While I'm here, unify category Makefiles to more standard style. (If you have tools depending on the previous form, please fix them.)
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz14-15/+14
2001-01-31Update to 1.4.10. Changes: Updated translations, support for Greek Drachmawiz4-82/+5
as Euro currency, updated tax report, and bug fixes.
2001-01-11Update HOMEPAGE.dent1-2/+2
2001-01-09Fix core dump in QIF import dialog. Patch provided by author.wiz2-1/+78
2001-01-09Update to gnucash-1.4.9. Changes since 1.4.8: Tax report, TXF export, andwiz3-5/+22
bug fixes.
2001-01-04USE_LIBINTL, BUILD_DEPENDS instead of DEPENDS on gettext. Fix PLIST.wiz2-4/+4
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc2-2/+22
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-03Fix compilation with new lesstif (need #include <stdio.h> in some places).wiz3-5/+24
2000-12-28Make this build against newer versions of lesstif, in which <Xm/Text.h>fredb6-0/+67
no longer pulls in <stdio.h>.
2000-12-17Add dependency on libxml.wiz1-1/+2
2000-12-15Update to 0.8.4. Over a year of changes, so please look at the includedwiz3-6/+41
ChangeLog.
2000-12-15Update to 2.2, minor fixes.wiz2-6/+6
2000-12-15HOMEPAGE's and MASTER_SITES' host changed namewiz1-3/+3
2000-12-15HOMEPAGE moved to sourceforgewiz1-2/+2
2000-12-15HOMEPAGE is gone; fix nits in DESCR.wiz2-5/+3
2000-12-14change CATEGORIES to financewiz1-2/+2
2000-12-13Move gnofin from misc to finance.wiz1-1/+2
2000-12-13Move package from misc to finance.wiz5-0/+31
2000-12-12Unify Makefiles -- mostly headers: remove FreeBSD Ids.wiz1-1/+2
Consistent 4 character indentation of SUBDIR entries.
2000-12-11Improve description, suggested by Alistair Crooks.wiz1-1/+1
2000-12-11Moved misc/emma, misc/gnucash, misc/tclticker, misc/xfinans, misc/xinvest,wiz43-0/+820
and x11/xquote to new finance category; only change is addition of 'finance' to CATEGORIES in the Makefiles.