Commit graph

421 commits

Author SHA1 Message Date
minskim
fd1072111a Add tex-euro{,-doc}. 2011-03-04 19:14:36 +00:00
minskim
de75f59016 Import tex-euro-doc-1.1 as finance/tex-euro-doc.
This is documentation for tex-euro.
2011-03-04 19:13:46 +00:00
minskim
d848a0431b Import tex-euro-1.1 as finance/tex-euro.
Converts arbitrary national currency amounts using the Euro as base
unit, and typesets monetary amounts in almost any desired way. Write,
e.g., \ATS{17.6} to get something like '17,60 oS (1,28 Euro)'
automatically. Conversion rates for the initial Euro-zone countries are
already built-in. Further rates can be added easily. The package uses
the fp package to do its sums.
2011-03-04 19:11:11 +00:00
obache
091b231db8 Add an patch for changed page structure.
PR#44623 by Marko Schuetz Schmuck.
Bump PKGREVISION.

While here, set LICENSE=gnu-gpl-v2 (or later).
2011-02-26 05:39:45 +00:00
wiz
7391e6b4c2 Update to 2.4.2:
Changes between 2.4.0 and 2.4.2 include:

      * User-visible changes
      * Partly revert r20207, "Modify Tax Info on Account
        Page..." The changes in the tree-model-account caused
        CRITICAL gtk warnings, so we revert that part for now.
        The changes in gnc-ui-utils.[hc] have been kept.
      * Do not modify the entry's DateEntered when duplicating
        invoice to keep the entry ordering. Follow-up to r20115.
      * Modify Tax Info on Account Page to display or not
        display sub-account info based on whether row is
        expanded. Revert changes made in gnc-ui-util.c in rev
        20039 and instead put those changes in new function:
        gnc_ui_account_get_tax_info_sub_acct_string. Define a
        new column,
        GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO_SUB_ACCT, in
        gnc-tree-model-account.c filled with
        gnc_ui_account_get_tax_info_sub_acct_string. Modify
        gnc-tree-view-account.c to define a tax_info_data_func
        that displays only the the data in the
        GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO model column if the
        row is expanded; otherwise it combines it with the data
        in the GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO_SUB_ACCT
        model column. Modily the view creation function to use
        the new tax_info_data_func.
      * Open the newly created invoices for editing after
        import.
      * Make the splash screen stack as a regular window instead
        of stacking in front of everything else.
      * SQL Backend Version Control: The final part. New error
        dialog boxes for ERR_SQL_DB_TOO_OLD and
        ERR_SQL_DB_TOO_NEW Marks the book read-only if the user
        doesn't upgrade a too-old db and when the user tries to
        load a too-new db.
      * Provide more detail in commit error when it's caused by
        a read-only book. Mark error message for translation.
      * Throw an error and return if if the book is marked
        readonly.
      * Add icons for Duplicate Invoice functionality
      * This patch adds a new option under Edit -> Preferences
        -> Date/Time that looks like this: Date Completion When
        a date is entered without year, it should be taken: (*)
        In the current calendar year ( ) In a sliding 12-month
        window starting this many months before the current
        month: [ 6 ] Patch by Peter Selinger with minor
        modifications
      * Fix a bug introduced in 20042 which caused lists of
        Scheme strings passed to C code to be garbage. This
        caused online price quotes to fail for anything other
        than a currency.
      * Make it possible to include trading accounts in the
        Income Statement and Profit and Loss reports.
      * Additionally, make the "Duplicate Invoice" feature
        available as menu item and toolbar button when viewing
        an invoice.
      * Implement "Duplicate Invoice" feature, where a new
        invoice is created as a copy of an old one with new date
        and new ID. This patch makes this feature available as
        button "Duplicate" in the search window.
      * Make reconcile+update import action of r20021 bug#373415
        enabled by default because it's so useful.
      * Fix version number in welcome report.
      * Set sort order for GncEntry quickfill to LIFO by-date.
        Previously, the insertion order was random instead of
        by-date.
      * Activate balance averaging in account piechart report,
        introduced in r19253.
      * Add budget name to budget tab
      * Add info about sub-accounts to Tax Info column on
        Accounts page.
      * A plugin to import CSV data as a new invoice or bill.
        Based on code written by Sebastian Held. Also includes a
        python script to massage a downloaded order form into
        the correct format for import. See
        contrib/rapid2gnucash.py This works with Rapid
        Electronics (UK) and can be used as a basis for other
        vendors. Users need to add a line in their
        ~/.gnucash/config.user for the module to be loaded:
        (gnc:module-load "gnucash/plugins/bi_import" 0) See bug
        #624911 for more details.
      * Add "copy budget" command to menu. Works like "open
        budget" except that a copy of the budget is made with
        the name "Copy of "+name of old budget. This command
        will allow you to easily create a copy of your 2010
        budget and change its name to "2011". I also plan to add
        UI capabilities to more easily manipulate budget
        numbers.
      * Fully implement auto-completion in the invoice entries
        on the description field, separately for bills or
        invoices. The quickfill is obtained from the global
        cache of the GncEntry's descriptions, one for invoices,
        one for the rest. The auto-completion is a simple query
        to get the newest entry with the same description, but
        limited to invoices or bills, respectively.
      * Add a new report: Customer Summary. This report shows a
        table of all customers and the sales, profit, and markup
        in that table.
      * Add a new report: Future Scheduled Transaction Summary.
      * Improve GncEntry quickfill to create separate quickfills
        for invoices and bills

