Index: textproc/Makefile =================================================================== --- textproc/Makefile +++ 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 Index: textproc/rubygem-creole/Makefile =================================================================== --- /dev/null +++ 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 Index: textproc/rubygem-creole/distinfo =================================================================== --- /dev/null +++ textproc/rubygem-creole/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/creole-0.5.0.gem) = 951701e2d80760f156b1cb2a93471ca97c076289becc067a33b745133ed32c03 +SIZE (rubygem/creole-0.5.0.gem) = 13824 Index: textproc/rubygem-creole/pkg-descr =================================================================== --- /dev/null +++ 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