diff options
author | Mario Preksavec <mario at slackware dot hr> | 2017-08-09 00:46:34 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-12 06:57:37 +0700 |
commit | e3e950bdb4636b9060c3a22913d97f6807a91540 (patch) | |
tree | 2f63867a70189dba0a0a4c32483f89c9d2c55b47 /network/libnatpmp/slack-desc | |
parent | dd51444fe8f2b813d7bd6435b59185e43363205b (diff) | |
download | slackbuilds-e3e950bdb4636b9060c3a22913d97f6807a91540.tar.gz |
network/libnatpmp: Added (implementation of the NAT-PMP protocol).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/libnatpmp/slack-desc')
-rw-r--r-- | network/libnatpmp/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/network/libnatpmp/slack-desc b/network/libnatpmp/slack-desc new file mode 100644 index 0000000000..9426a95bf7 --- /dev/null +++ b/network/libnatpmp/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +libnatpmp: libnatpmp (implementation of the NAT-PMP protocol) +libnatpmp: +libnatpmp: NAT-PMP is the direct concurrent to the UPnP IGD specification. It +libnatpmp: is providing a way to do NAT traversal. libnatpmp is an attempt to +libnatpmp: make a portable and fully compliant implementation of the protocol +libnatpmp: for the client side. It is based on non blocking sockets and all +libnatpmp: calls of the API are asynchronous. It is therefore very easy to +libnatpmp: integrate the NAT-PMP code to any event driven code. +libnatpmp: +libnatpmp: Homepage: http://miniupnp.free.fr/libnatpmp.html +libnatpmp: |