As well as lots of bug and translation fixes.
2011-02-12 15:08:01 +00:00
wiz
2f4126dc58 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
wiz
2f5320453b Update to 2.4.0:
The GnuCash development team proudly announces GnuCash 2.4.0, the
latest stable release of the GnuCash Free Accounting Software. With
this new release series, GnuCash can use an SQL database using
SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris,
Microsoft Windows and Mac OSX.

WARNING: You should uninstall any earlier GnuCash version from your
system prior to installing 2.4.0.

Failing to do so may result in startup errors. In particular on
Windows this may cause "Parse error: entry point not found" errors.

Major changes in the 2.4.0 release include;

    * In addition to the XML backend, Gnucash can now use a SQLite3,
    MySQL or PostgreSQL database to store the data. This is a new
    implementation using libdbi. It supports all features including
    the business features. In order to build with this, add
    --enable-dbi to the configure command. In addition to the
    libdbi-dev package for your distribution, you will also need
    the appropriate DBD (libdbi driver) package for sqlite3, mysql
    or postgresql.

    (not enabled in pkgsrc due to lack of recent libdbi)

    * As a replacement for the current GtkHTML HTML engine used to
    display reports and graphs, Gnucash can use WebKit. WebKit is
    the engine used by Google Chrome on Windows and Safari on Apple.

    (enabled in pkgsrc)
2010-12-23 00:10:49 +00:00
obache
1845cb43ba Bump ABI_DEPNDS of gtkhtml314 and recursive bump from libgtkhtml shlib name changed. 2010-11-18 23:59:15 +00:00
abs
93cde1a832 PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
wiz
1d2bd95092 Do not install gnc-test-env. This file got CVE-2010-3999 attached to it
and it's not needed except for testing. Bump PKGREVISION.

While here, include desktopdb.mk.
2010-11-07 23:27:53 +00:00
wiz
e95171a75b Add comments to some patches. 2010-11-07 23:23:55 +00:00
wiz
735e70408b Reset maintainer. 2010-11-01 00:08:09 +00:00
wiz
2c6e8e30b0 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
taca
a631cc9b7e Update finance/ruby-activemerchant to 1.5.1.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
* Ajust new ruby package's framework.

Changes are over 100 lines, please refer HOMEPAGE for detail.
2010-09-10 06:39:06 +00:00
seb
febfbb41f9 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
wiz
6a901e831f Fix compilation on MacOS X 10.6, from upstream via Lothar Braun in PR 43756. 2010-08-14 19:12:57 +00:00
sbd
3f4b7dbd32 Recursive PKGREVISION bump for the net/mDNSResponder update 2010-07-14 11:11:13 +00:00
wiz
92e0cb52cb Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
wiz
a53cfb0e6f Update to 0.9.1, based on PR 43330 by Gary Duzan.
Set LICENSE.

