From owner-svn-ports-head@freebsd.org Sat Aug 29 17:34:41 2020 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 1AF853B79C6; Sat, 29 Aug 2020 17:34:41 +0000 (UTC) (envelope-from tijl@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4Bf3W5004vz3YrN; Sat, 29 Aug 2020 17:34:40 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D821594C2; Sat, 29 Aug 2020 17:34:40 +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 07THYeo5097454; Sat, 29 Aug 2020 17:34:40 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07THYdHn097448; Sat, 29 Aug 2020 17:34:39 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <202008291734.07THYdHn097448@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sat, 29 Aug 2020 17:34:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r546930 - in head: Mk/Uses textproc textproc/linux-c7-libcroco X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: in head: Mk/Uses textproc textproc/linux-c7-libcroco X-SVN-Commit-Revision: 546930 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.33 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, 29 Aug 2020 17:34:41 -0000 Author: tijl Date: Sat Aug 29 17:34:39 2020 New Revision: 546930 URL: https://svnweb.freebsd.org/changeset/ports/546930 Log: Add textproc/linux-c7-libcroco, needed by upcoming graphics/linux-c7-librsvg2. Added: head/textproc/linux-c7-libcroco/ head/textproc/linux-c7-libcroco/Makefile (contents, props changed) head/textproc/linux-c7-libcroco/distinfo (contents, props changed) head/textproc/linux-c7-libcroco/pkg-plist.amd64 (contents, props changed) head/textproc/linux-c7-libcroco/pkg-plist.i386 (contents, props changed) Modified: head/Mk/Uses/linux.mk head/textproc/Makefile Modified: head/Mk/Uses/linux.mk ============================================================================== --- head/Mk/Uses/linux.mk Sat Aug 29 17:20:08 2020 (r546929) +++ head/Mk/Uses/linux.mk Sat Aug 29 17:34:39 2020 (r546930) @@ -84,6 +84,7 @@ _linux_${linux_ARGS}_jpeg= linux-${linux_ARGS}-jpeg>0 _linux_c7_libaio= linux-c7-libaio>0:devel/linux-c7-libaio _linux_${linux_ARGS}_libasyncns= linux-${linux_ARGS}-libasyncns>0:dns/linux-${linux_ARGS}-libasyncns _linux_c7_libaudiofile= linux-c7-audiofile>0:audio/linux-c7-audiofile +_linux_c7_libcroco= linux-c7-libcroco>0:textproc/linux-c7-libcroco _linux_c7_libdrm= linux-c7-libdrm>0:graphics/linux-c7-libdrm _linux_c7_libepoxy= linux-c7-libepoxy>0:graphics/linux-c7-libepoxy _linux_${linux_ARGS}_libgcrypt= linux-${linux_ARGS}-libgcrypt>0:security/linux-${linux_ARGS}-libgcrypt Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sat Aug 29 17:20:08 2020 (r546929) +++ head/textproc/Makefile Sat Aug 29 17:34:39 2020 (r546930) @@ -398,6 +398,7 @@ SUBDIR += link-grammar SUBDIR += linux-c7-aspell SUBDIR += linux-c7-expat + SUBDIR += linux-c7-libcroco SUBDIR += linux-c7-libxml2 SUBDIR += linux-c7-libxslt SUBDIR += linuxdoc Added: head/textproc/linux-c7-libcroco/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/linux-c7-libcroco/Makefile Sat Aug 29 17:34:39 2020 (r546930) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= libcroco +PORTVERSION= 0.6.12 +DISTVERSIONSUFFIX= -4.el7 +CATEGORIES= textproc linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= CSS2 parsing library (CentOS ${LINUX_DIST_VER}) + +LICENSE= MIT + +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX= libxml2 +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +OPTIONS_DEFINE= DOCS + +.include Added: head/textproc/linux-c7-libcroco/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/linux-c7-libcroco/distinfo Sat Aug 29 17:34:39 2020 (r546930) @@ -0,0 +1,7 @@ +TIMESTAMP = 1598721631 +SHA256 (centos/libcroco-0.6.12-4.el7.i686.rpm) = b9441ca7aa4e79fd4d7e738fdd91d09ee703ebcdf1dde53132f7271d2f516096 +SIZE (centos/libcroco-0.6.12-4.el7.i686.rpm) = 106892 +SHA256 (centos/libcroco-0.6.12-4.el7.x86_64.rpm) = 4f396df839055d51be15ad562a9eff2a65f2e7d0c5ce89b88011d61fa38803f4 +SIZE (centos/libcroco-0.6.12-4.el7.x86_64.rpm) = 107676 +SHA256 (centos/libcroco-0.6.12-4.el7.src.rpm) = a6f9532f3970512932f4d950c0ca73b15b34b43e4f3acaf261ed5a2a3cb6c727 +SIZE (centos/libcroco-0.6.12-4.el7.src.rpm) = 491856 Added: head/textproc/linux-c7-libcroco/pkg-plist.amd64 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/linux-c7-libcroco/pkg-plist.amd64 Sat Aug 29 17:34:39 2020 (r546930) @@ -0,0 +1,10 @@ +usr/bin/csslint-0.6 +usr/lib/libcroco-0.6.so.3 +usr/lib/libcroco-0.6.so.3.0.1 +usr/lib64/libcroco-0.6.so.3 +usr/lib64/libcroco-0.6.so.3.0.1 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +usr/share/licenses/libcroco-0.6.12/COPYING +usr/share/licenses/libcroco-0.6.12/COPYING.LIB Added: head/textproc/linux-c7-libcroco/pkg-plist.i386 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/linux-c7-libcroco/pkg-plist.i386 Sat Aug 29 17:34:39 2020 (r546930) @@ -0,0 +1,8 @@ +usr/bin/csslint-0.6 +usr/lib/libcroco-0.6.so.3 +usr/lib/libcroco-0.6.so.3.0.1 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +usr/share/licenses/libcroco-0.6.12/COPYING +usr/share/licenses/libcroco-0.6.12/COPYING.LIB