diff options
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/rubygem-octopress-escape-code/Makefile | 21 | ||||
-rw-r--r-- | textproc/rubygem-octopress-escape-code/distinfo | 2 | ||||
-rw-r--r-- | textproc/rubygem-octopress-escape-code/pkg-descr | 4 |
4 files changed, 28 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index b1aaf833cad6..67b806f16aa9 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1429,6 +1429,7 @@ SUBDIR += rubygem-nokogiri-diff SUBDIR += rubygem-nokogiri14 SUBDIR += rubygem-nokogumbo + SUBDIR += rubygem-octopress-escape-code SUBDIR += rubygem-opml SUBDIR += rubygem-org-ruby SUBDIR += rubygem-parslet diff --git a/textproc/rubygem-octopress-escape-code/Makefile b/textproc/rubygem-octopress-escape-code/Makefile new file mode 100644 index 000000000000..787aae4d08b3 --- /dev/null +++ b/textproc/rubygem-octopress-escape-code/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= octopress-escape-code +PORTVERSION= 2.0.6 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Adds escape sequences for code blocks in Jekyll + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-octopress-hooks>=2.0:${PORTSDIR}/devel/rubygem-octopress-hooks + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/textproc/rubygem-octopress-escape-code/distinfo b/textproc/rubygem-octopress-escape-code/distinfo new file mode 100644 index 000000000000..4eca3b9dbe37 --- /dev/null +++ b/textproc/rubygem-octopress-escape-code/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/octopress-escape-code-2.0.6.gem) = e7a084e21341d4bbedee5cab3cad61e4e5367983d45b8d56f880f95c8527cffa +SIZE (rubygem/octopress-escape-code-2.0.6.gem) = 10752 diff --git a/textproc/rubygem-octopress-escape-code/pkg-descr b/textproc/rubygem-octopress-escape-code/pkg-descr new file mode 100644 index 000000000000..b7073c226602 --- /dev/null +++ b/textproc/rubygem-octopress-escape-code/pkg-descr @@ -0,0 +1,4 @@ +Adds escape sequences for code blocks in Jekyll, so liquid tags can be used +without having to surround these with {% raw %} and {% endraw %} tags. + +WWW: https://github.com/octopress/escape-code |