diff options
author | jlam <jlam@pkgsrc.org> | 2008-04-04 15:21:00 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-04-04 15:21:00 +0000 |
commit | 478c63138c3705fdfb8df3e795c5d9e636ace957 (patch) | |
tree | d4cc4e70454d34955e28d32213446d2f8f73b46f /textproc/ruby-bluecloth | |
parent | 4e86b6e3964b50b38e08398e65e410c6b7a46d84 (diff) | |
download | pkgsrc-478c63138c3705fdfb8df3e795c5d9e636ace957.tar.gz |
Initial import of ruby18-bluecloth-1.0.0 as textproc/ruby-bluecloth.
BlueCloth is a Ruby implementation of Markdown, a text-to-HTML conversion
tool for web writers. Markdown allows you to write using an easy-to-read,
easy-to-write plain text format, then convert it to structurally valid
XHTML (or HTML).
Diffstat (limited to 'textproc/ruby-bluecloth')
-rw-r--r-- | textproc/ruby-bluecloth/DESCR | 4 | ||||
-rw-r--r-- | textproc/ruby-bluecloth/Makefile | 14 | ||||
-rw-r--r-- | textproc/ruby-bluecloth/PLIST | 26 | ||||
-rw-r--r-- | textproc/ruby-bluecloth/distinfo | 5 |
4 files changed, 49 insertions, 0 deletions
diff --git a/textproc/ruby-bluecloth/DESCR b/textproc/ruby-bluecloth/DESCR new file mode 100644 index 00000000000..5a6061514b4 --- /dev/null +++ b/textproc/ruby-bluecloth/DESCR @@ -0,0 +1,4 @@ +BlueCloth is a Ruby implementation of Markdown, a text-to-HTML conversion +tool for web writers. Markdown allows you to write using an easy-to-read, +easy-to-write plain text format, then convert it to structurally valid +XHTML (or HTML). diff --git a/textproc/ruby-bluecloth/Makefile b/textproc/ruby-bluecloth/Makefile new file mode 100644 index 00000000000..3f8c2782bcf --- /dev/null +++ b/textproc/ruby-bluecloth/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:21:00 jlam Exp $ + +DISTNAME= BlueCloth-1.0.0 +PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:tl} +CATEGORIES= textproc + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.deveiate.org/projects/BlueCloth +COMMENT= Markdown library for Ruby + +GEM_BUILD= gemspec + +.include "../../misc/rubygems/rubygem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/ruby-bluecloth/PLIST b/textproc/ruby-bluecloth/PLIST new file mode 100644 index 00000000000..b0679a457f0 --- /dev/null +++ b/textproc/ruby-bluecloth/PLIST @@ -0,0 +1,26 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/04 15:21:00 jlam Exp $ +${GEM_HOME}/cache/BlueCloth-${PKGVERSION}.gem +${GEM_LIBDIR}/CHANGES +${GEM_LIBDIR}/LICENSE +${GEM_LIBDIR}/README +${GEM_LIBDIR}/bin/bluecloth +${GEM_LIBDIR}/install.rb +${GEM_LIBDIR}/lib/bluecloth.rb +${GEM_LIBDIR}/test.rb +${GEM_LIBDIR}/tests/00_Class.tests.rb +${GEM_LIBDIR}/tests/05_Markdown.tests.rb +${GEM_LIBDIR}/tests/10_Bug.tests.rb +${GEM_LIBDIR}/tests/15_Contrib.tests.rb +${GEM_LIBDIR}/tests/bctestcase.rb +${GEM_LIBDIR}/tests/data/antsugar.txt +${GEM_LIBDIR}/tests/data/ml-announce.txt +${GEM_LIBDIR}/tests/data/re-overflow.txt +${GEM_LIBDIR}/tests/data/re-overflow2.txt +${GEM_LIBDIR}/utils.rb +${GEM_HOME}/specifications/BlueCloth-${PKGVERSION}.gemspec +@dirrm ${GEM_LIBDIR}/tests/data +@dirrm ${GEM_LIBDIR}/tests +@dirrm ${GEM_LIBDIR}/lib +@dirrm ${GEM_LIBDIR}/bin +@dirrm ${GEM_LIBDIR} +@exec ${MKDIR} %D/${GEM_DOCDIR} diff --git a/textproc/ruby-bluecloth/distinfo b/textproc/ruby-bluecloth/distinfo new file mode 100644 index 00000000000..ed432f93204 --- /dev/null +++ b/textproc/ruby-bluecloth/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:21:00 jlam Exp $ + +SHA1 (BlueCloth-1.0.0.gem) = f773ef67c2638afb1e4125cf56871eab87f463ed +RMD160 (BlueCloth-1.0.0.gem) = f82f483dd9866f9db4278aa19c3d1385bbaaa16f +Size (BlueCloth-1.0.0.gem) = 66199 bytes |