aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-11-24 03:08:06 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2018-02-04 06:00:05 +0800
commit30d1c499ccc799bbe9c9adb8aadbca0f064af7d6 (patch)
tree0aeff1057ae95d4f7193cfb665a0c797abaeb861
parenta1548877a652a2242e980010f330d35314089e86 (diff)
downloadfreebsd-ports-gnome-30d1c499ccc799bbe9c9adb8aadbca0f064af7d6.tar.gz
freebsd-ports-gnome-30d1c499ccc799bbe9c9adb8aadbca0f064af7d6.tar.zst
freebsd-ports-gnome-30d1c499ccc799bbe9c9adb8aadbca0f064af7d6.zip
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