diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-06-18 03:54:06 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-06-18 03:54:06 +0000 |
| commit | d683e2f5589aaa2be9ed8bfb7e21790fe224ac94 (patch) | |
| tree | 6329fad5ad9a371b3e28d5a6c79b96eea392de13 | |
| parent | b59b9b6cbadb5338bd0a6b281e0096402afec80f (diff) | |
textproc/rubygem-rouge42: Add rubygem-rouge42 4.2.1 (copied from rubygem-rouge)
- Add PORTSCOUT
| -rw-r--r-- | textproc/Makefile | 1 | ||||
| -rw-r--r-- | textproc/rubygem-rouge42/Makefile | 24 | ||||
| -rw-r--r-- | textproc/rubygem-rouge42/distinfo | 3 | ||||
| -rw-r--r-- | textproc/rubygem-rouge42/pkg-descr | 2 |
4 files changed, 30 insertions, 0 deletions
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. |
