diff options
author | Dominic Fandrey <kami@FreeBSD.org> | 2017-01-06 18:38:06 +0000 |
---|---|---|
committer | Dominic Fandrey <kami@FreeBSD.org> | 2017-01-06 18:38:06 +0000 |
commit | 4a67d4297f23bf2b54698f5172b161b0958063a8 (patch) | |
tree | 63950b598c125cd4c310432d5c694633457b5335 /textproc | |
parent | 2d066c48da1fd86ffc6841eee8f6b30e77fff76e (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/rubygem-rouge1/Makefile | 25 | ||||
-rw-r--r-- | textproc/rubygem-rouge1/distinfo | 3 | ||||
-rw-r--r-- | textproc/rubygem-rouge1/pkg-descr | 4 |
4 files changed, 33 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 4000713a1bd2..7311dc848d2e 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1501,6 +1501,7 @@ SUBDIR += rubygem-rich SUBDIR += rubygem-rmmseg-cpp SUBDIR += rubygem-rouge + SUBDIR += rubygem-rouge1 SUBDIR += rubygem-rttool SUBDIR += rubygem-ruby-augeas SUBDIR += rubygem-ruby-xslt diff --git a/textproc/rubygem-rouge1/Makefile b/textproc/rubygem-rouge1/Makefile new file mode 100644 index 000000000000..6a90c6148fa3 --- /dev/null +++ b/textproc/rubygem-rouge1/Makefile @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= rouge +PORTVERSION= 1.11.1 +CATEGORIES= textproc rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 1 + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Simple, easy-to-extend drop-in replacement for pygments + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes + +USE_RUBY= yes +USES= gem +PLIST_FILES= bin/rougify${PKGNAMESUFFIX} + +post-install: + @${MV} ${STAGEDIR}/${PREFIX}/bin/rougify \ + ${STAGEDIR}/${PREFIX}/bin/rougify${PKGNAMESUFFIX} + +.include <bsd.port.mk> diff --git a/textproc/rubygem-rouge1/distinfo b/textproc/rubygem-rouge1/distinfo new file mode 100644 index 000000000000..4fb0d10a64b8 --- /dev/null +++ b/textproc/rubygem-rouge1/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1483007123 +SHA256 (rubygem/rouge-1.11.1.gem) = 888974619e7c34d89baa34135bfa5fd7f9852ff2483c151229ccdad9d664558d +SIZE (rubygem/rouge-1.11.1.gem) = 212480 diff --git a/textproc/rubygem-rouge1/pkg-descr b/textproc/rubygem-rouge1/pkg-descr new file mode 100644 index 000000000000..fe4ca567acc7 --- /dev/null +++ b/textproc/rubygem-rouge1/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 |