head	1.19;
access;
symbols
	RELEASE_8_3_0:1.16
	RELEASE_9_0_0:1.16
	RELEASE_7_4_0:1.16
	RELEASE_8_2_0:1.16
	RELEASE_6_EOL:1.16
	RELEASE_8_1_0:1.15
	RELEASE_7_3_0:1.15
	RELEASE_8_0_0:1.14
	RELEASE_7_2_0:1.13
	RELEASE_7_1_0:1.12
	RELEASE_6_4_0:1.12
	RELEASE_5_EOL:1.12
	RELEASE_7_0_0:1.11
	RELEASE_6_3_0:1.11
	PRE_XORG_7:1.10
	RELEASE_4_EOL:1.10
	RELEASE_6_2_0:1.10
	RELEASE_6_1_0:1.10
	RELEASE_5_5_0:1.10
	RELEASE_6_0_0:1.10
	RELEASE_5_4_0:1.10
	RELEASE_4_11_0:1.10
	RELEASE_5_3_0:1.10
	RELEASE_4_10_0:1.8
	RELEASE_5_2_1:1.8
	RELEASE_5_2_0:1.8
	RELEASE_4_9_0:1.7
	RELEASE_5_1_0:1.7
	RELEASE_4_8_0:1.7
	RELEASE_5_0_0:1.6
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.2;
locks; strict;
comment	@# @;


1.19
date	2012.11.17.05.57.30;	author svnexp;	state Exp;
branches;
next	1.18;

1.18
date	2012.07.18.07.34.11;	author az;	state Exp;
branches;
next	1.17;

1.17
date	2012.06.28.18.37.11;	author az;	state Exp;
branches;
next	1.16;

1.16
date	2010.11.30.16.00.42;	author sunpoet;	state Exp;
branches;
next	1.15;

1.15
date	2010.01.28.02.32.28;	author kuriyama;	state Exp;
branches;
next	1.14;

1.14
date	2009.08.28.16.52.26;	author linimon;	state Exp;
branches;
next	1.13;

1.13
date	2009.01.05.19.44.02;	author pav;	state Exp;
branches;
next	1.12;

1.12
date	2008.01.23.22.43.35;	author beech;	state Exp;
branches;
next	1.11;

1.11
date	2007.09.08.16.46.46;	author linimon;	state Exp;
branches;
next	1.10;

1.10
date	2004.05.18.00.55.37;	author kris;	state Exp;
branches;
next	1.9;

1.9
date	2004.05.04.10.13.55;	author kris;	state Exp;
branches;
next	1.8;

1.8
date	2003.10.24.12.02.24;	author ijliao;	state Exp;
branches;
next	1.7;

1.7
date	2003.02.20.17.24.12;	author knu;	state Exp;
branches;
next	1.6;

1.6
date	2002.11.20.04.44.09;	author ijliao;	state Exp;
branches;
next	1.5;

1.5
date	2002.11.10.16.46.00;	author lioux;	state Exp;
branches;
next	1.4;

1.4
date	2002.11.06.22.44.55;	author adamw;	state Exp;
branches;
next	1.3;

1.3
date	2002.01.19.16.07.10;	author ijliao;	state Exp;
branches;
next	1.2;

1.2
date	2001.07.24.08.30.46;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2001.06.13.14.46.54;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.19
log
@Switch exporter over
@
text
@# ex:ts=8
# New ports collection makefile for:	profxp
# Date created:			Jun 1, 2001
# Whom:				ijliao
#
# $FreeBSD: head/ftp/profxp/Makefile 301069 2012-07-18 07:34:11Z az $
#

PORTNAME=	profxp
PORTVERSION=	3p2
PORTREVISION=	1
CATEGORIES=	ftp
MASTER_SITES=	http://duncanthrax.net/profxp/
DISTNAME=	${PORTNAME}-v${PORTVERSION:S/p/-pre/}-src

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	FXP (server-to-server FTP) client

USE_PERL5=	yes

RUN_DEPENDS=	p5-SOCKS>=0:${PORTSDIR}/net/p5-Socks \
		p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \
		p5-ReadLine-Perl>=0:${PORTSDIR}/devel/p5-ReadLine-Perl

WRKSRC=		${WRKDIR}/${PORTNAME}
NO_BUILD=	yes

post-patch:
	@@${PERL} -pi -e "s,^#!.*,#!${PERL},g" ${WRKSRC}/profxpv3.pl

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/profxpv3.pl ${PREFIX}/bin/profxp
	${CP} -R ${WRKSRC}/profxp ${SITE_PERL}

.include <bsd.port.mk>
@


1.18
log
@SVN rev 301069 on 2012-07-18 07:34:11Z by az

