svn commit: r366134 - in head/textproc: . rubygem-jekyll-paginate
Steve Wills
swills at FreeBSD.org
Mon Aug 25 19:10:45 UTC 2014
Author: swills
Date: Mon Aug 25 19:10:43 2014
New Revision: 366134
URL: http://svnweb.freebsd.org/changeset/ports/366134
QAT: https://qat.redports.org/buildarchive/r366134/
Log:
textproc/rubygem-jekyll-paginate: add port to be used by updated jekyll
Built-in Pagination Generator for Jekyll
WWW: https://github.com/jekyll/jekyll-paginate
PR: textproc/rubygem-jekyll-paginate
Submitted by: Michael Moll <kvedulv at kvedulv.de>
Added:
head/textproc/rubygem-jekyll-paginate/
head/textproc/rubygem-jekyll-paginate/Makefile (contents, props changed)
head/textproc/rubygem-jekyll-paginate/distinfo (contents, props changed)
head/textproc/rubygem-jekyll-paginate/pkg-descr (contents, props changed)
Modified:
head/textproc/Makefile
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Mon Aug 25 19:05:40 2014 (r366133)
+++ head/textproc/Makefile Mon Aug 25 19:10:43 2014 (r366134)
@@ -1318,6 +1318,7 @@
SUBDIR += rubygem-ini
SUBDIR += rubygem-itextomml
SUBDIR += rubygem-jekyll-gist
+ SUBDIR += rubygem-jekyll-paginate
SUBDIR += rubygem-jekyll-sass-converter
SUBDIR += rubygem-jsmin
SUBDIR += rubygem-kramdown
Added: head/textproc/rubygem-jekyll-paginate/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/rubygem-jekyll-paginate/Makefile Mon Aug 25 19:10:43 2014 (r366134)
@@ -0,0 +1,18 @@
+# Created by: Michael Moll <kvedulv at kvedulv.de>
+# $FreeBSD$
+
+PORTNAME= jekyll-paginate
+PORTVERSION= 1.0.0
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby at FreeBSD.org
+COMMENT= Built-in Pagination Generator for Jekyll
+
+LICENSE= MIT
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
Added: head/textproc/rubygem-jekyll-paginate/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/rubygem-jekyll-paginate/distinfo Mon Aug 25 19:10:43 2014 (r366134)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/jekyll-paginate-1.0.0.gem) = 534ea86386d4dfd41d5b1fc24b9b27d405351969bdbd3775f43f6366eb6001dc
+SIZE (rubygem/jekyll-paginate-1.0.0.gem) = 10240
Added: head/textproc/rubygem-jekyll-paginate/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/rubygem-jekyll-paginate/pkg-descr Mon Aug 25 19:10:43 2014 (r366134)
@@ -0,0 +1,3 @@
+Built-in Pagination Generator for Jekyll
+
+WWW: https://github.com/jekyll/jekyll-paginate
More information about the svn-ports-all
mailing list