Date: Fri, 8 Dec 2017 09:00:26 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455776 - head/net/flowgrep Message-ID: <201712080900.vB890QON018407@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Dec 8 09:00:26 2017 New Revision: 455776 URL: https://svnweb.freebsd.org/changeset/ports/455776 Log: - Add LICENSE - Fix shebangs - Add NO_ARCH - Update WWW Approved by: portmgr blanket Modified: head/net/flowgrep/Makefile head/net/flowgrep/pkg-descr Modified: head/net/flowgrep/Makefile ============================================================================== --- head/net/flowgrep/Makefile Fri Dec 8 08:33:45 2017 (r455775) +++ head/net/flowgrep/Makefile Fri Dec 8 09:00:26 2017 (r455776) @@ -3,6 +3,7 @@ PORTNAME= flowgrep PORTVERSION= 0.9 +PORTREVISION= 1 CATEGORIES= net security MASTER_SITES= http://www.monkey.org/~jose/software/flowgrep/ DISTNAME= flowgrep-${PORTVERSION} @@ -12,8 +13,12 @@ COMMENT= TCP stream/UDP/IP payload 'grep' utility RUN_DEPENDS= ${PYTHON_SITELIBDIR}/nidsmodule.so:net/pynids -USES= python +LICENSE= BSD4CLAUSE # actually 3, but advertising clause is there + +USES= python shebangfix +SHEBANG_FILES= flowgrep.py NO_BUILD= yes +NO_ARCH= yes PLIST_FILES= sbin/flowgrep man/man8/flowgrep.8.gz Modified: head/net/flowgrep/pkg-descr ============================================================================== --- head/net/flowgrep/pkg-descr Fri Dec 8 08:33:45 2017 (r455775) +++ head/net/flowgrep/pkg-descr Fri Dec 8 09:00:26 2017 (r455776) @@ -5,4 +5,4 @@ TCP streams, and IP and UDP fragments into single pack regular expression engine is similar to Perl's. think of it as a marriage of tcpflow, tcpkill, and ngrep. -WWW: http://www.monkey.org/~jose/software/flowgrep/ +WWW: https://www.monkey.org/~jose/software/flowgrep/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712080900.vB890QON018407>