pygments.rb exposes the pygments syntax highlighter to Ruby

WWW: https://github.com/tmm1/pygments.rb
This commit is contained in:
Steve Wills 2013-06-10 00:22:34 +00:00
parent a2cb52c143
commit 33b66df45a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320417
4 changed files with 26 additions and 0 deletions

View file

@ -4124,6 +4124,7 @@
SUBDIR += rubygem-pry
SUBDIR += rubygem-pry-remote-em
SUBDIR += rubygem-ptreloaded
SUBDIR += rubygem-pygments.rb
SUBDIR += rubygem-racc
SUBDIR += rubygem-railsless-deploy
SUBDIR += rubygem-rainbow

View file

@ -0,0 +1,20 @@
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= pygments.rb
PORTVERSION= 0.5.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Exposes the pygments syntax highlighter to Ruby
RUN_DEPENDS= rubygem-posix-spawn>=0.3.6:${PORTSDIR}/devel/rubygem-posix-spawn \
rubygem-yajl-ruby>=1.1.0:${PORTSDIR}/devel/rubygem-yajl-ruby \
pygmentize:${PORTSDIR}/textproc/py-pygments
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/pygments.rb-0.5.0.gem) = b0f1dc0e5da19df4df4863205a759b77fe2f30533ec3679d9bf1fb1de5c4e8ef
SIZE (rubygem/pygments.rb-0.5.0.gem) = 1490432

View file

@ -0,0 +1,3 @@
pygments.rb exposes the pygments syntax highlighter to Ruby
WWW: https://github.com/tmm1/pygments.rb