svn commit: r557559 - head/devel/py-xstatic-bootswatch

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


Author: sunpoet
Date: Thu Dec 10 21:38:30 2020
New Revision: 557559
URL: https://svnweb.freebsd.org/changeset/ports/557559

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

Modified:
  head/devel/py-xstatic-bootswatch/Makefile
  head/devel/py-xstatic-bootswatch/pkg-descr

Modified: head/devel/py-xstatic-bootswatch/Makefile
==============================================================================
--- head/devel/py-xstatic-bootswatch/Makefile	Thu Dec 10 21:38:24 2020	(r557558)
+++ head/devel/py-xstatic-bootswatch/Makefile	Thu Dec 10 21:38:30 2020	(r557559)
@@ -10,7 +10,9 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	XStatic-bootswatch-${PORTVERSION}
 
 MAINTAINER=	sunpoet at FreeBSD.org
-COMMENT=	Collection of themes for Bootstrap (bootswatch)
+COMMENT=	bootswatch (themes for Bootstrap) (XStatic packaging standard)
+
+LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}xstatic>=0:devel/py-xstatic@${PY_FLAVOR}
 

Modified: head/devel/py-xstatic-bootswatch/pkg-descr
==============================================================================
--- head/devel/py-xstatic-bootswatch/pkg-descr	Thu Dec 10 21:38:24 2020	(r557558)
+++ head/devel/py-xstatic-bootswatch/pkg-descr	Thu Dec 10 21:38:30 2020	(r557559)
@@ -1,7 +1,10 @@
-This port is the static file package for bootswatch JavaScript library
-that provides a Bootswatch collection of themes for Bootstrap.
+bootswatch 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-bootswatch/
+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/xstatic-bootswatch
+WWW: https://bootswatch.com/


More information about the svn-ports-all mailing list