1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

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.
This commit is contained in:
Don Lewis 2015-04-02 23:43:40 +00:00
parent 09cf723a01
commit 2f04cd375f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383077
4 changed files with 33 additions and 0 deletions

View File

@ -929,6 +929,7 @@
SUBDIR += py-port-for
SUBDIR += py-pybeanstalk
SUBDIR += py-pygeoip
SUBDIR += py-pynmsg
SUBDIR += py-pynsq
SUBDIR += py-pypcap
SUBDIR += py-pysendfile

25
net/py-pynmsg/Makefile Normal file
View File

@ -0,0 +1,25 @@
# $FreeBSD$
PORTNAME= pynmsg
PORTVERSION= 0.3.1
CATEGORIES= net python
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
MAINTAINER= truckman@FreeBSD.org
COMMENT= Python wrapper for net/nmsg
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
LIB_DEPENDS= libnmsg.so:${PORTSDIR}/net/nmsg
USE_PYTHON= distutils autoplist
CPPFLAGS+= -I${LOCALBASE}/include
USES= python
post-install:
${STRIP_CMD} ${STAGEDIR}/${PREFIX}/lib/python2.7/site-packages/_nmsg.so
.include <bsd.port.mk>

2
net/py-pynmsg/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (pynmsg-0.3.1.tar.gz) = ee913ff099ef43543a70103a0642c2aa9e298402d73fa74def9fce50fc95c14a
SIZE (pynmsg-0.3.1.tar.gz) = 103168

5
net/py-pynmsg/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
This is pynmsg, a Python extension module implemented in Cython for
the nmsg C library.
WWW: https://github.com/farsightsec/pynmsg