git: 2e8f254d9201 - main - textproc/rubygem-rouge327: Add rubygem-rouge327 3.27.0 (copied from rubygem-rouge)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Mar 2022 18:16:10 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2e8f254d92019edfe9facc7fac0571b96353a822 commit 2e8f254d92019edfe9facc7fac0571b96353a822 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-03-07 17:47:07 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-03-07 18:10:53 +0000 textproc/rubygem-rouge327: Add rubygem-rouge327 3.27.0 (copied from rubygem-rouge) - Add PORTSCOUT --- textproc/Makefile | 1 + textproc/rubygem-rouge327/Makefile | 24 ++++++++++++++++++++++++ textproc/rubygem-rouge327/distinfo | 3 +++ textproc/rubygem-rouge327/pkg-descr | 4 ++++ 4 files changed, 32 insertions(+) diff --git a/textproc/Makefile b/textproc/Makefile index 4061d74103a3..82d730142a67 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1750,6 +1750,7 @@ SUBDIR += rubygem-ronn SUBDIR += rubygem-rouge SUBDIR += rubygem-rouge312 + SUBDIR += rubygem-rouge327 SUBDIR += rubygem-rttool SUBDIR += rubygem-ruby-augeas SUBDIR += rubygem-ruby-xslt diff --git a/textproc/rubygem-rouge327/Makefile b/textproc/rubygem-rouge327/Makefile new file mode 100644 index 000000000000..d079cfda97f4 --- /dev/null +++ b/textproc/rubygem-rouge327/Makefile @@ -0,0 +1,24 @@ +PORTNAME= rouge +PORTVERSION= 3.27.0 +CATEGORIES= textproc rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 327 + +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\.27\. + +post-install: + ${RM} ${STAGEDIR}${PREFIX}/bin/rougify + +.include <bsd.port.mk> diff --git a/textproc/rubygem-rouge327/distinfo b/textproc/rubygem-rouge327/distinfo new file mode 100644 index 000000000000..5105afe04b9f --- /dev/null +++ b/textproc/rubygem-rouge327/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1641046772 +SHA256 (rubygem/rouge-3.27.0.gem) = 3378109428ae21ca6d6d6c1fb5d911442bebe0e4daac08de0275027341cc6014 +SIZE (rubygem/rouge-3.27.0.gem) = 499200 diff --git a/textproc/rubygem-rouge327/pkg-descr b/textproc/rubygem-rouge327/pkg-descr new file mode 100644 index 000000000000..fe4ca567acc7 --- /dev/null +++ b/textproc/rubygem-rouge327/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