aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2017-12-08 17:00:26 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2017-12-08 17:00:26 +0800
commit2763fe42779212b27ca6f27daf4de538bd833971 (patch)
tree823551856246e0f6d2fc1fd6f98ae1180fb5b316 /net
parentdbfa52180fbd890d855b320654dbe1231c732f9d (diff)
downloadfreebsd-ports-gnome-2763fe42779212b27ca6f27daf4de538bd833971.tar.gz
freebsd-ports-gnome-2763fe42779212b27ca6f27daf4de538bd833971.tar.zst
freebsd-ports-gnome-2763fe42779212b27ca6f27daf4de538bd833971.zip
- Add LICENSE
- Fix shebangs - Add NO_ARCH - Update WWW Approved by: portmgr blanket
Diffstat (limited to 'net')
-rw-r--r--net/flowgrep/Makefile7
-rw-r--r--net/flowgrep/pkg-descr2
2 files changed, 7 insertions, 2 deletions
diff --git a/net/flowgrep/Makefile b/net/flowgrep/Makefile
index e6976dd0c890..6550cc07df0a 100644
--- a/net/flowgrep/Makefile
+++ b/net/flowgrep/Makefile
@@ -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
diff --git a/net/flowgrep/pkg-descr b/net/flowgrep/pkg-descr
index c3fd3feeadf2..3518ca935904 100644
--- a/net/flowgrep/pkg-descr
+++ b/net/flowgrep/pkg-descr
@@ -5,4 +5,4 @@ TCP streams, and IP and UDP fragments into single packets, and allowing you to
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/