svn commit: r557573 - head/devel/py-xstatic-roboto-fontface

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


Author: sunpoet
Date: Thu Dec 10 21:39:55 2020
New Revision: 557573
URL: https://svnweb.freebsd.org/changeset/ports/557573

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

Modified:
  head/devel/py-xstatic-roboto-fontface/Makefile
  head/devel/py-xstatic-roboto-fontface/pkg-descr

Modified: head/devel/py-xstatic-roboto-fontface/Makefile
==============================================================================
--- head/devel/py-xstatic-roboto-fontface/Makefile	Thu Dec 10 21:39:48 2020	(r557572)
+++ head/devel/py-xstatic-roboto-fontface/Makefile	Thu Dec 10 21:39:55 2020	(r557573)
@@ -10,7 +10,9 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	XStatic-roboto-fontface-${PORTVERSION}
 
 MAINTAINER=	sunpoet at FreeBSD.org
-COMMENT=	Simple package providing the Roboto fontface (roboto-fontface)
+COMMENT=	roboto-fontface (XStatic packaging standard)
+
+LICENSE=	APACHE20
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}xstatic>=0:devel/py-xstatic@${PY_FLAVOR}
 

Modified: head/devel/py-xstatic-roboto-fontface/pkg-descr
==============================================================================
--- head/devel/py-xstatic-roboto-fontface/pkg-descr	Thu Dec 10 21:39:48 2020	(r557572)
+++ head/devel/py-xstatic-roboto-fontface/pkg-descr	Thu Dec 10 21:39:55 2020	(r557573)
@@ -1,7 +1,10 @@
-This port is the static file package for roboto-fontface JavaScript library
-that provides a Simple package providing the Roboto fontface.
+roboto-fontface 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-roboto-fontface/
+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-roboto-fontface
+WWW: https://github.com/choffmeister/roboto-fontface-bower


More information about the svn-ports-all mailing list