1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

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

PR:		ports/124218
Submitted by:	Nsand <nsand at sura.ru>
This commit is contained in:
Boris Samorodov 2008-07-25 08:46:16 +00:00
parent 90085a9003
commit 661fa72d7c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217463
5 changed files with 54 additions and 0 deletions

View File

@ -860,6 +860,7 @@
SUBDIR += sipxvxml
SUBDIR += sixxs-aiccu
SUBDIR += skstream
SUBDIR += skyfish
SUBDIR += skype
SUBDIR += skype-devel
SUBDIR += skype12

31
net/skyfish/Makefile Normal file
View File

@ -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>

3
net/skyfish/distinfo Normal file
View File

@ -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

7
net/skyfish/pkg-descr Normal file
View File

@ -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

12
net/skyfish/pkg-plist Normal file
View File

@ -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