summaryrefslogtreecommitdiff
path: root/graphics/p5-Image-Size (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-08-31FreeBSD.ORG -> FreeBSD.orgMichael Haro1-1/+1
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
1999-08-25Change Id->FreeBSD.David E. O'Brien1-1/+1
Notes: svn path=/head/; revision=20951
1999-06-26Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1-1/+1
$ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
1999-02-20Upgrade to 2.9, and remove BROKEN tag.Vanilla I. Shu3-13/+9
Notes: svn path=/head/; revision=16796
1999-01-11Rewrite p5- module's PLIST for alpha.Hidetoshi Shimokawa1-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
1998-11-11Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineSatoshi Asami1-3/+4
something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.) Notes: svn path=/head/; revision=14465
1998-10-12Mark BROKEN for current:Justin M. Seger1-1/+6
The path for perl man pages is incorrect Notes: svn path=/head/; revision=13880
1998-09-15Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballSatoshi Asami1-2/+2
checks haven't missed anything. Submitted by: dima Notes: svn path=/head/; revision=13159
1998-08-19Upgrade to 2.7 and change for perl5 scheme.Vanilla I. Shu3-18/+18
Notes: svn path=/head/; revision=12649
1998-08-18Wow. Checkout the number of manpages that are in EZWGL. I think that'sTim Vanderhoek1-2/+0
too many, so I'll remove half of them. Notes: svn path=/head/; revision=12620
1998-02-18Upgrade to 2.6.Vanilla I. Shu3-6/+7
Notes: svn path=/head/; revision=9804
1997-09-14Mass upgrade of CPAN ports:James FitzGibbon2-5/+5
p5-Apache -> 1.00b2 p5-Array-PrintCols -> 2.0 p5-C-Scan -> 0.4 p5-DBD-Pg -> 0.62 p5-Data-Flow -> 0.05 p5-Devel-Peek -> 0.83 p5-HTML-Stream -> 1.40 p5-HTTPD-Tools -> 0.55 p5-Image-Size -> 2.4 p5-IniConf -> 0.92 p5-Msql -> 1.1809 p5-Mysql -> 1.1809 p5-PGP -> 0.3a p5-Pg -> 1.6.1 p5-Tk -> 402.002 p5-WWW-Search -> 1.010 p5-libwww -> 5.12 Notes: svn path=/head/; revision=7898
1997-06-24Make all p5- ports use USE_PERL instead of explicitly stating the version ↵James FitzGibbon1-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
1997-05-29Remove p5-IO dependancy from ports that were using it.James FitzGibbon1-3/+2
Notes: svn path=/head/; revision=6611
1997-05-24Upgrade all ports requiring perl5.003 to perl5.004James FitzGibbon1-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
1997-04-20Mass update of perl5 ports (most bring the port up-to-date with the latest ↵James FitzGibbon3-5/+6
release from CPAN) Specifics: p5-Net fixed for IS_INTERACTIVE p5-libwww fixed for IS_INTERACTIVE Notes: svn path=/head/; revision=6251
1997-04-20Add virtual category 'perl5'.Wolfram Schneider1-2/+2
Notes: svn path=/head/; revision=6249
1997-02-25Added dependancy on net/p5-IOJames FitzGibbon1-2/+3
Submitted by: Misha Teterin Notes: svn path=/head/; revision=5749
1996-12-11Update to take advantage of new features in bsd.port.mk rev. 1.237.Satoshi Asami1-11/+5
Notes: svn path=/head/; revision=4924
1996-11-18Use MASTER_SITE_PERL_CPAN. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1-8/+4
Notes: svn path=/head/; revision=4568
1996-10-24Add RUN_DEPENDS to all perl5 ports, to make packages install perl.James FitzGibbon1-1/+2
Submitted by: asami@freebsd.org Notes: svn path=/head/; revision=4134
1996-10-24perl5 module to determine the size of images in several common formats.James FitzGibbon5-0/+68
Notes: svn path=/head/; revision=4108