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:
parent
78fb15bbc2
commit
bfe60df4c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326230
@ -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
|
||||
|
19
textproc/rubygem-redcarpet/Makefile
Normal file
19
textproc/rubygem-redcarpet/Makefile
Normal 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>
|
2
textproc/rubygem-redcarpet/distinfo
Normal file
2
textproc/rubygem-redcarpet/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/redcarpet-3.0.0.gem) = 8736fe0603e719ffeca0c35e68acd6697f6eb6290a95b1826ba54dd760ea0354
|
||||
SIZE (rubygem/redcarpet-3.0.0.gem) = 48640
|
3
textproc/rubygem-redcarpet/pkg-descr
Normal file
3
textproc/rubygem-redcarpet/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A fast, safe and extensible Markdown to (X)HTML parser.
|
||||
|
||||
WWW: https://rubygems.org/gems/redcarpet
|
Loading…
Reference in New Issue
Block a user