aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/p5-Net-IPv4Addr
Commit message (Collapse)AuthorAgeFilesLines
* - MAN3PREFIX is implied when PERL_CONFIGURE is defined.clsung2006-06-261-1/+0
| | | | | | | | | - this commit modified ports maintained by (non-)ports@, so approved by portmgr (erwin) first. PR: ports/98755 Submitted by: rafan Approved by: portmgr (erwin)
* Reset bradh@uunet.co.za due to longtime inactivity, no response to email,linimon2006-06-152-5/+1
| | | | | | and maintainer-timeouts. Hat: portmgr
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-3/+3
| | | | | Approved by: krion@ PR: ports/88711 (related)
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Say hello to the new "net-mgmt" category. There are probably morewollman2004-02-231-1/+1
| | | | | | | ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
* utilize SITE_PERLijliao2003-10-241-8/+8
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* De-pkg-comment.knu2003-02-212-1/+1
|
* Upgrade to latest version:vanilla2001-05-202-2/+2
| | | | | | | | | | | | | | | p5-BerkeleyDB => 0.15 p5-Convert-ASN1 => 0.10 p5-FastCGI => 0.58 p5-File-Spec => 0.82 p5-Finance-Quote => 1.05 p5-IO-Socket-SSL => 0.78 p5-Locale-Maketext => 0.18 p5-Mon => 0.11 p5-Net-IPv4Addr => 0.10 Some ports NO response from: maintainers Some ports Approved by: maintainers
* Remove empty directories on uninstall.steve2001-04-151-0/+2
|
* Remove do-configure section, use PERL_CONFIGURE now.vanilla2001-03-011-6/+2
|
* Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.will2000-06-172-7/+8
| | | | | | | | 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
|
* p5-Net-IPv4Addr provides functions to parse IPv4 addresses bothade2000-02-265-0/+43
in traditional address/netmask format and in the new CIDR format. Methods for calculating the network and broadcast address, and also to check if a given address is in a specific network also exist. PR: 16984 Submitted by: Brad Hendrickse <bradh@uunet.co.za>