Commit graph

292 commits

Author SHA1 Message Date
markd
a1e8937cbd Update kmymoney2 to 0.8.5
From Gary Duzan in PR pkg/34669 with some tweaks from me.

Changes:
0.8.5:
some bug fixes and user interface improvements. Some build system changes
will help in implementing the application on a wide selection of platforms.
Improvements to the file importers (GnuCash and QIF).

0.8.4:
several bug fixes and some improvements to the entry of scheduled
transactions. There are also some new translations and miscellaneous
changes, all of which should help to make building and using the
application even easier.

0.8.1-3:
Changes unknown.
2006-10-07 12:14:18 +00:00
wiz
80052f4a53 Add missing dependency on yelp. Bump PKGREVISION. 2006-09-24 07:27:00 +00:00
jmmv
f190ea92a4 Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.
This fixes problems when some installed packages are outdated.
Per wiz@'s request.

Grrr, I really hate this kind of change.
2006-09-16 12:20:32 +00:00
joerg
e8737ed5d3 unlink(2) needs unistd.h. 2006-09-11 07:18:27 +00:00
wiz
6b2fc477bf Update to 0.8.2:
LibOFX 0.8.2:
- bug fixes for GCC4.x and 64-bit compatibility
- fix to enable OFXDirectConnect in Aqbanking
- improvements to ofxpartner functionality
- minor build system modifications
- new fields for fees, commissions and stock split data
- fix a memory leak and a potential crashing bug

Remove curl/buildlink3.mk from buildlink3.mk, since the library
provided by this package is not linked against curl.
2006-09-03 13:02:17 +00:00
jmmv
280998fea2 gnucash is now a GNOME 2 application, so use gnome2-dirs instead of
gnome1-dirs.

Bump PKGREVISION to 1.  (No functional change but a dependency has been
modified.)
2006-08-10 15:28:40 +00:00
wiz
2972540652 Update to 1.12:
2006-06-27  David Hampton

	* Makefile.PL: State the dependency on Crypt::SSLeay that several
	modules now have.

	* lib/Finance/Quote/Yahoo/Base.pm: Don't set fields that are
	defined but are empty..

	* test/yahoo_brasil.t: Update the test module to have more cases
	and use better stocks.

	* lib/Finance/Quote/Yahoo/Brasil.pm: Update for the change of the
	data separator from a semicolon to a comma.

	* test/financecanada.t:
	* test/hex.t: Add new test cases to cover the last untested
	modules. All modules are now tested.

	* lib/Finance/Quote/FinanceCanada.pm: Don't set the success flag
	if the lookup failed.

	* lib/Finance/Quote/Platinum.pm: Use the new url of the pricing
	information.

	* lib/Finance/Quote/ManInvestments.pm: Update for the new table
	format on the web site.

	* test/indiamutual.t:
	* test/aex.t: Update the test cases to use currently listed funds.

	* lib/Finance/Quote/ManInvestments.pm: The url for updating
	quotes has changed, as has the table header.

	* lib/Finance/Quote/Bourso.pm:
	* lib/Finance/Quote/LeRevenu.pm:
	* test/bourso.t:
	* test/lerevenu.t: Updated modules from Dominique Corbex
	The name field now returns the real name
	and not ticker symbols, and other small fixes.

