summaryrefslogtreecommitdiff
path: root/net/p5-Net (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-30$Id$ -> $FreeBSD$Peter Wemm1-1/+1
Notes: svn path=/head/; revision=21126
1999-06-26Commit #3/4 to enforce caps, no period.Tim Vanderhoek1-1/+1
FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
1999-05-06Cleanup empty directories.Jun Kuriyama1-0/+2
Notes: svn path=/head/; revision=18546
1999-04-07upgrade to 1.0606Andrey A. Chernov2-6/+6
Notes: svn path=/head/; revision=17720
1999-01-11Rewrite p5- module's PLIST for alpha.Hidetoshi Shimokawa1-19/+19
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-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-19Change for perl5 scheme.Vanilla I. Shu2-24/+33
Notes: svn path=/head/; revision=12645
1998-08-18This netted the largest set of mis-installed manpages, yet!Tim Vanderhoek1-12/+0
Notes: svn path=/head/; revision=12624
1998-08-06Compatible with perl5.00501.Vanilla I. Shu2-35/+33
Notes: svn path=/head/; revision=12304
1998-04-29Remove the entry of Net::Telnet on pkg/PLIST, and sort pkg/PLIST.Vanilla I. Shu2-16/+13
Notes: svn path=/head/; revision=10757
1998-04-29===> Building package for p5-Net-1.0605Satoshi Asami1-1/+3
Creating package /usr/ports/packages/All/p5-Net-1.0605.tgz Registering depends: perl-5.00404. Creating gzip'd tar ball in '/usr/ports/packages/All/p5-Net-1.0605.tgz' tar: can't add file lib/perl5/site_perl/Net/Telnet.pm : No such file or directory *** Error code 1 Notes: svn path=/head/; revision=10756
1998-04-26Upgrade to 1.06.5, and portlint.Vanilla I. Shu5-437/+255
Notes: svn path=/head/; revision=10678
1997-11-22Upgrade to 1.0602Andrey A. Chernov4-231/+430
Notes: svn path=/head/; revision=8764
1997-06-27Fix broken Makefile/PLIST for Net::Telnet moduleJames FitzGibbon2-4/+2
Notes: svn path=/head/; revision=7102
1997-06-27Upgrade to v1.0505James FitzGibbon3-54/+67
Notes: svn path=/head/; revision=7094
1997-06-24Make all p5- ports use USE_PERL instead of explicitly stating the version ↵James FitzGibbon1-4/+4
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-06-03Remove the last remnant of p5-IO dependency.Satoshi Asami1-2/+1
Found by: make index Notes: svn path=/head/; revision=6698
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-05-20I believe 'lib/perl5/IO::Socket.pm' is a typo for 'lib/perl5/IO/Socket.pm'.Satoshi Asami1-2/+2
(Other than the file not existing, the extra colons were confusing the new 'file:dir[:target]' dependency list.) Notes: svn path=/head/; revision=6497
1997-04-20Mass update of perl5 ports (most bring the port up-to-date with the latest ↵James FitzGibbon3-6/+206
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-04-09Mark as IS_INTERACTIVE to let batch runs continue until I can fix these two.James FitzGibbon1-1/+3
Notes: svn path=/head/; revision=6170
1997-04-05Upgrade to v1.05James FitzGibbon3-7/+12
Submitted by: Bill Fenner <fenner@parc.xerox.com> Notes: svn path=/head/; revision=6142
1996-11-18Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1-1/+1
PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578
1996-11-18Use MASTER_SITE_PERL_CPAN. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1-15/+9
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 modules to access and use network protocols.James FitzGibbon5-0/+147
Notes: svn path=/head/; revision=4115