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


1.12
date	2013.03.18.15.46.33;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2012.11.17.06.02.56;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.08.03.15.54.35;	author cs;	state Exp;
branches;
next	1.9;

1.9
date	2012.01.21.17.39.46;	author eadler;	state Exp;
branches;
next	1.8;

1.8
date	2006.09.23.00.23.36;	author linimon;	state Exp;
branches;
next	1.7;

1.7
date	2005.12.09.19.24.51;	author ale;	state Exp;
branches;
next	1.6;

1.6
date	2004.08.23.22.19.03;	author thierry;	state Exp;
branches;
next	1.5;

1.5
date	2004.08.11.20.03.02;	author thierry;	state Exp;
branches;
next	1.4;

1.4
date	2004.08.10.20.49.32;	author thierry;	state Exp;
branches;
next	1.3;

1.3
date	2004.04.14.21.54.24;	author thierry;	state Exp;
branches;
next	1.2;

1.2
date	2003.12.28.09.11.27;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2003.12.28.08.56.37;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.12
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314455
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Alex Miller (<asm@@asm.kiev.ua>)
# $FreeBSD: head/www/pear-HTTP_Upload/Makefile 314455 2013-03-17 15:28:55Z miwi $

PORTNAME=	HTTP_Upload
PORTVERSION=	0.9.1
CATEGORIES=	www devel pear

MAINTAINER=	miwi@@FreeBSD.org
COMMENT=	Easy and secure management of files submitted via HTML Forms

BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS:=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear

PEAR_AUTOINSTALL=	yes

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
@


1.11
log
@Switch exporter over
@
text
@d1 2
a2 6
# Ports collection makefile for:  pear-HTTP_Upload
# Date created:			  13 December 2003
# Whom:				  Alex Miller (<asm@@asm.kiev.ua>)
#
# $FreeBSD: head/www/pear-HTTP_Upload/Makefile 301960 2012-08-03 15:54:35Z cs $
#
d8 1
a8 1
MAINTAINER=	ports@@FreeBSD.org
d12 1
a12 1
RUN_DEPENDS:=	${BUILD_DEPENDS}
d14 1
a14 4
CATEGORY=	HTTP
FILES=		Upload.php
EXAMPLES=	upload_example.php
_EXAMPLESDIR=	docs
@


1.10
log
@SVN rev 301960 on 2012-08-03 15:54:35Z by cs

Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)

Approved by:	portmgr@@ (implicit)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d13 1
a13 1
COMMENT=	Easy and secure managment of files submitted via HTML Forms
@


1.8
log
@Reset maintainership of ports assigned to antonio@@php.net after numerous
maintainer-timeouts and no response to email.  We hope to see him back.

Hat:		portmgr
@
text
@d16 1
a16 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.7
log
@Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.

Discussed with:	thierry, antonio@@php.net
@
text
@d12 1
a12 1
MAINTAINER=	antonio@@php.net
@


1.6
log
@Take maintainership.

PR:		70885.
@
text
@d15 1
a15 1
BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
d24 1
a24 1
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
@


1.5
log
@Upgrade to 0.9.1.
@
text
@d12 1
a12 1
MAINTAINER=	ports@@FreeBSD.org
@


1.4
log
@Upgrade to 0.9.0.
@
text
@d9 1
a9 1
PORTVERSION=	0.9.0
@


1.3
log
@Utilize devel/pear-PEAR/Makefile.common

PR:		ports/65510
Submitted by:	Roman Neuhauser
Approved by:	mat (mentor).
@
text
@d9 1
a9 2
PORTVERSION=	0.8.1
PORTREVISION=	1
@


1.2
log
@pear-* ports: simplify path to devel/pear-PEAR/Makefile.common

    .include <bsd.port.pre.mk>
    .include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"

    can be simplified to:

    .include <bsd.port.pre.mk>
    .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"

    the latter version also doesn't make any assumptions about the
    path of including Makefile

PR:		ports/57152
Submitted by:	Roman Neuhauser <neuhauser@@bellavista.cz>
@
text
@d10 1
d19 5
a25 11

.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	@@${INSTALL_DATA} ${WRKSRC}/docs/upload_example.php ${DOCSDIR}
	@@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif

do-install:
	@@${CP} ${WRKSRC}/Upload.php ${PEARDIR}
	@@${CHOWN} ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/Upload.php

@


1.1
log
@New port: pear-HTTP_Upload: Easy and secure managment of files submitted via HTML Forms

	This class provides an advanced file uploader system for
	file uploads made from html forms. Features:
	 * Can handle from one file to multiple files.
	 * Safe file copying from tmp dir.
	 * Easy detecting mechanism of valid upload, missing upload or error.
	 * Gives extensive information about the uploaded file.
	 * Rename uploaded files in different ways: as it is, safe or unique
	 * Validate allowed file extensions
	 * Multiple languages error messages support (es, en, de, fr, nl)

	WWW: http://pear.php.net/package-info.php?package=HTTP_Upload

PR:		ports/60196
Submitted by:	Alex Miller <asm@@asm.kiev.ua>
@
text
@d19 1
a19 1
.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"
@

