summaryrefslogtreecommitdiff
path: root/graphics/GIFgraph (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION (as I should have done with the previous commit) sinceSteve Price2000-10-291-0/+1
| | | | | | | these ports now build again. Notes: svn path=/head/; revision=34429
* Use PERL_ARCH instead of i386-freebsd so these work on the Alpha as well.Steve Price2000-10-291-1/+1
| | | | Notes: svn path=/head/; revision=34427
* PORTNAME / PORTVERSION syntax conversionDavid E. O'Brien2000-04-131-3/+3
| | | | Notes: svn path=/head/; revision=27470
* PREFIX->LOCALBASEMichael Haro2000-03-311-1/+1
| | | | Notes: svn path=/head/; revision=27163
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20951
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* Update to version 1.10.Steve Price1999-03-153-5/+7
| | | | | | | | PR: 10181 Submitted by: Gianmarco Giovannelli <gmarco@giovannelli.it> Notes: svn path=/head/; revision=17218
* Rewrite p5- module's PLIST for alpha.Hidetoshi Shimokawa1999-01-111-2/+2
| | | | | | | | | | | Use newly introduced %%PARL_ARCH%% for dirname of architecture dependent libraries. (i.e. s!%%PERL_VER%%/i386-freebsd!%%PERL_VER%%/%%PERL_ARCH%%!) Approved by: asami Notes: svn path=/head/; revision=16010
* a Perl package to generate GIF chartsJun Kuriyama1998-12-125-0/+43
PR: ports/8627 Submitted by: laskavy@gambit.msk.su Modified by: kuriyama o added p5-GD dependency o some portlint fixes This port fails on make test stage in ${WRKDIR}. But this is caused by font difference between developper's and mine. So it can ignore. Notes: svn path=/head/; revision=15306