Page MenuHomeFreeBSD

new port: net/py-nmsg
ClosedPublic

Authored by truckman on Apr 1 2015, 7:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 20, 4:14 PM
Unknown Object (File)
Mar 4 2024, 4:10 PM
Unknown Object (File)
Mar 4 2024, 4:10 PM
Unknown Object (File)
Mar 4 2024, 4:10 PM
Unknown Object (File)
Mar 4 2024, 4:10 PM
Unknown Object (File)
Mar 4 2024, 3:58 PM
Unknown Object (File)
Feb 6 2024, 1:16 PM
Unknown Object (File)
Feb 6 2024, 12:26 PM
Subscribers
None

Details

Reviewers
mat
Summary

This is pynmsg, a Python extension module implemented in Cython for
the nmsg C library.

Test Plan

Fetch distfiles from both MASTER_SITES

Build on FreeBSD 8.4, 9.3, 10.1, and 11.0-CURRENT, i386 and amd64.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

truckman retitled this revision from to new port: net/py-nmsg.
truckman updated this object.
truckman edited the test plan for this revision. (Show Details)
truckman added a reviewer: mat.
mat requested changes to this revision.Apr 1 2015, 9:11 PM
mat edited edge metadata.
mat added inline comments.
net/py-nmsg/Makefile
3 ↗(On Diff #4581)

Same here, should be pynmsg, and in net/py-pynmsg.

6–7 ↗(On Diff #4581)

If you use both a lot, it could be interesting to end up creating a MASTER_SITE_FARSIGHT in Mk/bsd.sites.mk with a bit of magic in the "macro magic" at the end to put PORTNAME in the right place, and maybe a shortcut like FS.

25 ↗(On Diff #4581)

Same question here.

This revision now requires changes to proceed.Apr 1 2015, 9:11 PM
net/py-nmsg/Makefile
6–7 ↗(On Diff #4581)

Yeah, there are about a dozen existing or potential ports that could use MASTER_SITE_FARSIGHT.

net/py-nmsg/Makefile
6–7 ↗(On Diff #4581)

I don't think I can combine the two since the subdir substitution differs between the two sites.

truckman edited edge metadata.

Change PORTNAME to pynmsg

Use MASTER_SITE_FARSIGHT

Nuke unnecessary ${REINPLACE_CMD}

net/py-pynmsg/Makefile
7–8

Likewise, would fit on one line.

truckman edited edge metadata.

Collapse MASTER_SITES to a single line.

Add LICENSE FILE.

mat edited edge metadata.
This revision is now accepted and ready to land.Apr 2 2015, 11:29 PM