summaryrefslogtreecommitdiff
path: root/net/p5-Net (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove do-configure section, use PERL_CONFIGURE now.Vanilla I. Shu2001-03-011-4/+1
| | | | Notes: svn path=/head/; revision=38917
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-3/+3
| | | | Notes: svn path=/head/; revision=37252
* Change MAINTAINER field.Dmitry Sivachenko2000-11-131-1/+1
| | | | | | | | | I am now at FreeBSD dot org Approved by: sobomax Notes: svn path=/head/; revision=35074
* Hand these ports to Dmitry Sivachenko <dima@chg.ru>.Will Andrews2000-10-241-1/+1
| | | | Notes: svn path=/head/; revision=34200
* Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer.Will Andrews2000-10-231-1/+1
| | | | Notes: svn path=/head/; revision=34154
* Remove empty directories that end with "Net" upon deinstallation.Satoshi Asami2000-05-081-0/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=28363
* UpgradeVanilla I. Shu2000-04-224-32/+153
| | | | | | | | | | | | | | | | | | p5-Errno => 1.09 p5-File-BasicFlock => 98.1202 p5-File-Sync => 0.09 p5-Filter => 1.18 p5-HTML-Parser => 3.07 p5-IO-Tty => 0.03 p5-IO-stringy => 1.210 p5-Mysql => 1.2213 p5-Net => 1.703 p5-Storable => 0.6.11 p5-URI => 1.06 p5-libwww => 5.48 Notes: svn path=/head/; revision=27907
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27423
* fix libnet.cfg generationAndrey A. Chernov2000-01-071-5/+6
| | | | Notes: svn path=/head/; revision=24527
* upgrade to 1.0607Andrey A. Chernov2000-01-074-33/+40
| | | | Notes: svn path=/head/; revision=24525
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* 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