git: b0f09ab17153 - main - textproc/rubygem-rouge329: Add rubygem-rouge329 3.29.0 (copied from rubygem-rouge)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Jul 2022 21:01:03 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b0f09ab17153ab6e1ac5c57ff850ead075783783 commit b0f09ab17153ab6e1ac5c57ff850ead075783783 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-30 20:56:40 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-30 21:00:22 +0000 textproc/rubygem-rouge329: Add rubygem-rouge329 3.29.0 (copied from rubygem-rouge) - Add PORTSCOUT --- textproc/Makefile | 1 + textproc/rubygem-rouge329/Makefile | 24 ++++++++++++++++++++++++ textproc/rubygem-rouge329/distinfo | 3 +++ textproc/rubygem-rouge329/pkg-descr | 4 ++++ 4 files changed, 32 insertions(+) diff --git a/textproc/Makefile b/textproc/Makefile index a2a41a1cdefb..e2691fd678af 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1772,6 +1772,7 @@ SUBDIR += rubygem-rouge SUBDIR += rubygem-rouge312 SUBDIR += rubygem-rouge327 + SUBDIR += rubygem-rouge329 SUBDIR += rubygem-rttool SUBDIR += rubygem-ruby-augeas SUBDIR += rubygem-ruby-xslt diff --git a/textproc/rubygem-rouge329/Makefile b/textproc/rubygem-rouge329/Makefile new file mode 100644 index 000000000000..d004f490a467 --- /dev/null +++ b/textproc/rubygem-rouge329/Makefile @@ -0,0 +1,24 @@ +PORTNAME= rouge +PORTVERSION= 3.29.0 +CATEGORIES= textproc rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 329 + +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\.29\. + +post-install: + ${RM} ${STAGEDIR}${PREFIX}/bin/rougify + +.include <bsd.port.mk> diff --git a/textproc/rubygem-rouge329/distinfo b/textproc/rubygem-rouge329/distinfo new file mode 100644 index 000000000000..446d2b3d9bbb --- /dev/null +++ b/textproc/rubygem-rouge329/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1654275959 +SHA256 (rubygem/rouge-3.29.0.gem) = 398811a083adf8946e51c337ed1a47e14972754e766b0751e8a87d0713fbb09d +SIZE (rubygem/rouge-3.29.0.gem) = 528384 diff --git a/textproc/rubygem-rouge329/pkg-descr b/textproc/rubygem-rouge329/pkg-descr new file mode 100644 index 000000000000..fe4ca567acc7 --- /dev/null +++ b/textproc/rubygem-rouge329/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