1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

- Add rubygem-vte3 3.0.7

Ruby/VTE is a Ruby binding of VTE.

WWW: http://ruby-gnome2.sourceforge.jp/
Sponsored by:	PortsCamp Taiwan
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2016-01-17 13:30:47 +00:00
parent 7b3e3ff945
commit a2e372e6a4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=406496
4 changed files with 29 additions and 0 deletions

View File

@ -235,6 +235,7 @@
SUBDIR += rubygem-pango
SUBDIR += rubygem-poppler
SUBDIR += rubygem-vte
SUBDIR += rubygem-vte3
SUBDIR += scintilla
SUBDIR += sdl_pango
SUBDIR += shared-desktop-ontologies

View File

@ -0,0 +1,23 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= vte3
PORTVERSION= 3.0.7
CATEGORIES= x11-toolkits rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby binding for VTE
LICENSE= LGPL21+
RUN_DEPENDS= rubygem-gobject-introspection>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-gobject-introspection \
rubygem-gtk3>=${PORTVERSION}:${PORTSDIR}/x11-toolkits/rubygem-gtk3
NO_ARCH= yes
USE_GNOME= vte3
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/vte3-3.0.7.gem) = c80c1c952b0dc0d4f9554221fafc558e3cf5fd7355cad8118efede8da99b96ca
SIZE (rubygem/vte3-3.0.7.gem) = 8704

View File

@ -0,0 +1,3 @@
Ruby/VTE is a Ruby binding of VTE.
WWW: http://ruby-gnome2.sourceforge.jp/