svn commit: r557556 - head/devel/py-xstatic-angular-schema-form
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Dec 10 21:38:17 UTC 2020
Author: sunpoet
Date: Thu Dec 10 21:38:12 2020
New Revision: 557556
URL: https://svnweb.freebsd.org/changeset/ports/557556
Log:
Add LICENSE
- Update COMMENT
- Update pkg-descr
- Update WWW
Modified:
head/devel/py-xstatic-angular-schema-form/Makefile
head/devel/py-xstatic-angular-schema-form/pkg-descr
Modified: head/devel/py-xstatic-angular-schema-form/Makefile
==============================================================================
--- head/devel/py-xstatic-angular-schema-form/Makefile Thu Dec 10 21:38:06 2020 (r557555)
+++ head/devel/py-xstatic-angular-schema-form/Makefile Thu Dec 10 21:38:12 2020 (r557556)
@@ -10,7 +10,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= XStatic-Angular-Schema-Form-${PORTVERSION}
MAINTAINER= sunpoet at FreeBSD.org
-COMMENT= Forms from a JSON schema (angular-schema-form)
+COMMENT= Angular-Schema-Form (XStatic packaging standard)
+
+LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xstatic>=0:devel/py-xstatic@${PY_FLAVOR}
Modified: head/devel/py-xstatic-angular-schema-form/pkg-descr
==============================================================================
--- head/devel/py-xstatic-angular-schema-form/pkg-descr Thu Dec 10 21:38:06 2020 (r557555)
+++ head/devel/py-xstatic-angular-schema-form/pkg-descr Thu Dec 10 21:38:12 2020 (r557556)
@@ -1,7 +1,10 @@
-This port is the static file package for (angular-schema-form) JavaScript
-library that provides a complex forms from a JSON schema with Angular.
+Angular 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-Schema-Form/
+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://github.com/openstack-archive/deb-python-xstatic-angular-schema-form
+WWW: http://schemaform.io/
More information about the svn-ports-all
mailing list