svn commit: r499504 - in head/textproc: . p5-Text-Table-HTML-DataTables

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 21 00:20:55 UTC 2019


Author: sunpoet
Date: Sun Apr 21 00:20:53 2019
New Revision: 499504
URL: https://svnweb.freebsd.org/changeset/ports/499504

Log:
  Add p5-Text-Table-HTML-DataTables 0.002
  
  Text::Table::HTML::DataTables is just like Text::Table::HTML, except the HTML
  code will also load jQuery and the DataTables plugin from the local filesystem
  (distribution shared directory), so you can filter and sort the table in the
  browser.
  
  WWW: https://metacpan.org/release/Text-Table-HTML-DataTables

Added:
  head/textproc/p5-Text-Table-HTML-DataTables/
  head/textproc/p5-Text-Table-HTML-DataTables/Makefile   (contents, props changed)
  head/textproc/p5-Text-Table-HTML-DataTables/distinfo   (contents, props changed)
  head/textproc/p5-Text-Table-HTML-DataTables/pkg-descr   (contents, props changed)
  head/textproc/p5-Text-Table-HTML-DataTables/pkg-plist   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sun Apr 21 00:20:36 2019	(r499503)
+++ head/textproc/Makefile	Sun Apr 21 00:20:53 2019	(r499504)
@@ -970,6 +970,7 @@
     SUBDIR += p5-Text-Table-Any
     SUBDIR += p5-Text-Table-CSV
     SUBDIR += p5-Text-Table-HTML
+    SUBDIR += p5-Text-Table-HTML-DataTables
     SUBDIR += p5-Text-Table-Manifold
     SUBDIR += p5-Text-Table-Tiny
     SUBDIR += p5-Text-Table-XLSX

Added: head/textproc/p5-Text-Table-HTML-DataTables/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Text-Table-HTML-DataTables/Makefile	Sun Apr 21 00:20:53 2019	(r499504)
@@ -0,0 +1,28 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Text-Table-HTML-DataTables
+PORTVERSION=	0.002
+CATEGORIES=	textproc perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Generate HTML table with jQuery and DataTables plugin
+
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	p5-File-ShareDir-Install>=0.06:devel/p5-File-ShareDir-Install \
+		${RUN_DEPENDS}
+RUN_DEPENDS=	p5-File-ShareDir>=0:devel/p5-File-ShareDir \
+		p5-HTML-Parser>=0:www/p5-HTML-Parser \
+		p5-URI>=0:net/p5-URI
+
+USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/textproc/p5-Text-Table-HTML-DataTables/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Text-Table-HTML-DataTables/distinfo	Sun Apr 21 00:20:53 2019	(r499504)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1552167687
+SHA256 (Text-Table-HTML-DataTables-0.002.tar.gz) = 0ad182af3ef78ee8716eb82ad75febc5115ff1a90521ed89e5a8608e0a00492f
+SIZE (Text-Table-HTML-DataTables-0.002.tar.gz) = 75339

Added: head/textproc/p5-Text-Table-HTML-DataTables/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Text-Table-HTML-DataTables/pkg-descr	Sun Apr 21 00:20:53 2019	(r499504)
@@ -0,0 +1,6 @@
+Text::Table::HTML::DataTables is just like Text::Table::HTML, except the HTML
+code will also load jQuery and the DataTables plugin from the local filesystem
+(distribution shared directory), so you can filter and sort the table in the
+browser.
+
+WWW: https://metacpan.org/release/Text-Table-HTML-DataTables

Added: head/textproc/p5-Text-Table-HTML-DataTables/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Text-Table-HTML-DataTables/pkg-plist	Sun Apr 21 00:20:53 2019	(r499504)
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/Text/Table/HTML/DataTables.pm
+%%SITE_PERL%%/auto/share/dist/Text-Table-HTML-DataTables/datatables-1.10.13/css/jquery.dataTables.min.css
+%%SITE_PERL%%/auto/share/dist/Text-Table-HTML-DataTables/datatables-1.10.13/js/jquery.dataTables.min.js
+%%SITE_PERL%%/auto/share/dist/Text-Table-HTML-DataTables/jquery-2.2.4/jquery-2.2.4.min.js
+%%PERL5_MAN3%%/Text::Table::HTML::DataTables.3.gz


More information about the svn-ports-all mailing list