Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2023 17:33:30 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2cf192b6539c - main - textproc/rubygem-rouge3: Add rubygem-rouge3 3.30.0 (copied from rubygem-rouge)
Message-ID:  <202304051733.335HXUaw083531@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2cf192b6539c38caceed62ea5eaf18c2a0e3789a

commit 2cf192b6539c38caceed62ea5eaf18c2a0e3789a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-05 17:07:50 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-05 17:29:42 +0000

    textproc/rubygem-rouge3: Add rubygem-rouge3 3.30.0 (copied from rubygem-rouge)
    
    - Add PORTSCOUT
---
 textproc/Makefile                 |  1 +
 textproc/rubygem-rouge3/Makefile  | 24 ++++++++++++++++++++++++
 textproc/rubygem-rouge3/distinfo  |  3 +++
 textproc/rubygem-rouge3/pkg-descr |  2 ++
 4 files changed, 30 insertions(+)

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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304051733.335HXUaw083531>