git: 5d55a2293bab - main - textproc/rubygem-rouge41: Add rubygem-rouge41 4.1.3 (copied from rubygem-rouge)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Nov 2023 02:15:14 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5d55a2293babe6b0a65e488aa0e3233a77fed709
commit 5d55a2293babe6b0a65e488aa0e3233a77fed709
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-11-01 01:45:18 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-11-01 01:56:56 +0000
textproc/rubygem-rouge41: Add rubygem-rouge41 4.1.3 (copied from rubygem-rouge)
- Add PORTSCOUT
---
textproc/Makefile | 1 +
textproc/rubygem-rouge41/Makefile | 24 ++++++++++++++++++++++++
textproc/rubygem-rouge41/distinfo | 3 +++
textproc/rubygem-rouge41/pkg-descr | 2 ++
4 files changed, 30 insertions(+)
diff --git a/textproc/Makefile b/textproc/Makefile
index 9cd8fce6950c..776eb7a63d48 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1862,6 +1862,7 @@
SUBDIR += rubygem-ronn
SUBDIR += rubygem-rouge
SUBDIR += rubygem-rouge3
+ SUBDIR += rubygem-rouge41
SUBDIR += rubygem-rttool
SUBDIR += rubygem-ruby-augeas
SUBDIR += rubygem-ruby-xslt
diff --git a/textproc/rubygem-rouge41/Makefile b/textproc/rubygem-rouge41/Makefile
new file mode 100644
index 000000000000..d7ff6554719e
--- /dev/null
+++ b/textproc/rubygem-rouge41/Makefile
@@ -0,0 +1,24 @@
+PORTNAME= rouge
+PORTVERSION= 4.1.3
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 41
+
+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:^4\.1\.
+
+post-install:
+ ${RM} ${STAGEDIR}${PREFIX}/bin/rougify
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-rouge41/distinfo b/textproc/rubygem-rouge41/distinfo
new file mode 100644
index 000000000000..a50835967028
--- /dev/null
+++ b/textproc/rubygem-rouge41/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1691070446
+SHA256 (rubygem/rouge-4.1.3.gem) = 9c8663db26e05e52b3b0286daacae73ebb361c1bd31d7febd8c57087faa0b9a5
+SIZE (rubygem/rouge-4.1.3.gem) = 545280
diff --git a/textproc/rubygem-rouge41/pkg-descr b/textproc/rubygem-rouge41/pkg-descr
new file mode 100644
index 000000000000..d80d76f1615c
--- /dev/null
+++ b/textproc/rubygem-rouge41/pkg-descr
@@ -0,0 +1,2 @@
+Rouge aims to a be a simple, easy-to-extend drop-in replacement for
+pygments.