Date: Tue, 18 Jun 2024 04:07:18 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: d683e2f5589a - main - textproc/rubygem-rouge42: Add rubygem-rouge42 4.2.1 (copied from rubygem-rouge) Message-ID: <202406180407.45I47ISr075208@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=d683e2f5589aaa2be9ed8bfb7e21790fe224ac94 commit d683e2f5589aaa2be9ed8bfb7e21790fe224ac94 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-06-18 03:54:06 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-06-18 03:54:06 +0000 textproc/rubygem-rouge42: Add rubygem-rouge42 4.2.1 (copied from rubygem-rouge) - Add PORTSCOUT --- textproc/Makefile | 1 + textproc/rubygem-rouge42/Makefile | 24 ++++++++++++++++++++++++ textproc/rubygem-rouge42/distinfo | 3 +++ textproc/rubygem-rouge42/pkg-descr | 2 ++ 4 files changed, 30 insertions(+) diff --git a/textproc/Makefile b/textproc/Makefile index 3a2c6292178d..44b66ecd5682 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1892,6 +1892,7 @@ SUBDIR += rubygem-ronn SUBDIR += rubygem-rouge SUBDIR += rubygem-rouge3 + SUBDIR += rubygem-rouge42 SUBDIR += rubygem-rttool SUBDIR += rubygem-ruby-augeas SUBDIR += rubygem-ruby-xslt diff --git a/textproc/rubygem-rouge42/Makefile b/textproc/rubygem-rouge42/Makefile new file mode 100644 index 000000000000..95c5754c1612 --- /dev/null +++ b/textproc/rubygem-rouge42/Makefile @@ -0,0 +1,24 @@ +PORTNAME= rouge +PORTVERSION= 4.2.1 +CATEGORIES= textproc rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 42 + +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\.2\. + +post-install: + ${RM} ${STAGEDIR}${PREFIX}/bin/rougify + +.include <bsd.port.mk> diff --git a/textproc/rubygem-rouge42/distinfo b/textproc/rubygem-rouge42/distinfo new file mode 100644 index 000000000000..b1770a3baaf7 --- /dev/null +++ b/textproc/rubygem-rouge42/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1711466398 +SHA256 (rubygem/rouge-4.2.1.gem) = f371732db127913fe10f13b1c25500b927539167a746dc8ee8089ad868bba1fd +SIZE (rubygem/rouge-4.2.1.gem) = 546816 diff --git a/textproc/rubygem-rouge42/pkg-descr b/textproc/rubygem-rouge42/pkg-descr new file mode 100644 index 000000000000..d80d76f1615c --- /dev/null +++ b/textproc/rubygem-rouge42/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?202406180407.45I47ISr075208>