svn commit: r385913 - in head/textproc: . rubygem-rugments
Michael Moll
mmoll at FreeBSD.org
Sat May 9 22:21:00 UTC 2015
Author: mmoll
Date: Sat May 9 22:20:58 2015
New Revision: 385913
URL: https://svnweb.freebsd.org/changeset/ports/385913
Log:
new port: textproc/rubygem-rugments
Simple, easy to extend drop in replacement for pygments
WWW: https://github.com/rumpelsepp/rugments
PR: 199931
Differential Revision: https://reviews.freebsd.org/D2500
Submitted by: Torsten Zuehlsdorff <ports at toco-domains.de>
Approved by: mat (mentor)
Added:
head/textproc/rubygem-rugments/
head/textproc/rubygem-rugments/Makefile (contents, props changed)
head/textproc/rubygem-rugments/distinfo (contents, props changed)
head/textproc/rubygem-rugments/pkg-descr (contents, props changed)
Modified:
head/textproc/Makefile
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Sat May 9 22:03:12 2015 (r385912)
+++ head/textproc/Makefile Sat May 9 22:20:58 2015 (r385913)
@@ -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
Added: head/textproc/rubygem-rugments/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/rubygem-rugments/Makefile Sat May 9 22:20:58 2015 (r385913)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= rugments
+DISTVERSION= 1.0.0.beta6
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby at 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 <bsd.port.mk>
Added: head/textproc/rubygem-rugments/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/rubygem-rugments/distinfo Sat May 9 22:20:58 2015 (r385913)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/rugments-1.0.0.beta6.gem) = 7c8d30b3fa800959c2c90ac1057fa024b8c07d13ca075064d1607e2f8bb02607
+SIZE (rubygem/rugments-1.0.0.beta6.gem) = 157184
Added: head/textproc/rubygem-rugments/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/rubygem-rugments/pkg-descr Sat May 9 22:20:58 2015 (r385913)
@@ -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
More information about the svn-ports-all
mailing list