summaryrefslogtreecommitdiff
path: root/net/proxycheck/Makefile
diff options
context:
space:
mode:
authorzuntum <zuntum>2003-02-17 11:50:40 +0000
committerzuntum <zuntum>2003-02-17 11:50:40 +0000
commit37aca7c75b6fae8267eed8dd45b40329b6bf10f9 (patch)
treebb4691bf9837d94d5d9e5760fdb9da308f1a6c15 /net/proxycheck/Makefile
parent6e1751abc15ed0c1eafd81e791e2658fc83cc8ae (diff)
downloadpkgsrc-37aca7c75b6fae8267eed8dd45b40329b6bf10f9.tar.gz
Initial import of net/proxycheck (version 0.41)
proxycheck is a simple tool that will work on a reasonable *nix system and may be used to quickly check whenever a given host or set of hosts has open proxy server running. Open proxies of various kinds are (ab)used nowadays for various evil things like sending mass spam, hacking into your machine, making denial of service attacks (DoS) and the like. Every such machine should be either secured properly or turned off permanently, but that's not an option, since in most cases there is either no administrator of such machines exists at all, or he has no clue about what's on that machine, or it's irrelevant for him. Provided by Todd Vierling in PR#20110.
Diffstat (limited to 'net/proxycheck/Makefile')
-rw-r--r--net/proxycheck/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/net/proxycheck/Makefile b/net/proxycheck/Makefile
new file mode 100644
index 00000000000..b6d0a0d03f8
--- /dev/null
+++ b/net/proxycheck/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/02/17 11:50:40 zuntum Exp $
+#
+
+DISTNAME= proxycheck-0.41
+CATEGORIES= net
+MASTER_SITES= http://www.corpit.ru/mjt/proxycheck/
+
+MAINTAINER= tv@pobox.com
+HOMEPAGE= http://www.corpit.ru/mjt/proxycheck.html
+COMMENT= Tester for open (promiscuous) proxy systems
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/proxycheck ${PREFIX}/bin/
+ ${INSTALL_MAN} ${WRKSRC}/proxycheck.1 ${PREFIX}/man/man1/
+
+.include "../../mk/bsd.pkg.mk"