CVS log for ports/www/pear-HTTP_Upload/Makefile
Up to [FreeBSD] / ports / www / pear-HTTP_Upload
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Jan 21 17:39:46 2012 UTC (2 weeks, 6 days ago) by eadler
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
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
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Sep 23 00:23:36 2006 UTC (5 years, 4 months ago) by linimon
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_EOL, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_5_EOL, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
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
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Dec 9 19:24:51 2005 UTC (6 years, 2 months ago) by ale
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Remove pear ports obsolated by devel/pear and switch dependencies of all the other pear ports. Discussed with: thierry, antonio@php.net
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Aug 23 22:19:03 2004 UTC (7 years, 5 months ago) by thierry
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
Take maintainership. PR: 70885.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Aug 11 20:03:02 2004 UTC (7 years, 6 months ago) by thierry
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Upgrade to 0.9.1.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Aug 10 20:49:32 2004 UTC (7 years, 6 months ago) by thierry
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -2 lines
Upgrade to 0.9.0.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Apr 14 21:54:24 2004 UTC (7 years, 9 months ago) by thierry
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +6 -11 lines
Utilize devel/pear-PEAR/Makefile.common PR: ports/65510 Submitted by: Roman Neuhauser Approved by: mat (mentor).
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Dec 28 09:11:27 2003 UTC (8 years, 1 month ago) by edwin
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
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>
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Dec 28 08:56:37 2003 UTC (8 years, 1 month ago) by edwin
Branches: MAIN
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>
