Commit graph

7 commits

Author SHA1 Message Date
Thierry Thomas
f0a3bab80b Take maintainership.
PR:		70885.
2004-08-23 22:19:03 +00:00
Thierry Thomas
513d472f4b Upgrade to 0.9.1. 2004-08-11 20:03:02 +00:00
Thierry Thomas
b828b5a7db Upgrade to 0.9.0. 2004-08-10 20:49:32 +00:00
Thierry Thomas
f5d187b67c Utilize devel/pear-PEAR/Makefile.common
PR:		ports/65510
Submitted by:	Roman Neuhauser
Approved by:	mat (mentor).
2004-04-14 21:54:24 +00:00
Trevor Johnson
33fdc4cde2 SIZEify. 2004-03-17 18:29:46 +00:00
Edwin Groothuis
1446aabaab 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>
2003-12-28 09:11:28 +00:00
Edwin Groothuis
c0fcaf379b 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>
2003-12-28 08:56:37 +00:00