LibOFX 0.9.0:
	- this release now exports version information thus allowing depending applications
          to determine the version of LibOFX to compile against
        - some fields have been added to OfxFiLogin to allow for modification of some
          OFX header fields in outgoing requests. Together with the latest AqBanking3 this
          should fix the problem with servers suddenly rejecting connections from LibOFX
          applications
        - the calling application can now tell libofx where the data files reside. This allows
          for relocatable binaries (most importantly on Windows)
        - some warnings from recent versions of GCC have been fixed
        - libOFX can now easily be cross-compiled for Windows on Linux
        - the OFX header is now scanned for a hint regarding the encoding of the document and
          convert the data to UTF8 if iconv is available at compile time.
        - the API for online requests has been cleaned up
2010-05-20 06:54:23 +00:00
asau
9d172bbac7 Recursive revision bump for GMP update. 2010-03-24 19:43:21 +00:00
wiz
6b526719b9 Update to 1.0.3, provided by maintainer Gary Duzan in PR 42981.
What's new in KMyMoney 1.0.3:

. The KMyMoney development team is pleased to
announce a major step forward for what has been
described as
. "the easiest personal money tool out there",
with the availability of a new stable release,
version 1.0.3.

. This is a maintenance release which fixes a few
bugs that have been reported and has some updated
translations.

What's new in KMyMoney 1.0.2:

. This is a maintenance release which fixes a few
bugs that have been reported and has some updated
translations.

What's new in KMyMoney 1.0.1:

