Bug 137676 - [NEW PORT] net/libnatpmp: An NAT-PMP lightweight library
Summary: [NEW PORT] net/libnatpmp: An NAT-PMP lightweight library
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Yi-Jheng Lin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-11 18:50 UTC by Hung-Yi Chen
Modified: 2009-08-27 05:50 UTC (History)
1 user (show)

See Also:


Attachments
libnatpmp.shar (3.12 KB, text/plain)
2009-08-11 18:50 UTC, Hung-Yi Chen
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!