Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

5
security/hackbot/DESCR Normal file
View File

@@ -0,0 +1,5 @@
Hackbot is a vulnerability scanner that started as a joke at first, but now
it has become a serious project. Hackbot scans over 300 CGI's, scans for
banners of several services, does unicode checks, checks for open relays,
outsmarts Cisco PIX MailGuard, can do ripe checkup, spamcop db checkup, X
connect test and lots more.

30
security/hackbot/Makefile Normal file
View File

@@ -0,0 +1,30 @@
# $NetBSD: Makefile,v 1.12 2013/05/31 12:41:51 wiz Exp $
DISTNAME= hackbot-2.21
PKGREVISION= 1
CATEGORIES= security net
MASTER_SITES= http://www.xs4all.nl/~mvberkum/hackbot/
EXTRACT_SUFX= .tgz
MAINTAINER= nk@atki.net
HOMEPAGE= http://ws.obit.nl/hackbot/
COMMENT= Vulnerability scanner written in Perl
WRKSRC= ${WRKDIR}/hackbot
MANCOMPRESSED= YES
USE_TOOLS+= perl:run
REPLACE_PERL= hackbot.pl
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/hackbot
do-build:
${SED} "s,/usr/local/etc,${PREFIX}/share/hackbot,g" ${WRKSRC}/hackbot.pl > ${WRKSRC}/hackbot.pl.done
${MV} ${WRKSRC}/hackbot.pl.done ${WRKSRC}/hackbot.pl
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/hackbot.pl ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/cgi.db ${WRKSRC}/fingerprint.db \
${DESTDIR}${PREFIX}/share/hackbot
${INSTALL_MAN} ${WRKSRC}/hackbot.1.gz ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"

5
security/hackbot/PLIST Normal file
View File

@@ -0,0 +1,5 @@
@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:13:29 joerg Exp $
bin/hackbot.pl
man/man1/hackbot.1
share/hackbot/cgi.db
share/hackbot/fingerprint.db

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.3 2013/03/03 11:15:11 shattered Exp $
SHA1 (hackbot-2.21.tgz) = 20d8545ae1cb17cf98fb18682b351283ef3a8ff4
RMD160 (hackbot-2.21.tgz) = b4495a03cfa73adffd6e67382b730c02cfe3cc7f
Size (hackbot-2.21.tgz) = 42688 bytes