summaryrefslogtreecommitdiff
path: root/net/libunp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ports with possibly unreachable MAINTAINERsEdwin Groothuis2003-11-021-1/+1
| | | | | | | | | | *** addresses that seem to be dead: PR: ports/58694 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=92818
* fix build on 5-CURRENT after RFC3542 change (EAI_ADDRFAMILY andHajimu UMEMOTO2003-10-291-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) Notes: svn path=/head/; revision=92577
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-1/+1
| | | | Notes: svn path=/head/; revision=37252
* Remove directory on deinstallKris Kennaway2000-07-021-0/+1
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=30081
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27423
* make buildable on 4-current. now this port supports IPv6.Munechika SUMIKAWA2000-02-083-1/+23
| | | | | | | Reviewed by: maintainer Notes: svn path=/head/; revision=25588
* Fixed spelling with Mr. Stevens' name. May he RIP.Dan Moschuk1999-10-021-1/+1
| | | | Notes: svn path=/head/; revision=22132
* libunp is the library used in W. Richard Steven's book "UNIX NetworkDan Moschuk1999-10-0222-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> Notes: svn path=/head/; revision=22128