Ruby lib for conversion between bash colors and HTML.
WWW: https://github.com/mose/shell2html PR: ports/205151 Submitted by: mose <mose@gandi.net>
This commit is contained in:
parent
b27c0ae118
commit
bd3a824784
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403353
4 changed files with 25 additions and 0 deletions
|
@ -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
|
||||
|
|
19
textproc/rubygem-shell2html/Makefile
Normal file
19
textproc/rubygem-shell2html/Makefile
Normal file
|
@ -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>
|
2
textproc/rubygem-shell2html/distinfo
Normal file
2
textproc/rubygem-shell2html/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/shell2html-0.0.6.gem) = 729e9427a64885999f9c42e44d577a06995956073fde637657c57c0a17a5d22d
|
||||
SIZE (rubygem/shell2html-0.0.6.gem) = 10240
|
3
textproc/rubygem-shell2html/pkg-descr
Normal file
3
textproc/rubygem-shell2html/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Ruby lib for conversion between bash colors and HTML.
|
||||
|
||||
WWW: https://github.com/mose/shell2html
|
Loading…
Reference in a new issue