Skip to content

Commit

Permalink
www/pear-HTTP_Upload: Add LICENSE and NO_ARCH
Browse files Browse the repository at this point in the history
- Update pkg-descr
  • Loading branch information
sunpoet committed Sep 19, 2021
1 parent ab4835b commit 420624f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
4 changes: 4 additions & 0 deletions www/pear-HTTP_Upload/Makefile
Expand Up @@ -7,6 +7,10 @@ CATEGORIES= www devel pear
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Easy and secure management of files submitted via HTML Forms

LICENSE= LGPL3

USES= pear

NO_ARCH= yes

.include <bsd.port.mk>
20 changes: 11 additions & 9 deletions www/pear-HTTP_Upload/pkg-descr
@@ -1,11 +1,13 @@
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).
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, it, nl, pt_BR)

WWW: https://pear.php.net/package/HTTP_Upload

0 comments on commit 420624f

Please sign in to comment.