head	1.8;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3;
locks; strict;
comment	@# @;


1.8
date	2012.11.17.05.57.30;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2009.08.22.00.20.32;	author amdmi3;	state Exp;
branches;
next	1.6;

1.6
date	2006.07.23.02.45.20;	author acm;	state Exp;
branches;
next	1.5;

1.5
date	2006.05.31.13.02.33;	author sat;	state Exp;
branches;
next	1.4;

1.4
date	2006.05.03.08.16.26;	author clsung;	state Exp;
branches;
next	1.3;

1.3
date	2006.02.20.14.30.33;	author mnag;	state Exp;
branches;
next	1.2;

1.2
date	2006.01.29.14.32.29;	author mnag;	state Exp;
branches;
next	1.1;

1.1
date	2005.09.18.00.00.44;	author pav;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:	phpwebftp
# Date created:		2005-09-15
# Whom:			Jose Alonso Cardenas Marquez <acardenas@@bsd.org.pe>
#
# $FreeBSD: head/ftp/phpwebftp/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	phpwebftp
PORTVERSION=	3.3
PORTREVISION=	1
CATEGORIES=	ftp
MASTER_SITES=	SF/${PORTNAME}/OldFiles
DISTNAME=	${PORTNAME}${PORTVERSION:S/.//}

MAINTAINER=	acm@@FreeBSD.org
COMMENT=	A set of PHP-scripts to manage FTP over the web

USE_ZIP=	yes
NO_BUILD=	yes
USE_PHP=	ftp
PHPWEBFTPDIR?=	www/${PORTNAME}
PLIST_SUB+=	PHPWEBFTPDIR=${PHPWEBFTPDIR} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
WRKSRC=		${WRKDIR}/${PORTNAME}
INSTALL_DIRE=	${INSTALL} -d -m 0755 -o ${WWWOWN} -g ${WWWGRP}
INSTALL_FILE=	${INSTALL} -m 0644 -o ${WWWOWN} -g ${WWWGRP}

post-extract:
	@@${FIND} -d ${WRKSRC} -name CVS -type d -exec ${RM} -R "{}" \;

do-install:
	${INSTALL_DIRE} ${PREFIX}/${PHPWEBFTPDIR}
	@@cd ${WRKSRC} && \
		${FIND} * -type d -exec ${INSTALL_DIRE} "${PREFIX}/${PHPWEBFTPDIR}/{}" \; && \
		${FIND} -E * -type f -iregex ".*\.(php|html|css|gif|js)" \
			-exec ${INSTALL_FILE} "{}" "${PREFIX}/${PHPWEBFTPDIR}/{}" \;
.include <bsd.port.mk>
@


1.7
log
@- Switch SourceForge ports to the new File Release System: categories starting with E,F
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@Change maintainer address to my @@FreeBSD.org email

Approved by:	garga (mentor)
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.5
log
@- Change installation directory
- Various minor fixes

PR:		ports/97145
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@@bsd.org.pe>
Approved by:	krion (mentor)
@
text
@d16 1
a16 1
MAINTAINER=	acardenas@@bsd.org.pe
@


1.4
log
@- Update to 3.3
- Fixed problem described on secunia advisory SA19706, please see http://secunia.com/advisories/19706/
- Few modifications
- Note: phpwebftp-3.3b is the same than phpwebftp-3.3 available at sf.net

PR:		96702
Submitted by:	maintainer (Jose Alonso Cardenas Marquez)
@
text
@d10 1
d13 2
a14 2
MASTER_SITE_SUBDIR=	phpwebftp
DISTNAME=	${PORTNAME}33
d22 5
a26 3
PHPWEBFTPDIR?=	www/data-dist/${PORTNAME}
PLIST_SUB+=	PHPWEBFTPDIR=${PHPWEBFTPDIR}
WRKSRC=	${WRKDIR}/${PORTNAME}
d28 2
a29 2
do-configure:
	@@${FIND} -d ${WRKSRC} -name CVS -type d -print0 | ${XARGS} -0 ${RM} -R
d32 1
a32 1
	${MKDIR} ${PREFIX}/${PHPWEBFTPDIR}
d34 1
a34 1
		${FIND} * -type d -exec ${MKDIR} "${PREFIX}/${PHPWEBFTPDIR}/{}" \; && \
d36 1
a36 3
			-exec ${INSTALL_DATA} "{}" "${PREFIX}/${PHPWEBFTPDIR}/{}" \;
	@@${CHGRP} -R ${WWWGRP} ${PREFIX}/${PHPWEBFTPDIR}

@


1.3
log
@- Fetchable again. Distfile are re-rolled to add more languages and litte modification.
- Bump PORTREVISION

PR:		93477
Submitted by:	maintainer
@
text
@d9 1
a9 2
PORTVERSION=	3.2
PORTREVISION=	1
d13 1
a13 2
DISTNAME=	phpWebFTP32
EXTRACT_SUFX=	.zip
d21 1
a21 1
PHPWEBFTPDIR?=	www/data/phpWebFTP
d23 1
a23 1
WRKSRC=	${WRKDIR}/phpWebFTP
a25 3
	@@${MV} ${WRKSRC}/config.inc.php ${WRKSRC}/config.inc.php.bak
	@@${CAT} ${WRKSRC}/config.inc.php.bak | ${TR} -d '\015' > ${WRKSRC}/config.inc.php && \
		${RM} ${WRKSRC}/config.inc.php.bak
d29 5
a33 2
	@@${MKDIR} ${PREFIX}/${PHPWEBFTPDIR}
	@@${CP} -R ${WRKSRC}/* ${PREFIX}/${PHPWEBFTPDIR}
@


1.2
log
@- Update to 3.2

PR:		92486
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@@bsd.org.pe> (maintainer)
@
text
@d10 1
@


1.1
log
@phpWebFTP - Free web based FTP client

PR:		ports/86246
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@@bsd.org.pe>
@
text
@d9 1
a9 1
PORTVERSION=	3.1
d13 1
a13 1
DISTNAME=	phpWebFTP31
@

