svn commit: r557561 - head/devel/py-xstatic-font-awesome
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Dec 10 21:38:47 UTC 2020
Author: sunpoet
Date: Thu Dec 10 21:38:42 2020
New Revision: 557561
URL: https://svnweb.freebsd.org/changeset/ports/557561
Log:
Add LICENSE
- Update COMMENT
- Update pkg-descr
- Update WWW
Modified:
head/devel/py-xstatic-font-awesome/Makefile
head/devel/py-xstatic-font-awesome/pkg-descr
Modified: head/devel/py-xstatic-font-awesome/Makefile
==============================================================================
--- head/devel/py-xstatic-font-awesome/Makefile Thu Dec 10 21:38:36 2020 (r557560)
+++ head/devel/py-xstatic-font-awesome/Makefile Thu Dec 10 21:38:42 2020 (r557561)
@@ -12,6 +12,8 @@ DISTNAME= XStatic-Font-Awesome-${PORTVERSION}
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Iconic font and CSS framework (font-awesome)
+LICENSE= OFL11
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xstatic>=0:devel/py-xstatic@${PY_FLAVOR}
USES= python
Modified: head/devel/py-xstatic-font-awesome/pkg-descr
==============================================================================
--- head/devel/py-xstatic-font-awesome/pkg-descr Thu Dec 10 21:38:36 2020 (r557560)
+++ head/devel/py-xstatic-font-awesome/pkg-descr Thu Dec 10 21:38:42 2020 (r557561)
@@ -1,7 +1,10 @@
-This port is the static file package for font-awesome JavaScript library
-that provides the iconic font and CSS framework.
+Font Awesome icons 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-Font-Awesome/
+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-font-awesome
+WWW: https://fontawesome.com/
More information about the svn-ports-head
mailing list