aboutsummaryrefslogtreecommitdiff
path: root/graphics/GIFgraph
Commit message (Collapse)AuthorAgeFilesLines
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.Trevor Johnson2003-11-131-1/+1
| | | | Notes: svn path=/head/; revision=93890
* utilize SITE_PERLYing-Chieh Liao2003-10-242-16/+15
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76036
* Remove do-configure section, use PERL_CONFIGURE now.Vanilla I. Shu2001-03-011-1/+0
| | | | Notes: svn path=/head/; revision=38917
* p5-GD doesn't support gif generation, change to PNG method,Vanilla I. Shu2001-01-274-7/+51
| | | | | | | | | | | | and change MAINTAINER's email, use PERL_CONFIGURE instead "configure:". PR: ports/24657 Submitted by: maintainer Notes: svn path=/head/; revision=37648
* 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