summaryrefslogtreecommitdiff
path: root/finance (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Import of xquote, which gets stock quotes over the network.Matthew Hunt1998-04-227-0/+58
| | | | | | | | PR: 5431 Submitted by: ian@majesticnet.com Notes: svn path=/head/; revision=10634
* Upgrade to 0.21.Vanilla I. Shu1998-03-143-9/+9
| | | | Notes: svn path=/head/; revision=10138
* Add tk virtual category where missing. List of ports which depend on tkBill Fenner1998-02-211-2/+2
| | | | | | | | | | | | but aren't in a tk virtual category from awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX I didn't do anything about the ports which depend on things which depend on a tk revision. I'd be afraid that the depended-upon port might change and thus outdate the virtual category in the depender. Notes: svn path=/head/; revision=9876
* `wishpath' was incorrectly specified.David E. O'Brien1998-02-192-5/+7
| | | | | | | | cbb uses `ical' for its calander, so run depend on it. (could easily be changed to plan for those that perfer it) Notes: svn path=/head/; revision=9841
* Import xinvest port. xinvest is a check book balancer.Thomas Gellekum1997-11-175-0/+71
| | | | | | | | PR: 4530 Submitted by: Pedro Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=8679
* CBB is a personal check book balancing utility for Unix/X.David E. O'Brien1997-10-116-0/+154
| | | | | | | | PR: ports/4543 Submitted by: Gary Kline <kline@thought.org> (w/mucho changes by me) Notes: svn path=/head/; revision=8210
* Make all p5- ports use USE_PERL instead of explicitly stating the version ↵James FitzGibbon1997-06-241-3/+2
| | | | | | | | | | number in each Makefile In-Conjunction-With: Satoshi's patch to bsd.port.mk (note: unlike the last change in perl5 versions, I have only upgraded p5-* ports, not other ports that rely upon perl5.) Notes: svn path=/head/; revision=7065
* Upgrade all ports requiring perl5.003 to perl5.004James FitzGibbon1997-05-241-3/+3
| | | | | | | Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution. Notes: svn path=/head/; revision=6544
* Add virtual category 'perl5'.Wolfram Schneider1997-04-201-2/+2
| | | | Notes: svn path=/head/; revision=6249
* Converted to MAN[1-8]David E. O'Brien1996-11-171-8/+4
| | | | | | | Converted p5* to use MASTER_SITE_PERL_CPAN Notes: svn path=/head/; revision=4541
* CATEGORIES+= --> CATEGORIES=David E. O'Brien1996-11-111-2/+2
| | | | | | | Misc variable reordering, cleaning up, etc. Notes: svn path=/head/; revision=4385
* Add RUN_DEPENDS to all perl5 ports, to make packages install perl.James FitzGibbon1996-10-241-1/+2
| | | | | | | Submitted by: asami@freebsd.org Notes: svn path=/head/; revision=4134
* perl5 module to validate/generate credit card checksums/names.James FitzGibbon1996-10-245-0/+68
Notes: svn path=/head/; revision=4110