aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2014-08-26 03:05:40 +0800
committerswills <swills@FreeBSD.org>2014-08-26 03:05:40 +0800
commita30d36d5099a0b1ebf721af3008490207c91f38b (patch)
tree29f2ac09e36e5d9f3e17b21c15a46facf4c9b5f8 /textproc
parentea4065d243df20a4a592f74f28e1b083418811cc (diff)
downloadfreebsd-ports-gnome-a30d36d5099a0b1ebf721af3008490207c91f38b.tar.gz
freebsd-ports-gnome-a30d36d5099a0b1ebf721af3008490207c91f38b.tar.zst
freebsd-ports-gnome-a30d36d5099a0b1ebf721af3008490207c91f38b.zip
textproc/rubygem-jekyll-gist: add port to be used by updated jekyll
Liquid tag for displaying GitHub Gists in Jekyll sites. WWW: https://github.com/jekyll/jekyll-gist PR: 192974 Submitted by: Michael Moll <kvedulv@kvedulv.de>
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rubygem-jekyll-gist/Makefile18
-rw-r--r--textproc/rubygem-jekyll-gist/distinfo2
-rw-r--r--textproc/rubygem-jekyll-gist/pkg-descr3
4 files changed, 24 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 61c008681597..e1f5a6129ced 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1317,6 +1317,7 @@
SUBDIR += rubygem-htmlentities
SUBDIR += rubygem-ini
SUBDIR += rubygem-itextomml
+ SUBDIR += rubygem-jekyll-gist
SUBDIR += rubygem-jekyll-sass-converter
SUBDIR += rubygem-jsmin
SUBDIR += rubygem-kramdown
diff --git a/textproc/rubygem-jekyll-gist/Makefile b/textproc/rubygem-jekyll-gist/Makefile
new file mode 100644
index 000000000000..bbe24bf785b8
--- /dev/null
+++ b/textproc/rubygem-jekyll-gist/Makefile
@@ -0,0 +1,18 @@
+# Created by: Michael Moll <kvedulv@kvedulv.de>
+# $FreeBSD$
+
+PORTNAME= jekyll-gist
+PORTVERSION= 1.1.0
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Liquid tag for displaying GitHub Gists in Jekyll sites
+
+LICENSE= MIT
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-jekyll-gist/distinfo b/textproc/rubygem-jekyll-gist/distinfo
new file mode 100644
index 000000000000..4164a3b8789e
--- /dev/null
+++ b/textproc/rubygem-jekyll-gist/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/jekyll-gist-1.1.0.gem) = 09577b06ac352459868b8e50f19b5e7c34923f76b64687dbe8873a621c97a419
+SIZE (rubygem/jekyll-gist-1.1.0.gem) = 8192
diff --git a/textproc/rubygem-jekyll-gist/pkg-descr b/textproc/rubygem-jekyll-gist/pkg-descr
new file mode 100644
index 000000000000..62b70a17bea2
--- /dev/null
+++ b/textproc/rubygem-jekyll-gist/pkg-descr
@@ -0,0 +1,3 @@
+Liquid tag for displaying GitHub Gists in Jekyll sites.
+
+WWW: https://github.com/jekyll/jekyll-gist