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/PLIST | |
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/PLIST')
-rw-r--r-- | textproc/ruby-bluecloth/PLIST | 26 |
1 files changed, 26 insertions, 0 deletions
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} |