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:
Jun Kuriyama 2014-06-07 07:45:04 +00:00
parent af0ed04ee5
commit aa939fd87e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356884
4 changed files with 25 additions and 0 deletions

View File

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

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

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/rouge-1.4.0.gem) = 8dacc1e2868ca7c9db85e6637f7548c12b78eba674183d6ef8a54d4a25db83eb
SIZE (rubygem/rouge-1.4.0.gem) = 156672

View 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