Date: Tue, 7 Apr 2020 14:36:35 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r531014 - in head/net: . py-pyfixbuf Message-ID: <202004071436.037EaZhS073923@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Apr 7 14:36:35 2020 New Revision: 531014 URL: https://svnweb.freebsd.org/changeset/ports/531014 Log: New port: net/py-pyfixbuf pyfixbuf is a Python API for libfixbuf, an implementation of the IPFIX protocol used for building collecting and exporting processes. WWW: https://tools.netsa.cert.org/pyfixbuf/ Added: head/net/py-pyfixbuf/ head/net/py-pyfixbuf/Makefile (contents, props changed) head/net/py-pyfixbuf/distinfo (contents, props changed) head/net/py-pyfixbuf/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Tue Apr 7 14:36:20 2020 (r531013) +++ head/net/Makefile Tue Apr 7 14:36:35 2020 (r531014) @@ -1075,6 +1075,7 @@ SUBDIR += py-port-for SUBDIR += py-portend SUBDIR += py-pyenet + SUBDIR += py-pyfixbuf SUBDIR += py-pygeoip SUBDIR += py-pyicap SUBDIR += py-pynamecheap Added: head/net/py-pyfixbuf/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-pyfixbuf/Makefile Tue Apr 7 14:36:35 2020 (r531014) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= pyfixbuf +PORTVERSION= 0.8.1 +CATEGORIES= net python +MASTER_SITES= https://tools.netsa.cert.org/releases/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Python API for libfixbuf + +LICENSE= GPLR LGPL21 +LICENSE_COMB= multi +LICENSE_NAME_GPLR= Government Purpose License Rights +LICENSE_FILE_GPLR= ${WRKSRC}/LICENSE-OPENSOURCE.txt +LICENSE_PERMS_GPLR= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +RUN_DEPENDS= ${PY_IPADDRESS} +LIB_DEPENDS= libfixbuf.so:net/libfixbuf + +USES= pkgconfig python +USE_PYTHON= distutils autoplist + +.include <bsd.port.mk> Added: head/net/py-pyfixbuf/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-pyfixbuf/distinfo Tue Apr 7 14:36:35 2020 (r531014) @@ -0,0 +1,3 @@ +TIMESTAMP = 1579611260 +SHA256 (pyfixbuf-0.8.1.tar.gz) = 57c7606a879bc7010c3e1a4be41200bbf80fb4fe236d779dd4f34d9f3b8d3d12 +SIZE (pyfixbuf-0.8.1.tar.gz) = 695029 Added: head/net/py-pyfixbuf/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-pyfixbuf/pkg-descr Tue Apr 7 14:36:35 2020 (r531014) @@ -0,0 +1,4 @@ +pyfixbuf is a Python API for libfixbuf, an implementation of the IPFIX protocol +used for building collecting and exporting processes. + +WWW: https://tools.netsa.cert.org/pyfixbuf/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004071436.037EaZhS073923>