summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2013-09-15 16:26:30 +0000
committertaca <taca@pkgsrc.org>2013-09-15 16:26:30 +0000
commitf9a8853f96acc653e9d7190fda96c03fffefa6dc (patch)
tree2e68ab62c7af67766e055000ed06a7b3b11c5fe8 /textproc
parentc2fbf0037beb712943f84781627c04a47fb2f88a (diff)
downloadpkgsrc-f9a8853f96acc653e9d7190fda96c03fffefa6dc.tar.gz
Add ruby-redcarpet package version 3.0.0.
Redcarpet is Ruby library for Markdown processing that smells like butterflies and popcorn. Redcarpet used to be a drop-in replacement for Redcloth. This is no longer the case since version 2 -- it now has its own API, but retains the old name. Yes, that does mean that Redcarpet 2 is not backwards-compatible with the 1.X versions. Redcarpet is based on the [Sundown](https://www.github.com/vmg/sundown) library. You might want to find out more about Sundown to see what makes this Ruby library so awesome.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ruby-redcarpet/DESCR11
-rw-r--r--textproc/ruby-redcarpet/Makefile14
-rw-r--r--textproc/ruby-redcarpet/PLIST44
-rw-r--r--textproc/ruby-redcarpet/distinfo5
4 files changed, 74 insertions, 0 deletions
diff --git a/textproc/ruby-redcarpet/DESCR b/textproc/ruby-redcarpet/DESCR
new file mode 100644
index 00000000000..5524977b6d2
--- /dev/null
+++ b/textproc/ruby-redcarpet/DESCR
@@ -0,0 +1,11 @@
+Redcarpet is Ruby library for Markdown processing that smells like
+butterflies and popcorn.
+
+Redcarpet used to be a drop-in replacement for Redcloth. This is no longer the
+case since version 2 -- it now has its own API, but retains the old name. Yes,
+that does mean that Redcarpet 2 is not backwards-compatible with the 1.X
+versions.
+
+Redcarpet is based on the [Sundown](https://www.github.com/vmg/sundown)
+library. You might want to find out more about Sundown to see what makes this
+Ruby library so awesome.
diff --git a/textproc/ruby-redcarpet/Makefile b/textproc/ruby-redcarpet/Makefile
new file mode 100644
index 00000000000..0c13a76f944
--- /dev/null
+++ b/textproc/ruby-redcarpet/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2013/09/15 16:26:30 taca Exp $
+
+DISTNAME= redcarpet-3.0.0
+CATEGORIES= textproc
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://github.com/vmg/redcarpet
+COMMENT= Markdown that smells nice
+LICENSE= mit
+
+RUBY_VERSION_SUPPORTED= 200 193
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/ruby-redcarpet/PLIST b/textproc/ruby-redcarpet/PLIST
new file mode 100644
index 00000000000..76507edf516
--- /dev/null
+++ b/textproc/ruby-redcarpet/PLIST
@@ -0,0 +1,44 @@
+@comment $NetBSD: PLIST,v 1.1 2013/09/15 16:26:30 taca Exp $
+bin/redcarpet
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/COPYING
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/README.markdown
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/bin/redcarpet
+${GEM_LIBDIR}/ext/redcarpet/autolink.c
+${GEM_LIBDIR}/ext/redcarpet/autolink.h
+${GEM_LIBDIR}/ext/redcarpet/buffer.c
+${GEM_LIBDIR}/ext/redcarpet/buffer.h
+${GEM_LIBDIR}/ext/redcarpet/extconf.rb
+${GEM_LIBDIR}/ext/redcarpet/houdini.h
+${GEM_LIBDIR}/ext/redcarpet/houdini_href_e.c
+${GEM_LIBDIR}/ext/redcarpet/houdini_html_e.c
+${GEM_LIBDIR}/ext/redcarpet/html.c
+${GEM_LIBDIR}/ext/redcarpet/html.h
+${GEM_LIBDIR}/ext/redcarpet/html_blocks.h
+${GEM_LIBDIR}/ext/redcarpet/html_smartypants.c
+${GEM_LIBDIR}/ext/redcarpet/markdown.c
+${GEM_LIBDIR}/ext/redcarpet/markdown.h
+${GEM_LIBDIR}/ext/redcarpet/rc_markdown.c
+${GEM_LIBDIR}/ext/redcarpet/rc_render.c
+${GEM_LIBDIR}/ext/redcarpet/redcarpet.h
+${GEM_LIBDIR}/ext/redcarpet/stack.c
+${GEM_LIBDIR}/ext/redcarpet/stack.h
+${GEM_LIBDIR}/lib/redcarpet.rb
+${GEM_LIBDIR}/lib/redcarpet.${RUBY_DLEXT}
+${GEM_LIBDIR}/lib/redcarpet/compat.rb
+${GEM_LIBDIR}/lib/redcarpet/render_man.rb
+${GEM_LIBDIR}/lib/redcarpet/render_strip.rb
+${GEM_LIBDIR}/redcarpet.gemspec
+${GEM_LIBDIR}/test/custom_render_test.rb
+${GEM_LIBDIR}/test/html_render_test.rb
+${GEM_LIBDIR}/test/markdown_test.rb
+${GEM_LIBDIR}/test/pathological_inputs_test.rb
+${GEM_LIBDIR}/test/redcarpet_compat_test.rb
+${GEM_LIBDIR}/test/smarty_html_test.rb
+${GEM_LIBDIR}/test/smarty_pants_test.rb
+${GEM_LIBDIR}/test/stripdown_render_test.rb
+${GEM_LIBDIR}/test/test_helper.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
+@pkgdir lib/ruby/gems/2.0.0/build_info
diff --git a/textproc/ruby-redcarpet/distinfo b/textproc/ruby-redcarpet/distinfo
new file mode 100644
index 00000000000..8aad97f4d8b
--- /dev/null
+++ b/textproc/ruby-redcarpet/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/09/15 16:26:30 taca Exp $
+
+SHA1 (redcarpet-3.0.0.gem) = 28b2e6a039e465e47a0b4904043affbe84adb802
+RMD160 (redcarpet-3.0.0.gem) = 3e354c884b25d6429c3c45eb631f410328964ceb
+Size (redcarpet-3.0.0.gem) = 48640 bytes