Add LICENSE
- Update COMMENT - Update pkg-descr - Update WWW
This commit is contained in:
parent
65e2aa3bb1
commit
feb71086c0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557551
2 changed files with 11 additions and 6 deletions
|
@ -10,7 +10,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|||
DISTNAME= XStatic-Angular-${PORTVERSION}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= JavaScript MVW Framework (angular)
|
||||
COMMENT= Angular (XStatic packaging standard)
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xstatic>=0:devel/py-xstatic@${PY_FLAVOR}
|
||||
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
This port is the static file package for angular JavaScript library
|
||||
that provides a JavaScript MVW Framework.
|
||||
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/
|
||||
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-angular
|
||||
WWW: https://angularjs.org/
|
||||
|
|
Loading…
Reference in a new issue