new port: textproc/rubygem-creole

Creole-to-HTML converter implemented in Ruby for Creole,
a lightweight markup language.

WWW: http://github.com/minad/creole

PR:		199816
Differential Revision:	https://reviews.freebsd.org/D2486
Submitted by:	Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by:	mat (mentor)
This commit is contained in:
Michael Moll 2015-05-08 18:45:44 +00:00
parent 4126eef4cd
commit ae42a9ee2f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385817
4 changed files with 24 additions and 0 deletions

View file

@ -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

View file

@ -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 <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/creole-0.5.0.gem) = 951701e2d80760f156b1cb2a93471ca97c076289becc067a33b745133ed32c03
SIZE (rubygem/creole-0.5.0.gem) = 13824

View file

@ -0,0 +1,4 @@
Ruby implementation of a Creole-to-HTML converter for
Creole, a lightweight markup language.
WWW: http://github.com/minad/creole