aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-BSD-Resource
Commit message (Collapse)AuthorAgeFilesLines
* search.cpan.org redirect reduction canonicalization project, pass 1:Bill Fenner2005-09-211-1/+1
| | | | | | | | | | | URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search Notes: svn path=/head/; revision=143304
* Update to 1.24Erwin Lansing2004-06-252-3/+3
| | | | | | | Approved by: maintainer (implicit) Notes: svn path=/head/; revision=112231
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Update to 1.23.Anton Berezin2003-12-162-3/+3
| | | | | | | | PR: 59852 Submitted by: Lars Thegler <lars@thegler.dk> (PR), demon Notes: svn path=/head/; revision=95936
* utilize SITE_PERLYing-Chieh Liao2003-10-241-34/+34
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* Update to 1.22, retire pkg-comment and MANPREFIX.Anton Berezin2003-03-053-4/+3
| | | | Notes: svn path=/head/; revision=76966
* Update to 1.21.Anton Berezin2003-01-262-2/+2
| | | | Notes: svn path=/head/; revision=74022
* Update to 1.17.Anton Berezin2002-10-282-2/+2
| | | | Notes: svn path=/head/; revision=69019
* Update to 1.16.Anton Berezin2002-09-162-2/+2
| | | | Notes: svn path=/head/; revision=66443
* Update to 1.15.Anton Berezin2002-06-012-2/+2
| | | | Notes: svn path=/head/; revision=60427
* Update to 1.12.Anton Berezin2002-01-222-2/+2
| | | | Notes: svn path=/head/; revision=53552
* Update to 1.11; fix pkg-plist; make better pkg-descr; assumeAnton Berezin2001-10-265-80/+21
| | | | | | | maintainership. Notes: svn path=/head/; revision=49238
* Upgrade to 1.10.Vanilla I. Shu2001-05-102-2/+2
| | | | Notes: svn path=/head/; revision=42469
* UpgradeVanilla I. Shu2001-03-012-2/+2
| | | | | | | | | | | | | p5-BSD-Resource => 1.09 p5-CGI-Application => 1.2 p5-CGI_Lite => 2.0 p5-Convert-ASN1 => 0.08 p5-IO-Tty => 0.04 p5-IO-stringy => 1.219 p5-Class-MethodMaker => 1.02 Notes: svn path=/head/; revision=38928
* Remove do-configure section, use PERL_CONFIGURE now.Vanilla I. Shu2001-03-011-5/+1
| | | | Notes: svn path=/head/; revision=38917
* Add @dirrm for BSD directory.Jun Kuriyama2000-10-311-0/+1
| | | | Notes: svn path=/head/; revision=34476
* Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer.Will Andrews2000-10-231-1/+1
| | | | Notes: svn path=/head/; revision=34154
* Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.Will Andrews2000-06-171-2/+3
| | | | | | | | | | | Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many miscellaneous modifications. I used more excessive hacks to force p5-Jcode and p5-WWW-Search to respect CC/CFLAGS. Patches largely done by: Christian Weisgerber <naddy@mips.inka.de> Notes: svn path=/head/; revision=29658
* Upgrade to 1.08.Vanilla I. Shu2000-04-222-2/+2
| | | | Notes: svn path=/head/; revision=27901
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-3/+3
| | | | Notes: svn path=/head/; revision=27452
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* Rewrite p5- module's PLIST for alpha.Hidetoshi Shimokawa1999-01-111-32/+32
| | | | | | | | | | | 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
* Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballSatoshi Asami1998-09-151-2/+2
| | | | | | | | | checks haven't missed anything. Submitted by: dima Notes: svn path=/head/; revision=13159
* Update for perl version 5.00501. Requires latest bsd.port.mk. I'mSatoshi Asami1998-08-122-35/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | going to be a little verbose here about the changes so people who fix up the rest of the stuff can have an idea what to do. (1) Manpages are moved to version-specific subdirectories. Since they are all defined in MAN? macros, I just needed to add ${PERL_VERSION} to the end of MAN*PREFIX and delete them from the PLIST. (2) Most of the module files are moved to version-specific subdirectories. This is usually accomplished by adding "%%PERL_VER%%/" right after "site_perl/" in the PLIST. However, some things didn't move, and some moved more than one level (like, all the way into "site_perl/%%PERL_VER%%/auto/FooBar") so some fishing, err, find'ing was necessary. (3) Fix up dependencies. See (2) above. (4) While I was there, I changed some "@dirrm foobar"'s to "@unexec rmdir %D/foobar 2>/dev/null || true", so there won't be any warnings if a directory can't be removed due to other modules sharing it. Now all of devel/p5-* will install and deinstall without a single warning. I hope others will follow suit. :) Notes: svn path=/head/; revision=12472
* Upgrade to 1.0701.Vanilla I. Shu1998-02-184-6/+32
| | | | Notes: svn path=/head/; revision=9809
* Upgrade to v1.06James FitzGibbon1997-06-272-5/+5
| | | | | | | Pointed-out-by: Bill Fenner's script Notes: svn path=/head/; revision=7092
* 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
* Mass update of perl5 ports (most bring the port up-to-date with the latest ↵James FitzGibbon1997-04-202-5/+5
| | | | | | | | | | release from CPAN) Specifics: p5-Net fixed for IS_INTERACTIVE p5-libwww fixed for IS_INTERACTIVE Notes: svn path=/head/; revision=6251
* Add virtual category 'perl5'.Wolfram Schneider1997-04-201-2/+2
| | | | Notes: svn path=/head/; revision=6249
* Use MASTER_SITE_PERL_CPAN. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-15/+6
| | | | Notes: svn path=/head/; revision=4568
* Add RUN_DEPENDS to all perl5 ports, to make packages install perl.James FitzGibbon1996-10-241-1/+3
| | | | | | | Submitted by: asami@freebsd.org Notes: svn path=/head/; revision=4134
* perl5 module to access BSD process resource limit and priority functions.James FitzGibbon1996-10-235-0/+120
Notes: svn path=/head/; revision=4082