Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2025 10:52:24 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: 52fa91784c91 - main - textproc/rubygem-chef-gyoku: Add rubygem-chef-gyoku 1.4.1
Message-ID:  <202502281052.51SAqOUE037478@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit 52fa91784c918aa59d37eeab07d71682a747a838
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-02-28 10:33:38 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-02-28 10:33:38 +0000

    textproc/rubygem-chef-gyoku: Add rubygem-chef-gyoku 1.4.1
    
    Gyoku translates Ruby Hashes to XML.
---
 textproc/Makefile                     |  1 +
 textproc/rubygem-chef-gyoku/Makefile  | 20 ++++++++++++++++++++
 textproc/rubygem-chef-gyoku/distinfo  |  3 +++
 textproc/rubygem-chef-gyoku/pkg-descr |  1 +
 4 files changed, 25 insertions(+)

diff --git a/textproc/Makefile b/textproc/Makefile
index ba263bc9be9b..8f72eb62492f 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1805,6 +1805,7 @@
     SUBDIR += rubygem-case_transform61
     SUBDIR += rubygem-character_set
     SUBDIR += rubygem-charlock_holmes
+    SUBDIR += rubygem-chef-gyoku
     SUBDIR += rubygem-chewy
     SUBDIR += rubygem-citrus
     SUBDIR += rubygem-cld3
diff --git a/textproc/rubygem-chef-gyoku/Makefile b/textproc/rubygem-chef-gyoku/Makefile
new file mode 100644
index 000000000000..a158e9d617a2
--- /dev/null
+++ b/textproc/rubygem-chef-gyoku/Makefile
@@ -0,0 +1,20 @@
+PORTNAME=	chef-gyoku
+PORTVERSION=	1.4.1
+CATEGORIES=	textproc rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Gyoku translates Ruby Hashes to XML
+WWW=		https://github.com/chef/chef-gyoku
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
+
+RUN_DEPENDS=	rubygem-builder>=2.1.2:devel/rubygem-builder \
+		rubygem-rexml>=3.3<4:textproc/rubygem-rexml
+
+USES=		gem
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-chef-gyoku/distinfo b/textproc/rubygem-chef-gyoku/distinfo
new file mode 100644
index 000000000000..11ea6e9cf0cf
--- /dev/null
+++ b/textproc/rubygem-chef-gyoku/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1740022432
+SHA256 (rubygem/chef-gyoku-1.4.1.gem) = 1c5c337fbcc815537de0edfaa0af914bcd096c680dd5493b5906b3e3e5bf9c3c
+SIZE (rubygem/chef-gyoku-1.4.1.gem) = 19456
diff --git a/textproc/rubygem-chef-gyoku/pkg-descr b/textproc/rubygem-chef-gyoku/pkg-descr
new file mode 100644
index 000000000000..8cfd40b9db50
--- /dev/null
+++ b/textproc/rubygem-chef-gyoku/pkg-descr
@@ -0,0 +1 @@
+Gyoku translates Ruby Hashes to XML.


home | help

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