svn commit: r320417 - in head/devel: . rubygem-pygments.rb
Steve Wills
swills at FreeBSD.org
Mon Jun 10 00:22:35 UTC 2013
Author: swills
Date: Mon Jun 10 00:22:34 2013
New Revision: 320417
URL: http://svnweb.freebsd.org/changeset/ports/320417
Log:
pygments.rb exposes the pygments syntax highlighter to Ruby
WWW: https://github.com/tmm1/pygments.rb
Added:
head/devel/rubygem-pygments.rb/
head/devel/rubygem-pygments.rb/Makefile (contents, props changed)
head/devel/rubygem-pygments.rb/distinfo (contents, props changed)
head/devel/rubygem-pygments.rb/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Mon Jun 10 00:20:14 2013 (r320416)
+++ head/devel/Makefile Mon Jun 10 00:22:34 2013 (r320417)
@@ -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
Added: head/devel/rubygem-pygments.rb/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-pygments.rb/Makefile Mon Jun 10 00:22:34 2013 (r320417)
@@ -0,0 +1,20 @@
+# Created by: Steve Wills <swills at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= pygments.rb
+PORTVERSION= 0.5.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby at 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>
Added: head/devel/rubygem-pygments.rb/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-pygments.rb/distinfo Mon Jun 10 00:22:34 2013 (r320417)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/pygments.rb-0.5.0.gem) = b0f1dc0e5da19df4df4863205a759b77fe2f30533ec3679d9bf1fb1de5c4e8ef
+SIZE (rubygem/pygments.rb-0.5.0.gem) = 1490432
Added: head/devel/rubygem-pygments.rb/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-pygments.rb/pkg-descr Mon Jun 10 00:22:34 2013 (r320417)
@@ -0,0 +1,3 @@
+pygments.rb exposes the pygments syntax highlighter to Ruby
+
+WWW: https://github.com/tmm1/pygments.rb
More information about the svn-ports-head
mailing list