From owner-svn-ports-head@freebsd.org Sat Nov 5 13:25:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DFC8C31003; Sat, 5 Nov 2016 13:25:53 +0000 (UTC) (envelope-from tijl@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 mx1.freebsd.org (Postfix) with ESMTPS id 601B7AA5; Sat, 5 Nov 2016 13:25:53 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA5DPqFM004010; Sat, 5 Nov 2016 13:25:52 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA5DPptN003995; Sat, 5 Nov 2016 13:25:51 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201611051325.uA5DPptN003995@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sat, 5 Nov 2016 13:25:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425389 - in head: Mk/Uses graphics graphics/linux-c7-graphite2 print print/linux-c7-harfbuzz x11-toolkits/linux-c7-gtk2 x11-toolkits/linux-c7-pango X-SVN-Group: ports-head 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.23 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: Sat, 05 Nov 2016 13:25:53 -0000 Author: tijl Date: Sat Nov 5 13:25:50 2016 New Revision: 425389 URL: https://svnweb.freebsd.org/changeset/ports/425389 Log: Add linux-c7-harfbuzz and linux-c7-graphite2, needed by linux-c7-pango. PR: 214232 Added: head/graphics/linux-c7-graphite2/ head/graphics/linux-c7-graphite2/Makefile (contents, props changed) head/graphics/linux-c7-graphite2/distinfo.i386 (contents, props changed) head/graphics/linux-c7-graphite2/distinfo.x86_64 (contents, props changed) head/graphics/linux-c7-graphite2/pkg-plist.i386 (contents, props changed) head/graphics/linux-c7-graphite2/pkg-plist.x86_64 (contents, props changed) head/print/linux-c7-harfbuzz/ head/print/linux-c7-harfbuzz/Makefile (contents, props changed) head/print/linux-c7-harfbuzz/distinfo.i386 (contents, props changed) head/print/linux-c7-harfbuzz/distinfo.x86_64 (contents, props changed) head/print/linux-c7-harfbuzz/pkg-plist.i386 (contents, props changed) head/print/linux-c7-harfbuzz/pkg-plist.x86_64 (contents, props changed) Modified: head/Mk/Uses/linux.mk head/graphics/Makefile head/print/Makefile head/x11-toolkits/linux-c7-gtk2/Makefile head/x11-toolkits/linux-c7-pango/Makefile Modified: head/Mk/Uses/linux.mk ============================================================================== --- head/Mk/Uses/linux.mk Sat Nov 5 13:16:26 2016 (r425388) +++ head/Mk/Uses/linux.mk Sat Nov 5 13:25:50 2016 (r425389) @@ -83,7 +83,9 @@ linux_gdkpixbuf2_DEP= linux-${linux_ARG linux_gdkpixbuf2_DEP= linux-${linux_ARGS}-gdk-pixbuf2>0:graphics/linux-${linux_ARGS}-gdk-pixbuf2 .endif linux_gnutls_DEP= linux-${linux_ARGS}-gnutls>0:security/linux-${linux_ARGS}-gnutls +linux_graphite2_DEP= linux-${linux_ARGS}-graphite2>0:graphics/linux-${linux_ARGS}-graphite2 linux_gtk2_DEP= linux-${linux_ARGS}-gtk2>0:x11-toolkits/linux-${linux_ARGS}-gtk2 +linux_harfbuzz_DEP= linux-${linux_ARGS}-harfbuzz>0:print/linux-${linux_ARGS}-harfbuzz linux_hicontheme_DEP= linux-${linux_ARGS}-hicolor-icon-theme>0:x11-themes/linux-${linux_ARGS}-hicolor-icon-theme linux_jasper_DEP= linux-${linux_ARGS}-jasper>0:graphics/linux-${linux_ARGS}-jasper linux_jbigkit_DEP= linux-${linux_ARGS}-jbigkit>0:graphics/linux-${linux_ARGS}-jbigkit Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sat Nov 5 13:16:26 2016 (r425388) +++ head/graphics/Makefile Sat Nov 5 13:25:50 2016 (r425389) @@ -549,6 +549,7 @@ SUBDIR += linux-c7-dri SUBDIR += linux-c7-gdk-pixbuf2 SUBDIR += linux-c7-glx-utils + SUBDIR += linux-c7-graphite2 SUBDIR += linux-c7-jasper SUBDIR += linux-c7-jbigkit SUBDIR += linux-c7-jpeg Added: head/graphics/linux-c7-graphite2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/linux-c7-graphite2/Makefile Sat Nov 5 13:25:50 2016 (r425389) @@ -0,0 +1,18 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= graphite2 +PORTVERSION= 1.3.6 +CATEGORIES= graphics linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Rendering capabilities for complex non-Roman writing systems (Linux CentOS ${LINUX_DIST_VER}) + +RPMVERSION= 1.el7_2 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Added: head/graphics/linux-c7-graphite2/distinfo.i386 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/linux-c7-graphite2/distinfo.i386 Sat Nov 5 13:25:50 2016 (r425389) @@ -0,0 +1,5 @@ +TIMESTAMP = 1478346200 +SHA256 (rpm/centos/7.2.1511/i386/graphite2-1.3.6-1.el7_2.i686.rpm) = 5833acac7b610ae47aaff9fff6976044184dcef52f724a1f94142e69e2215116 +SIZE (rpm/centos/7.2.1511/i386/graphite2-1.3.6-1.el7_2.i686.rpm) = 115780 +SHA256 (rpm/centos/7.2.1511/i386/graphite2-1.3.6-1.el7_2.src.rpm) = 24e94805fcb7de71ccd8fd1ecaf44cf56602da1a030a14c4d7862c3bcd87bbea +SIZE (rpm/centos/7.2.1511/i386/graphite2-1.3.6-1.el7_2.src.rpm) = 3618675 Added: head/graphics/linux-c7-graphite2/distinfo.x86_64 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/linux-c7-graphite2/distinfo.x86_64 Sat Nov 5 13:25:50 2016 (r425389) @@ -0,0 +1,7 @@ +TIMESTAMP = 1478346217 +SHA256 (rpm/centos/7.2.1511/x86_64/graphite2-1.3.6-1.el7_2.i686.rpm) = 5833acac7b610ae47aaff9fff6976044184dcef52f724a1f94142e69e2215116 +SIZE (rpm/centos/7.2.1511/x86_64/graphite2-1.3.6-1.el7_2.i686.rpm) = 115780 +SHA256 (rpm/centos/7.2.1511/x86_64/graphite2-1.3.6-1.el7_2.x86_64.rpm) = f14d09c338249719f5f75305ee0dc6c32829ad3e45c7bc62b9fa530d37bcd35f +SIZE (rpm/centos/7.2.1511/x86_64/graphite2-1.3.6-1.el7_2.x86_64.rpm) = 115080 +SHA256 (rpm/centos/7.2.1511/x86_64/graphite2-1.3.6-1.el7_2.src.rpm) = 24e94805fcb7de71ccd8fd1ecaf44cf56602da1a030a14c4d7862c3bcd87bbea +SIZE (rpm/centos/7.2.1511/x86_64/graphite2-1.3.6-1.el7_2.src.rpm) = 3618675 Added: head/graphics/linux-c7-graphite2/pkg-plist.i386 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/linux-c7-graphite2/pkg-plist.i386 Sat Nov 5 13:25:50 2016 (r425389) @@ -0,0 +1,6 @@ +usr/bin/gr2fonttest +usr/lib/libgraphite2.so.3 +usr/lib/libgraphite2.so.3.0.1 +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/LICENSE Added: head/graphics/linux-c7-graphite2/pkg-plist.x86_64 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/linux-c7-graphite2/pkg-plist.x86_64 Sat Nov 5 13:25:50 2016 (r425389) @@ -0,0 +1,8 @@ +usr/bin/gr2fonttest +usr/lib/libgraphite2.so.3 +usr/lib/libgraphite2.so.3.0.1 +usr/lib64/libgraphite2.so.3 +usr/lib64/libgraphite2.so.3.0.1 +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/LICENSE Modified: head/print/Makefile ============================================================================== --- head/print/Makefile Sat Nov 5 13:16:26 2016 (r425388) +++ head/print/Makefile Sat Nov 5 13:25:50 2016 (r425389) @@ -126,6 +126,7 @@ SUBDIR += lilypond-devel SUBDIR += linux-c6-cups-libs SUBDIR += linux-c7-cups-libs + SUBDIR += linux-c7-harfbuzz SUBDIR += linux-f10-cups-libs SUBDIR += lout SUBDIR += lpr-wrapper Added: head/print/linux-c7-harfbuzz/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/linux-c7-harfbuzz/Makefile Sat Nov 5 13:25:50 2016 (r425389) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= harfbuzz +PORTVERSION= 0.9.36 +CATEGORIES= print linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= OpenType text shaping engine (Linux CentOS ${LINUX_DIST_VER}) + +RPMVERSION= 1.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX= graphite2 +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Added: head/print/linux-c7-harfbuzz/distinfo.i386 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/linux-c7-harfbuzz/distinfo.i386 Sat Nov 5 13:25:50 2016 (r425389) @@ -0,0 +1,5 @@ +TIMESTAMP = 1478345628 +SHA256 (rpm/centos/7.2.1511/i386/harfbuzz-0.9.36-1.el7.i686.rpm) = 2bb37a0c0b8b0156c5074b7c3e96e93c645b0203e4a5d030931ac331faf121f9 +SIZE (rpm/centos/7.2.1511/i386/harfbuzz-0.9.36-1.el7.i686.rpm) = 159380 +SHA256 (rpm/centos/7.2.1511/i386/harfbuzz-0.9.36-1.el7.src.rpm) = e2f9caad7fed5451c19271b904cf597b210676120a63246b1094060ca9aa6873 +SIZE (rpm/centos/7.2.1511/i386/harfbuzz-0.9.36-1.el7.src.rpm) = 1168365 Added: head/print/linux-c7-harfbuzz/distinfo.x86_64 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/linux-c7-harfbuzz/distinfo.x86_64 Sat Nov 5 13:25:50 2016 (r425389) @@ -0,0 +1,7 @@ +TIMESTAMP = 1478345655 +SHA256 (rpm/centos/7.2.1511/x86_64/harfbuzz-0.9.36-1.el7.i686.rpm) = 2bb37a0c0b8b0156c5074b7c3e96e93c645b0203e4a5d030931ac331faf121f9 +SIZE (rpm/centos/7.2.1511/x86_64/harfbuzz-0.9.36-1.el7.i686.rpm) = 159380 +SHA256 (rpm/centos/7.2.1511/x86_64/harfbuzz-0.9.36-1.el7.x86_64.rpm) = 8e44b44215df3ca01b66295249d068a1722460764c24456ef97340e2539e9a67 +SIZE (rpm/centos/7.2.1511/x86_64/harfbuzz-0.9.36-1.el7.x86_64.rpm) = 160036 +SHA256 (rpm/centos/7.2.1511/x86_64/harfbuzz-0.9.36-1.el7.src.rpm) = e2f9caad7fed5451c19271b904cf597b210676120a63246b1094060ca9aa6873 +SIZE (rpm/centos/7.2.1511/x86_64/harfbuzz-0.9.36-1.el7.src.rpm) = 1168365 Added: head/print/linux-c7-harfbuzz/pkg-plist.i386 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/linux-c7-harfbuzz/pkg-plist.i386 Sat Nov 5 13:25:50 2016 (r425389) @@ -0,0 +1,6 @@ +usr/lib/libharfbuzz.so.0 +usr/lib/libharfbuzz.so.0.936.0 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README Added: head/print/linux-c7-harfbuzz/pkg-plist.x86_64 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/linux-c7-harfbuzz/pkg-plist.x86_64 Sat Nov 5 13:25:50 2016 (r425389) @@ -0,0 +1,8 @@ +usr/lib/libharfbuzz.so.0 +usr/lib/libharfbuzz.so.0.936.0 +usr/lib64/libharfbuzz.so.0 +usr/lib64/libharfbuzz.so.0.936.0 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README Modified: head/x11-toolkits/linux-c7-gtk2/Makefile ============================================================================== --- head/x11-toolkits/linux-c7-gtk2/Makefile Sat Nov 5 13:16:26 2016 (r425388) +++ head/x11-toolkits/linux-c7-gtk2/Makefile Sat Nov 5 13:25:50 2016 (r425389) @@ -3,7 +3,7 @@ PORTNAME= gtk2 PORTVERSION= 2.24.28 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits linux LIB_DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${PORTNAME}-immodules-${PORTVERSION}-${RPMVERSION}${EXTRACT_SUFX} Modified: head/x11-toolkits/linux-c7-pango/Makefile ============================================================================== --- head/x11-toolkits/linux-c7-pango/Makefile Sat Nov 5 13:16:26 2016 (r425388) +++ head/x11-toolkits/linux-c7-pango/Makefile Sat Nov 5 13:25:50 2016 (r425389) @@ -3,6 +3,7 @@ PORTNAME= pango PORTVERSION= 1.36.8 +PORTREVISION= 1 CATEGORIES= x11-toolkits linux MAINTAINER= emulation@FreeBSD.org @@ -14,7 +15,7 @@ CONFLICTS= linux-f10-${PORTNAME}-[0-9]* RPMVERSION= 2.el7 USES= linux:c7 USE_LDCONFIG= yes -USE_LINUX= cairo expat fontconfig libthai xorglibs +USE_LINUX= cairo expat fontconfig harfbuzz libthai xorglibs USE_LINUX_RPM= yes DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr