Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Dec 2020 21:38:12 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557556 - head/devel/py-xstatic-angular-schema-form
Message-ID:  <202012102138.0BALcCYK056075@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/



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