From owner-dev-commits-ports-all@freebsd.org Thu Jun 10 14:47:13 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7F6BC64C757; Thu, 10 Jun 2021 14:47:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G16JK0g3Xz4tgK; Thu, 10 Jun 2021 14:47:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D89D511764; Thu, 10 Jun 2021 14:47:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15AElA93047278; Thu, 10 Jun 2021 14:47:10 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15AElAB4047277; Thu, 10 Jun 2021 14:47:10 GMT (envelope-from git) Date: Thu, 10 Jun 2021 14:47:10 GMT Message-Id: <202106101447.15AElAB4047277@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: a2cd01a85c9e - main - devel/rubygem-pp: Add rubygem-pp 0.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a2cd01a85c9e3151763166cc4ed3e044e5c9a88a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jun 2021 14:47:14 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a2cd01a85c9e3151763166cc4ed3e044e5c9a88a commit a2cd01a85c9e3151763166cc4ed3e044e5c9a88a Author: Po-Chuan Hsieh AuthorDate: 2021-06-10 14:25:38 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-10 14:45:57 +0000 devel/rubygem-pp: Add rubygem-pp 0.2.0 PP provides a pretty-printer for Ruby objects. WWW: https://github.com/ruby/pp --- devel/Makefile | 1 + devel/rubygem-pp/Makefile | 22 ++++++++++++++++++++++ devel/rubygem-pp/distinfo | 3 +++ devel/rubygem-pp/pkg-descr | 3 +++ 4 files changed, 29 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 9d50dc313f5f..ae2691f130e8 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6485,6 +6485,7 @@ SUBDIR += rubygem-power_assert SUBDIR += rubygem-powerbar SUBDIR += rubygem-powerpack + SUBDIR += rubygem-pp SUBDIR += rubygem-pqueue SUBDIR += rubygem-prettyprint SUBDIR += rubygem-progressbar diff --git a/devel/rubygem-pp/Makefile b/devel/rubygem-pp/Makefile new file mode 100644 index 000000000000..1d98f9435730 --- /dev/null +++ b/devel/rubygem-pp/Makefile @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh + +PORTNAME= pp +PORTVERSION= 0.2.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Provide a PrettyPrinter for Ruby objects + +LICENSE= BSD2CLAUSE RUBY +LICENSE_COMB= dual +LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-prettyprint>=0:devel/rubygem-prettyprint + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include diff --git a/devel/rubygem-pp/distinfo b/devel/rubygem-pp/distinfo new file mode 100644 index 000000000000..6dfcfd548ec4 --- /dev/null +++ b/devel/rubygem-pp/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1622213920 +SHA256 (rubygem/pp-0.2.0.gem) = d85c03d839820e6dd8e53f65d13fa0fef7aa1977237adc8fbac76218bc7a6c9e +SIZE (rubygem/pp-0.2.0.gem) = 11264 diff --git a/devel/rubygem-pp/pkg-descr b/devel/rubygem-pp/pkg-descr new file mode 100644 index 000000000000..54507c4a7546 --- /dev/null +++ b/devel/rubygem-pp/pkg-descr @@ -0,0 +1,3 @@ +PP provides a pretty-printer for Ruby objects. + +WWW: https://github.com/ruby/pp