. This is a maintenance release which fixes a
crash when creating credit card and loan accounts.
2010-03-16 09:17:38 +00:00
wiz
7e9f949650 Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
wiz
672ef23395 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
joerg
ef39134ef4 Recursive bump for libltdl 2009-12-15 21:41:00 +00:00
wiz
8bc9ee5547 Update to 1.17:
* Lots of tests added

	* IndiaMutual.t tests added
	* Yahoo_europe: Bug 44245 solved. Wrong fields returned.
	* Documentation: Bug 48818 corrected.

	* yahoo_europe.t tests corrected

	* Bourso.t tests corrected

	* AEX.pm removed code for options and futures. (didn't work)

	* Bug in Yahoo::Base corrected. Sometimes year range is wrongly returned.

	* Bug in Yahoo::Base corrected. GBp wrongly interpreted.

	* Goldmoney.pm patched. support for platinum added.

	* New module HU.pm (Hungarian stocks)

	* Bug RT 46155 solved by modifying link in IndiaMutual.pm

	* Cominvest URL modified

	* currencies adapted to yahoo denomination

	* currency retrieval updated (yahoo website changed)

	* ASX.pm updated due to website change
2009-10-31 01:59:20 +00:00
wiz
10108dd39d Update to 1.0, using pkgsrc-wip/kmymoney2-stable packaged by Gary Duzan.
Since our latest stable release, 0.8.9, a lot of effort has been
put by the developers and the community to add new features and
test them to make this a rock-solid release. Over 2 years of
development have seen the addition of budgets, a forecast feature,
many new reports, report charts, a complete redesign of the import
feature, which allows for a much easier migration from other
application and a swifter synchronization with online banking. The
support of PGP encryption for the KMyMoney files has been improved
too, including the option to have multiple keys for a single file,
so no one can access your financial your financial records. The
summary view has been revamped to show more and more useful
information, allowing you to have an overview of your finance at
a glance. Also, there are now translations for 22 languages, though
not all of them are as complete as we would like, and we have users
wherever KDE3 is installed. That results not only in a greater
quality application, but also in one that can be customized to fit
the needs of a wide range of users. Additionally, if you use either
Oxygen or Tango icons, you can enjoy the exclusive sets of icons
we have prepared for this release, because finance can be good
looking too! In between all that work, we have fixed a lot of bugs
and little annoyances to make this the best KMyMoney release ever!

Into the future, the effort to port the application to KDE4 is
already underway. Following our usual conservative approach, the
first release for KDE4 will be very similar to this one, featurewise.
Subsequent releases will take full advantage of the new platform.
Also, the coordination work with other KDE4 financial applications
under the umbrella of the nascient KDE Finance group opens the door
to other exciting possibilities.
2009-09-02 10:05:52 +00:00
sno
949cd3bc1f bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
wiz
3f572a1791 Set LICENSE. 2009-08-21 22:47:28 +00:00
wiz
6f7c23cfe5 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:01:16 +00:00
joerg
78b1005968 user-destdir support 2009-07-08 16:37:53 +00:00
sno
1089f5b9a1 pkgsrc changes:
- Updating package for p5 module of Finance::Currency::Convert::WebserviceX
    from 0.07000 to 0.07001
  - Setting LICENSE=${PERL5_LICENSE} according to META.yml
  - Using Module::Install as module type

Upstream changes:
0.07001 Sun May 2410:32:43 2009
    - Fixed problem with result cache: #RT46216 - (DELTA) Christian Lackas
2009-07-07 20:14:07 +00:00
joerg
30e010f690 Use @pkgdir. 2009-06-14 18:58:20 +00:00
joerg
26e3ffdae1 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
taca
6a19bbbb87 Update ruby-activemerchant package to 1.4.2, resulting fix recent
build problem.

* Add LICENSE

== Version 1.4.2 (April 24, 2009)

* Fix typo in Authorize.net CIM [infused]
* Add missing ISO countries [Edward Ocampo-Gooding]
* Add support for Guernsey to country.rb [cody]
* Add American Express to the MonerisGateway [cody]
* Use :words_connector instead of connector in RequiresParameters [cody]
* Fixed CreditCard not validating start_month and start_year when set as string [Tekin]
* Update PostsData to support get requests [cody]
* Fix broken Quickpay remote test [cody]
* Update Quickpay gateway to v3. Add support for offsite integration for Danish Dankort cards [Lars Pind]
* Use default partner id when passed in :partner is blank with PayflowGateway [cody]
* Remove PayflowGateway.certification_id [cody]
* Set Response#test? to true in TrustCommerce gateway when using the demo account in production [cody]
* Correctly set Sage.supported_countries [cody]
* Add BogusGateway#void [Donald Ball]
* Fix PSL gateway capturing [cody]
* Fix failed Visa debit purchases with PSL gateway start date info is present [cody]
* Support personal fixtures file on Windows [cody]
* Clearer variable naming for BraintreeGateway#authorize [Jonathan S. Katz]
* Fix brittle Authorize.net tests [cody]
* Add support for Authorize.net duplicate window [Seamus Abshere]
* Return transaction id for PayPal refunds [jxtps435]
* Allow storage of e-checks with BraintreeGateway [jimiray]
* Add test URL to PayJunction gateway [boomtowndesigngroup]
* More robust parsing for Wirecard gateway [Soleone]
* Pass the issue number to CardStream verbatim and update test card numbers [Soleone]

== Version 1.4.1 (December 9, 2008)

* Update CardStream URL. Note that you will also need to update your login id. [cody]

== Version 1.4.0 (November 27, 2008)

* Return failed authorization when SkipJack purchase fails [Tron, cody]
* Update README [cody]
* Add metadata to Authorize.net CIM gateway [cody]
* Make ActionViewHelper compatible with changes to concat method in ActionPack [cody]
* Remove PayPal and Payflow Name-Value gateways. PayPal is no longer terminating the Payflow XML API. [cody]
* Don't directly use the inflector in the action view helper [cody]
* Work around Rails Inflector change [cody]
* Add configurable timeouts to PostsData [Michael Koziarski]
* Add valid_sender? method to gateway integrations [Soleone]
* Fix PayPal error parsing [cody]
* Fix MIT-LICENSE [cody]
* Add a payment gateway for Website Payments Pro Canada [cody]
* Fix shipping amount option in Sage gateway [Darrick Wiebe]
* Improved message and error message handling [Soleone]
* Get Wirecard working in the Live environment [Soleone]
* Remove dead code in PayPal Common API files [cody]
* Use the PayPal short error message if the long message is empty [cody]
* Fix unit tests when being run by Cruise Control [cody]
* Add support for PayPal Fraud Review Response [cody]
* Add testing support for German Wirecard Gateway [Soleone]
* Specify required version of ActiveSupport [cody]
* Make ssl_strict a superclass_delegating_accessor so the entire application's validation of SSL certs can be disabled in the event of certificate problem. [cody]
* Make Gateway.application_id a superclass_delegating_accessor so it can be set from outside the subclass definition [cody]
* Add Discover to the list of supported card types for Braintree [cody]
* Add support for Modern Payments gateway [Jeremy Nicoll, cody]
* Add support for EFT/ACH and Interac Online to the BeanstreamGateway [cody]
* Document the SageGateway [cody]
* Add support for echecks with SageGateway. [cody]
* Handle all successful SecurePay AU response codes [cody]
* Get SageGateway working with real test account. Improve test suite. [cody]
* Unify TrustCommerce, Payment Express, and Braintree CC storage [benjamin.curtis]
* Update to use new Payflow Pro URLs [cody]
* Fix missing Content-Type header for Ruby 1.8.4 [cody]
* Fix Authorize.Net CIM response.message [patrick.t.joyce]
* Add JCB and Diners Club as supported cards to SageGateway [cody]
* Add CA country code to Sage gateway's supported countries [cody]
* Add support for Sage Payment Solutions gateway [cody]
* Add test mode detection to Beanstream [cody]
* Add support for Beanstream payment gateway [xiaobozz]
* Add support for PayPal NV Pair API. Will be used to replace the usage of the PayPal SOAP API in ActiveMerchant in the future [Greg Furmanek, cody]
* Protx does support UK Maestro [cody]
* Add tests for length of UK Maestro cards [cody]
* Return all the error messages and codes from paypal responses [cody]
* Fail hard when attempting to capture without a credit card with NetRegistry [cody]
* Add support for the order fields to the create_customer_profile_transaction in Authorize.net CIM. [Patrick T. Joyce]
* Strip invalid characters and limit lengths of Protx customer data [Simon Russell]
* Fix empty start or end dates in Protx [Simon Russell]
* Add support for Authorize.net CIM [Patrick T. Joyce, Ian Lotinsky]
* Add option to skip order review to all PayPal Express gateways [garret.alfert, cody]
* Add capturing partial amounts, fix issue number formatting, fix authorization string when nil values returned, fix parsing of multiple '=' characters, simplify message_from [Simon Russell]
* Fix StartDate in ProtxGatewy [cody]
* Add support for refunds and continuous authority references to DataCashGateway [joel.chippindale]
* Fix gross in HiTrust notification. Don't use Money object in Verifi gateway [cody]
* Initial implementation of Payflow Name-Value API [Greg Furmanek]
* Add support for CyberSource credits [mjuneja]
2009-06-12 14:02:30 +00:00
zafer
31097a2422 update mirror. 2009-05-21 10:51:43 +00:00
sno
1b083e0999 pkgsrc changes:
- Updating package for p5 module Locale::Currency::Format from 1.26
    to 1.28
  - Setting gnu-gpl-v2 as license
  - removing dependency to p5-Locale-Codes, because it uses nowhere
    in Locale::Currency::Format

Upstream changes are not recorded
2009-05-21 10:26:17 +00:00
wiz
f4e9595f26 Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
2009-05-20 00:58:05 +00:00
hasso
fcdc548b46 Fix install on platforms not using pax tar. Bump PKGREVISION. 2009-05-12 08:27:09 +00:00
sno
4a96de064a Modify dependencies to perl-modules which are deployed with the perl-core,
mainly Scalar::Util and List::Util
2009-04-24 17:15:21 +00:00
wiz
8fa7e5f38f Update to 1.16, and use REPLACE_PERL generously.
2009-04-13  Erik Colson <eco@ecocode.net>

	* Release 1.16

2009-04-12  Erik Colson <eco@ecocode.net>

	* BUGFIX: Bourso.pm allmost completely rewritten due to website change.
	* BUGFIX: Morningstar.pm patched by Fredrik Persson.
	* BUGFIX: AEX.pm patched by Herman van Rink.

2009-03-19  Erik Colson <eco@ecocode.net>

	* BUGFIX: 12:XXpm formatted time handling.

2009-03-04  Erik Colson <eco@ecocode.net>

	* RENAMED ITE is now RZR

2009-03-02  Erik Colson <eco@ecocode.net>

	* BUGFIX: ZA.pm patched.

2009-03-01  Erik Colson <eco@ecocode.net>

	* BUGFIX: Stephen Ebelt patch applied for goldmoney.pm
	* BUGFIX: Encoding problem solved by Ashwin

2009-02-16  Bradley Dean <bjdean@bjdean.id.au>

	* NEW: Function fetch_live_currencies.

2009-02-15  Bradley Dean <bjdean@bjdean.id.au>

	* NEW: Module Finance::Quote::Currencies created for use in
          currency_lookup.

2008-12-05  Erik Colson <eco@ecocode.net>

	* Finanzpartner module adapted to site updated. By Jan Wilamowius.
	* Morningstar patched by Fredrik Persson.

2008-11-09  Erik Colson <eco@ecocode.net>

	* Bourso.pm updated due to website update. By Bernard Fuentes
2009-04-20 13:52:17 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
wiz
78b7af7df5 Use mk/omf-scrollkeeper.mk instead of textproc/rarian/omf.mk. 2009-03-08 15:56:43 +00:00
wiz
344ebecb54 Update to 2.2.9:
2.2.9 - 23 February 2009
 	 Welcome to the GnuCash 2.2.9 Release.
	 Fixed Bugs:
	 o #339027: Reconcile window should display the date
	 o #435642: Crash editing results of a find
	 o #438132: Warning about commodity being NULL for root account on save
	 o #462148: Report output is vertically inverted and bottom up
	            printed (mirror, reverse, &c.)
	 o #514455: Dutch (Netherlands) translation of account templates
	 o #526775: Win32: Crashes when importing brokerage account data
	 o #542382: Assign GnuCash to file name extension .gnucash
	 o #564209: Improved debuggability for module loading

	 o #564450: HUF currency handling incorrect as 1HUF divided into
	            100FILLERs
	 o #564928: Segfault when closing a invoice tab
	 o #565421: gnc-date-edit.c did not compile with Gtk < 2.10
	 o #565721: Multicolumn report options: Report names are not translated
	 o #566198: Slovakia joined the Euro
	 o #566352: Crash during OFX import under Win 2000 / SP4
	 o #566567: Scheme modifications are not built on windows
	 o #567174: Files with NIS stocks fail to open

	 o #568327: Using most "budget" reports, without a budget
	            defined crashes gnucash
	 o #568653: Add SKR49 template
	 o #568945: The gnc_pricedb_convert_balance_... methods should
	            look for the reciprocal of the exchange rate
	 o #569734: Give the template root account a name
	 o #570166: Weird text entry box when typing on Account Tree page
	 o #570894: Use of symbol t, which is not defined in all guile versions
	 o #571220: Program won't start if SCHEME_LIBRARY_PATH is set
	 Other Changes:
	 o Added German account template for a Wohnungswirtschaft business
	 o Fixed french business account templates
	 o Updated translations: Catalan, Chinese, German, Italian
2009-02-24 11:55:13 +00:00
wiz
f6fa72923d Update to 2.2.8:
2.2.8 - 14 December 2008
 	 Welcome to the GnuCash 2.2.8 Release.
	 Fixed Bugs:
	 o #115066: "Search For" dialog shows all when criteria is left as
	            default
	 o #128774: "Edit exchange rate" context menu item disfunctional often
	 o #137017: date of transaction change with time zone change
	 o #339433: TiaaCref price quote dates off by one day
	 o #340041: 0 as an amount should be allowed in Exchange Editor
	 o #345980: changing Stylesheet doesn't commit
	 o #347274: to track the difference between budgeted and actual amounts
	            in the budget report
	 o #348860: Error with saved multicolumn reports
	 o #405472: Unable to save changes on files opened over FUSE and sshfs
	 o #432457: Security/stock import should follow tutorial regarding
	            Account Name
	 o #435427: "Generic import transaction matcher" dialog does not sort by
	            date
	 o #436342: Currency exchange druid does not show on changed
	 o #436920: crash on loading OFX data for a commodity that exists
	            without cusip field
	 o #492417: currency mapping of New Israeli Shekel
	 o #529494: Wrong fractional precision in register with multi-currency
	            transactions
	 o #532889: Monthly scheduled payments preview shows wrong dates
	 o #536299: Fix two underlinking issues
	 o #539947: OpenSolaris:__FUNCTION__ not defined in sun cc
	 o #543332: Severe performance regression in Average Balance report
	 o #548218: OpenSolaris: $(expression) cause configure error on solaris
	 o #554042: OpenSolaris: configure fail on checking 'unsigned long is at
	            least as big as guint32'
	 o #557604: date-utilities.scm typos
	 o #557374: MT940 import does not work
	 o #563160: Multicolumn report: Confusing order of "Column span" and
	            "Row span"
	 o #563273: crash in GnuCash Finance Management: Starting GnuCash
	 o #564033: aqbanking plugin: g_module_open failed: WEXITSTATUS undefined
	 Other Changes:
	 o Fix account defaulting for posting vendor bill
	 o Fix tax-related inconsistency in UI
	 o Fix the average cost price source computation for a certain case
	 o Add account templates: Dutch, Finnish
	 o Update account templates: Italian, Slovak
	 o Update translations: Finnish, German, Hebrew, Italian, Japanese,
	                        Russian, Slovak, Simplified Chinese
2009-01-05 23:48:49 +00:00
wiz
55fa90af5f Move scrollkeeper/omf.mk to rarian/omf.mk.
scrollkeeper is nowadays included in rarian, so the omf.mk file should
be there as well.
Adapt all references.
2009-01-04 18:00:58 +00:00
he
c2f6191b23 Update from version 1.25nb1 to 1.26.
Pkgsrc changes:
 o Add EXTRACT_SUFX to find new distribution file
 o Canonicalize HOMEPAGE url

No upstream change log.
2008-11-17 22:55:37 +00:00
wiz
285b7dd776 Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
wiz
d998ebaf13 Update to 1.15:
2008-10-26  Erik Colson <eco@ecocode.net>

	* BUG correction : IndiaMutual.pm: symbol not set it module.
	* Release 1.15

2008-10-21  Erik Colson <eco@ecocode.net>

        * BUG correction : function isoTime - make sure $hours and $mins are treated as numbers
        * use sprintf in isoTime

2008-10-15  Erik Colson <eco@ecocode.net>

        * Release 1.14

2008-10-13  Erik Colson <eco@ecocode.net>

        * Finanzpartner.pm added by Jan Willamowius

2008-10-12  Erik Colson <eco@ecocode.net>

        * isoTime function added
        * added quote.t
        * yahoo time is now format using isoTime

2008-10-11  Erik Colson <eco@ecocode.net>

        * added prerequisite for HTML::TreeBuilder
        * union.t from todo

2008-10-10  Paul Fenwick <pjf@cpan.org>
        * TEST: Ensure Data::Dumper is not accidently left in
          F::Q code.

2008-10-07  Erik Colson <eco@ecocode.net>

        * Root README added
        * BUGFIX: asx.t

2008-10-05  Erik Colson <eco@ecocode.net>

        * Added Cominvest module from Stephan Ebelt

2008-10-04  Erik Colson <eco@ecocode.net>

        * Failing tests moved to todo-state for trustnet, usfedbonds,
          bourso, deka, union
        * BUGFIX: currency.t
        * BUGFIX: lerevenu.t - index ID corrected

2008-10-02  Erik Colson <eco@ecocode.net>

        * Failing tests moved to todo-state for ftportfolios, aiahk, nzx,
          maninvestments.

2008-09-30  Paul Fenwick <pjf@cpan.org>

        * BUGFIX: Applied patch from Bill Carlson to fix Tiaacref.pm.
          Thanks Bill, you rock!

2008-09-28  Erik Colson <eco@ecocode.net>

	* StockHouseCanada.pm updated to new site layout

	* DWS.pm updated

2008-09-27  Erik Colson <eco@ecocode.net>

	* VWD.pm updated to new site layout

	* TSX.pm added

2008-09-27  Paul Fenwick  <pjf@cpan.org>

        * DOCUMENTATION: Fixed malformed formatting in authors
          email addresses in Fiannce/Quote.pm.

2008-09-26  Erik Colson <eco@ecocode.net>

	* AEX.pm updated to new site layout (comma used in numbers)

2008-09-22  Paul Fenwick  <pjf@cpan.org>

        * BUILD: Module::Install 0.77 is now used for building
        and installation.  (PJF)

        * TESTING: Finance::Quote's test system has been restructured.
        Tests are now run during installation, but online and author
        tests are skipped by default.  (PJF)

2008-09-21  Erik Colson <eco@ecocode.net>

	* lib/Finance/Quote/Yahoo/Brasil.pm: Enable semicolon.

2007-05-13  David Hampton  <hampton@employees.org>

	* lib/Finance/Quote/SEB.pm: Patch from Henrik Riomar <henrik.riomar at
	gmail.com> to fix a problem finding quotes for funds with the Swedish
	chars åäö in the name.

	* lib/Finance/Quote/IndiaMutual.pm: Patch from Devendra Gera <gera0ul
	at yahoo.com> to remove white space when splitting the results in the
	AMFI data file.
2008-11-05 16:24:30 +00:00
wiz
67354e7905 Remove some commented lines. 2008-10-28 11:30:42 +00:00
abs
89e77ae6bf Added finance/p5-Algorithm-LUHN version 1.00 2008-10-25 20:23:37 +00:00