Rouge aims to a be a simple, easy-to-extend drop-in replacement for
pygments. WWW: https://github.com/jneen/rouge
This commit is contained in:
parent
af0ed04ee5
commit
aa939fd87e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356884
@ -1327,6 +1327,7 @@
|
||||
SUBDIR += rubygem-redcarpet
|
||||
SUBDIR += rubygem-ri_cal
|
||||
SUBDIR += rubygem-rich
|
||||
SUBDIR += rubygem-rouge
|
||||
SUBDIR += rubygem-rttool
|
||||
SUBDIR += rubygem-sanitize
|
||||
SUBDIR += rubygem-sass
|
||||
|
18
textproc/rubygem-rouge/Makefile
Normal file
18
textproc/rubygem-rouge/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rouge
|
||||
PORTVERSION= 1.4.0
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Simple, easy-to-extend drop-in replacement for pygments
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
PLIST_FILES= bin/rougify
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/rubygem-rouge/distinfo
Normal file
2
textproc/rubygem-rouge/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/rouge-1.4.0.gem) = 8dacc1e2868ca7c9db85e6637f7548c12b78eba674183d6ef8a54d4a25db83eb
|
||||
SIZE (rubygem/rouge-1.4.0.gem) = 156672
|
4
textproc/rubygem-rouge/pkg-descr
Normal file
4
textproc/rubygem-rouge/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Rouge aims to a be a simple, easy-to-extend drop-in replacement for
|
||||
pygments.
|
||||
|
||||
WWW: https://github.com/jneen/rouge
|
Loading…
Reference in New Issue
Block a user