Received: by mail.netbsd.org (Postfix, from userid 605) id 825C884F69; Mon, 12 Mar 2018 08:00:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E540E84F68 for ; Mon, 12 Mar 2018 08:00:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id xsGXehWyqaHZ for ; Mon, 12 Mar 2018 08:00:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0CBC384CD8 for ; Mon, 12 Mar 2018 08:00:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 02097FB40; Mon, 12 Mar 2018 08:00:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1520841634246390" MIME-Version: 1.0 Date: Mon, 12 Mar 2018 08:00:34 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/fonts/fontconfig To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180312080035.02097FB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1520841634246390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Mar 12 08:00:34 UTC 2018 Modified Files: pkgsrc/fonts/fontconfig: Makefile PLIST Log Message: fontconfig: finish update to 2.13.0 To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105 pkgsrc/fonts/fontconfig/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/fonts/fontconfig/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1520841634246390 Content-Disposition: inline Content-Length: 5352 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/fontconfig/Makefile diff -u pkgsrc/fonts/fontconfig/Makefile:1.104 pkgsrc/fonts/fontconfig/Makefile:1.105 --- pkgsrc/fonts/fontconfig/Makefile:1.104 Sun Mar 11 17:54:03 2018 +++ pkgsrc/fonts/fontconfig/Makefile Mon Mar 12 08:00:34 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.104 2018/03/11 17:54:03 wiz Exp $ +# $NetBSD: Makefile,v 1.105 2018/03/12 08:00:34 wiz Exp $ DISTNAME= fontconfig-2.13.0 CATEGORIES= fonts @@ -97,6 +97,7 @@ post-install: ${INSTALL_DATA} ${FILESDIR}/30-pkgsrc-aliases.conf ${DESTDIR}${TMPLDIR} .include "../../devel/zlib/buildlink3.mk" +.include "../../devel/libuuid/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" .include "../../textproc/expat/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/fonts/fontconfig/PLIST diff -u pkgsrc/fonts/fontconfig/PLIST:1.28 pkgsrc/fonts/fontconfig/PLIST:1.29 --- pkgsrc/fonts/fontconfig/PLIST:1.28 Mon Oct 2 14:42:44 2017 +++ pkgsrc/fonts/fontconfig/PLIST Mon Mar 12 08:00:34 2018 @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.28 2017/10/02 14:42:44 wiz Exp $ +@comment $NetBSD: PLIST,v 1.29 2018/03/12 08:00:34 wiz Exp $ bin/fc-cache bin/fc-cat +bin/fc-conflist bin/fc-list bin/fc-match bin/fc-pattern @@ -14,6 +15,7 @@ lib/libfontconfig.la lib/pkgconfig/fontconfig.pc man/man1/fc-cache.1 man/man1/fc-cat.1 +man/man1/fc-conflist.1 man/man1/fc-list.1 man/man1/fc-match.1 man/man1/fc-pattern.1 @@ -64,6 +66,9 @@ man/man3/FcConfigBuildFonts.3 man/man3/FcConfigCreate.3 man/man3/FcConfigDestroy.3 man/man3/FcConfigEnableHome.3 +man/man3/FcConfigFileInfoIterGet.3 +man/man3/FcConfigFileInfoIterInit.3 +man/man3/FcConfigFileInfoIterNext.3 man/man3/FcConfigFilename.3 man/man3/FcConfigGetBlanks.3 man/man3/FcConfigGetCache.3 @@ -87,6 +92,7 @@ man/man3/FcConfigSubstituteWithPat.3 man/man3/FcConfigUptoDate.3 man/man3/FcDefaultSubstitute.3 man/man3/FcDirCacheClean.3 +man/man3/FcDirCacheCreateUUID.3 man/man3/FcDirCacheLoad.3 man/man3/FcDirCacheLoadFile.3 man/man3/FcDirCacheRead.3 @@ -115,6 +121,7 @@ man/man3/FcFreeTypeCharIndex.3 man/man3/FcFreeTypeCharSet.3 man/man3/FcFreeTypeCharSetAndSpacing.3 man/man3/FcFreeTypeQuery.3 +man/man3/FcFreeTypeQueryAll.3 man/man3/FcFreeTypeQueryFace.3 man/man3/FcGetDefaultLangs.3 man/man3/FcGetLangs.3 @@ -218,7 +225,9 @@ man/man3/FcValueEqual.3 man/man3/FcValuePrint.3 man/man3/FcValueSave.3 man/man3/FcWeightFromOpenType.3 +man/man3/FcWeightFromOpenTypeDouble.3 man/man3/FcWeightToOpenType.3 +man/man3/FcWeightToOpenTypeDouble.3 man/man5/fonts-conf.5 share/doc/fontconfig/fontconfig-devel.pdf share/doc/fontconfig/fontconfig-devel.txt @@ -266,6 +275,9 @@ share/doc/fontconfig/fontconfig-devel/fc share/doc/fontconfig/fontconfig-devel/fcconfigcreate.html share/doc/fontconfig/fontconfig-devel/fcconfigdestroy.html share/doc/fontconfig/fontconfig-devel/fcconfigenablehome.html +share/doc/fontconfig/fontconfig-devel/fcconfigfileinfoiterget.html +share/doc/fontconfig/fontconfig-devel/fcconfigfileinfoiterinit.html +share/doc/fontconfig/fontconfig-devel/fcconfigfileinfoiternext.html share/doc/fontconfig/fontconfig-devel/fcconfigfilename.html share/doc/fontconfig/fontconfig-devel/fcconfiggetblanks.html share/doc/fontconfig/fontconfig-devel/fcconfiggetcache.html @@ -289,6 +301,7 @@ share/doc/fontconfig/fontconfig-devel/fc share/doc/fontconfig/fontconfig-devel/fcconfiguptodate.html share/doc/fontconfig/fontconfig-devel/fcdefaultsubstitute.html share/doc/fontconfig/fontconfig-devel/fcdircacheclean.html +share/doc/fontconfig/fontconfig-devel/fcdircachecreateuuid.html share/doc/fontconfig/fontconfig-devel/fcdircacheload.html share/doc/fontconfig/fontconfig-devel/fcdircacheloadfile.html share/doc/fontconfig/fontconfig-devel/fcdircacheread.html @@ -317,6 +330,7 @@ share/doc/fontconfig/fontconfig-devel/fc share/doc/fontconfig/fontconfig-devel/fcfreetypecharset.html share/doc/fontconfig/fontconfig-devel/fcfreetypecharsetandspacing.html share/doc/fontconfig/fontconfig-devel/fcfreetypequery.html +share/doc/fontconfig/fontconfig-devel/fcfreetypequeryall.html share/doc/fontconfig/fontconfig-devel/fcfreetypequeryface.html share/doc/fontconfig/fontconfig-devel/fcgetdefaultlangs.html share/doc/fontconfig/fontconfig-devel/fcgetlangs.html @@ -420,10 +434,12 @@ share/doc/fontconfig/fontconfig-devel/fc share/doc/fontconfig/fontconfig-devel/fcvalueprint.html share/doc/fontconfig/fontconfig-devel/fcvaluesave.html share/doc/fontconfig/fontconfig-devel/fcweightfromopentype.html +share/doc/fontconfig/fontconfig-devel/fcweightfromopentypedouble.html share/doc/fontconfig/fontconfig-devel/fcweighttoopentype.html +share/doc/fontconfig/fontconfig-devel/fcweighttoopentypedouble.html share/doc/fontconfig/fontconfig-devel/ln12.html share/doc/fontconfig/fontconfig-devel/t1.html -share/doc/fontconfig/fontconfig-devel/x102.html +share/doc/fontconfig/fontconfig-devel/x103.html share/doc/fontconfig/fontconfig-devel/x19.html share/doc/fontconfig/fontconfig-devel/x31.html share/doc/fontconfig/fontconfig-user.html @@ -466,4 +482,6 @@ share/fontconfig/conf.avail/70-no-bitmap share/fontconfig/conf.avail/70-yes-bitmaps.conf share/fontconfig/conf.avail/80-delicious.conf share/fontconfig/conf.avail/90-synthetic.conf +share/gettext/its/fontconfig.its +share/gettext/its/fontconfig.loc share/xml/fontconfig/fonts.dtd --_----------=_1520841634246390--