diff options
author | mmoll <mmoll@FreeBSD.org> | 2015-11-03 07:29:43 +0800 |
---|---|---|
committer | mmoll <mmoll@FreeBSD.org> | 2015-11-03 07:29:43 +0800 |
commit | 8ea5a3fff6304b3e2ad44c94c0cf2a54b1d550e0 (patch) | |
tree | a42ab402d59e055c43e017b4a480054b5f58cdc9 /textproc | |
parent | 6e7260435bb70e99b9d14e9a07da50a1c9bc05ab (diff) | |
download | freebsd-ports-gnome-8ea5a3fff6304b3e2ad44c94c0cf2a54b1d550e0.tar.gz freebsd-ports-gnome-8ea5a3fff6304b3e2ad44c94c0cf2a54b1d550e0.tar.zst freebsd-ports-gnome-8ea5a3fff6304b3e2ad44c94c0cf2a54b1d550e0.zip |
new port: textproc/rubygem-jekyll-mentions
Jekyll plugin adding @mention support to jekyll sites.
WWW: https://github.com/jekyll/jekyll-mentions
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/rubygem-jekyll-mentions/Makefile | 21 | ||||
-rw-r--r-- | textproc/rubygem-jekyll-mentions/distinfo | 2 | ||||
-rw-r--r-- | textproc/rubygem-jekyll-mentions/pkg-descr | 3 |
4 files changed, 27 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index d3bd72e262df..13675cbe0430 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1398,6 +1398,7 @@ SUBDIR += rubygem-itextomml SUBDIR += rubygem-jekyll-assets SUBDIR += rubygem-jekyll-gist + SUBDIR += rubygem-jekyll-mentions SUBDIR += rubygem-jekyll-paginate SUBDIR += rubygem-jekyll-sass-converter SUBDIR += rubygem-jemoji diff --git a/textproc/rubygem-jekyll-mentions/Makefile b/textproc/rubygem-jekyll-mentions/Makefile new file mode 100644 index 000000000000..c97d55ceae91 --- /dev/null +++ b/textproc/rubygem-jekyll-mentions/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= jekyll-mentions +PORTVERSION= 1.0.0 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= At-mention support for Jekyll sites + +LICENSE= MIT + +RUN_DEPENDS= rubygem-html-pipeline>=2.2:${PORTSDIR}/textproc/rubygem-html-pipeline \ + rubygem-jekyll>=3.0:${PORTSDIR}/www/rubygem-jekyll + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/textproc/rubygem-jekyll-mentions/distinfo b/textproc/rubygem-jekyll-mentions/distinfo new file mode 100644 index 000000000000..0bf8d6c533dc --- /dev/null +++ b/textproc/rubygem-jekyll-mentions/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/jekyll-mentions-1.0.0.gem) = f1a8fd365880dca64e21f4fbbfe1499e69fb4e26383f245857d30f691b6b06bd +SIZE (rubygem/jekyll-mentions-1.0.0.gem) = 5120 diff --git a/textproc/rubygem-jekyll-mentions/pkg-descr b/textproc/rubygem-jekyll-mentions/pkg-descr new file mode 100644 index 000000000000..69f3f6a3f269 --- /dev/null +++ b/textproc/rubygem-jekyll-mentions/pkg-descr @@ -0,0 +1,3 @@ +Jekyll plugin adding @mention support to jekyll sites. + +WWW: https://github.com/jekyll/jekyll-mentions |