Port details |
- py-miniupnpc Python module for miniupnpc
- 2.3.0 net =2 2.2.4Version of this port present on the latest quarterly branch.
- Maintainer: dinoex@FreeBSD.org
- Port Added: 2009-08-13 14:56:25
- Last Update: 2023-06-27 19:34:34
- Commit Hash: 3d9a815
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://miniupnp.tuxfamily.org/
- Description:
- UPnP IGD client lightweight library
The usage of the miniUPnP client library is useful whenever an application
needs to listen for incoming connections.
Examples : P2P applications, FTP clients for active mode, IRC (for DCC)
or IM applications, network games, any server.
LICENSE: BSD
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}miniupnpc>0:net/py-miniupnpc@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net/py-miniupnpc/ && make install clean
- To add the package, run one of these commands:
- pkg install net/py-miniupnpc
- pkg install py311-miniupnpc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-miniupnpc listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-miniupnpc
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1736627927
SHA256 (miniupnpc-2.3.0.tar.gz) = 025c9ab95677f02a69bc64ac0a747f07e02ba99cf797bc679a5a552fed8d990c
SIZE (miniupnpc-2.3.0.tar.gz) = 105071
Packages (timestamps in pop-ups are UTC):
- Master port: net/miniupnpc
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- gmake>=4.4.1 : devel/gmake
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Library dependencies:
-
- libminiupnpc.so : net/miniupnpc
- This port is required by:
- for Run
-
Deleted ports which required this port:
- * - 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_py-miniupnpc
- USES:
- cpe python cpe gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: net/miniupnpc |
Commit | Credits | Log message |
2.2.4 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
2.2.0 29 Sep 2021 19:58:30 |
Bernhard Froehlich (decke) |
net/py-miniupnpc: Add CPE information
Approved by: portmgr (blanket) |
2.2.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.2.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.2.0 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
2.2.0 24 Dec 2020 13:46:02 |
kai |
Relax hardcoded paths to fix build with Python 3.8.7
Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the
shared libs naming scheme. This means "EXT_SUFFIX" is now derived from
SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so".
The affected ports strip the libaries in the "post-install" target via
hardcoded path(s) and the build fails at the end because the new extension
is not expected at this place.
Remedy the issue by adding wildcards to these paths. This should also
prepare the ports for future Python releases, which will use the new shared
libs naming scheme.
[1] https://bugs.python.org/issue42604
PR: 252057
Reported by: John Kennedy
Reviewed by: fluffy, koobs
Approved by: koobs (python) |
2.1 09 May 2018 05:37:55 |
dinoex |
- update to miniupnpc 2.1
PR: 228050
Submitted by: Hung-Yi Chen
- fix python build
- add LICENSE for slave port
- make portlint happier
- bump PORTREVISION on ports using the shared lib |
2.0.20170509_1 06 Jan 2018 10:02:43 |
mat |
Remove the use of submake, and use the parent's port shared library
instead.
While there, remove an obsolete sed line that does not match anything.
Sponsored by: Absolight |
2.0.20170509 06 Jan 2018 09:02:09 |
antoine |
Fix after empty FLAVOR as make argument was forbidden |
2.0.20170509 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
2.0.20170509 26 Sep 2017 14:14:49 |
mat |
Fix ports setting WRKDIR themselves to use the new _WRKDIR instead of
the litteral "work".
I think it should be really safe to remove both instances because they
they point to directories that are empty anyway.
With hat: portmgr
Sponsored by: Absolight |
1.9.20151008 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.9.20151008 28 Feb 2016 09:32:43 |
dinoex |
- Makefile.local for slave ports is included by bsd.port.mk r397519 |
1.9.20151008 05 Nov 2015 21:00:24 |
amdmi3 |
- Switch to USE_PYTHON=autoplist to fix stage-qa problem with .egg-info files
handling
Approved by: portmgr blanket |
1.9 11 Oct 2014 09:12:18 |
dinoex |
- update miniupnpc to 1.9
- bump users of shared lib version
PR: 194031 |
1.8 21 Sep 2013 11:06:04 |
dinoex |
- fix misplaced NO_STAGE in slaveports and ifdefs |
1.8 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.7 26 Jan 2013 16:34:40 |
dinoex |
- cleanup header |
1.6 14 Nov 2011 05:46:38 |
dinoex |
- fix package after update
PR: 162368
Submitted by: Jan Beich
Feature safe: yes |
1.6 07 Nov 2011 21:55:56 |
pav |
- Mark BROKEN: does not package
Writing /usr/local/lib/python2.7/site-packages/miniupnpc-1.5-py2.7.egg-info
[..]
tar: lib/python2.7/site-packages/miniupnpc-1.6-py2.7.egg-info: Cannot stat: No
such file or directory
Reported by: pointyhat |
1.3_1 14 Aug 2009 07:08:41 |
dinoex |
- add py-miniupnpc to python category.
PR: 137756
Submitted by: Anonymous |
1.3_1 13 Aug 2009 14:55:58 |
dinoex |
Python module for miniupnpc
The usage of the miniUPnP client library is useful whenever an application
needs to listen for incoming connections.
Examples : P2P applications, FTP clients for active mode, IRC (for DCC)
or IM applications, network games, any server.
WWW: http://miniupnp.free.fr/
PR: 137612
Submitted by: Anonymous |