Update to 2.14.5.2
- Add LICENSE - Update COMMENT - Update pkg-descr - Update WWW Changes: https://github.com/openstack/xstatic-jquery.tablesorter/commits/master
This commit is contained in:
parent
827b733cda
commit
f782dde7f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557568
3 changed files with 17 additions and 11 deletions
|
@ -2,15 +2,17 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xstatic-jquery.tablesorter
|
||||
PORTVERSION= 2.14.5.1
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 2.14.5.2
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= XStatic-JQuery.TableSorter-${PORTVERSION}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= JQuery plugin for creating sortable tables (jquery-tablesort)
|
||||
COMMENT= JQuery.TableSorter (XStatic packaging standard)
|
||||
|
||||
LICENSE= GPLv2 MIT
|
||||
LICENSE_COMB= dual
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xstatic>=0:devel/py-xstatic@${PY_FLAVOR}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1481112151
|
||||
SHA256 (XStatic-JQuery.TableSorter-2.14.5.1.tar.gz) = 3ba24aecd9a3dc71a79dd4096fa5a8a041c3a7b892c61d05e6e46de0605070f0
|
||||
SIZE (XStatic-JQuery.TableSorter-2.14.5.1.tar.gz) = 19789
|
||||
TIMESTAMP = 1607539779
|
||||
SHA256 (XStatic-JQuery.TableSorter-2.14.5.2.tar.gz) = bdd847ca0cde4014fd21134f99e59a99ef488185c745e82646911d2f9de3d762
|
||||
SIZE (XStatic-JQuery.TableSorter-2.14.5.2.tar.gz) = 19592
|
||||
|
|
|
@ -1,7 +1,11 @@
|
|||
This port is the static file package for jquery-tablesort JavaScript library
|
||||
that provides a lightweight jQuery plugin for creating sortable tables.
|
||||
JQuery.TableSorter 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-JQuery.TableSorter/
|
||||
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-jquery.tablesorter
|
||||
WWW: https://github.com/Mottie/tablesorter
|
||||
|
|
Loading…
Reference in a new issue