Date: Fri, 24 Jul 2020 07:08:17 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r543013 - in head/devel: . rubygem-amazing_print Message-ID: <202007240708.06O78H47042072@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Jul 24 07:08:17 2020 New Revision: 543013 URL: https://svnweb.freebsd.org/changeset/ports/543013 Log: Add rubygem-amazing_print 1.2.1 AmazingPrint is a fork of AwesomePrint which became stale and should be used in its place to avoid conflicts. It is a Ruby library that pretty prints Ruby objects in full color exposing their internal structure with proper indentation. Rails ActiveRecord objects and usage within Rails templates are supported via included mixins. WWW: https://github.com/amazing-print/amazing_print Added: head/devel/rubygem-amazing_print/ head/devel/rubygem-amazing_print/Makefile (contents, props changed) head/devel/rubygem-amazing_print/distinfo (contents, props changed) head/devel/rubygem-amazing_print/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Jul 24 07:08:11 2020 (r543012) +++ head/devel/Makefile Fri Jul 24 07:08:17 2020 (r543013) @@ -5453,6 +5453,7 @@ SUBDIR += rubygem-algorithms SUBDIR += rubygem-aliyun-sdk SUBDIR += rubygem-allison + SUBDIR += rubygem-amazing_print SUBDIR += rubygem-analogger SUBDIR += rubygem-annoy SUBDIR += rubygem-ansi Added: head/devel/rubygem-amazing_print/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-amazing_print/Makefile Fri Jul 24 07:08:17 2020 (r543013) @@ -0,0 +1,20 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= amazing_print +PORTVERSION= 1.2.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Great Ruby debugging companion + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/devel/rubygem-amazing_print/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-amazing_print/distinfo Fri Jul 24 07:08:17 2020 (r543013) @@ -0,0 +1,3 @@ +TIMESTAMP = 1595416513 +SHA256 (rubygem/amazing_print-1.2.1.gem) = e9a6eea0600174512191e273bd3e25a2b5b108e80beb4e8d6f0184cbc9990744 +SIZE (rubygem/amazing_print-1.2.1.gem) = 46080 Added: head/devel/rubygem-amazing_print/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-amazing_print/pkg-descr Fri Jul 24 07:08:17 2020 (r543013) @@ -0,0 +1,7 @@ +AmazingPrint is a fork of AwesomePrint which became stale and should be used in +its place to avoid conflicts. It is a Ruby library that pretty prints Ruby +objects in full color exposing their internal structure with proper indentation. +Rails ActiveRecord objects and usage within Rails templates are supported via +included mixins. + +WWW: https://github.com/amazing-print/amazing_print
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007240708.06O78H47042072>