libnatpmp is an attempt to make a portable and fully compliant implementation of the protocol for the client side. It is based on non blocking sockets and all calls of the API are asynchronous. It is therefore very easy to integrate the NAT-PMP code to any event driven code. WWW: http://miniupnp.free.fr/libnatpmp.html
Responsible Changed From-To: freebsd-ports-bugs->yzlin I'll take it.
yzlin 2009-08-27 04:40:53 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/libnatpmp Makefile distinfo pkg-descr net/libnatpmp/files patch-Makefile Log: Add libnatpmp 20090713, an NAT-PMP lightweight library. PR: ports/137676 Submitted by: Hung-Yi Chen <gaod at hychen.org> Approved by: rafan (co-mentor) Revision Changes Path 1.2136 +1 -0 ports/net/Makefile 1.1 +27 -0 ports/net/libnatpmp/Makefile (new) 1.1 +3 -0 ports/net/libnatpmp/distinfo (new) 1.1 +20 -0 ports/net/libnatpmp/files/patch-Makefile (new) 1.1 +6 -0 ports/net/libnatpmp/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added, with minor changes. Thanks!