summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-11-23 19:08:06 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-11-23 19:08:06 +0000
commit2e7c2fe11af1ffbbf775247b53d974ee976978a7 (patch)
tree15cd3df36831b74c81870f4e9433fa139aa19bc5
parentUpdate lang/erlang-runtime19 to version 19.3.6.4. (diff)
Add rubygem-jekyll-sanity 1.2.0
Jekyll Sanity provides surface patches for Jekyll that provide useful methods for plugin authors, and site authors as well. Moves some insane instance methods to the class so that they can be used without having to store the entire site. WWW: https://github.com/envygeeks/jekyll-sanity
-rw-r--r--www/Makefile1
-rw-r--r--www/rubygem-jekyll-sanity/Makefile20
-rw-r--r--www/rubygem-jekyll-sanity/distinfo3
-rw-r--r--www/rubygem-jekyll-sanity/pkg-descr5
4 files changed, 29 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 87bdb80cd0ab..cda770301928 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2035,6 +2035,7 @@
SUBDIR += rubygem-hurley
SUBDIR += rubygem-innate
SUBDIR += rubygem-jekyll
+ SUBDIR += rubygem-jekyll-sanity
SUBDIR += rubygem-jekyll-watch
SUBDIR += rubygem-journey
SUBDIR += rubygem-jquery-atwho-rails
diff --git a/www/rubygem-jekyll-sanity/Makefile b/www/rubygem-jekyll-sanity/Makefile
new file mode 100644
index 000000000000..2d9ccaad9cf2
--- /dev/null
+++ b/www/rubygem-jekyll-sanity/Makefile
@@ -0,0 +1,20 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= jekyll-sanity
+PORTVERSION= 1.2.0
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Patches to make Jekyll less insane and easier
+
+LICENSE= MIT
+
+RUN_DEPENDS= rubygem-jekyll>=3.1:www/rubygem-jekyll
+
+NO_ARCH= yes
+USE_RUBY= yes
+USES= gem
+
+.include <bsd.port.mk>
diff --git a/www/rubygem-jekyll-sanity/distinfo b/www/rubygem-jekyll-sanity/distinfo
new file mode 100644
index 000000000000..643dbe1f2c28
--- /dev/null
+++ b/www/rubygem-jekyll-sanity/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1511439297
+SHA256 (rubygem/jekyll-sanity-1.2.0.gem) = d01168cab30d520dc597738f9da8eb5dd673dfd49ac2940eb06ee0b70cba403c
+SIZE (rubygem/jekyll-sanity-1.2.0.gem) = 5632
diff --git a/www/rubygem-jekyll-sanity/pkg-descr b/www/rubygem-jekyll-sanity/pkg-descr
new file mode 100644
index 000000000000..956d4053f173
--- /dev/null
+++ b/www/rubygem-jekyll-sanity/pkg-descr
@@ -0,0 +1,5 @@
+Jekyll Sanity provides surface patches for Jekyll that provide useful methods
+for plugin authors, and site authors as well. Moves some insane instance methods
+to the class so that they can be used without having to store the entire site.
+
+WWW: https://github.com/envygeeks/jekyll-sanity