diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-12-13 14:40:57 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-12-13 14:40:57 +0000 |
commit | 3f4be7ca230dfa9b5def42e0d7d7aa9132d076d7 (patch) | |
tree | fabe747ae594d53c3df6fb31db6e4cc95f0d0774 | |
parent | Add rubygem-aws-sdk-customerprofiles 1.0.0 (diff) |
Add rubygem-rouge325 3.25.0 (copied from rubygem-rouge)
- Add PORTSCOUT
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/rubygem-rouge325/Makefile | 26 | ||||
-rw-r--r-- | textproc/rubygem-rouge325/distinfo | 3 | ||||
-rw-r--r-- | textproc/rubygem-rouge325/pkg-descr | 4 |
4 files changed, 34 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 7966b943bed8..28cacfe29997 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1651,6 +1651,7 @@ SUBDIR += rubygem-rouge319 SUBDIR += rubygem-rouge321 SUBDIR += rubygem-rouge324 + SUBDIR += rubygem-rouge325 SUBDIR += rubygem-rttool SUBDIR += rubygem-ruby-augeas SUBDIR += rubygem-ruby-xslt diff --git a/textproc/rubygem-rouge325/Makefile b/textproc/rubygem-rouge325/Makefile new file mode 100644 index 000000000000..589e388299c3 --- /dev/null +++ b/textproc/rubygem-rouge325/Makefile @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= rouge +PORTVERSION= 3.25.0 +CATEGORIES= textproc rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 325 + +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\.25\. + +post-install: + ${RM} ${STAGEDIR}${PREFIX}/bin/rougify + +.include <bsd.port.mk> diff --git a/textproc/rubygem-rouge325/distinfo b/textproc/rubygem-rouge325/distinfo new file mode 100644 index 000000000000..6521ef8cd349 --- /dev/null +++ b/textproc/rubygem-rouge325/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1605426609 +SHA256 (rubygem/rouge-3.25.0.gem) = b6ab37fe9b4a91f3d436c9226eda4dd654e1a02990c030adcb05661a40da6c7b +SIZE (rubygem/rouge-3.25.0.gem) = 495104 diff --git a/textproc/rubygem-rouge325/pkg-descr b/textproc/rubygem-rouge325/pkg-descr new file mode 100644 index 000000000000..fe4ca567acc7 --- /dev/null +++ b/textproc/rubygem-rouge325/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 |