1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

New port: devel/rubygem-redcarpet:

A fast, safe and extensible Markdown to (X)HTML parser.

WWW: https://rubygems.org/gems/redcarpet
This commit is contained in:
Ryan Steinmetz 2013-09-03 22:47:41 +00:00
parent 78fb15bbc2
commit bfe60df4c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326230
4 changed files with 25 additions and 0 deletions

View File

@ -1330,6 +1330,7 @@
SUBDIR += rubygem-rchardet
SUBDIR += rubygem-rdiscount
SUBDIR += rubygem-rdtool
SUBDIR += rubygem-redcarpet
SUBDIR += rubygem-ri_cal
SUBDIR += rubygem-rttool
SUBDIR += rubygem-sanitize

View File

@ -0,0 +1,19 @@
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= redcarpet
PORTVERSION= 3.0.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= A fast, safe and extensible Markdown to (X)HTML parser
USE_RUBY= yes
USE_RUBYGEMS= yes
USE_RAKE= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES+= bin/redcarpet
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/redcarpet-3.0.0.gem) = 8736fe0603e719ffeca0c35e68acd6697f6eb6290a95b1826ba54dd760ea0354
SIZE (rubygem/redcarpet-3.0.0.gem) = 48640

View File

@ -0,0 +1,3 @@
A fast, safe and extensible Markdown to (X)HTML parser.
WWW: https://rubygems.org/gems/redcarpet