notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
libnatpmp NAT-PMP lightweight library
20220122_2 net on this many watch lists=5 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 20220122_2Version of this port present on the latest quarterly branch.
Maintainer: gaod@hychen.org search for ports maintained by this maintainer
Port Added: 2009-08-27 04:41:24
Last Update: 2024-02-29 20:21:37
Commit Hash: 572f236
People watching this port, also watch:: nettle, sqlite3, glib, libedit, dialog4ports
License: BSD3CLAUSE
WWW:
https://github.com/miniupnp/libnatpmp
Description:
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (11 items)
Collapse this list.
  1. bin/natpmpc
  2. include/natpmp.h
  3. include/natpmp_declspec.h
  4. lib/libnatpmp.a
  5. lib/libnatpmp.so
  6. lib/libnatpmp.so.1
  7. libdata/pkgconfig/natpmp.pc
  8. @ldconfig
  9. /usr/local/share/licenses/libnatpmp-20220122_2/catalog.mk
  10. /usr/local/share/licenses/libnatpmp-20220122_2/LICENSE
  11. /usr/local/share/licenses/libnatpmp-20220122_2/BSD3CLAUSE
Collapse this list.
Dependency lines:
  • libnatpmp>0:net/libnatpmp
To install the port:
cd /usr/ports/net/libnatpmp/ && make install clean
To add the package, run one of these commands:
  • pkg install net/libnatpmp
  • pkg install libnatpmp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: libnatpmp
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1643171071 SHA256 (miniupnp-libnatpmp-20220122-724dc69_GH0.tar.gz) = 370aabbe4257da52a1938e1bd49f696ecaf249155a3593c580a334178f89d7fd SIZE (miniupnp-libnatpmp-20220122-724dc69_GH0.tar.gz) = 27670

Expand this list (2 items)

Collapse this list.

SHA256 (26.patch) = dfa2ef84d84a8c92ed8e69032456b48496fe76964f074bca916d41499daa6d78 SIZE (26.patch) = 2409

Collapse this list.


Packages (timestamps in pop-ups are UTC):
libnatpmp
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest20220122_220220122_22015060920220122_220220122_2-20150609-
FreeBSD:13:quarterly20220122_220220122_220220122_220220122_220220122_220220122_220220122_220220122_2
FreeBSD:14:latest20220122_220220122_220220122_120220122_220220122_220220122_2-20220122_2
FreeBSD:14:quarterly20220122_220220122_2-20220122_220220122_220220122_220220122_220220122_2
FreeBSD:15:latest20220122_220220122_2n/a20220122_2n/a20220122_220220122_220220122_2
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
This port is required by:
for Libraries
  1. net-p2p/transmission-components

Deleted ports which required this port:

Expand this list of 7 deleted ports
  1. net-p2p/transmission-cli*
  2. net-p2p/transmission-daemon*
  3. net-p2p/transmission-gtk*
  4. net-p2p/transmission-qt*
  5. net-p2p/transmission-qt4*
  6. net-p2p/transmission-qt5*
  7. net-p2p/transmission-utils*
  8. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
net_libnatpmp
USES:
gmake
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/miniupnp/libnatpmp/tar.gz/724dc69?dummy=/
Collapse this list.

