From owner-svn-ports-all@freebsd.org Sat Feb 16 18:03:10 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8AECF14F0401; Sat, 16 Feb 2019 18:03:10 +0000 (UTC) (envelope-from kwm@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 29EEC94AA4; Sat, 16 Feb 2019 18:03:10 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1B04DA276; Sat, 16 Feb 2019 18:03:10 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1GI3954022749; Sat, 16 Feb 2019 18:03:09 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1GI393T022741; Sat, 16 Feb 2019 18:03:09 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201902161803.x1GI393T022741@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sat, 16 Feb 2019 18:03:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493055 - in head/x11-toolkits: . libhandy X-SVN-Group: ports-head X-SVN-Commit-Author: kwm X-SVN-Commit-Paths: in head/x11-toolkits: . libhandy X-SVN-Commit-Revision: 493055 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 29EEC94AA4 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.96)[-0.964,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Feb 2019 18:03:10 -0000 Author: kwm Date: Sat Feb 16 18:03:08 2019 New Revision: 493055 URL: https://svnweb.freebsd.org/changeset/ports/493055 Log: Add libhandy, a library with GTK+ widgets for mobile phones. Obtained from: GNOME development repo Added: head/x11-toolkits/libhandy/ head/x11-toolkits/libhandy/Makefile (contents, props changed) head/x11-toolkits/libhandy/distinfo (contents, props changed) head/x11-toolkits/libhandy/pkg-descr (contents, props changed) head/x11-toolkits/libhandy/pkg-plist (contents, props changed) Modified: head/x11-toolkits/Makefile Modified: head/x11-toolkits/Makefile ============================================================================== --- head/x11-toolkits/Makefile Sat Feb 16 17:55:34 2019 (r493054) +++ head/x11-toolkits/Makefile Sat Feb 16 18:03:08 2019 (r493055) @@ -103,6 +103,7 @@ SUBDIR += libgnomeui SUBDIR += libgnomeui-reference SUBDIR += libgnomeuimm26 + SUBDIR += libhandy SUBDIR += libsexy SUBDIR += libsexymm SUBDIR += libunique3 Added: head/x11-toolkits/libhandy/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/libhandy/Makefile Sat Feb 16 18:03:08 2019 (r493055) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= libhandy +PORTVERSION= 0.0.8 +CATEGORIES= x11-toolkits gnome +DIST_SUBDIR= gnome + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Library with GTK+ widgets for mobile phones + +LICENSE= LGPL21 + +BUILD_DEPENDS= valac:lang/vala +LIB_DEPENDS= libgladeui-2.so:devel/glade + +USES= gettext gnome meson pkgconfig +USE_GNOME= cairo gtk30 introspection:build + +USE_LDCONFIG= yes +MESON_ARGS= -Dtests=false + +USE_GITLAB= yes +GL_SITE= https://source.puri.sm/ +GL_ACCOUNT= Librem5 +GL_COMMIT= 3721b490b6aacd0a8c755bf445b0a91ee9c347bc + +.include Added: head/x11-toolkits/libhandy/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/libhandy/distinfo Sat Feb 16 18:03:08 2019 (r493055) @@ -0,0 +1,3 @@ +TIMESTAMP = 1550337986 +SHA256 (gnome/Librem5-libhandy-3721b490b6aacd0a8c755bf445b0a91ee9c347bc_GL0.tar.gz) = e67b337aeae94e8473f27524efaaef86c6e689439b303c550c4ace7a95ab09fd +SIZE (gnome/Librem5-libhandy-3721b490b6aacd0a8c755bf445b0a91ee9c347bc_GL0.tar.gz) = 134637 Added: head/x11-toolkits/libhandy/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/libhandy/pkg-descr Sat Feb 16 18:03:08 2019 (r493055) @@ -0,0 +1,4 @@ +The aim of The handy library is to help with developing UI for mobile devices +using GTK+/GNOME. + +WWW: https://source.puri.sm/Librem5/libhandy Added: head/x11-toolkits/libhandy/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/libhandy/pkg-plist Sat Feb 16 18:03:08 2019 (r493055) @@ -0,0 +1,32 @@ +bin/handy-demo +include/libhandy-0.0/handy.h +include/libhandy-0.0/hdy-action-row.h +include/libhandy-0.0/hdy-arrows.h +include/libhandy-0.0/hdy-column.h +include/libhandy-0.0/hdy-combo-row.h +include/libhandy-0.0/hdy-dialer-button.h +include/libhandy-0.0/hdy-dialer-cycle-button.h +include/libhandy-0.0/hdy-dialer.h +include/libhandy-0.0/hdy-dialog.h +include/libhandy-0.0/hdy-enum-value-object.h +include/libhandy-0.0/hdy-enums.h +include/libhandy-0.0/hdy-expander-row.h +include/libhandy-0.0/hdy-fold.h +include/libhandy-0.0/hdy-header-group.h +include/libhandy-0.0/hdy-leaflet.h +include/libhandy-0.0/hdy-list-box.h +include/libhandy-0.0/hdy-main.h +include/libhandy-0.0/hdy-search-bar.h +include/libhandy-0.0/hdy-string-utf8.h +include/libhandy-0.0/hdy-title-bar.h +include/libhandy-0.0/hdy-value-object.h +include/libhandy-0.0/hdy-version.h +lib/girepository-1.0/Handy-0.0.typelib +lib/glade/modules/libglade-handy.so +lib/libhandy-0.0.so +lib/libhandy-0.0.so.0 +libdata/pkgconfig/libhandy-0.0.pc +share/gir-1.0/Handy-0.0.gir +share/glade/catalogs/libhandy.xml +share/vala/vapi/libhandy-0.0.deps +share/vala/vapi/libhandy-0.0.vapi