From owner-svn-ports-all@freebsd.org Wed Dec 9 03:03:03 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFBEA9D539A; Wed, 9 Dec 2015 03:03:03 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 929AC12AA; Wed, 9 Dec 2015 03:03:03 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB9332ow086499; Wed, 9 Dec 2015 03:03:02 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB9332xe086494; Wed, 9 Dec 2015 03:03:02 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201512090303.tB9332xe086494@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Wed, 9 Dec 2015 03:03:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403353 - in head/textproc: . rubygem-shell2html X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Dec 2015 03:03:04 -0000 Author: araujo Date: Wed Dec 9 03:03:02 2015 New Revision: 403353 URL: https://svnweb.freebsd.org/changeset/ports/403353 Log: Ruby lib for conversion between bash colors and HTML. WWW: https://github.com/mose/shell2html PR: ports/205151 Submitted by: mose Added: head/textproc/rubygem-shell2html/ head/textproc/rubygem-shell2html/Makefile (contents, props changed) head/textproc/rubygem-shell2html/distinfo (contents, props changed) head/textproc/rubygem-shell2html/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Wed Dec 9 02:54:38 2015 (r403352) +++ head/textproc/Makefile Wed Dec 9 03:03:02 2015 (r403353) @@ -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 Added: head/textproc/rubygem-shell2html/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-shell2html/Makefile Wed Dec 9 03:03:02 2015 (r403353) @@ -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 Added: head/textproc/rubygem-shell2html/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-shell2html/distinfo Wed Dec 9 03:03:02 2015 (r403353) @@ -0,0 +1,2 @@ +SHA256 (rubygem/shell2html-0.0.6.gem) = 729e9427a64885999f9c42e44d577a06995956073fde637657c57c0a17a5d22d +SIZE (rubygem/shell2html-0.0.6.gem) = 10240 Added: head/textproc/rubygem-shell2html/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-shell2html/pkg-descr Wed Dec 9 03:03:02 2015 (r403353) @@ -0,0 +1,3 @@ +Ruby lib for conversion between bash colors and HTML. + +WWW: https://github.com/mose/shell2html