From owner-svn-ports-head@freebsd.org Mon Sep 30 22:09:35 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BE9B61337DF; Mon, 30 Sep 2019 22:09:35 +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 46hxQR4bLbz4Vhq; Mon, 30 Sep 2019 22:09:35 +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 7D81894F0; Mon, 30 Sep 2019 22:09:35 +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 x8UM9ZmY038544; Mon, 30 Sep 2019 22:09:35 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8UM9YNr038536; Mon, 30 Sep 2019 22:09:34 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201909302209.x8UM9YNr038536@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Mon, 30 Sep 2019 22:09:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513424 - in head/www: . wpebackend-fdo X-SVN-Group: ports-head X-SVN-Commit-Author: kwm X-SVN-Commit-Paths: in head/www: . wpebackend-fdo X-SVN-Commit-Revision: 513424 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Sep 2019 22:09:35 -0000 Author: kwm Date: Mon Sep 30 22:09:34 2019 New Revision: 513424 URL: https://svnweb.freebsd.org/changeset/ports/513424 Log: Add wpebackend-fdo the freedesktop.org backend for WPE WebKit A WPE backend designed for (Linux) desktop systems. It is required by webkitgtk 2.6 which is currently being tested. Obtained from: gnome development repo Added: head/www/wpebackend-fdo/ head/www/wpebackend-fdo/Makefile (contents, props changed) head/www/wpebackend-fdo/distinfo (contents, props changed) head/www/wpebackend-fdo/pkg-descr (contents, props changed) head/www/wpebackend-fdo/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Sep 30 22:03:28 2019 (r513423) +++ head/www/Makefile Mon Sep 30 22:09:34 2019 (r513424) @@ -2483,6 +2483,7 @@ SUBDIR += wikicalc SUBDIR += woof SUBDIR += wordpress + SUBDIR += wpebackend-fdo SUBDIR += wsdlpull SUBDIR += wsmake SUBDIR += wt Added: head/www/wpebackend-fdo/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/wpebackend-fdo/Makefile Mon Sep 30 22:09:34 2019 (r513424) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= wpebackend-fdo +PORTVERSION= 1.4.0 +CATEGORIES= www +MASTER_SITES= https://wpewebkit.org/releases/ + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Freedesktop.org backend for WPE WebKit + +LICENSE= BSD2CLAUSE + +LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon \ + libwpe-1.0.so:www/libwpe \ + libwayland-client.so:graphics/wayland + +USES= cmake pkgconfig localbase:ldflags gl gnome tar:xz + +USE_GL= egl +USE_GNOME= glib20 +USE_LDCONFIG= yes + +.include Added: head/www/wpebackend-fdo/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/wpebackend-fdo/distinfo Mon Sep 30 22:09:34 2019 (r513424) @@ -0,0 +1,3 @@ +TIMESTAMP = 1569881094 +SHA256 (wpebackend-fdo-1.4.0.tar.xz) = a919ca4a5bc445f9419a5b7f3781cfc98e5abcf5d7259eb1869f5ab20fd18baf +SIZE (wpebackend-fdo-1.4.0.tar.xz) = 30204 Added: head/www/wpebackend-fdo/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/wpebackend-fdo/pkg-descr Mon Sep 30 22:09:34 2019 (r513424) @@ -0,0 +1,3 @@ +A WPE backend designed for (Linux) desktop systems. + +WWW: https://wpewebkit.org Added: head/www/wpebackend-fdo/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/wpebackend-fdo/pkg-plist Mon Sep 30 22:09:34 2019 (r513424) @@ -0,0 +1,11 @@ +include/wpe-fdo-1.0/wpe/exported-image-egl.h +include/wpe-fdo-1.0/wpe/fdo-egl.h +include/wpe-fdo-1.0/wpe/fdo.h +include/wpe-fdo-1.0/wpe/initialize-egl.h +include/wpe-fdo-1.0/wpe/version.h +include/wpe-fdo-1.0/wpe/view-backend-exportable-egl.h +include/wpe-fdo-1.0/wpe/view-backend-exportable.h +lib/libWPEBackend-fdo-1.0.so +lib/libWPEBackend-fdo-1.0.so.1 +lib/libWPEBackend-fdo-1.0.so.1.4.1 +libdata/pkgconfig/wpebackend-fdo-1.0.pc