svn commit: r557553 - head/devel/py-xstatic-angular-fileupload
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Dec 10 21:38:03 UTC 2020
Author: sunpoet
Date: Thu Dec 10 21:37:55 2020
New Revision: 557553
URL: https://svnweb.freebsd.org/changeset/ports/557553
Log:
Add LICENSE
- Update pkg-descr
- Update WWW
Modified:
head/devel/py-xstatic-angular-fileupload/Makefile
head/devel/py-xstatic-angular-fileupload/pkg-descr
Modified: head/devel/py-xstatic-angular-fileupload/Makefile
==============================================================================
--- head/devel/py-xstatic-angular-fileupload/Makefile Thu Dec 10 21:37:49 2020 (r557552)
+++ head/devel/py-xstatic-angular-fileupload/Makefile Thu Dec 10 21:37:55 2020 (r557553)
@@ -10,7 +10,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= XStatic-Angular-FileUpload-${PORTVERSION}
MAINTAINER= sunpoet at FreeBSD.org
-COMMENT= File Upload module for the AngularJS (angular-file-upload)
+COMMENT= Angular-FileUpload (XStatic packaging standard)
+
+LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xstatic>=0:devel/py-xstatic@${PY_FLAVOR}
Modified: head/devel/py-xstatic-angular-fileupload/pkg-descr
==============================================================================
--- head/devel/py-xstatic-angular-fileupload/pkg-descr Thu Dec 10 21:37:49 2020 (r557552)
+++ head/devel/py-xstatic-angular-fileupload/pkg-descr Thu Dec 10 21:37:55 2020 (r557553)
@@ -1,7 +1,11 @@
-This port is the static file package for angular-file-upload JavaScript library
-that provides a Angular File Upload support for the AngularJS framework.
+Angular-FileUpload JavaScript library packaged for setuptools (easy_install) /
+pip.
-It uses the XStatic packaging standard, aimed to bring an ability to
-install javascript libraries via easy_install or pip utility.
+This package is intended to be used by any project that needs these files.
-WWW: https://pypi.org/project/XStatic-Angular-FileUpload/
+It intentionally does not provide any extra code except some metadata nor has
+any extra requirements. You MAY use some minimal support code from the XStatic
+base package, if you like.
+
+WWW: https://opendev.org/x/xstatic-angular-fileupload
+WWW: https://github.com/danialfarid/ng-file-upload
More information about the svn-ports-head
mailing list