diff --git a/textproc/Makefile b/textproc/Makefile index 9023c8ab62e7..34017a904106 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1326,6 +1326,7 @@ SUBDIR += rubygem-colored SUBDIR += rubygem-compass SUBDIR += rubygem-compass-rails + SUBDIR += rubygem-creole SUBDIR += rubygem-cssmin SUBDIR += rubygem-diff-lcs SUBDIR += rubygem-diffy diff --git a/textproc/rubygem-creole/Makefile b/textproc/rubygem-creole/Makefile new file mode 100644 index 000000000000..71f1297d989c --- /dev/null +++ b/textproc/rubygem-creole/Makefile @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= creole +PORTVERSION= 0.5.0 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Creole-to-HTML converter + +LICENSE= RUBY + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include diff --git a/textproc/rubygem-creole/distinfo b/textproc/rubygem-creole/distinfo new file mode 100644 index 000000000000..d28102dbeabf --- /dev/null +++ b/textproc/rubygem-creole/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/creole-0.5.0.gem) = 951701e2d80760f156b1cb2a93471ca97c076289becc067a33b745133ed32c03 +SIZE (rubygem/creole-0.5.0.gem) = 13824 diff --git a/textproc/rubygem-creole/pkg-descr b/textproc/rubygem-creole/pkg-descr new file mode 100644 index 000000000000..4a461d3c8efc --- /dev/null +++ b/textproc/rubygem-creole/pkg-descr @@ -0,0 +1,4 @@ +Ruby implementation of a Creole-to-HTML converter for +Creole, a lightweight markup language. + +WWW: http://github.com/minad/creole