head	1.7;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2012.11.17.06.01.16;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2011.09.05.22.02.56;	author pav;	state Exp;
branches;
next	1.5;

1.5
date	2011.08.26.04.25.09;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2011.08.02.16.27.06;	author bapt;	state Exp;
branches;
next	1.3;

1.3
date	2009.08.17.05.08.45;	author linimon;	state Exp;
branches;
next	1.2;

1.2
date	2004.02.06.13.12.18;	author trevor;	state Exp;
branches;
next	1.1;

1.1
date	2003.06.13.10.39.44;	author erwin;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# New ports collection makefile for:	pxytest
# Date created:				Fri Jun 13 05:57:43 EDT 2003
# Whom:					Paul Chvostek <paul@@it.ca>
#
# $FreeBSD: head/security/pxytest/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	pxytest
PORTVERSION=	1.36
CATEGORIES=	security
MASTER_SITES=	http://www.unicom.com/files/
EXTRACT_SUFX=	.gz

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Test remote system for unsecured mail proxies

EXTRACT_CMD=	${GZIP_CMD}
EXTRACT_BEFORE_ARGS=	-dc
EXTRACT_AFTER_ARGS=	> ${WRKDIR}/${PORTNAME}

NO_WRKSUBDIR=	yes

USE_PERL5=	yes

MAN1=		pxytest.1
PLIST_FILES=	bin/pxytest

post-patch:
	@@${REINPLACE_CMD} -e \
		's:^#!.*:#!${PERL}:' ${WRKSRC}/${PORTNAME}

do-build:
	@@cd ${WRKSRC} && pod2man ${PORTNAME} > ${PORTNAME}.1

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1

.include <bsd.port.mk>
@


1.6
log
@- Revert part of previous commit, perl is still needed to build

Reported by:	pointyhat
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Fix MASTER_SITES
- Cleanup

PR:		160145
Submitted by:	Ports Fury
@
text
@d23 1
a23 1
USE_PERL5_RUN=	yes
@


1.4
log
@Mark BROKEN: Does not fetch
@
text
@d11 2
a12 4
MASTER_SITES=	http://www.unicom.com/sw/pxytest/
DISTNAME=	${PORTNAME}
EXTRACT_SUFX=
EXTRACT_ONLY=	# defined
d17 3
a19 1
BROKEN=	does not fetch
d21 1
a21 1
USE_PERL5=	yes
d23 1
a23 1
NO_WRKSUBDIR=	yes
d28 3
a30 2
pre-patch:
	@@${SED} '1s:^#!/usr/bin/perl:#!${PERL}:' < ${_DISTDIR}${DISTFILES} > ${WRKSRC}/pxytest
d33 1
a33 1
	@@pod2man ${WRKSRC}/pxytest > ${WRKSRC}/pxytest.1
d36 2
a37 2
	@@${INSTALL_SCRIPT} ${WRKSRC}/pxytest ${PREFIX}/bin/
	@@${INSTALL_MAN} ${WRKSRC}/pxytest.1 ${PREFIX}/man/man1/
@


1.3
log
@Reset paul+ports@@it.ca due to maintainer-timeouts and no response
to email.

Hat:		portmgr
@
text
@d19 2
@


1.2
log
@Use PLIST_FILES (bento-tested, marcus-reviewed).
@
text
@d16 1
a16 1
MAINTAINER=	paul+ports@@it.ca
@


1.1
log
@Add pxytest 1.36, test remote system for unsecured mail proxies.

PR:		53275
Submitted by:	Paul Chvostek <paul@@it.ca>
@
text
@d24 1
@

