Port details |
- py-pynmsg Python wrapper for net/nmsg
- 0.5.1_3 net =2 0.5.1_2Version of this port present on the latest quarterly branch.
- Maintainer: truckman@FreeBSD.org
- Port Added: 2015-04-02 23:43:49
- Last Update: 2024-10-12 21:53:52
- Commit Hash: f06faad
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: APACHE20
- WWW:
- https://github.com/farsightsec/pynmsg
- Description:
- This is pynmsg, a Python extension module implemented in Cython for
the nmsg C library.
- ¦ ¦ ¦ ¦
- 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}pynmsg>0:net/py-pynmsg@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net/py-pynmsg/ && make install clean
- To add the package, run one of these commands:
- pkg install net/py-pynmsg
- pkg install py311-pynmsg
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-pynmsg listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pynmsg
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1711353295
SHA256 (farsightsec-pynmsg-0.5.1_GH0.tar.gz) = a05d81380b8f52d0b43bc395c37d642972749058d3ed0e36450d7433151d8934
SIZE (farsightsec-pynmsg-0.5.1_GH0.tar.gz) = 22505
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- cython-3.11 : lang/cython@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Library dependencies:
-
- libnmsg.so : net/nmsg
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py311-pynmsg-0.5.1_3:
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- net_py-pynmsg
- USES:
- pkgconfig python shebangfix uniquefiles:dirs
- 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) |
Commit | Credits | Log message |
0.5.1_3 12 Oct 2024 21:53:52 |
Don Lewis (truckman) |
net/nmsg: Upgrade to version 1.3.0
nmsg (1.3.0):
* Added external configuration for Kafka IO.
* Stop IO when output fails.
* Add support and API for statistics module.
* Remove prometheus integration.
* Add NMSG_STATSMOD_CONFIG environment variable.
* Bug fixes.
* Documentation fixes.
Bump PORTREVISION of dependent ports.
Sponsored by: DomainTools LLC |
0.5.1_2 12 Jul 2024 03:18:15 |
Don Lewis (truckman) |
net/nmsg: Bump PORTREVSION of dependent ports
The last uprade of net/nmsg changed its shared library version. Bump
PORTREVISION of its dependent ports to force package rebuilds.
Sponsored by: DomainTools LLC |
0.5.1_1 20 May 2024 10:33:03 |
Vsevolod Stakhov (vsevolod) |
security/libsodium: update to 1.0.19, bump dependent ports
PR: 278259
Reported by: Andrey Korobkov <alster-vinterdalen.se> |
0.5.1 28 Mar 2024 22:04:32 |
Don Lewis (truckman) |
net/py-pynmsg: Upgrade to 0.5.1
Upgrade to 0.5.1 with python 3 support
* Switch to new for loop style
* Fix repr error for input class
* Fix error caused by name mangling
* Fix tests
Fetch source from GitHub.
Sponsored by: DomainTools LLC |
0.5.0_2 10 Sep 2023 05:35:14 |
Don Lewis (truckman) |
net/nmsg: 1.1.0
1.1.0:
* Multiple performance improvements to JSON formatting.
* Multiple performance and concurrency improvements in nmsg_io loop.
* Add new dnsobs message type for raw passive DNS observations.
* Format DNS messages as JSON in base:dnsqr, base:dnstap, and
base:dnsobs.
* Format base:encode payload in human readable form in JSON output.
* Replace yajl with json-c for JSON parsing. (Only the first 15 lines of the commit message are shown above ) |
0.5.0_1 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> |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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) |
0.5.0_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
0.5.0_1 17 Sep 2021 19:49:43 |
Don Lewis (truckman) |
net/nmsg: upgrade to version 1.0.0
The network encapsulation library, nmsg, version 1.0.0 is released.
This release deprecates Crossroads I/O (libxs) support in favor of
ZeroMQ (libzmq). Note command-line updates enabling ZeroMQ socket
connections for nmsgtool, as described in its man page. In addition
the treatment of unknown rrtypes was amended for nmsgtool JSON
output. In detail:
Replace libXS with ZeroMQ and associated calls.
Developer API functions nmsg_input_open_xs(),
nmsg_input_open_xs_endpoint(), nmsg_io_add_input_xs_channel(),
nmsg_output_open_xs(), and nmsg_output_open_xs_endpoint() are
deprecated and replaced with respectively: nmsg_input_open_zmq(), (Only the first 15 lines of the commit message are shown above ) |
0.5.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.5.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.5.0 04 Mar 2021 11:28:49 |
kai |
net/py-pynmsg: Fix packaging with Python 3.8
* Apply the same fix as in r559094 by stripping libraries by wildcard paths.
* Also use PYTHONPREFIX_SITELIBDIR instead PYTHON_SITELIBDIR to make the
port PREFIX safe while I'm here.
PR: 253815
Approved by: python (with hat) |
0.5.0 31 Jan 2021 19:05:46 |
antoine |
Remove python 2.7 support |
0.5.0 31 Jan 2021 18:32:43 |
truckman |
Resurrect net/py-pynmsg and upgrade to version 0.5.0, which is compatible
with python 3.
Pet portlint.
MFH: 2021Q1
Sponsored by: Farsight Security, Inc. |
0.4.0 15 Aug 2020 10:50:59 |
rene |
Remove deprecated ports:
2020-08-15 archivers/py-backports.lzma: Uses deprecated version of python
2020-08-15 archivers/py-bup: Uses deprecated version of python
2020-08-15 archivers/py-librtfcomp: Uses deprecated version of python
2020-08-15 audio/blop-lv2: Uses deprecated version of python
2020-08-15 audio/bs2b-lv2: Uses deprecated version of python
2020-08-15 audio/py-gmusicproxy: Uses deprecated version of python
2020-08-15 audio/py-karaoke: Uses deprecated version of python
2020-08-15 audio/py-openal: Uses deprecated version of python
2020-08-15 audio/py-py-jack: Uses deprecated version of python
2020-08-15 audio/py-xmms2: Uses deprecated version of python
2020-08-15 audio/triceratops-lv2: Uses deprecated version of python
2020-08-15 biology/py-biom-format: Uses deprecated version of python
2020-08-15 comms/py-bulksms: Uses deprecated version of python (Only the first 15 lines of the commit message are shown above ) |
0.4.0 23 Feb 2020 15:25:53 |
antoine |
Deprecate a few ports
With hat: portmgr |
0.4.0 05 Apr 2019 15:22:18 |
amdmi3 |
- Document incompatibility with python 3.7+
Approved by: portmgr blanket |
0.4.0 10 Sep 2018 13:15:48 |
mat |
Add EXAMPLES options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
0.4.0 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.4.0 10 Feb 2016 21:51:48 |
truckman |
Sort USE_PYTHON
Sponsored by: Farsight Security, Inc. |
0.4.0 28 Oct 2015 02:37:51 |
truckman |
Upgrade to pynmsg revision 0.4.0.
pynmsg (0.4.0)
* Add missing 'nogil' annotations to nmsg_input_open_json(),
nmsg_message_from_json()
* setup.py: Require libnmsg >= 0.10.0 due to JSON I/O
* Add JSON IO support
* setup.py: Use pkg-config to retrieve -I, -L, -l flags for libnmsg
* Add embedsignature preprocessor directive to all pyx files
Sponsored by: Farsight Security, Inc. |
0.3.1_1 19 Oct 2015 14:50:52 |
amdmi3 |
Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")
Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")
Update shebangfix usage according to new rules in many ports:
- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces
Fix shebangfix usage in many ports (irrelevant to infrastructure change):
- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string
Approved by: portmgr (bapt)
Differential Revision: D3756 |
0.3.1_1 29 Jul 2015 22:09:55 |
antoine |
Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python
PR: 201077
Reviewed by: mat
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D2955 |
0.3.1_1 05 Apr 2015 21:17:23 |
truckman |
Add missing PKGNAMEPREFIX.
Install examples.
Use ${PYTHON_SITELIBDIR} instead of hardwiring a specific python version.
Differential Revision: https://reviews.freebsd.org/D2227
Approved by: mat (mentor)
Sponsored by: Farsight Security, Inc. |
0.3.1 02 Apr 2015 23:43:41 |
truckman |
Add new port net/py-pynmsg.
This is pynmsg, a Python extension module implemented in Cython for
the nmsg C library.
Differential Revision: https://reviews.freebsd.org/D2201
Approved by: mat (mentor)
Sponsored by: Farsight Security, Inc. |