svn commit: r543013 - in head/devel: . rubygem-amazing_print

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jul 24 07:08:21 UTC 2020


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	amazing_print
+PORTVERSION=	1.2.1
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at 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


More information about the svn-ports-all mailing list