Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2023 17:13:01 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f39da65bc4fe - main - devel/rubygem-prettier_print: Add rubygem-prettier_print 1.2.1
Message-ID:  <202308211713.37LHD1MS097558@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f39da65bc4fe3935c3fe043472808350310fe4a1

commit f39da65bc4fe3935c3fe043472808350310fe4a1
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-08-21 16:52:02 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-08-21 17:01:59 +0000

    devel/rubygem-prettier_print: Add rubygem-prettier_print 1.2.1
    
    PrettierPrint is a drop-in replacement for the prettyprint gem with more
    functionality.
---
 devel/Makefile                         |  1 +
 devel/rubygem-prettier_print/Makefile  | 17 +++++++++++++++++
 devel/rubygem-prettier_print/distinfo  |  3 +++
 devel/rubygem-prettier_print/pkg-descr |  2 ++
 4 files changed, 23 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index c73e18127def..10d1f5b0fa14 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -7153,6 +7153,7 @@
     SUBDIR += rubygem-powerpack
     SUBDIR += rubygem-pp
     SUBDIR += rubygem-pqueue
+    SUBDIR += rubygem-prettier_print
     SUBDIR += rubygem-prettyprint
     SUBDIR += rubygem-profile
     SUBDIR += rubygem-progressbar
diff --git a/devel/rubygem-prettier_print/Makefile b/devel/rubygem-prettier_print/Makefile
new file mode 100644
index 000000000000..be913e7ef932
--- /dev/null
+++ b/devel/rubygem-prettier_print/Makefile
@@ -0,0 +1,17 @@
+PORTNAME=	prettier_print
+PORTVERSION=	1.2.1
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Drop-in replacement for the prettyprint gem with more functionality
+WWW=		https://github.com/ruby-syntax-tree/prettier_print
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		gem
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-prettier_print/distinfo b/devel/rubygem-prettier_print/distinfo
new file mode 100644
index 000000000000..a6ce30db6098
--- /dev/null
+++ b/devel/rubygem-prettier_print/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1692211623
+SHA256 (rubygem/prettier_print-1.2.1.gem) = a72838b5f23facff21f90a5423cdcdda19e4271092b41f4ea7f50b83929e6ff9
+SIZE (rubygem/prettier_print-1.2.1.gem) = 25088
diff --git a/devel/rubygem-prettier_print/pkg-descr b/devel/rubygem-prettier_print/pkg-descr
new file mode 100644
index 000000000000..e81511d9cd8e
--- /dev/null
+++ b/devel/rubygem-prettier_print/pkg-descr
@@ -0,0 +1,2 @@
+PrettierPrint is a drop-in replacement for the prettyprint gem with more
+functionality.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308211713.37LHD1MS097558>