diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-20 14:10:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-20 14:10:43 +0000 |
commit | efaa072e3274226e4ff99249838262d8aed4ef60 (patch) | |
tree | 26927061d278008f9a06b804ab1172ec2c9b20e8 /www/rubygem-redcloth | |
parent | 433650c7e5a038cfcec863691e1737177f36838d (diff) | |
download | ports-efaa072e3274226e4ff99249838262d8aed4ef60.tar.gz ports-efaa072e3274226e4ff99249838262d8aed4ef60.zip |
Notes
Diffstat (limited to 'www/rubygem-redcloth')
-rw-r--r-- | www/rubygem-redcloth/Makefile | 17 | ||||
-rw-r--r-- | www/rubygem-redcloth/distinfo | 2 | ||||
-rw-r--r-- | www/rubygem-redcloth/pkg-descr | 13 | ||||
-rw-r--r-- | www/rubygem-redcloth/pkg-plist | 18 |
4 files changed, 50 insertions, 0 deletions
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 (<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> 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 |