Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jan 2022 18:52:23 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: 80c196900241 - main - textproc/rubygem-rouge326: Add rubygem-rouge326 3.26.1 (copied from rubygem-rouge)
Message-ID:  <202201111852.20BIqNn6058480@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=80c1969002412e3bcff35dadfa7701aa788808c6

commit 80c1969002412e3bcff35dadfa7701aa788808c6
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-01-11 16:52:15 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-01-11 18:43:45 +0000

    textproc/rubygem-rouge326: Add rubygem-rouge326 3.26.1 (copied from rubygem-rouge)
    
    - Add PORTSCOUT
---
 textproc/Makefile                   |  1 +
 textproc/rubygem-rouge326/Makefile  | 24 ++++++++++++++++++++++++
 textproc/rubygem-rouge326/distinfo  |  3 +++
 textproc/rubygem-rouge326/pkg-descr |  4 ++++
 4 files changed, 32 insertions(+)

diff --git a/textproc/Makefile b/textproc/Makefile
index 91281aebb0cc..913fa13b52d5 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1747,6 +1747,7 @@
     SUBDIR += rubygem-rouge
     SUBDIR += rubygem-rouge2
     SUBDIR += rubygem-rouge312
+    SUBDIR += rubygem-rouge326
     SUBDIR += rubygem-rttool
     SUBDIR += rubygem-ruby-augeas
     SUBDIR += rubygem-ruby-xslt
diff --git a/textproc/rubygem-rouge326/Makefile b/textproc/rubygem-rouge326/Makefile
new file mode 100644
index 000000000000..5c0d418f4940
--- /dev/null
+++ b/textproc/rubygem-rouge326/Makefile
@@ -0,0 +1,24 @@
+PORTNAME=	rouge
+PORTVERSION=	3.26.1
+CATEGORIES=	textproc rubygems
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	326
+
+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\.26\.
+
+post-install:
+	${RM} ${STAGEDIR}${PREFIX}/bin/rougify
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-rouge326/distinfo b/textproc/rubygem-rouge326/distinfo
new file mode 100644
index 000000000000..fe152c666474
--- /dev/null
+++ b/textproc/rubygem-rouge326/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1632038004
+SHA256 (rubygem/rouge-3.26.1.gem) = 6e2368cffd73d3a692ff76d32e503a6b1df1be148df2ff40ef5c1c37f506f3a4
+SIZE (rubygem/rouge-3.26.1.gem) = 497152
diff --git a/textproc/rubygem-rouge326/pkg-descr b/textproc/rubygem-rouge326/pkg-descr
new file mode 100644
index 000000000000..fe4ca567acc7
--- /dev/null
+++ b/textproc/rubygem-rouge326/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



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