head	1.3;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2013.03.08.13.00.12;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.11.17.06.02.32;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2011.05.05.01.15.55;	author tota;	state Exp;
branches;
next	;


desc
@@


1.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313599
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Frank Wall <fw@@moov.de>
# $FreeBSD: head/www/encode-explorer/Makefile 313599 2013-03-07 16:53:45Z miwi $

PORTNAME=	encode
PORTVERSION=	5.0
CATEGORIES=	www
MASTER_SITES=	SF/${PORTNAME}${PKGNAMESUFFIX}/${PORTNAME}${PKGNAMESUFFIX}/${PORTNAME}${PKGNAMESUFFIX}_${PORTVERSION}
PKGNAMESUFFIX=	-explorer
DISTNAME=	${PORTNAME}${PKGNAMESUFFIX}_${PORTVERSION}

MAINTAINER=	fw@@moov.de
COMMENT=	A PHP script to browse, create folders, upload files etc

USE_PHP=	yes
WANT_PHP_WEB=	yes

USE_ZIP=	yes
NO_BUILD=	yes

OPTIONS_DEFINE=	EXPERIMENTAL
EXPERIMENTAL_DESC=	Experimental features

WRKSRC=		${WRKDIR}/${DISTNAME}
WWWDIR=		${PREFIX}/www/${PORTNAME}${PKGNAMESUFFIX}
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MEXPERIMENTAL}
EXTRA_PATCHES+=	${PATCHDIR}/extra-patch-index-php-experimental
.endif

do-install:
	${MKDIR} ${WWWDIR}
	${INSTALL} ${WRKSRC}/index.php ${WWWDIR}

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	${CP} ${WRKSRC}/README.txt ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.2
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	encode-explorer
# Date created:			Thu Apr 22 11:24:23 CEST 2010
# Whom:				Frank Wall <fw@@moov.de>
#
# $FreeBSD: head/www/encode-explorer/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d20 2
a21 1
OPTIONS=	EXPERIMENTAL "Enable experimental features" off
d27 1
a27 1
.include <bsd.port.pre.mk>
d29 1
a29 1
.if defined(WITH_EXPERIMENTAL)
d43 1
a43 1
.include <bsd.port.post.mk>
@


1.1
log
@- Add a new port: www/encode-explorer

  Encode Explorer is an easy-to-use php script to use as an index file.
  It shows files in the server and lets you browse through folders,
  upload files etc. It is kept small and neat so that the source can be
  used for learning.

  WWW:    http://sourceforge.net/projects/encode-explorer/

PR:		ports/152082
Submitted by:	Frank Wall <fw_AT_moov_DOT_de>
@
text
@d5 1
a5 1
# $FreeBSD$
@

