pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/ruby-bluecloth Initial import of ruby18-bluec...
details: https://anonhg.NetBSD.org/pkgsrc/rev/cee0eb3ee3cc
branches: trunk
changeset: 540513:cee0eb3ee3cc
user: jlam <jlam%pkgsrc.org@localhost>
date: Fri Apr 04 15:21:00 2008 +0000
description:
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:
textproc/ruby-bluecloth/DESCR | 4 ++++
textproc/ruby-bluecloth/Makefile | 14 ++++++++++++++
textproc/ruby-bluecloth/PLIST | 26 ++++++++++++++++++++++++++
textproc/ruby-bluecloth/distinfo | 5 +++++
4 files changed, 49 insertions(+), 0 deletions(-)
diffs (65 lines):
diff -r 5e5f6e76caf5 -r cee0eb3ee3cc textproc/ruby-bluecloth/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-bluecloth/DESCR Fri Apr 04 15:21:00 2008 +0000
@@ -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 -r 5e5f6e76caf5 -r cee0eb3ee3cc textproc/ruby-bluecloth/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-bluecloth/Makefile Fri Apr 04 15:21:00 2008 +0000
@@ -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@localhost
+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 -r 5e5f6e76caf5 -r cee0eb3ee3cc textproc/ruby-bluecloth/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-bluecloth/PLIST Fri Apr 04 15:21:00 2008 +0000
@@ -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 -r 5e5f6e76caf5 -r cee0eb3ee3cc textproc/ruby-bluecloth/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-bluecloth/distinfo Fri Apr 04 15:21:00 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index