Page MenuHomeFreeBSD

D8976.1784733359.diff
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

D8976.1784733359.diff

Index: textproc/Makefile
===================================================================
--- textproc/Makefile
+++ textproc/Makefile
@@ -1474,6 +1474,7 @@
SUBDIR += rubygem-linguistics
SUBDIR += rubygem-liquid
SUBDIR += rubygem-liquid2
+ SUBDIR += rubygem-liquid3
SUBDIR += rubygem-loggability
SUBDIR += rubygem-loofah
SUBDIR += rubygem-ltsv
@@ -1502,6 +1503,7 @@
SUBDIR += rubygem-rich
SUBDIR += rubygem-rmmseg-cpp
SUBDIR += rubygem-rouge
+ SUBDIR += rubygem-rouge1
SUBDIR += rubygem-rttool
SUBDIR += rubygem-ruby-augeas
SUBDIR += rubygem-ruby-xslt
Index: textproc/rubygem-rouge1/Makefile
===================================================================
--- /dev/null
+++ textproc/rubygem-rouge1/Makefile
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME= rouge
+PORTVERSION= 1.11.1
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 1
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Simple, easy-to-extend drop-in replacement for pygments
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+NO_ARCH= yes
+
+USE_RUBY= yes
+USES= gem
+PLIST_FILES= bin/rougify${PKGNAMESUFFIX}
+
+post-install:
+ @${MV} ${STAGEDIR}/${PREFIX}/bin/rougify \
+ ${STAGEDIR}/${PREFIX}/bin/rougify${PKGNAMESUFFIX}
+
+.include <bsd.port.mk>
Index: textproc/rubygem-rouge1/distinfo
===================================================================
--- /dev/null
+++ textproc/rubygem-rouge1/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1483007123
+SHA256 (rubygem/rouge-1.11.1.gem) = 888974619e7c34d89baa34135bfa5fd7f9852ff2483c151229ccdad9d664558d
+SIZE (rubygem/rouge-1.11.1.gem) = 212480
Index: textproc/rubygem-rouge1/pkg-descr
===================================================================
--- /dev/null
+++ textproc/rubygem-rouge1/pkg-descr
@@ -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

File Metadata

Mime Type
text/plain
Expires
Wed, Jul 22, 3:15 PM (8 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29228581
Default Alt Text
D8976.1784733359.diff (1 KB)

Event Timeline