summaryrefslogtreecommitdiff
path: root/security/pxytest
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-06-13 10:39:44 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-06-13 10:39:44 +0000
commit4d126d235acdc3623e66553947fb6208af9b4706 (patch)
tree49b063e43b899521af2003481ae9c95621c92b54 /security/pxytest
parentAdd proxycheck 0.45, check for open proxy servers. (diff)
Add pxytest 1.36, test remote system for unsecured mail proxies.
PR: 53275 Submitted by: Paul Chvostek <paul@it.ca>
Notes
Notes: svn path=/head/; revision=82920
Diffstat (limited to 'security/pxytest')
-rw-r--r--security/pxytest/Makefile35
-rw-r--r--security/pxytest/distinfo1
-rw-r--r--security/pxytest/pkg-descr16
-rw-r--r--security/pxytest/pkg-plist1
4 files changed, 53 insertions, 0 deletions
diff --git a/security/pxytest/Makefile b/security/pxytest/Makefile
new file mode 100644
index 000000000000..161ce0b2e010
--- /dev/null
+++ b/security/pxytest/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: pxytest
+# Date created: Fri Jun 13 05:57:43 EDT 2003
+# Whom: Paul Chvostek <paul@it.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= pxytest
+PORTVERSION= 1.36
+CATEGORIES= security
+MASTER_SITES= http://www.unicom.com/sw/pxytest/
+DISTNAME= ${PORTNAME}
+EXTRACT_SUFX=
+EXTRACT_ONLY= # defined
+
+MAINTAINER= paul+ports@it.ca
+COMMENT= Test remote system for unsecured mail proxies
+
+USE_PERL5= yes
+
+NO_WRKSUBDIR= yes
+
+MAN1= pxytest.1
+
+pre-patch:
+ @${SED} '1s:^#!/usr/bin/perl:#!${PERL}:' < ${_DISTDIR}${DISTFILES} > ${WRKSRC}/pxytest
+
+do-build:
+ @pod2man ${WRKSRC}/pxytest > ${WRKSRC}/pxytest.1
+
+do-install:
+ @${INSTALL_SCRIPT} ${WRKSRC}/pxytest ${PREFIX}/bin/
+ @${INSTALL_MAN} ${WRKSRC}/pxytest.1 ${PREFIX}/man/man1/
+
+.include <bsd.port.mk>
diff --git a/security/pxytest/distinfo b/security/pxytest/distinfo
new file mode 100644
index 000000000000..ddcdae12a150
--- /dev/null
+++ b/security/pxytest/distinfo
@@ -0,0 +1 @@
+MD5 (pxytest) = 0c973e64c0566e8e616b8703fff46448
diff --git a/security/pxytest/pkg-descr b/security/pxytest/pkg-descr
new file mode 100644
index 000000000000..982bd0da1f65
--- /dev/null
+++ b/security/pxytest/pkg-descr
@@ -0,0 +1,16 @@
+pxytest is a command line utility to test a host for open proxies
+that are vulnerable to spammer abuse. It is written in perl.
+
+Unsecured proxies currently are the most significant conduit of
+junk email. This is a particularly vexing problem, because open
+proxies, unlike open mail relays, hide the origin of the spam,
+making it impossible to trace. This utility tests a host to
+see if it is vulnerable to such abuse.
+
+See http://www.unicom.com/sw/pxytest for more information.
+
+pxytest was written by Chip Rosenthal.
+
+- Paul Chvostek <paul+ports@it.ca>
+
+WWW: http://www.unicom.com/sw/pxytest
diff --git a/security/pxytest/pkg-plist b/security/pxytest/pkg-plist
new file mode 100644
index 000000000000..803abb9b711d
--- /dev/null
+++ b/security/pxytest/pkg-plist
@@ -0,0 +1 @@
+bin/pxytest