diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-01-11 16:52:15 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-01-11 18:43:45 +0000 |
| commit | 80c1969002412e3bcff35dadfa7701aa788808c6 (patch) | |
| tree | 137f1c8c0383e6f61ab173c20993fc156c4807b1 | |
| parent | 168b225f6024461075fdb6ac655a49829926eae0 (diff) | |
textproc/rubygem-rouge326: Add rubygem-rouge326 3.26.1 (copied from rubygem-rouge)
- Add PORTSCOUT
| -rw-r--r-- | textproc/Makefile | 1 | ||||
| -rw-r--r-- | textproc/rubygem-rouge326/Makefile | 24 | ||||
| -rw-r--r-- | textproc/rubygem-rouge326/distinfo | 3 | ||||
| -rw-r--r-- | textproc/rubygem-rouge326/pkg-descr | 4 |
4 files changed, 32 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 91281aebb0cc..913fa13b52d5 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1747,6 +1747,7 @@ SUBDIR += rubygem-rouge SUBDIR += rubygem-rouge2 SUBDIR += rubygem-rouge312 + SUBDIR += rubygem-rouge326 SUBDIR += rubygem-rttool SUBDIR += rubygem-ruby-augeas SUBDIR += rubygem-ruby-xslt diff --git a/textproc/rubygem-rouge326/Makefile b/textproc/rubygem-rouge326/Makefile new file mode 100644 index 000000000000..5c0d418f4940 --- /dev/null +++ b/textproc/rubygem-rouge326/Makefile @@ -0,0 +1,24 @@ +PORTNAME= rouge +PORTVERSION= 3.26.1 +CATEGORIES= textproc rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 326 + +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\.26\. + +post-install: + ${RM} ${STAGEDIR}${PREFIX}/bin/rougify + +.include <bsd.port.mk> diff --git a/textproc/rubygem-rouge326/distinfo b/textproc/rubygem-rouge326/distinfo new file mode 100644 index 000000000000..fe152c666474 --- /dev/null +++ b/textproc/rubygem-rouge326/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1632038004 +SHA256 (rubygem/rouge-3.26.1.gem) = 6e2368cffd73d3a692ff76d32e503a6b1df1be148df2ff40ef5c1c37f506f3a4 +SIZE (rubygem/rouge-3.26.1.gem) = 497152 diff --git a/textproc/rubygem-rouge326/pkg-descr b/textproc/rubygem-rouge326/pkg-descr new file mode 100644 index 000000000000..fe4ca567acc7 --- /dev/null +++ b/textproc/rubygem-rouge326/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 |
