aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-05 17:07:50 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-05 17:29:42 +0000
commit2cf192b6539c38caceed62ea5eaf18c2a0e3789a (patch)
tree7b3448b4701bd66242da8b77e22558ea37cbf3aa
parente4a5bcb1c8f1f8192f63433605aaa85e5ae0af2b (diff)
downloadports-2cf192b6539c38caceed62ea5eaf18c2a0e3789a.tar.gz
ports-2cf192b6539c38caceed62ea5eaf18c2a0e3789a.zip
textproc/rubygem-rouge3: Add rubygem-rouge3 3.30.0 (copied from rubygem-rouge)
- Add PORTSCOUT
-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.