summaryrefslogtreecommitdiff
path: root/textproc/rubygem-jekyll-gist
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2014-08-25 19:05:40 +0000
committerSteve Wills <swills@FreeBSD.org>2014-08-25 19:05:40 +0000
commit3b6cf616046a20d08f9450f2bc9dd846a1e7f1f3 (patch)
tree29f2ac09e36e5d9f3e17b21c15a46facf4c9b5f8 /textproc/rubygem-jekyll-gist
parentprint/rubygem-prawn-svg: update to 0.16.0 (diff)
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>
Notes
Notes: svn path=/head/; revision=366133
Diffstat (limited to 'textproc/rubygem-jekyll-gist')
-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
3 files changed, 23 insertions, 0 deletions
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