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
py-pynmsg Python wrapper for net/nmsg
0.5.1 net on this many watch lists=0 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 0.5.0_2Version of this port present on the latest quarterly branch.
Maintainer: truckman@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2015-04-02 23:43:49
Last Update: 2024-03-28 22:04:32
Commit Hash: 1315bca
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.
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
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 py39-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 py39-pynmsg listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-pynmsg
Package flavors (<flavor>: <package>)
  • py39: py39-pynmsg
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):
py39-pynmsg
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.5.0_20.5.0_2-0.5.0_20.5.0_2---
FreeBSD:13:quarterly0.5.0_20.5.0_2-0.5.0_20.5.0_20.5.0_20.5.0_20.5.0_2
FreeBSD:14:latest0.5.0_20.5.0_2-0.5.0_20.5.0_20.5.0_1-0.5.0_1
FreeBSD:14:quarterly0.5.0_20.5.0_2-0.5.0_20.5.0_20.5.0_20.5.0_20.5.0_2
FreeBSD:15:latest0.5.0_20.5.0_2n/a0.5.0_2n/a0.5.0_20.5.0_20.5.0_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. pkgconf>=1.3.0_1 : devel/pkgconf
  2. cython-3.9 : lang/cython@py39
  3. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  4. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Library dependencies:
  1. libnmsg.so : net/nmsg
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for py39-pynmsg-0.5.1: 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/farsightsec/pynmsg/tar.gz/0.5.1?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
0.5.1
28 Mar 2024 22:04:32
commit hash: 1315bcac5044ab415fdbdac6364a8ecd7a2ded86commit hash: 1315bcac5044ab415fdbdac6364a8ecd7a2ded86commit hash: 1315bcac5044ab415fdbdac6364a8ecd7a2ded86commit hash: 1315bcac5044ab415fdbdac6364a8ecd7a2ded86 files touched by this commit
Don Lewis (truckman) search for other commits by this committer
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
commit hash: c08c8db7796ec3ca70573a363ff34a909cee5105commit hash: c08c8db7796ec3ca70573a363ff34a909cee5105commit hash: c08c8db7796ec3ca70573a363ff34a909cee5105commit hash: c08c8db7796ec3ca70573a363ff34a909cee5105 files touched by this commit
Don Lewis (truckman) search for other commits by this committer
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 View all of this commit message)
0.5.0_1
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
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
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)
0.5.0_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)
0.5.0_1
17 Sep 2021 19:49:43
commit hash: 05a46907db0a6f062a31d58f1ef07e9eabca953ecommit hash: 05a46907db0a6f062a31d58f1ef07e9eabca953ecommit hash: 05a46907db0a6f062a31d58f1ef07e9eabca953ecommit hash: 05a46907db0a6f062a31d58f1ef07e9eabca953e files touched by this commit
Don Lewis (truckman) search for other commits by this committer
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 View all of this commit message)
0.5.0
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
0.5.0
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.
0.5.0
04 Mar 2021 11:28:49
Revision:567304Original commit files touched by this commit
kai search for other commits by this committer
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
Revision:563515Original commit files touched by this commit
antoine search for other commits by this committer
Remove python 2.7 support
0.5.0
31 Jan 2021 18:32:43
Revision:563508Original commit files touched by this commit
truckman search for other commits by this committer
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
Revision:544927Original commit files touched by this commit
rene search for other commits by this committer
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 View all of this commit message)
0.4.0
23 Feb 2020 15:25:53
Revision:526925Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate a few ports

With hat:	portmgr
0.4.0
05 Apr 2019 15:22:18
Revision:497965Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Document incompatibility with python 3.7+

Approved by:	portmgr blanket
0.4.0
10 Sep 2018 13:15:48
Revision:479407Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:412348Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:408658Original commit files touched by this commit
truckman search for other commits by this committer
Sort USE_PYTHON

Sponsored by:	Farsight Security, Inc.
0.4.0
28 Oct 2015 02:37:51
Revision:400370Original commit files touched by this commit
truckman search for other commits by this committer
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
Revision:399684Original commit files touched by this commit
amdmi3 search for other commits by this committer
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
Revision:393196Original commit files touched by this commit
antoine search for other commits by this committer
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
Revision:383361Original commit files touched by this commit
truckman search for other commits by this committer
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
Revision:383077Original commit files touched by this commit
truckman search for other commits by this committer
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.

Number of commits found: 22