Bug 137676

Summary: [NEW PORT] net/libnatpmp: An NAT-PMP lightweight library
Product: Ports & Packages Reporter: Hung-Yi Chen <gaod>
Component: Individual Port(s)Assignee: Yi-Jheng Lin <yzlin>
Status: Closed FIXED    
Severity: Affects Only Me CC: gaod.chen
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
libnatpmp.shar none

Description Hung-Yi Chen 2009-08-11 18:50:00 UTC
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
Comment 1 Yi-Jheng Lin freebsd_committer freebsd_triage 2009-08-12 16:48:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->yzlin

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-08-27 05:41:06 UTC
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"
Comment 3 Yi-Jheng Lin freebsd_committer freebsd_triage 2009-08-27 05:42:42 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!