- Fix package name detection
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.17
log
@- Remove SITE_PERL from *_DEPENDS
@
text
@d21 1
a21 1
RUN_DEPENDS=	p5-Socks>=0:${PORTSDIR}/net/p5-Socks \
@


1.16
log
@- Remove PERL_SITELIBDIR
- Remove obsolete MD5 sum
@
text
@d21 3
a23 3
RUN_DEPENDS=	${SITE_PERL}/Net/SOCKS.pm:${PORTSDIR}/net/p5-Socks \
		${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \
		${SITE_PERL}/Term/ReadLine/Perl.pm:${PORTSDIR}/devel/p5-ReadLine-Perl
@


1.15
log
@- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 12).

Approved by:	portmgr (itetcu)
@
text
@d21 3
a23 3
RUN_DEPENDS=	${PERL_SITELIBDIR}/Net/SOCKS.pm:${PORTSDIR}/net/p5-Socks \
		${PERL_SITELIBDIR}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \
		${PERL_SITELIBDIR}/Term/ReadLine/Perl.pm:${PORTSDIR}/devel/p5-ReadLine-Perl
a24 1
PERL_SITELIBDIR=	${SITE_PERL}
@


1.14
log
@Reset beech@@FreeBSD.org while he works on restoring his email situation.

Hat:		portmgr
@
text
@d11 1
d21 1
a21 2
RUN_DEPENDS=	${PERL_SITELIBDIR}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
		${PERL_SITELIBDIR}/Net/SOCKS.pm:${PORTSDIR}/net/p5-Socks \
@


1.13
log
@- Remove conditional checks for FreeBSD 5.x and older
@
text
@d15 1
a15 1
MAINTAINER=	beech@@FreeBSD.org
@


1.12
log
@- Adopt orphan ports in ftp category.

Approved by:	linimon (mentor, implicit)
@
text
@a19 2
.include <bsd.port.pre.mk>

a24 5
# perl 5.6.0
.if ${OSVERSION} < 500007
RUN_DEPENDS+=	${PERL_SITELIBDIR}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor
.endif

d36 1
a36 1
.include <bsd.port.post.mk>
@


1.11
log
@Fix up after bsd.perl.mk.
@
text
@d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.10
log
@s/USE_PERL/USE_PERL5/
@
text
@d18 2
a31 1
USE_PERL5=	yes
d41 1
a41 1
	${CP} -R ${WRKSRC}/profxp ${PREFIX}/lib/perl5/site_perl/${PERL_VER}
@


1.9
log
@Add missing USE_PERL
@
text
@d30 1
a30 1
USE_PERL=	yes
@


1.8
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d30 1
@


1.7
log
@De-pkg-comment.
@
text
@d30 1
a30 1
PERL_SITELIBDIR=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
@


1.6
log
@upgrade to 3p2

PR:		45508
Submitted by:	Mark Linimon <linimon@@lonesome.com>
@
text
@d16 1
@


1.5
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@d10 1
a10 1
PORTVERSION=	3p1
d19 4
a22 4
RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/SOCKS.pm:${PORTSDIR}/net/p5-Socks \
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Term/ReadLine/Perl.pm:${PORTSDIR}/devel/p5-ReadLine-Perl
d26 1
a26 1
RUN_DEPENDS+=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor
d29 1
@


1.4
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a16 2
PORTCOMMENT=	FXP (server-to-server FTP) client

@


1.3
log
@upgrade to v3 pre1
drop maintainership
@
text
@d17 2
@


1.2
log
@add depends on devel/p5-Term-ANSIColor when OSVERSION < 500007

Submitted by:	Bryan Fullerton <bryanf@@samurai.com>
@
text
@d6 1
a6 1
# $FreeBSD: ports/ftp/profxp/Makefile,v 1.1 2001/06/13 14:46:54 ijliao Exp $
d10 1
a10 1
PORTVERSION=	2p1
d13 1
a13 1
DISTNAME=	${PORTNAME}.v${PORTVERSION:S/p/-pre/}
d15 1
a15 1
MAINTAINER=	ijliao@@FreeBSD.org
d22 1
a22 2
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Term/ReadLine/Perl.pm:${PORTSDIR}/devel/p5-ReadLine-Perl \
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
d29 1
d32 3
d36 2
a37 1
	${INSTALL_SCRIPT} ${WRKSRC}/profxpv2.pl ${PREFIX}/bin/profxp
@


1.1
log
@add profxp
FXP (server-to-server FTP) client
@
text
@d6 1
a6 1
# $FreeBSD$
d17 2
d25 5
d35 1
a35 1
.include <bsd.port.mk>
@

