Bug 81917 - New port: net/dosdetector
Summary: New port: net/dosdetector
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Simon Barner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-05 15:00 UTC by Krzysztof Pawlowski
Modified: 2005-06-06 01:35 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Krzysztof Pawlowski 2005-06-05 15:00:15 UTC
New port: net/dosdetector DoSDetector analyze and detect suspicious traffic from IP and alert about it

--- dosdetector.port begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	dosdetector
#	dosdetector/Makefile
#	dosdetector/pkg-descr
#	dosdetector/distinfo
#	dosdetector/pkg-plist
#
echo c - dosdetector
mkdir -p dosdetector > /dev/null 2>&1
echo x - dosdetector/Makefile
sed 's/^X//' >dosdetector/Makefile << 'END-of-dosdetector/Makefile'
X# New ports collection makefile for:   dosdetector
X# Date created:        5 June 2005
X# Whom:                msciciel
X#
X# $FreeBSD$
X#
X
XPORTNAME=		dosdetector
XPORTVERSION=		0.1
XCATEGORIES=		net
XMASTER_SITES=		http://darkzone.ma.cx/resources/unix/dosdetector/
XDISTNAME=		dosdetector-current
X
XMAINTAINER=		msciciel@darkzone.ma.cx
XCOMMENT=		Detect suspicious traffic
X
XMAN1=			dosdetector.1
X
XIGNOREFILES=		dosdetector-current.tar.gz
X
XHAS_CONFIGURE=		yes
XUSE_AUTOHEADER_VER=	259
X
X.include <bsd.port.mk>
END-of-dosdetector/Makefile
echo x - dosdetector/pkg-descr
sed 's/^X//' >dosdetector/pkg-descr << 'END-of-dosdetector/pkg-descr'
XDoSDetector analyze and detect suspicious traffic from IP and alert about it.
XIt can detect worm traffic, SYN flood, icmp flood, udp flood etc...
XIt's configurable via set of rules which have some points assigned to IP by
Xmatching rule. When IP exceed points limit, dosdotector print warning.
X
XWWW: http://darkzone.ma.cx/resources/unix/dosdetector/
X
X- msciciel
Xmsciciel@darkzone.ma.cx
END-of-dosdetector/pkg-descr
echo x - dosdetector/distinfo
sed 's/^X//' >dosdetector/distinfo << 'END-of-dosdetector/distinfo'
XMD5 (dosdetector-current.tar.gz) = IGNORE
END-of-dosdetector/distinfo
echo x - dosdetector/pkg-plist
sed 's/^X//' >dosdetector/pkg-plist << 'END-of-dosdetector/pkg-plist'
Xbin/dosdetector
END-of-dosdetector/pkg-plist
exit
--- dosdetector.port ends here ---
Comment 1 Simon Barner freebsd_committer freebsd_triage 2005-06-05 21:32:31 UTC
Krzysztof Pawlowski wrote:

[...]
> XIGNOREFILES=		dosdetector-current.tar.gz
[...]

Hi,

since you are the developer of the software: Could you consider
releasing properly numbered tar balls (maybe something like
dosdetector-20050606.tar.gz), and also keeping around older snapshots
for a while (at least until the port is updated)?

I dislike the idea of having a source tar ball in IGNOREFILES, e.g.
without a recorded MD5 sum.

Simon
Comment 2 Simon Barner freebsd_committer freebsd_triage 2005-06-05 22:12:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->barner

Take.
Comment 3 Simon Barner freebsd_committer freebsd_triage 2005-06-06 01:34:51 UTC
State Changed
From-To: open->closed

New port added, thanks.