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:
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
|
@ -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
|
||||
|
|
17
textproc/rubygem-creole/Makefile
Normal file
17
textproc/rubygem-creole/Makefile
Normal 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>
|
2
textproc/rubygem-creole/distinfo
Normal file
2
textproc/rubygem-creole/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/creole-0.5.0.gem) = 951701e2d80760f156b1cb2a93471ca97c076289becc067a33b745133ed32c03
|
||||
SIZE (rubygem/creole-0.5.0.gem) = 13824
|
4
textproc/rubygem-creole/pkg-descr
Normal file
4
textproc/rubygem-creole/pkg-descr
Normal 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
|
Loading…
Reference in a new issue