From efaa072e3274226e4ff99249838262d8aed4ef60 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Wed, 20 Jul 2005 14:10:43 +0000 Subject: 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 --- www/rubygem-redcloth/Makefile | 17 +++++++++++++++++ www/rubygem-redcloth/distinfo | 2 ++ www/rubygem-redcloth/pkg-descr | 13 +++++++++++++ www/rubygem-redcloth/pkg-plist | 18 ++++++++++++++++++ 4 files changed, 50 insertions(+) create mode 100644 www/rubygem-redcloth/Makefile create mode 100644 www/rubygem-redcloth/distinfo create mode 100644 www/rubygem-redcloth/pkg-descr create mode 100644 www/rubygem-redcloth/pkg-plist (limited to 'www/rubygem-redcloth') diff --git a/www/rubygem-redcloth/Makefile b/www/rubygem-redcloth/Makefile new file mode 100644 index 000000000000..661982eb54ee --- /dev/null +++ b/www/rubygem-redcloth/Makefile @@ -0,0 +1,17 @@ +# Ports collection makefile for: gem-redcloth +# Date created: 27 Mai 2005 +# Whom: Jonathan Weiss () +# +# $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 +.include "${PORTSDIR}/devel/ruby-gems/Makefile.common" +.include diff --git a/www/rubygem-redcloth/distinfo b/www/rubygem-redcloth/distinfo new file mode 100644 index 000000000000..795ca282f5a6 --- /dev/null +++ b/www/rubygem-redcloth/distinfo @@ -0,0 +1,2 @@ +MD5 (rubygem/redcloth-3.0.3.gem) = a12563b9bd3240328ac9b4eb471ea3ba +SIZE (rubygem/redcloth-3.0.3.gem) = 23040 diff --git a/www/rubygem-redcloth/pkg-descr b/www/rubygem-redcloth/pkg-descr new file mode 100644 index 000000000000..2a5ae3043412 --- /dev/null +++ b/www/rubygem-redcloth/pkg-descr @@ -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 diff --git a/www/rubygem-redcloth/pkg-plist b/www/rubygem-redcloth/pkg-plist new file mode 100644 index 000000000000..6c62c11a5e86 --- /dev/null +++ b/www/rubygem-redcloth/pkg-plist @@ -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 -- cgit v1.2.3