aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rubygem-rouge3/Makefile24
-rw-r--r--textproc/rubygem-rouge3/distinfo3
-rw-r--r--textproc/rubygem-rouge3/pkg-descr2
4 files changed, 30 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index b845da088917..d042382f4583 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1810,6 +1810,7 @@
SUBDIR += rubygem-rmmseg-cpp
SUBDIR += rubygem-ronn
SUBDIR += rubygem-rouge
+ SUBDIR += rubygem-rouge3
SUBDIR += rubygem-rouge329
SUBDIR += rubygem-rttool
SUBDIR += rubygem-ruby-augeas
diff --git a/textproc/rubygem-rouge3/Makefile b/textproc/rubygem-rouge3/Makefile
new file mode 100644
index 000000000000..692a90b120d4
--- /dev/null
+++ b/textproc/rubygem-rouge3/Makefile
@@ -0,0 +1,24 @@
+PORTNAME= rouge
+PORTVERSION= 3.30.0
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 3
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Simple, easy-to-extend drop-in replacement for pygments
+WWW= https://github.com/jneen/rouge
+
+LICENSE= BSD2CLAUSE MIT
+LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= gem
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^3\.
+
+post-install:
+ ${RM} ${STAGEDIR}${PREFIX}/bin/rougify
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-rouge3/distinfo b/textproc/rubygem-rouge3/distinfo
new file mode 100644
index 000000000000..7d92a5be851b
--- /dev/null
+++ b/textproc/rubygem-rouge3/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1659209972
+SHA256 (rubygem/rouge-3.30.0.gem) = a3d353222aa72e49e2c86726c0bcfd719f82592f57d494474655f48e669eceb6
+SIZE (rubygem/rouge-3.30.0.gem) = 535552
diff --git a/textproc/rubygem-rouge3/pkg-descr b/textproc/rubygem-rouge3/pkg-descr
new file mode 100644
index 000000000000..d80d76f1615c
--- /dev/null
+++ b/textproc/rubygem-rouge3/pkg-descr
@@ -0,0 +1,2 @@
+Rouge aims to a be a simple, easy-to-extend drop-in replacement for
+pygments.