Number of commits found: 22

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
20220122_2
29 Feb 2024 20:21:37
commit hash: 572f2361692640bc27729191b1267aa3fcc354a7commit hash: 572f2361692640bc27729191b1267aa3fcc354a7commit hash: 572f2361692640bc27729191b1267aa3fcc354a7commit hash: 572f2361692640bc27729191b1267aa3fcc354a7 files touched by this commit
Tijl Coosemans (tijl) search for other commits by this committer
Mk/*: Build with a clean environment

Both our make and gmake use the MAKEFLAGS environment variable but the
values aren't compatible and the latest version of gmake complains about
that.  To rule out that any environment variable can cause problems like
this, add a new command SETENVI=/usr/bin/env -i that clears the
environment, and use it to run upstream build systems with a clean
environment.

Introduce a new variable WRK_ENV that contains the environment to use
with SETENVI in all targets that run upstream build commands.  Variables
that are common between CONFIGURE_ENV and MAKE_ENV could be moved to
WRK_ENV but for now it just contains a minimal environment:

HOME=${WRKDIR}: Fixes USES=elixir ports that were using the user's HOME.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
20220122_2
26 Mar 2023 21:31:31
commit hash: 567a4ec6685edd6311f02fe29a39d4a170ef00decommit hash: 567a4ec6685edd6311f02fe29a39d4a170ef00decommit hash: 567a4ec6685edd6311f02fe29a39d4a170ef00decommit hash: 567a4ec6685edd6311f02fe29a39d4a170ef00de files touched by this commit
Adriaan de Groot (adridg) search for other commits by this committer
net/libnatpmp: repair plist (poudriere bulk -t)

The pkgconfig file is installed, but not listed in plist.
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
20220122_1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
20220122_1
20 Jul 2022 14:22:37
commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
net: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Straup Cope <ascope@cpan.org>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Adam Jette <jettea46@yahoo.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Alex Bakhtin <Alex.Bakhtin@gmail.com>
  *  Alex Deiter <Alex.Deiter@Gmail.COM>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
20220122_1
26 Jan 2022 05:02:28
commit hash: c1c94c7cdf241e2036861d9e38b14268587ff462commit hash: c1c94c7cdf241e2036861d9e38b14268587ff462commit hash: c1c94c7cdf241e2036861d9e38b14268587ff462commit hash: c1c94c7cdf241e2036861d9e38b14268587ff462 files touched by this commit
Ka Ho Ng (khng) search for other commits by this committer
net/libnatpmp: Fix QA error due to wrong path in natpmp.pc

Reported by:	Volodymyr Kostyrko <arcade@b1t.name>
Sponsored by:	The FreeBSD Foundation
Approved by:	Hung-Yi Chen <gaod@hychen.org> (maintainer), ygy (ports)
20220122
23 Jan 2022 06:48:13
commit hash: 0ef94638edc3c151b4cdc6eb8b42fe93aa05f566commit hash: 0ef94638edc3c151b4cdc6eb8b42fe93aa05f566commit hash: 0ef94638edc3c151b4cdc6eb8b42fe93aa05f566commit hash: 0ef94638edc3c151b4cdc6eb8b42fe93aa05f566 files touched by this commit
Ka Ho Ng (khng) search for other commits by this committer
net/libnatpmp: Update to 20220122

PR:	261408
Sponsored by:	The FreeBSD Foundation
Approved by:	ygy
20211229
12 Jan 2022 18:11:09
commit hash: 8d0e3b1638e848770e19bca6b9f30c5142640a2fcommit hash: 8d0e3b1638e848770e19bca6b9f30c5142640a2fcommit hash: 8d0e3b1638e848770e19bca6b9f30c5142640a2fcommit hash: 8d0e3b1638e848770e19bca6b9f30c5142640a2f files touched by this commit
Ka Ho Ng (khng) search for other commits by this committer
Author: Hung-Yi Chen
net/libnatpmp: Update to 20211229

WWW is updated as well.

PR:	261126
Approved by:	vanilla
20150609
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
20150609
14 Mar 2017 10:33:26
Revision:436144Original commit files touched by this commit
robak search for other commits by this committer
net/libnatpmp: update 20140401 -> 20150609

PR:		217766
Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
20140401
01 Feb 2015 16:04:22
Revision:378250Original commit files touched by this commit
jbeich search for other commits by this committer
Drop redundant -fPIC from CFLAGS

PR:		194030 (followup)
Approved by:	bapt (mentor)
20140401
19 Dec 2014 17:21:37
Revision:374955Original commit files touched by this commit
crees search for other commits by this committer
- update
- clarify LICENSE to be BSD3CLAUSE like net/miniupnpc
- replace patch-Makefile with a simple MAKE_(ARGS|ENV) override
- drop redundant -fPIC

PR:		ports/194030
Submitted by:	Jan Beich
Approved by:	Hung-Yi Chen (maintainer)
20120821
10 Dec 2014 23:55:30
Revision:374502Original commit files touched by this commit
feld search for other commits by this committer
Fix "BSD" license in net category
20120821
17 Apr 2014 13:37:40
Revision:351474Original commit files touched by this commit
ehaupt search for other commits by this committer
- Support staging
- Strip binary
20120821
20 Sep 2013 22:10:25
Revision:327755Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
20120821
19 Sep 2013 21:42:24
Revision:327649Original commit files touched by this commit
wg search for other commits by this committer
net/libnatpmp: fix build without gcc

- Fix build without gcc [1]
- Trim Makefile header [1]
- USES gmake
- Remove leading article from COMMENT
- Use single space for WWW
- Add LICENSE (BSD)

PR:		ports/182235 [1]
Submitted by:	Hung-Yi Chen <gaod hychen.org> (maintainer)
20120821
04 Oct 2012 06:06:52
Revision:305229Original commit files touched by this commit
jgh search for other commits by this committer
- update to 20120821

PR:		172309
Submitted by:	maintainer, gaod@hychen.org
20110808
12 Oct 2011 18:52:06
Original commit files touched by this commit
pawel search for other commits by this committer
Update to 20110808

PR:             ports/161505
Submitted by:   Hung-Yi Chen <gaod@hychen.org> (maintainer)
20110618
11 Jul 2011 12:45:12
Original commit files touched by this commit
jlaffaye search for other commits by this committer
Update to 20110618

PR:             ports/158782
Submitted by:   Hung-Yi Chen <gaod@hychen.org> (maintainer)
Approved by:    bapt (mentor)
20101211
26 Dec 2010 07:58:11
Original commit files touched by this commit
culot search for other commits by this committer
- Update to 20101211

Changes:       
http://miniupnp.free.fr/files/changelog.php?file=libnatpmp-20101211.tar.gz
PR:             ports/153447
Submitted by:   Hung-Yi Chen <gaod at hychen.org> (maintainer)
Approved by:    sahil@/wen@ (mentors, implicit)
20091219
26 Jan 2010 14:37:38
Original commit files touched by this commit
wxs search for other commits by this committer
- Update to 20091219

PR:             ports/143216
Submitted by:   Hung-Yi Chen <gaod@hychen.org> (maintainer)
20090713
27 Aug 2009 04:40:53
Original commit files touched by this commit
yzlin search for other commits by this committer
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)

Number of commits found: 22