diff options
author | araujo <araujo@FreeBSD.org> | 2015-12-09 11:03:02 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2015-12-09 11:03:02 +0800 |
commit | b036543bdac91eba7293425eeff9b6ff0b3bb789 (patch) | |
tree | 5d99ece9ae0474a6e7bc51225eebb2ccbbc30ecf /textproc | |
parent | 72c94aa5dcfea2bb14f957411d649ffbaa985cc3 (diff) | |
download | freebsd-ports-gnome-b036543bdac91eba7293425eeff9b6ff0b3bb789.tar.gz freebsd-ports-gnome-b036543bdac91eba7293425eeff9b6ff0b3bb789.tar.zst freebsd-ports-gnome-b036543bdac91eba7293425eeff9b6ff0b3bb789.zip |
Ruby lib for conversion between bash colors and HTML.
WWW: https://github.com/mose/shell2html
PR: ports/205151
Submitted by: mose <mose@gandi.net>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/rubygem-shell2html/Makefile | 19 | ||||
-rw-r--r-- | textproc/rubygem-shell2html/distinfo | 2 | ||||
-rw-r--r-- | textproc/rubygem-shell2html/pkg-descr | 3 |
4 files changed, 25 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index a8f3e1c56291..326b69175b9c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1463,6 +1463,7 @@ SUBDIR += rubygem-sass32 SUBDIR += rubygem-sax-machine SUBDIR += rubygem-scss_lint + SUBDIR += rubygem-shell2html SUBDIR += rubygem-simplecov-html SUBDIR += rubygem-spreadsheet SUBDIR += rubygem-stamp diff --git a/textproc/rubygem-shell2html/Makefile b/textproc/rubygem-shell2html/Makefile new file mode 100644 index 000000000000..84729f525dba --- /dev/null +++ b/textproc/rubygem-shell2html/Makefile @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= shell2html +PORTVERSION= 0.0.6 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= mose@mose.com +COMMENT= Ruby lib for transforming bash colors into html + +LICENSE= MIT + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes +PLIST_FILES= bin/shell2css bin/shell2html + +.include <bsd.port.mk> diff --git a/textproc/rubygem-shell2html/distinfo b/textproc/rubygem-shell2html/distinfo new file mode 100644 index 000000000000..0caa684fdbab --- /dev/null +++ b/textproc/rubygem-shell2html/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/shell2html-0.0.6.gem) = 729e9427a64885999f9c42e44d577a06995956073fde637657c57c0a17a5d22d +SIZE (rubygem/shell2html-0.0.6.gem) = 10240 diff --git a/textproc/rubygem-shell2html/pkg-descr b/textproc/rubygem-shell2html/pkg-descr new file mode 100644 index 000000000000..438ed77654b2 --- /dev/null +++ b/textproc/rubygem-shell2html/pkg-descr @@ -0,0 +1,3 @@ +Ruby lib for conversion between bash colors and HTML. + +WWW: https://github.com/mose/shell2html |