summaryrefslogtreecommitdiff
path: root/net/p5-Net (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-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
* Cleanup empty directories.Jun Kuriyama1999-05-061-0/+2
| | | | Notes: svn path=/head/; revision=18546
* upgrade to 1.0606Andrey A. Chernov1999-04-072-6/+6
| | | | Notes: svn path=/head/; revision=17720
* Rewrite p5- module's PLIST for alpha.Hidetoshi Shimokawa1999-01-111-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
* 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
* Change for perl5 scheme.Vanilla I. Shu1998-08-192-24/+33
| | | | Notes: svn path=/head/; revision=12645
* This netted the largest set of mis-installed manpages, yet!Tim Vanderhoek1998-08-181-12/+0
| | | | Notes: svn path=/head/; revision=12624
* Compatible with perl5.00501.Vanilla I. Shu1998-08-062-35/+33
| | | | Notes: svn path=/head/; revision=12304
* Remove the entry of Net::Telnet on pkg/PLIST, and sort pkg/PLIST.Vanilla I. Shu1998-04-292-16/+13
| | | | Notes: svn path=/head/; revision=10757
* ===> Building package for p5-Net-1.0605Satoshi Asami1998-04-291-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
* Upgrade to 1.06.5, and portlint.Vanilla I. Shu1998-04-265-437/+255
| | | | Notes: svn path=/head/; revision=10678
* Upgrade to 1.0602Andrey A. Chernov1997-11-224-231/+430
| | | | Notes: svn path=/head/; revision=8764
* Fix broken Makefile/PLIST for Net::Telnet moduleJames FitzGibbon1997-06-272-4/+2
| | | | Notes: svn path=/head/; revision=7102
* Upgrade to v1.0505James FitzGibbon1997-06-273-54/+67
| | | | Notes: svn path=/head/; revision=7094
* Make all p5- ports use USE_PERL instead of explicitly stating the version ↵James FitzGibbon1997-06-241-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
* Remove the last remnant of p5-IO dependency.Satoshi Asami1997-06-031-2/+1
| | | | | | | Found by: make index Notes: svn path=/head/; revision=6698
* 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
* I believe 'lib/perl5/IO::Socket.pm' is a typo for 'lib/perl5/IO/Socket.pm'.Satoshi Asami1997-05-201-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
* Mass update of perl5 ports (most bring the port up-to-date with the latest ↵James FitzGibbon1997-04-203-6/+206
| | | | | | | | | | 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
* Mark as IS_INTERACTIVE to let batch runs continue until I can fix these two.James FitzGibbon1997-04-091-1/+3
| | | | Notes: svn path=/head/; revision=6170
* Upgrade to v1.05James FitzGibbon1997-04-053-7/+12
| | | | | | | Submitted by: Bill Fenner <fenner@parc.xerox.com> Notes: svn path=/head/; revision=6142
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-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
* Use MASTER_SITE_PERL_CPAN. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-15/+9
| | | | Notes: svn path=/head/; revision=4568
* Add RUN_DEPENDS to all perl5 ports, to make packages install perl.James FitzGibbon1996-10-241-1/+2
| | | | | | | Submitted by: asami@freebsd.org Notes: svn path=/head/; revision=4134
* perl5 modules to access and use network protocols.James FitzGibbon1996-10-245-0/+147
Notes: svn path=/head/; revision=4115