aboutsummaryrefslogtreecommitdiff
path: root/finance
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.29.Christian Weisgerber2002-11-122-2/+2
| | | | | | | | PR: 44902 Submitted by: Seamus Venasse <svenasse@polaris.ca> Notes: svn path=/head/; revision=69970
* Fix build with the new gtkhtml.Joe Marcus Clarke2002-11-122-10/+40
| | | | Notes: svn path=/head/; revision=69937
* Bump PORTREVISION after the gtkhtml version bump.Joe Marcus Clarke2002-11-122-0/+2
| | | | Notes: svn path=/head/; revision=69934
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-1034-34/+17
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-0634-17/+34
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Update to a more featurefull, but limited-unless-registered version 3.2.Mikhail Teterin2002-11-035-20/+34
| | | | | | | | | | | | | | | | . USE_JAVA=1.3+ . Do not install swingall.jar . install in ${PREFIX}/share/java . don't extract under WKRDIR and copy -- untar the distfile directly . move the start-up script's template from Makefile into its own files/moneydance.sh Reviewed by: Sean Reilly (maintainer) Approved by: Sean Reilly (maintainer) Notes: svn path=/head/; revision=69360
* devel/SWIG-devel -> devel/swig13Akinori MUSHA2002-10-302-2/+2
| | | | Notes: svn path=/head/; revision=69156
* Add p5-Business-OnlinePayment-SurePay 0.01, a Business::OnlinePaymentMaxim Sobolev2002-10-255-0/+35
| | | | | | | backend module for SurePay authorization service. Notes: svn path=/head/; revision=68799
* Add p5-Business-OnlinePayment-LinkPoint 0.02, a Business::OnlinePaymentMaxim Sobolev2002-10-255-0/+38
| | | | | | | backend module for LinkPoint. Notes: svn path=/head/; revision=68798
* Add p5-Business-OnlinePayment-Cardstream 1.0, a Business::OnlinePaymentMaxim Sobolev2002-10-255-0/+37
| | | | | | | backend module for Cardstream. Notes: svn path=/head/; revision=68797
* Add p5-Business-OnlinePayment-Beanstream 0.01, a Business::OnlinePaymentMaxim Sobolev2002-10-255-0/+36
| | | | | | | backend module for Beanstream. Notes: svn path=/head/; revision=68796
* Add p5-Business-OnlinePayment-BankOfAmerica 1.01, a Business::OnlinePaymentMaxim Sobolev2002-10-255-0/+38
| | | | | | | backend module for Bank of America eStores. Notes: svn path=/head/; revision=68795
* Add p5-Business-OnlinePayment-AuthorizeNet 3.11, a Business::OnlinePaymentMaxim Sobolev2002-10-255-0/+40
| | | | | | | backend module for Authorize.Net. Notes: svn path=/head/; revision=68794
* Add p5-Business-OnlinePayment-2CheckOut 0.02, a Business::OnlinePaymentMaxim Sobolev2002-10-255-0/+38
| | | | | | | backend module for 2CheckOut authorization service. Notes: svn path=/head/; revision=68793
* Add p5-Business-OnlinePayment-eSec 0.02, an Business::OnlinePaymentMaxim Sobolev2002-10-245-0/+37
| | | | | | | backend module for eSec. Notes: svn path=/head/; revision=68748
* Add p5-Business-OnlinePayment-WorldPay-Junior 1.03, an Business::OnlinePaymentMaxim Sobolev2002-10-245-0/+53
| | | | | | | backend module for a WorldPay Select Junior service. Notes: svn path=/head/; revision=68747
* Add p5-Business-OnlinePayment-VirtualNet 0.02, a Business::OnlinePaymentMaxim Sobolev2002-10-245-0/+42
| | | | | | | backend module for Vital VirtualNet. Notes: svn path=/head/; revision=68746
* Add p5-Business-OnlinePayment-TCLink 1.01, a Business::OnlinePayment backendMaxim Sobolev2002-10-245-0/+38
| | | | | | | module for TrustCommerce. Notes: svn path=/head/; revision=68745
* Add p5-Business-OnlinePayment 2.00, a generic interface for processing onlineMaxim Sobolev2002-10-245-0/+45
| | | | | | | credit card payments. Notes: svn path=/head/; revision=68737
* Update MASTER_SITESKris Kennaway2002-09-291-1/+1
| | | | | | | | Submitted by: Edwin Groothuis <edwin@mavetju.org> PR: ports/43274 Notes: svn path=/head/; revision=67231
* Fix build (removal of <values.h>)Kris Kennaway2002-09-291-0/+11
| | | | Notes: svn path=/head/; revision=67225
* Grab all the qt2/kde2 ports with no maintainer and put them under kde@Alan Eldridge2002-08-231-1/+1
| | | | | | | maintainership. Notes: svn path=/head/; revision=64863
* Update to 1.6.8.Joe Marcus Clarke2002-08-224-4/+4
| | | | Notes: svn path=/head/; revision=64843
* Update to 1.6.7.Maxim Sobolev2002-08-1812-816/+944
| | | | Notes: svn path=/head/; revision=64627
* Relinquish this port since I no longer us it.Chris D. Faulhaber2002-07-311-1/+1
| | | | Notes: svn path=/head/; revision=63820
* Convert all core GNOME1 components and some of the most popular GNOME1Maxim Sobolev2002-07-1110-94/+62
| | | | | | | | | | | | | | | | | | | apps to bsd.gnomeng.mk. The goal is to make GNOME1 framework more modular, which will allow to use GNOME1 apps with GNOME2 desktop as well as considerably reduce langht of dependency chains for GNOME1 ports (for example after this commit AbiWord's dependency chain was reduced by 7 ports from 57 to only 50, while Gnumeric's - from 60 to 53 and so on). The most of the GNOME1 apps are still not converted, so that lot of work is still ahead. Please report any unusual problems to gnome@FreeBSD.org. Discussed with: marcus Reviewed by: marcus Notes: svn path=/head/; revision=62821
* Update to 0.28Patrick Li2002-06-283-6/+4
| | | | | | | | PR: ports/39934 Submitted by: maintainer Notes: svn path=/head/; revision=62132
* add p5-Finance-QuoteHist 0.25Ying-Chieh Liao2002-06-265-0/+54
| | | | | | | | | | Perl module for fetching historical stock quotes PR: 34278 Submitted by: Seamus Venasse <svenasse@polaris.ca> Notes: svn path=/head/; revision=61983
* add p5-Finance-Currency-Convert 1.03Ying-Chieh Liao2002-06-265-0/+45
| | | | | | | | | | Convert currencies and fetch their exchange rates PR: 34277 Submitted by: Seamus Venasse <svenasse@polaris.ca> Notes: svn path=/head/; revision=61981
* Replace ${PERL} with ${REINPLACE_CMD}Ying-Chieh Liao2002-06-222-4/+6
| | | | | | | | PR: 39665 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=61744
* Updated to 1.07Sergey Skvortsov2002-06-226-30/+27
| | | | Notes: svn path=/head/; revision=61730
* My first PERL -> REINPLACE_CMD conversion. Make sure not to leave anythingMikhail Teterin2002-06-211-3/+7
| | | | | | | behind by explicitly giving "" to -i -- why is that not a default, I wonder. Notes: svn path=/head/; revision=61706
* - Fix incompatibility with guile-1.4.1 and bump PORTREVISION;Maxim Sobolev2002-06-214-10/+44
| | | | | | | | | - use USE_REINPLACE while I am here. Reported by: Glenn Johnson <glennpj@charter.net> Notes: svn path=/head/; revision=61673
* Chase guile shared lib number.Joe Marcus Clarke2002-06-192-2/+2
| | | | | | | Prompted by: Mike Harding <mvh@ix.netcom.com> Notes: svn path=/head/; revision=61574
* Fix build on currentKris Kennaway2002-06-161-1/+2
| | | | Notes: svn path=/head/; revision=61358
* Fix dependencies to be in sync with the recent JDK ports renaming.Greg Lewis2002-06-161-1/+1
| | | | | | | Approved by: sreilly@seanreilly.com (maintainer) Notes: svn path=/head/; revision=61334
* upgrade to 0.3.0Ying-Chieh Liao2002-05-145-65/+112
| | | | | | | | PR: 38047 Submitted by: Ports Fury Notes: svn path=/head/; revision=59049
* Remove iconv->giconv hack.Maxim Sobolev2002-04-082-84/+0
| | | | Notes: svn path=/head/; revision=57428
* Iconv cleanup, stage 2a: remove patches that only replacing <iconv.h> withMaxim Sobolev2002-03-182-28/+0
| | | | | | | <giconv.h> or -liconv with -lgiconv. Notes: svn path=/head/; revision=56293
* Update to 1.6.6.Maxim Sobolev2002-03-138-54/+162
| | | | Notes: svn path=/head/; revision=55993
* Update to 0.2.1Patrick Li2002-03-034-71/+126
| | | | | | | | PR: 35497 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=55456
* Fix the include path, so the client binary compiles...Mikhail Teterin2002-01-251-1/+1
| | | | | | | Submitted by: fenner's build log Notes: svn path=/head/; revision=53722
* Update version number of guppi shared library.Maxim Sobolev2002-01-252-2/+2
| | | | | | | Submitted by: Michael V. Harding <mvh@corp.namesafe.com> Notes: svn path=/head/; revision=53703
* Update to 0.27.Anton Berezin2002-01-222-2/+2
| | | | Notes: svn path=/head/; revision=53557
* Update to 1.6.5.Maxim Sobolev2002-01-1010-124/+248
| | | | Notes: svn path=/head/; revision=52861
* A minor nit: -I. -> -I${.CURDIR}...Mikhail Teterin2002-01-081-1/+1
| | | | Notes: svn path=/head/; revision=52767
* Libstocks is a C library which can be used to fetch stocks quotes.Mikhail Teterin2002-01-088-0/+102
| | | | | | | | It comes with a CLI client and the Siag Office can be built to interface with it. Notes: svn path=/head/; revision=52747
* - PORTDOCS policePatrick Li2001-12-241-5/+5
| | | | | | | | - DOCSDIR support to some - Brush out some lint Notes: svn path=/head/; revision=52072
* upgrade to 1.4Ying-Chieh Liao2001-12-082-2/+2
| | | | | | | | PR: 32626 Submitted by: Ports Fury Notes: svn path=/head/; revision=51238
* Update to version 1.3.Steve Price2001-12-022-2/+2
| | | | | | | | PR: 32314 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=50884