svn commit: r557576 - head/devel/py-xstatic-term.js

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Dec 10 21:40:20 UTC 2020


Author: sunpoet
Date: Thu Dec 10 21:40:13 2020
New Revision: 557576
URL: https://svnweb.freebsd.org/changeset/ports/557576

Log:
  Add LICENSE
  
  - Update COMMENT
  - Update pkg-descr
  - Update WWW

Modified:
  head/devel/py-xstatic-term.js/Makefile
  head/devel/py-xstatic-term.js/pkg-descr

Modified: head/devel/py-xstatic-term.js/Makefile
==============================================================================
--- head/devel/py-xstatic-term.js/Makefile	Thu Dec 10 21:40:07 2020	(r557575)
+++ head/devel/py-xstatic-term.js/Makefile	Thu Dec 10 21:40:13 2020	(r557576)
@@ -10,7 +10,9 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	XStatic-term.js-${PORTVERSION}
 
 MAINTAINER=	sunpoet at FreeBSD.org
-COMMENT=	Terminal written in javascript (term.js)
+COMMENT=	term.js (XStatic packaging standard)
+
+LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}xstatic>=0:devel/py-xstatic@${PY_FLAVOR}
 

Modified: head/devel/py-xstatic-term.js/pkg-descr
==============================================================================
--- head/devel/py-xstatic-term.js/pkg-descr	Thu Dec 10 21:40:07 2020	(r557575)
+++ head/devel/py-xstatic-term.js/pkg-descr	Thu Dec 10 21:40:13 2020	(r557576)
@@ -1,7 +1,10 @@
-This port is the static file package for term.js JavaScript library
-that provides a terminal written in javascript
+term.js 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-term.js/
+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-term.js
+WWW: https://github.com/chjj/term.js


More information about the svn-ports-all mailing list