Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Sep 2021 06:07:48 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 420624f7669a - main - www/pear-HTTP_Upload: Add LICENSE and NO_ARCH
Message-ID:  <202109190607.18J67mSh053711@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=420624f7669ac5a641e8b834f6ff957425470511

commit 420624f7669ac5a641e8b834f6ff957425470511
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-09-19 05:30:18 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-09-19 06:00:12 +0000

    www/pear-HTTP_Upload: Add LICENSE and NO_ARCH
    
    - Update pkg-descr
---
 www/pear-HTTP_Upload/Makefile  |  4 ++++
 www/pear-HTTP_Upload/pkg-descr | 20 +++++++++++---------
 2 files changed, 15 insertions(+), 9 deletions(-)

diff --git a/www/pear-HTTP_Upload/Makefile b/www/pear-HTTP_Upload/Makefile
index d916fee24310..30140d9399c7 100644
--- a/www/pear-HTTP_Upload/Makefile
+++ b/www/pear-HTTP_Upload/Makefile
@@ -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>
diff --git a/www/pear-HTTP_Upload/pkg-descr b/www/pear-HTTP_Upload/pkg-descr
index a87c4a87d680..ab9f67c996c9 100644
--- a/www/pear-HTTP_Upload/pkg-descr
+++ b/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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109190607.18J67mSh053711>