aboutsummaryrefslogtreecommitdiffstats
path: root/net/libunp
Commit message (Collapse)AuthorAgeFilesLines
* Rename net/ patch-xy patches to reflect the files they modify.adamw2014-07-2920-0/+0
| | | | | Approve by: portmgr (not really, but one of these is modifying an unstaged port)
* Support stagingehaupt2014-02-281-12/+12
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | net)
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Unbreak, now that it fetches.lx2008-03-011-2/+0
| | | | | PR: ports/121164 Submitted by: Chess Griffin <chess@chessgriffin.com>
* Mark BROKEN: checksum mismatcherwin2008-02-101-0/+2
|
* - Remove FreeBSD 4.X support from unmaintained ports in categories startinggabor2007-04-201-7/+1
| | | | with letter n-p
* - Add SHA256pav2005-11-261-0/+1
|
* - Fix unfechable URLsem2005-02-171-2/+1
| | | | | PR: ports/77620 Submitted by: Simon Barner <barner(at)gmx.de>
* BROKEN on alpha 4.x: Does not compilekris2004-03-201-0/+4
|
* - Fix MASTER_SITESkrion2004-03-012-3/+3
| | | | - Fix WWW: line
* - Fix build on AMD64krion2004-02-221-0/+11
| | | | | PR: ports/63201 Submitted by: Hendrik Scholz <hendrik@scholz.net>
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* SIZEify.trevor2004-01-301-0/+1
|
* ports with possibly unreachable MAINTAINERsedwin2003-11-021-1/+1
| | | | | | | *** addresses that seem to be dead: PR: ports/58694 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* fix build on 5-CURRENT after RFC3542 change (EAI_ADDRFAMILY andume2003-10-301-0/+18
| | | | | | | | | | | | EAI_NODATA were obsoleted). There is some issue; we have EAI_NODATA as an alias of EAI_NONAME for workaround. However, some of these ports use it as a case label of switch. Since our alias broke such code, we may better to consider deleting such alias. Requested by: kris Approved by: portmgr (kris) (implicitly)
* De-pkg-comment.knu2003-02-212-1/+1
|
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-1/+1
|
* Remove directory on deinstallkris2000-07-031-0/+1
| | | | Noticed by: bento
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3
|
* make buildable on 4-current. now this port supports IPv6.sumikawa2000-02-083-1/+23
| | | | Reviewed by: maintainer
* Fixed spelling with Mr. Stevens' name. May he RIP.dan1999-10-031-1/+1
|
* libunp is the library used in W. Richard Steven's book "UNIX Networkdan1999-10-0322-0/+344
Programming Volume 1, 2nd Edition". It contains the library and headers used in the examples as well as all programs from the text that compile on FreeBSD systems. PR: ports/14057 Submitted by: James FitzGibbon <james@targetnet.com>