aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-Telnet
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | net)
* - convert to the new perl5 frameworkaz2013-09-051-1/+2
| | | | Approved by: portmgr (bapt@, blanket)
* - Upgrade to 3.04.kuriyama2013-05-212-8/+3
|
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵araujo2008-04-171-2/+1
| | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
* SHA256ifyedwin2006-01-231-0/+1
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
| | | | | Approved by: krion@ PR: ports/88711 (related)
* SIZEify.kuriyama2004-03-181-0/+1
| | | | Submitted by: trevor
* utilize SITE_PERLijliao2003-10-242-6/+5
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Upgrade to 3.03.kuriyama2003-07-023-2/+4
| | | | Add WWW:.
* de-pkg-comment.kuriyama2003-02-222-1/+1
|
* Use $PERL_CONFIGURE.kuriyama2001-01-081-4/+1
|
* Upgrade to 3.02.kuriyama2000-07-103-3/+2
| | | | Submitted by: knu
* Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.will2000-06-171-3/+4
| | | | | | | | 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>
* Remove empty directories that end with "Net" upon deinstallation.asami2000-05-081-0/+2
| | | | Submitted by: bento
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3
|
* Update my mail address.kuriyama2000-01-062-1/+2
| | | | | Qualify ambiguous call for "open()" to make quiet warning message. Non-patched version is installed as Telnet.pm.orig.
* $Id$ -> $FreeBSD$peter1999-08-301-1/+1
|
* Commit #3/4 to enforce caps, no period.hoek1999-06-271-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
* Rewrite p5- module's PLIST for alpha.simokawa1999-01-111-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
* Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballasami1998-09-161-2/+2
| | | | | | checks haven't missed anything. Submitted by: dima
* Unbreak this by using new perl variables.jseger1998-08-232-5/+5
|
* This netted the largest set of mis-installed manpages, yet!hoek1998-08-191-1/+0
|
* Initial import of p5-Net-Telnet.steve1998-03-165-0/+42
perl5 module to access and use telnet protocol. PR: 5903 Submitted by: Jun Kuriyama <kuriyama@opt.phys.waseda.ac.jp>