Initial import of ruby-redcloth-3.0.4.
RedCloth is a module for using Textile in Ruby. Textile is a text format. A very simple text format. Another stab at making readable text that can be converted to HTML.
This commit is contained in:
parent
4d0b3af67c
commit
ada8d25a2e
25
textproc/ruby-redcloth/Makefile
Normal file
25
textproc/ruby-redcloth/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/09/26 17:04:20 bernd Exp $
|
||||
|
||||
COMMENT= module for using Textile in Ruby
|
||||
|
||||
DISTNAME= RedCloth-3.0.4
|
||||
PKGNAME= ruby-${DISTNAME:L}
|
||||
CATEGORIES= textproc
|
||||
|
||||
HOMEPAGE= http://www.whytheluckystiff.net/ruby/redcloth/
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_RUBYFORGE:=redcloth/}
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
CONFIGURE_STYLE=ruby gem
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
4
textproc/ruby-redcloth/distinfo
Normal file
4
textproc/ruby-redcloth/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (RedCloth-3.0.4.gem) = 5f010d2f42c5117e2b1c6486ceb46c02
|
||||
RMD160 (RedCloth-3.0.4.gem) = 6e925e2c598d8ce6bdfc8a0de63e56f2d263be35
|
||||
SHA1 (RedCloth-3.0.4.gem) = cfc69c6648b5f1b7b4fd426ccefda4d016bc850f
|
||||
SIZE (RedCloth-3.0.4.gem) = 41984
|
3
textproc/ruby-redcloth/pkg/DESCR
Normal file
3
textproc/ruby-redcloth/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
RedCloth is a module for using Textile in Ruby. Textile is a text format.
|
||||
A very simple text format. Another stab at making readable text that can
|
||||
be converted to HTML.
|
29
textproc/ruby-redcloth/pkg/PLIST
Normal file
29
textproc/ruby-redcloth/pkg/PLIST
Normal file
@ -0,0 +1,29 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/09/26 17:04:20 bernd Exp $
|
||||
bin/redcloth
|
||||
lib/ruby/gems/${MODRUBY_REV}/cache/${DISTNAME}.gem
|
||||
lib/ruby/gems/${MODRUBY_REV}/doc/${DISTNAME}/
|
||||
lib/ruby/gems/${MODRUBY_REV}/gems/${DISTNAME}/
|
||||
lib/ruby/gems/${MODRUBY_REV}/gems/${DISTNAME}/bin/
|
||||
lib/ruby/gems/${MODRUBY_REV}/gems/${DISTNAME}/bin/redcloth
|
||||
lib/ruby/gems/${MODRUBY_REV}/gems/${DISTNAME}/doc/
|
||||
lib/ruby/gems/${MODRUBY_REV}/gems/${DISTNAME}/doc/CHANGELOG
|
||||
lib/ruby/gems/${MODRUBY_REV}/gems/${DISTNAME}/doc/COPYING
|
||||
lib/ruby/gems/${MODRUBY_REV}/gems/${DISTNAME}/doc/README
|
||||
lib/ruby/gems/${MODRUBY_REV}/gems/${DISTNAME}/doc/REFERENCE
|
||||
lib/ruby/gems/${MODRUBY_REV}/gems/${DISTNAME}/doc/make.rb
|
||||
lib/ruby/gems/${MODRUBY_REV}/gems/${DISTNAME}/lib/
|
||||
lib/ruby/gems/${MODRUBY_REV}/gems/${DISTNAME}/lib/redcloth.rb
|
||||
lib/ruby/gems/${MODRUBY_REV}/gems/${DISTNAME}/run-tests.rb
|
||||
lib/ruby/gems/${MODRUBY_REV}/gems/${DISTNAME}/setup.rb
|
||||
lib/ruby/gems/${MODRUBY_REV}/gems/${DISTNAME}/tests/
|
||||
lib/ruby/gems/${MODRUBY_REV}/gems/${DISTNAME}/tests/code.yml
|
||||
lib/ruby/gems/${MODRUBY_REV}/gems/${DISTNAME}/tests/hard_breaks.yml
|
||||
lib/ruby/gems/${MODRUBY_REV}/gems/${DISTNAME}/tests/images.yml
|
||||
lib/ruby/gems/${MODRUBY_REV}/gems/${DISTNAME}/tests/instiki.yml
|
||||
lib/ruby/gems/${MODRUBY_REV}/gems/${DISTNAME}/tests/links.yml
|
||||
lib/ruby/gems/${MODRUBY_REV}/gems/${DISTNAME}/tests/lists.yml
|
||||
lib/ruby/gems/${MODRUBY_REV}/gems/${DISTNAME}/tests/markdown.yml
|
||||
lib/ruby/gems/${MODRUBY_REV}/gems/${DISTNAME}/tests/poignant.yml
|
||||
lib/ruby/gems/${MODRUBY_REV}/gems/${DISTNAME}/tests/table.yml
|
||||
lib/ruby/gems/${MODRUBY_REV}/gems/${DISTNAME}/tests/textism.yml
|
||||
lib/ruby/gems/${MODRUBY_REV}/specifications/${DISTNAME}.gemspec
|
Loading…
x
Reference in New Issue
Block a user