aboutsummaryrefslogtreecommitdiff
path: root/net/libunp
Commit message (Collapse)AuthorAgeFilesLines
* Drop the ipv6 virtual category for n* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
| | | | Notes: svn path=/head/; revision=514143
* Rename all files containing a : in their filename.Mathieu Arnold2016-06-1723-69/+68
| | | | | | | | | | While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight Notes: svn path=/head/; revision=417041
* Cleanup plistAntoine Brodin2014-11-221-1/+0
| | | | Notes: svn path=/head/; revision=373063
* Rename net/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-2920-0/+0
| | | | | | | | Approve by: portmgr (not really, but one of these is modifying an unstaged port) Notes: svn path=/head/; revision=363285
* Support stagingEmanuel Haupt2014-02-281-12/+12
| | | | Notes: svn path=/head/; revision=346469
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Unbreak, now that it fetches.David Thiel2008-02-291-2/+0
| | | | | | | | PR: ports/121164 Submitted by: Chess Griffin <chess@chessgriffin.com> Notes: svn path=/head/; revision=208202
* Mark BROKEN: checksum mismatchErwin Lansing2008-02-101-0/+2
| | | | Notes: svn path=/head/; revision=206989
* - Remove FreeBSD 4.X support from unmaintained ports in categories startingGabor Kovesdan2007-04-191-7/+1
| | | | | | | with letter n-p Notes: svn path=/head/; revision=190385
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149443
* - Fix unfechable URLSergey Matveychuk2005-02-171-2/+1
| | | | | | | | PR: ports/77620 Submitted by: Simon Barner <barner(at)gmx.de> Notes: svn path=/head/; revision=129059
* BROKEN on alpha 4.x: Does not compileKris Kennaway2004-03-191-0/+4
| | | | Notes: svn path=/head/; revision=104675
* - Fix MASTER_SITESKirill Ponomarev2004-03-012-3/+3
| | | | | | | - Fix WWW: line Notes: svn path=/head/; revision=102619
* - Fix build on AMD64Kirill Ponomarev2004-02-221-0/+11
| | | | | | | | PR: ports/63201 Submitted by: Hendrik Scholz <hendrik@scholz.net> Notes: svn path=/head/; revision=101704
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* 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