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.

No need to use verbose HTML to build your docs, your blogs, your pages.
Textile gives you readable text while youre writing and beautiful text
for your readers. And if you need to break out into HTML, Textile will allow
you to do so.

PR:		ports/82397
Submitted by:	Jonathan Weiss <jw@innerewut.de>
This commit is contained in:
Pav Lucistnik 2005-07-20 14:10:43 +00:00
parent 433650c7e5
commit efaa072e32
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139700
5 changed files with 51 additions and 0 deletions

View file

@ -721,6 +721,7 @@
SUBDIR += rubygem-actionpack
SUBDIR += rubygem-actionwebservice
SUBDIR += rubygem-rails
SUBDIR += rubygem-redcloth
SUBDIR += sarg
SUBDIR += sbox-dtc
SUBDIR += scout

View file

@ -0,0 +1,17 @@
# Ports collection makefile for: gem-redcloth
# Date created: 27 Mai 2005
# Whom: Jonathan Weiss (<jw@innerewut.net>)
#
# $FreeBSD$
PORTNAME= redcloth
PORTVERSION= 3.0.3
CATEGORIES= www ruby
MASTER_SITES= http://rubyforge.org/frs/download.php/2898/
MAINTAINER= jw@innerewut.net
COMMENT= A module for using Textile in Ruby
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>

View file

@ -0,0 +1,2 @@
MD5 (rubygem/redcloth-3.0.3.gem) = a12563b9bd3240328ac9b4eb471ea3ba
SIZE (rubygem/redcloth-3.0.3.gem) = 23040

View file

@ -0,0 +1,13 @@
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.
No need to use verbose HTML to build your docs, your blogs, your pages.
Textile gives you readable text while youre writing and beautiful text
for your readers. And if you need to break out into HTML, Textile will
allow you to do so.
WWW: http://www.whytheluckystiff.net/ruby/redcloth/
- Jonathan Weiss
jw@innerewut.de

View file

@ -0,0 +1,18 @@
%%CACHE_DIR%%/redcloth-3.0.3.gem
%%GEMS_DIR%%/RedCloth-3.0.3/bin/redcloth
%%GEMS_DIR%%/RedCloth-3.0.3/lib/redcloth.rb
%%GEMS_DIR%%/RedCloth-3.0.3/run-tests.rb
%%GEMS_DIR%%/RedCloth-3.0.3/tests/code.yml
%%GEMS_DIR%%/RedCloth-3.0.3/tests/images.yml
%%GEMS_DIR%%/RedCloth-3.0.3/tests/instiki.yml
%%GEMS_DIR%%/RedCloth-3.0.3/tests/links.yml
%%GEMS_DIR%%/RedCloth-3.0.3/tests/lists.yml
%%GEMS_DIR%%/RedCloth-3.0.3/tests/markdown.yml
%%GEMS_DIR%%/RedCloth-3.0.3/tests/poignant.yml
%%GEMS_DIR%%/RedCloth-3.0.3/tests/table.yml
%%GEMS_DIR%%/RedCloth-3.0.3/tests/textism.yml
%%SPEC_DIR%%/RedCloth-3.0.3.gemspec
@dirrm %%GEMS_DIR%%/RedCloth-3.0.3/tests
@dirrm %%GEMS_DIR%%/RedCloth-3.0.3/lib
@dirrm %%GEMS_DIR%%/RedCloth-3.0.3/bin
@dirrm %%GEMS_DIR%%/RedCloth-3.0.3