aboutsummaryrefslogtreecommitdiff
path: root/finance/libstocks
Commit message (Collapse)AuthorAgeFilesLines
* - Prepare for removal of shlib filteringPav Lucistnik2007-01-272-1/+2
| | | | Notes: svn path=/head/; revision=183411
* Remove USE_REINPLACE from all categories starting with FEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161557
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154146
* s/ENV/SETENV/Mikhail Teterin2005-04-151-1/+1
| | | | | | | Reported by: Jeff Mohney Notes: svn path=/head/; revision=133456
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* - fix PKGORIGINOliver Eikemeier2004-01-221-1/+1
| | | | | | | | | | since ito makes using package tools hard, is marked as FATAL by portlint and otherwise doesn't affect the port, fix it silently. Approved by: marcus (mentor) Notes: svn path=/head/; revision=98816
* Add finance category to the following ports.Edwin Groothuis2003-10-041-1/+1
| | | | | | | | PR: ports/56259 (ports/39102) Submitted by: Mark Linimon <linimon@lonesome.com> Notes: svn path=/head/; revision=90196
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* 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 build on currentKris Kennaway2002-06-161-1/+2
| | | | Notes: svn path=/head/; revision=61358
* 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
* 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