diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2008-07-25 08:46:16 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2008-07-25 08:46:16 +0000 |
commit | 661fa72d7cbab98d3e2285f3f07756726ecafeea (patch) | |
tree | 47955065daccdfce72881fe86a8f165211bbd03f /net/skyfish | |
parent | 90085a900349854a63faa2d2986e771ccc0009d4 (diff) | |
download | ports-661fa72d7cbab98d3e2285f3f07756726ecafeea.tar.gz ports-661fa72d7cbab98d3e2285f3f07756726ecafeea.zip |
Notes
Diffstat (limited to 'net/skyfish')
-rw-r--r-- | net/skyfish/Makefile | 31 | ||||
-rw-r--r-- | net/skyfish/distinfo | 3 | ||||
-rw-r--r-- | net/skyfish/pkg-descr | 7 | ||||
-rw-r--r-- | net/skyfish/pkg-plist | 12 |
4 files changed, 53 insertions, 0 deletions
diff --git a/net/skyfish/Makefile b/net/skyfish/Makefile new file mode 100644 index 000000000000..cb6679c0c103 --- /dev/null +++ b/net/skyfish/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: skyfish +# Date created: 23 May 2008 +# Whom: Nsand <nsand@sura.ru> +# +# $FreeBSD$ +# + +PORTNAME= skyfish +PORTVERSION= 0.83 +CATEGORIES= net +MASTER_SITES= ftp://ftp.lissyara.su/users/nsand/skyfish/ + +MAINTAINER= nsand@sura.ru +COMMENT= Grabbing TCP streams from network interface (SAT internet) + +SYSDIR?= ${SRC_BASE}/sys +KMODDIR= /boot/modules +PLIST_SUB+= KMODDIR=${KMODDIR} + +MAN1= skyfish.1 +MANCOMPRESSED= yes + +pre-fetch: +.if !exists(${SYSDIR}/Makefile) + @${ECHO} "*************************************************"; \ + ${ECHO} "This port requires the kernel source be available"; \ + ${ECHO} "*************************************************"; \ + exit 1 +.endif + +.include <bsd.port.mk> diff --git a/net/skyfish/distinfo b/net/skyfish/distinfo new file mode 100644 index 000000000000..35a0dd3a16de --- /dev/null +++ b/net/skyfish/distinfo @@ -0,0 +1,3 @@ +MD5 (skyfish-0.83.tar.gz) = dda4e72ed72de48c823513dd773d4fbb +SHA256 (skyfish-0.83.tar.gz) = f1040e363f070a40f23f2990f6a20a6a5c136731c5b2b4c2f5add74151a02bc0 +SIZE (skyfish-0.83.tar.gz) = 31150 diff --git a/net/skyfish/pkg-descr b/net/skyfish/pkg-descr new file mode 100644 index 000000000000..122828a77a04 --- /dev/null +++ b/net/skyfish/pkg-descr @@ -0,0 +1,7 @@ +Skyfish saves the information being sent via the HTTP protocol to disk. +Allow filtering by type, file size and simultaneously listening several +network interfaces. It's possible to grab sattelite internet traffic. + +WWW: http://www.lissyara.su/?id=1677 +- Surkov Andrey +nsand@sura.ru diff --git a/net/skyfish/pkg-plist b/net/skyfish/pkg-plist new file mode 100644 index 000000000000..84b97af151cd --- /dev/null +++ b/net/skyfish/pkg-plist @@ -0,0 +1,12 @@ +bin/skyfish +etc/skyfish.conf.dist +share/doc/skyfish/README +share/doc/skyfish/README.rus +share/doc/skyfish/CHANGES +share/doc/skyfish/COPYRIGHT +share/doc/skyfish/CREDITS +@dirrm share/doc/skyfish +@cwd %%KMODDIR%% +ng_skyfish.ko +@unexec /bin/rm %D/skyfish2.ko.symbols 2>/dev/null || /usr/bin/true +@unexec kldxref %D |