diff options
author | erwin <erwin@FreeBSD.org> | 2003-06-13 18:39:44 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-06-13 18:39:44 +0800 |
commit | 53267960791994b622a0da57db8d121a09586cab (patch) | |
tree | 217b2bed86ce79bec8c07c0a3101c86eba6d8e13 /security/pxytest | |
parent | eed3c848ec236390608a2735ebb75bb60aa39a81 (diff) | |
download | freebsd-ports-gnome-53267960791994b622a0da57db8d121a09586cab.tar.gz freebsd-ports-gnome-53267960791994b622a0da57db8d121a09586cab.tar.zst freebsd-ports-gnome-53267960791994b622a0da57db8d121a09586cab.zip |
Add pxytest 1.36, test remote system for unsecured mail proxies.
PR: 53275
Submitted by: Paul Chvostek <paul@it.ca>
Diffstat (limited to 'security/pxytest')
-rw-r--r-- | security/pxytest/Makefile | 35 | ||||
-rw-r--r-- | security/pxytest/distinfo | 1 | ||||
-rw-r--r-- | security/pxytest/pkg-descr | 16 | ||||
-rw-r--r-- | security/pxytest/pkg-plist | 1 |
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 |