Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2023 17:13:07 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: eabc4f713031 - main - x11-toolkits/rubygem-vte4: Add rubygem-vte4 4.1.9
Message-ID:  <202308211713.37LHD7an097761@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=eabc4f7130318e404b517b99e93ae015d6d53825

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

    x11-toolkits/rubygem-vte4: Add rubygem-vte4 4.1.9
    
    Ruby/VTE4 is a Ruby binding of VTE for GTK 4.
---
 x11-toolkits/Makefile               |  1 +
 x11-toolkits/rubygem-vte4/Makefile  | 22 ++++++++++++++++++++++
 x11-toolkits/rubygem-vte4/distinfo  |  3 +++
 x11-toolkits/rubygem-vte4/pkg-descr |  1 +
 4 files changed, 27 insertions(+)

diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index 38bbd9d4651d..de2cd513b866 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -206,6 +206,7 @@
     SUBDIR += rubygem-tk
     SUBDIR += rubygem-uh
     SUBDIR += rubygem-vte3
+    SUBDIR += rubygem-vte4
     SUBDIR += scintilla
     SUBDIR += sdl_pango
     SUBDIR += shared-desktop-ontologies
diff --git a/x11-toolkits/rubygem-vte4/Makefile b/x11-toolkits/rubygem-vte4/Makefile
new file mode 100644
index 000000000000..b15d7c681a1f
--- /dev/null
+++ b/x11-toolkits/rubygem-vte4/Makefile
@@ -0,0 +1,22 @@
+PORTNAME=	vte4
+PORTVERSION=	4.1.9
+CATEGORIES=	x11-toolkits rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Ruby binding of VTE for GTK 4
+WWW=		https://ruby-gnome.github.io/ \
+		https://github.com/ruby-gnome/ruby-gnome
+
+LICENSE=	LGPL21+
+LICENSE_FILE=	${WRKSRC}/COPYING.LIB
+
+BUILD_DEPENDS=	rubygem-rake>=0:devel/rubygem-rake
+RUN_DEPENDS=	rubygem-gtk4>=${PORTVERSION}<${PORTVERSION}_99:x11-toolkits/rubygem-gtk4
+
+USES=		gem gnome
+USE_GNOME=	vte3
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/x11-toolkits/rubygem-vte4/distinfo b/x11-toolkits/rubygem-vte4/distinfo
new file mode 100644
index 000000000000..ff8c6b947176
--- /dev/null
+++ b/x11-toolkits/rubygem-vte4/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1692211633
+SHA256 (rubygem/vte4-4.1.9.gem) = a8e600e755cc58f3b1eca8446b89cf89f1650cc61ef481f039469fb634ca00f5
+SIZE (rubygem/vte4-4.1.9.gem) = 18944
diff --git a/x11-toolkits/rubygem-vte4/pkg-descr b/x11-toolkits/rubygem-vte4/pkg-descr
new file mode 100644
index 000000000000..3ec7aded8369
--- /dev/null
+++ b/x11-toolkits/rubygem-vte4/pkg-descr
@@ -0,0 +1 @@
+Ruby/VTE4 is a Ruby binding of VTE for GTK 4.



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