2006-04-08  David Hampton

	* lib/Finance/Quote/Trustnet.pm: Work around the fact that gnucash
	escapes the ampersand character when passing stock names to F::Q.

	* lib/Finance/Quote/DWS.pm: Updated module from Klaus Dahlke
	to retrieve quotes from the new DWS web page.

	* lib/Finance/Quote/Tiaacref.pm: Explicitly state in the code that
	this module requires ssl support (it uses an https:// url).  This
	prevents perl from trying to run the code when ssl support isn't
	present.

	* lib/Finance/Quote.pm:
	* lib/Finance/Quote/HEX.pm:
	* test/hex.t: New module from Mika Laari
	to fetch quote information from the Helsinki stock exchange.

	* Documentation/Hackers-Guide: Add a section on the q->store_date()
	function.  All modules should use this function to set the 'date'
	and 'isodate' fields based on the retrieved textual date (or lack
	thereof).

	* test/lerevenu.t: Test the right module.

2006-04-07  David Hampton

	* lib/Finance/Quote.pm:
	* lib/Finance/Quote/LeRevenu.pm:
	* test/lefrevenu.t: New module from Dominique Corbex
	to fetch information from the LeRevenu.com site in France.

	* t/yahoo_europe.t: New test cases for non-GBP London exchange
	stocks.  Use new stock for test of the XETRA exchange.  (Can't
	find a non-Euro stock there, so remove those tests.)

	* lib/Finance/Quote/Yahoo/Base.pm: Patch from p1n0 at sourceforge.net
	to only divide London exchange values by 100 if they are
	denominated in pence.

2006-04-06  David Hampton

	* lib/Finance/Quote.pm:
	* lib/Finance/Quote/Bourso.pm:
	* test/bourso.t: New module from Dominique Corbex
	to fetch information from the "Paris Stock Exchange", http://www.boursorama.com.

	* lib/Finance/Quote/VWD.pm: Updated module from Jörg Sommer that
	is more tolerant of the advertising added to the web page.
2006-08-06 11:07:30 +00:00
wiz
6a584921bf Update to 2.0.1:
2.0.1 - 30 July 2006
 	 o Release of new stable version 2.0.1
	 o Configure changes;
	 - Check for (g-wrap) module, apparently some distributions ship
	   g-wrap-config separately from the g-wrap.scm guile module.
	 - Check for SLIB.
	 o Core changes;
	 - Correctly set column sort orders from gconf.
	 - Allow proper compile/install from tarball using separate builddir.
	 o Import Changes;
	 - Fixed bug where OFX/HBCI imports loose spaces in descriptions
	 - Ignore any unknown !Option in QIF files that are being imported.
	 - Allow comma-radix numbers without a radix. I.e., allow "17.500" to
	   be parsed either as "seventeen and a half" or as "seventeen thousand
	   five hundred".  Note that numbers STILL default to decimal-radix
	   instead of asking the user to choose.
	 - Replace the hbox separating debits from credits in the
	   reconciliation window by a homogeneous table.
	 - Remove obsolete buttons for aqbanking/hbci setup that are unneeded.
	 o Business changes;
	 - Fixed problem when booking an invoice with account name using
	   account separator character.
	 - Set the summary bar values when the invoice window is first opened.
	 - Properly round invoice entries and totals.
	 o Scheduled Transactions changes;
	 - Changed Since-Last-Run default to automatically run at GnuCash
	   start.
	 o Reports changes;
	 - Change cmdline warning into an actual user's error dialog when user
	   attempts to save a report with the same name as an existing report.
2006-07-31 19:48:41 +00:00
wiz
32f0966059 Update DESCR, not devel version any longer. Noted by mjl. 2006-07-16 08:45:33 +00:00
wiz
08c85d74ff Remove some unneeded dependencies.
The README was outdated, confirmed by the authors.
Bump PKGREVISION.
2006-07-14 21:56:30 +00:00
wiz
8e93cf2ff1 Update to 2.0.0:
2.0.0  - 9 July 2006
 	 o Updated to release 2.0.0
	 o Most of the text still needs work

 1.9.0  - 28 May 2006
	 o First release with screenshots updated for the 2.0.0 GnuCash
	 o Most of the text still needs work
	 o Build system is now updated to remove the html version
	   and doc-tools and only to use the GNOME help system.
2006-07-14 15:20:44 +00:00
joerg
756593c2ea Wants perl. 2006-07-13 13:35:13 +00:00
wiz
2fc13d7f63 I won't maintain this package any longer, and I'll probably remove
it after 2006Q3 is cut. Set MAINTAINER to pkgsrc-users for now.
2006-07-13 10:10:37 +00:00
wiz
dc3141d13a Mention that this is the older GTK1 version. 2006-07-12 13:31:24 +00:00
wiz
7248a04608 Newer version in finance/gnucash. 2006-07-11 13:00:05 +00:00
wiz
dd5bb1cce2 Remove gnucash-devel, add gnucash-gtk1. 2006-07-11 12:59:43 +00:00
wiz
a5f785bdcb Some more patches for 2.0.0. 2006-07-11 12:58:29 +00:00
wiz
b4c546b99f Update to 2.0.0, based on gnucash-devel:
2.0.0 - 9 July 2006
 	 o Release of new stable version 2.0.0.
	 o GnuCash 2.0 is based on state-of-the-art gtk2 GUI technology.
	 o GnuCash 2.0 follows the Gnome Human Interface Guidelines (HIG) for
	   a consistent behaviour and look-and-feel for the whole Desktop.
	 o New tabbed window.
	 o New importing feature: OFX DirectConnect can directly retrieve and
	   import account statements over the Internet.
	 o Implemented a "Hide account" feature to keep a better overview of
	   your current accounts.
	 o Implemented the ability to create budgets within GnuCash using
	   your account data.
	 o New importing feature: MT940 files can be imported (in addition to
	   QIF files and OFX files).
	 o The data file format has been improved with respect to
	   international characters. Data files with international characters
	   can be transferred to other countries flawlessly.
	 o Support for Accounting Periods.
	 o GnuCash Help and Guide are now fully integrated with the GNOME Help
	   system (Yelp).
	 o New releases of Finance::Quote and LibOFX will be coming soon to
	   update support for GnuCash 2.0.0.
2006-07-11 12:58:07 +00:00
wiz
73dd9c6c8e Reimport gnucash as gnucash-gtk1. 2006-07-11 12:56:25 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
2006-07-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
jlam
b7ebfd264d Add an explicit run-time dependency on perl because these packages
install perl scripts.  Bump the PKGREVISION for the dependency change.
2006-07-07 22:10:06 +00:00
jlam
ee68c93314 LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC
tree unless they're named something other than "libtool".

SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just
define it to the empty list and shlibtool-override will look for libtool
scripts.
2006-07-07 15:49:30 +00:00
jlam
00478b39e6 Sweep pkgsrc and convert packages that included intltool/buildlink3.mk
to use instead "USE_TOOLS+=intltool".  Remove now unused
intltool/buildlink3.mk
2006-07-05 05:37:39 +00:00
wiz
6242c89e81 Update to 1.9.8:
1.9.8 - 18 June 2006
 	 o Welcome to GnuCash 1.9.8 aka "Grab that cash with both hands and
	 make a stash" the first release candidate of the GnuCash Open Source
	 Accounting Software which will eventually lead to the stable version
	 2.0.0. This release contains many bugfixes since the second beta
	 release.
	 o PLEASE TEST any and all features important to you. Then post any
	 bugs you find to bugzilla
	 http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash
	 o We would like to encourage people to test this and any further
	 releases as much as possible and submit bug reports in order that we
	 can polish GnuCash to be as stable as possible for the 2.0.0 release
	 in a few weeks.
	 o Major bugfixes include -
	 o More Register fixes.
	 o Restore the business reports menu.
	 o QIF import and HBCI fixes.
	 o Fixes for currencies.
	 o Fixes to business invoices.
	 o General UI fixes.
2006-07-02 11:07:03 +00:00
joerg
cae62889df Include config.h before kdemacro.h gets (indirectly) included.
Otherwise KDE_EXPORT doesn't get correctly defined, resulting in
link errors with visibility-enabled compilers.
2006-06-28 16:04:06 +00:00
rillig
5c7dfcc95a Replaced ${CP} with ${INSTALL_DATA} in do-install. 2006-06-17 18:01:17 +00:00
rillig
f6a5cf3bbe Fixed pkglint warnings. 2006-06-14 10:26:42 +00:00
rillig
779096c638 Fixed pkglint warnings and the PLIST. Bumped PKGREVISION. 2006-06-14 10:25:01 +00:00
wiz
f9002d6328 Update to 1.9.7:
1.9.7 - 04 June 2006
 	 o Welcome to GnuCash 1.9.7 aka "Banking on Gnu Cash!" the second
	 beta release of the GnuCash Open Source Accounting Software which will
	 eventually lead to the stable version 2.0.0. This release contains
	 many bugfixes since the first beta release.
	 o PLEASE TEST any and all features important to you. Then post any
	 bugs you find to bugzilla
	 http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash
	 o We would like to encourage people to test this and any further
	 releases as much as possible and submit bug reports in order that we
	 can polish GnuCash to be as stable as possible for the 2.0.0 release
	 in a few weeks.
	 o Major bugfixes include -
	 o Hide not finished funtionality for the 2.0 release
	 o Fixes to lots functionality
	 o Fixes to XML import
	 o Patches to work with guile 1.8
	 o HBCI fixes
 	 o Many updated translations.
	 o New splash screen from Joshua Facemyer / Impressus Art
	 o Fix the help file names now the docs are xml instead of html.
	 o Fixes for MacOS and Windows builds
	 o Fixes to progress bar.
	 o UTF8 fixes
	 o Fixes for glib 2.6
2006-06-13 19:54:35 +00:00
joerg
be176c2bcf Uses C++. 2006-06-06 19:14:24 +00:00
wiz
ce8c1da1ef Update to 1.9.6:
1.9.6 - 14 May 2006
 	 o Welcome to GnuCash 1.9.6 aka "Time to make a difference" the first
	 beta release of the GnuCash Open Source Accounting Software which will
	 eventually lead to the stable version 2.0.0. This release contains
	 many bugfixes since the sixth unstable release.
	 o PLEASE TEST any and all features important to you. Then post any
	 bugs you find to bugzilla
	 http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash
	 o We would like to encourage people to test this and any further
	 releases as much as possible and submit bug reports in order that we
	 can polish GnuCash to be as stable as possible for the 2.0.0 release
	 in a few weeks.
	 o Major bugfixes include -
	 o More Register fixes.
	 o Fixes to Scheduled Transactions.
	 o Many Report fixes.
 	 o Many updated translations.
	 o New icons
	 o Fixes to lots functionality
	 o Fixes to logging
	 o Many Qof fixes
	 o Fixes to budgeting
	 o HBCI fixes
2006-05-16 17:32:50 +00:00
wiz
7cb66fc5fd Update to 1.9.5:
1.9.5 - 16 Apr 2006
 	 o Welcome to GnuCash 1.9.5 aka "The final countdown begins" the sixth
	 of several unstable releases of the GnuCash Open Source Accounting
	 Software which will eventually lead to the stable version 2.0.0. This
	 release contains many bugfixes since the fifth release but is still
	 only intended for developers and adventurous testers who want to help
	 tracking down bugs.
	 o WARNING WARNING WARNING - Make sure you make backups of any files
	 used in testing versions of GnuCash in the 1.9.x series. Although the
	 developers go to great lengths to ensure that no data will be lost we
	 cannot guarentee that your data will not be affected if for some
	 reason GnuCash crashes in testing these releases.
	 o PLEASE TEST TEST AND TEST SOME MORE any and all features important
	 to you. Then post any bugs you find to bugzilla
	 http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash
	 o Major bugfixes include -
	 o More Register fixes.
	 o Fixes to Scheduled Transactions.
	 o Report fixes.
	 o Make the entire UI insensitive when the progress bar is showing.
	 o Fixes for currencies and currency quote retrievals.
	 o Lots of Qof fixes.
	 o Profiling fixes to improve speed and response.
	 o Memory leak fixes.
	 o Fixes for 64-bit compiles.
	 o Add a per-account "hidden" flag.
	 o Fixes to compile with gcc4.
	 o Fixes to xml file format.
2006-04-29 20:38:57 +00:00
joerg
686b32c1ff Don't create a fake man page, fix the Imakefile file to not expect a
man page at all.
2006-04-28 14:36:33 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
jlam
1cf9796f3c BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
2006-04-13 18:23:29 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
wiz
35af0e470f Update to 1.9.4:
1.9.4 - 05 Apr 2006
 	 o Welcome to GnuCash 1.9.4 aka "Better late than never" the fifth of
	 several unstable releases of the GnuCash Open Source Accounting
	 Software which will eventually lead to the stable version 2.0.0. This
	 release contains many bugfixes since the fourth release but is still
	 only intended for developers and adventurous testers who want to help
	 tracking down bugs.
	 o WARNING WARNING WARNING - Make sure you make backups of any files
	 used in testing versions of GnuCash in the 1.9.x series. Although the
	 developers go to great lengths to ensure that no data will be lost we
	 cannot guarentee that your data will not be affected if for some
	 reason GnuCash crashes in testing these releases.
	 o PLEASE TEST TEST AND TEST SOME MORE any and all features important
	 to you. Then post any bugs you find to bugzilla
	 http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash
	 o Major bugfixes include -
	 o More Register fixes.
	 o Fixes to Scheduled Transactions.
	 o Report fixes.
	 o Add support for renumbering the account codes for all the children
	   of a given account.
	 o Fixes to the hierarchy druid.
	 o Regularize capitalization of the word 'GnuCash' where its user
	   visible.
	 o Fixes for Scheduled Transactions.
	 o Added new toolbar icons and buttons.
	 o Fix the lack of action strings in the popup menu.
	 o Add a context menu to the reconcile window.
	 o Fix the dialog so that the 'Cancel' button cancels all changes made
	   since the dialog was opened.
	 o Fixes for currencies and currency quote retrievals.
2006-04-08 23:40:11 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
2006-04-06 06:21:32 +00:00
jlam
13334f61cf Remove BUILD_DEPENDS on bison and just use USE_TOOLS+=bison instead. 2006-04-04 14:46:15 +00:00
jlam
26d1765101 * List the info file entries directly in the PLIST.
* Honor PKGINFODIR and PKGMANDIR.
2006-04-04 14:45:44 +00:00
jlam
b6f92e0c47 Force using the included guile-www distribution since we don't know
if the pkgsrc version will work.  This fixes PLIST problems that depend
on whether or not devel/guile-www is installed.
2006-04-04 06:13:11 +00:00
minskim
4a28423d25 Make this package build with gcc-4. 2006-04-03 17:26:40 +00:00
wiz
63de30771c Update to 1.9.3:
1.9.3 - 19 Mar 2006
 	 o Welcome to GnuCash 1.9.3 aka "Mo money, mo problems" the fourth of
	 several unstable releases of the GnuCash Open Source Accounting
	 Software which will eventually lead to the stable version 2.0.0. This
	 release contains many bugfixes since the third release but is still
	 only intended for developers and adventurous testers who want to help
	 tracking down bugs.
	 o WARNING WARNING WARNING - Make sure you make backups of any files
	 used in testing versions of GnuCash in the 1.9.x series. Although the
	 developers go to great lengths to ensure that no data will be lost we
	 cannot guarentee that your data will not be affected if for some
	 reason GnuCash crashes in testing these releases.
	 o PLEASE TEST TEST AND TEST SOME MORE any and all features important
	 to you. Then post any bugs you find to bugzilla
	 http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash
	 o Major bugfixes include -
	 o More Register fixes.
	 o Fixes for OFX importer.
	 o Add printing support for the graphs.
	 o Add multi-commodity SX support.
	 o Fixes for windows/mingw32 porting.
	 o Fixes for currency settings.
	 o Add support for XSL.
	 o Recode all po files into UTF-8 character encoding.
	 o Lots of Qof fixes.
	 o Fix the build-order (and install order) of the engine libs.
	 o Fix a problem where account cell contents disappear when focusing
	   in/out of an account cell.
	 o Report fixes
	 o More Qof fixes
	 o More fixes for UTF-8 support
	 o Fixes to Scheduled Transactions
2006-03-29 22:07:22 +00:00
jlam
11993b86ed Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-21 06:00:43 +00:00
wiz
3fe600bcf8 Add patch that should fix build on amd64. 2006-03-14 23:36:11 +00:00
joerg
1c5ee73441 forgotten patch. 2006-03-13 21:23:54 +00:00
joerg
f7ef0258b1 More DragonFly fixes. 2006-03-13 21:23:03 +00:00
reed
5501a051e5 In COMMENT, change "kde3" to simply "KDE". 2006-03-11 03:29:20 +00:00