diff options
author | Michael Moll <mmoll@FreeBSD.org> | 2015-05-09 22:20:58 +0000 |
---|---|---|
committer | Michael Moll <mmoll@FreeBSD.org> | 2015-05-09 22:20:58 +0000 |
commit | cc8a920bd3331204b6d5e71f5085de9979344613 (patch) | |
tree | da7392ec42c09d6e4936786824bbd9a3be4d7638 /textproc/rubygem-rugments | |
parent | 058d417bda412e6e2031e569a573d46005b863ca (diff) | |
download | ports-cc8a920bd3331204b6d5e71f5085de9979344613.tar.gz ports-cc8a920bd3331204b6d5e71f5085de9979344613.zip |
Notes
Diffstat (limited to 'textproc/rubygem-rugments')
-rw-r--r-- | textproc/rubygem-rugments/Makefile | 21 | ||||
-rw-r--r-- | textproc/rubygem-rugments/distinfo | 2 | ||||
-rw-r--r-- | textproc/rubygem-rugments/pkg-descr | 5 |
3 files changed, 28 insertions, 0 deletions
diff --git a/textproc/rubygem-rugments/Makefile b/textproc/rubygem-rugments/Makefile new file mode 100644 index 000000000000..726ead8b2827 --- /dev/null +++ b/textproc/rubygem-rugments/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= rugments +DISTVERSION= 1.0.0.beta6 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Simple, easy to extend drop in replacement for pygments + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_RUBY= yes +USE_RUBYGEMS= yes +GEM_NAME= ${PORTNAME}-${DISTVERSION} +RUBYGEM_AUTOPLIST= yes + +PLIST_FILES= bin/rugmentize + +.include <bsd.port.mk> diff --git a/textproc/rubygem-rugments/distinfo b/textproc/rubygem-rugments/distinfo new file mode 100644 index 000000000000..1dd4bf0979a2 --- /dev/null +++ b/textproc/rubygem-rugments/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/rugments-1.0.0.beta6.gem) = 7c8d30b3fa800959c2c90ac1057fa024b8c07d13ca075064d1607e2f8bb02607 +SIZE (rubygem/rugments-1.0.0.beta6.gem) = 157184 diff --git a/textproc/rubygem-rugments/pkg-descr b/textproc/rubygem-rugments/pkg-descr new file mode 100644 index 000000000000..20760da7bcc4 --- /dev/null +++ b/textproc/rubygem-rugments/pkg-descr @@ -0,0 +1,5 @@ +Rugments is a syntax highlighter written in Ruby. It has been forked +from Rouge and its HTML output is compatible with stylesheets +designed for pygments. + +WWW: https://github.com/rumpelsepp/rugments |