Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Dec 2020 21:37:44 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557551 - head/devel/py-xstatic-angular
Message-ID:  <202012102137.0BALbiNk055439@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Dec 10 21:37:43 2020
New Revision: 557551
URL: https://svnweb.freebsd.org/changeset/ports/557551

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

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

Modified: head/devel/py-xstatic-angular/Makefile
==============================================================================
--- head/devel/py-xstatic-angular/Makefile	Thu Dec 10 21:37:37 2020	(r557550)
+++ head/devel/py-xstatic-angular/Makefile	Thu Dec 10 21:37:43 2020	(r557551)
@@ -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}
 

Modified: head/devel/py-xstatic-angular/pkg-descr
==============================================================================
--- head/devel/py-xstatic-angular/pkg-descr	Thu Dec 10 21:37:37 2020	(r557550)
+++ head/devel/py-xstatic-angular/pkg-descr	Thu Dec 10 21:37:43 2020	(r557551)
@@ -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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012102137.0BALbiNk055439>