1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

clog is a program that logs all connections on your subnet. It uses the

pcap(3) packet capture library to log any SYN packets to a logfile.  The
output format is designed to be very easily parsed by various text
processing tools.
This commit is contained in:
David E. O'Brien 1997-11-05 11:39:42 +00:00
parent 6d99515f48
commit 304ff1dbd4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8497
10 changed files with 80 additions and 0 deletions

28
net-mgmt/clog/Makefile Normal file
View File

@ -0,0 +1,28 @@
# ex:ts=8
# Ports collection makefile for: clog
# Version required: 1.6
# Date created: Tue Nov 04, 1997
# Whom: David O'Brien (obrien@NUXI.com)
#
# $Id: Makefile,v 1.2 1997/01/25 18:08:40 obrien Exp $
#
DISTNAME= clog-1.6
CATEGORIES= net security
MASTER_SITES= ftp://ftp.saturn.net/pub/users/brian/clog/ \
ftp://ftp.cso.uiuc.edu/pub/security/coast/unix/clog/ \
ftp://ftp.auscert.org.au/pub/coast/mirrors/ftp.saturn.net/clog/ \
ftp://ftp.ox.ac.uk/pub/comp/security/COAST/mirrors/ftp.saturn.net/clog/ \
ftp://ftp.rediris.es/mirror/coast/tools/unix/clog/
MAINTAINER= obrien@FreeBSD.org
WRKSRC= ${WRKDIR}/clog
ALL_TARGET= freebsd
MAN8= clog.8
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/clog ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/clog.8 ${PREFIX}/man/man8
.include <bsd.port.mk>

1
net-mgmt/clog/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (clog-1.6.tar.gz) = f8732ed25def0e4c56d8d5b8007b6074

View File

@ -0,0 +1 @@
tcp connection logger daemon

8
net-mgmt/clog/pkg-descr Normal file
View File

@ -0,0 +1,8 @@
clog is a program that logs all connections on your subnet. It uses the
pcap(3) packet capture library to log any SYN packets to a logfile. The
output format is designed to be very easily parsed by various text
processing tools.
-- David
(obrien@NUXI.com)

2
net-mgmt/clog/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
sbin/clog
man/man8/clog.8.gz

28
net/clog/Makefile Normal file
View File

@ -0,0 +1,28 @@
# ex:ts=8
# Ports collection makefile for: clog
# Version required: 1.6
# Date created: Tue Nov 04, 1997
# Whom: David O'Brien (obrien@NUXI.com)
#
# $Id: Makefile,v 1.2 1997/01/25 18:08:40 obrien Exp $
#
DISTNAME= clog-1.6
CATEGORIES= net security
MASTER_SITES= ftp://ftp.saturn.net/pub/users/brian/clog/ \
ftp://ftp.cso.uiuc.edu/pub/security/coast/unix/clog/ \
ftp://ftp.auscert.org.au/pub/coast/mirrors/ftp.saturn.net/clog/ \
ftp://ftp.ox.ac.uk/pub/comp/security/COAST/mirrors/ftp.saturn.net/clog/ \
ftp://ftp.rediris.es/mirror/coast/tools/unix/clog/
MAINTAINER= obrien@FreeBSD.org
WRKSRC= ${WRKDIR}/clog
ALL_TARGET= freebsd
MAN8= clog.8
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/clog ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/clog.8 ${PREFIX}/man/man8
.include <bsd.port.mk>

1
net/clog/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (clog-1.6.tar.gz) = f8732ed25def0e4c56d8d5b8007b6074

1
net/clog/pkg-comment Normal file
View File

@ -0,0 +1 @@
tcp connection logger daemon

8
net/clog/pkg-descr Normal file
View File

@ -0,0 +1,8 @@
clog is a program that logs all connections on your subnet. It uses the
pcap(3) packet capture library to log any SYN packets to a logfile. The
output format is designed to be very easily parsed by various text
processing tools.
-- David
(obrien@NUXI.com)

2
net/clog/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
sbin/clog
man/man8/clog.8.gz