Index: textproc/Makefile =================================================================== --- textproc/Makefile +++ textproc/Makefile @@ -1384,6 +1384,7 @@ SUBDIR += rubygem-rouge SUBDIR += rubygem-rttool SUBDIR += rubygem-rubypants + SUBDIR += rubygem-rugments SUBDIR += rubygem-sanitize SUBDIR += rubygem-sass SUBDIR += rubygem-sass-rails Index: textproc/rubygem-rugments/Makefile =================================================================== --- /dev/null +++ textproc/rubygem-rugments/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= rugments +DISTVERSION= 1.0.0.beta6 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Simple, easy to extend drop in replacement for pygments + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_RUBY= yes +USE_RUBYGEMS= yes +GEM_NAME= ${PORTNAME}-${DISTVERSION} +RUBYGEM_AUTOPLIST= yes + +PLIST_FILES= bin/rugmentize + +.include Index: textproc/rubygem-rugments/distinfo =================================================================== --- /dev/null +++ textproc/rubygem-rugments/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/rugments-1.0.0.beta6.gem) = 7c8d30b3fa800959c2c90ac1057fa024b8c07d13ca075064d1607e2f8bb02607 +SIZE (rubygem/rugments-1.0.0.beta6.gem) = 157184 Index: textproc/rubygem-rugments/pkg-descr =================================================================== --- /dev/null +++ textproc/rubygem-rugments/pkg-descr @@ -0,0 +1,5 @@ +Rugments is a syntax highlighter written in Ruby. It has been forked +from Rouge and its HTML output is compatible with stylesheets +designed for pygments. + +WWW: https://github.com/rumpelsepp/rugments