aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-03-07 17:47:07 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-03-07 18:10:53 +0000
commit2e8f254d92019edfe9facc7fac0571b96353a822 (patch)
tree9ff4310ca06ca062ce26b524735e30a6ce5dbc50
parentf7f980ce8027ebdcede2b7e0c3b4e0445fe80877 (diff)
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rubygem-rouge327/Makefile24
-rw-r--r--textproc/rubygem-rouge327/distinfo3
-rw-r--r--textproc/rubygem-rouge327/pkg-descr4
4 files changed, 32 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 4061d74103a3..82d730142a67 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1750,6 +1750,7 @@
SUBDIR += rubygem-ronn
SUBDIR += rubygem-rouge
SUBDIR += rubygem-rouge312
+ SUBDIR += rubygem-rouge327
SUBDIR += rubygem-rttool
SUBDIR += rubygem-ruby-augeas
SUBDIR += rubygem-ruby-xslt
diff --git a/textproc/rubygem-rouge327/Makefile b/textproc/rubygem-rouge327/Makefile
new file mode 100644
index 000000000000..d079cfda97f4
--- /dev/null
+++ b/textproc/rubygem-rouge327/Makefile
@@ -0,0 +1,24 @@
+PORTNAME= rouge
+PORTVERSION= 3.27.0
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 327
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Simple, easy-to-extend drop-in replacement for pygments
+
+LICENSE= BSD2CLAUSE MIT
+LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^3\.27\.
+
+post-install:
+ ${RM} ${STAGEDIR}${PREFIX}/bin/rougify
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-rouge327/distinfo b/textproc/rubygem-rouge327/distinfo
new file mode 100644
index 000000000000..5105afe04b9f
--- /dev/null
+++ b/textproc/rubygem-rouge327/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1641046772
+SHA256 (rubygem/rouge-3.27.0.gem) = 3378109428ae21ca6d6d6c1fb5d911442bebe0e4daac08de0275027341cc6014
+SIZE (rubygem/rouge-3.27.0.gem) = 499200
diff --git a/textproc/rubygem-rouge327/pkg-descr b/textproc/rubygem-rouge327/pkg-descr
new file mode 100644
index 000000000000..fe4ca567acc7
--- /dev/null
+++ b/textproc/rubygem-rouge327/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