Received: by mail.netbsd.org (Postfix, from userid 605) id E747F84EA8; Tue, 6 Sep 2022 08:37:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 29A4084EA3 for ; Tue, 6 Sep 2022 08:37:02 +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 TmNIpzY63ByT for ; Tue, 6 Sep 2022 08:37:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4A5F684D3F for ; Tue, 6 Sep 2022 08:37:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3D050FA90; Tue, 6 Sep 2022 08:37:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1662453421246330" MIME-Version: 1.0 Date: Tue, 6 Sep 2022 08:37:01 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/libXft To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220906083701.3D050FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1662453421246330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Sep 6 08:37:01 UTC 2022 Modified Files: pkgsrc/x11/libXft: Makefile PLIST distinfo Log Message: libXft: update to 2.3.5. Version 2.3.5 Add support for BGRA glyphs display and scaling Add "trackmemusage" property to use in improved _XftFontUncacheGlyph Revised/completed manual page; all functions are documented. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/x11/libXft/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/libXft/PLIST cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/libXft/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1662453421246330 Content-Disposition: inline Content-Length: 4235 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/libXft/Makefile diff -u pkgsrc/x11/libXft/Makefile:1.26 pkgsrc/x11/libXft/Makefile:1.27 --- pkgsrc/x11/libXft/Makefile:1.26 Fri Jul 8 06:39:57 2022 +++ pkgsrc/x11/libXft/Makefile Tue Sep 6 08:37:01 2022 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.26 2022/07/08 06:39:57 nia Exp $ +# $NetBSD: Makefile,v 1.27 2022/09/06 08:37:01 wiz Exp $ -DISTNAME= libXft-2.3.4 +DISTNAME= libXft-2.3.5 CATEGORIES= x11 fonts MASTER_SITES= ${MASTER_SITE_XORG:=lib/} -EXTRACT_SUFX= .tar.bz2 +EXTRACT_SUFX= .tar.xz MAINTAINER= joerg@NetBSD.org HOMEPAGE= https://www.freedesktop.org/wiki/Software/Xft/ Index: pkgsrc/x11/libXft/PLIST diff -u pkgsrc/x11/libXft/PLIST:1.3 pkgsrc/x11/libXft/PLIST:1.4 --- pkgsrc/x11/libXft/PLIST:1.3 Sun Jun 3 17:43:11 2012 +++ pkgsrc/x11/libXft/PLIST Tue Sep 6 08:37:01 2022 @@ -1,6 +1,83 @@ -@comment $NetBSD: PLIST,v 1.3 2012/06/03 17:43:11 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2022/09/06 08:37:01 wiz Exp $ include/X11/Xft/Xft.h include/X11/Xft/XftCompat.h lib/libXft.la lib/pkgconfig/xft.pc man/man3/Xft.3 +man/man3/XftCharExists.3 +man/man3/XftCharFontSpecRender.3 +man/man3/XftCharIndex.3 +man/man3/XftCharSpecRender.3 +man/man3/XftColorAllocName.3 +man/man3/XftColorAllocValue.3 +man/man3/XftColorFree.3 +man/man3/XftDefaultHasRender.3 +man/man3/XftDefaultSet.3 +man/man3/XftDefaultSubstitute.3 +man/man3/XftDrawChange.3 +man/man3/XftDrawCharFontSpec.3 +man/man3/XftDrawCharSpec.3 +man/man3/XftDrawColormap.3 +man/man3/XftDrawCreate.3 +man/man3/XftDrawCreateAlpha.3 +man/man3/XftDrawCreateBitmap.3 +man/man3/XftDrawDestroy.3 +man/man3/XftDrawDisplay.3 +man/man3/XftDrawDrawable.3 +man/man3/XftDrawGlyphFontSpec.3 +man/man3/XftDrawGlyphSpec.3 +man/man3/XftDrawGlyphs.3 +man/man3/XftDrawPicture.3 +man/man3/XftDrawRect.3 +man/man3/XftDrawSetClip.3 +man/man3/XftDrawSetClipRectangles.3 +man/man3/XftDrawSetSubwindowMode.3 +man/man3/XftDrawSrcPicture.3 +man/man3/XftDrawString16.3 +man/man3/XftDrawString32.3 +man/man3/XftDrawString8.3 +man/man3/XftDrawStringUtf16.3 +man/man3/XftDrawStringUtf8.3 +man/man3/XftDrawVisual.3 +man/man3/XftFontCheckGlyph.3 +man/man3/XftFontClose.3 +man/man3/XftFontCopy.3 +man/man3/XftFontInfoCreate.3 +man/man3/XftFontInfoDestroy.3 +man/man3/XftFontInfoEqual.3 +man/man3/XftFontInfoHash.3 +man/man3/XftFontLoadGlyphs.3 +man/man3/XftFontMatch.3 +man/man3/XftFontOpen.3 +man/man3/XftFontOpenInfo.3 +man/man3/XftFontOpenName.3 +man/man3/XftFontOpenPattern.3 +man/man3/XftFontOpenXlfd.3 +man/man3/XftFontUnloadGlyphs.3 +man/man3/XftGetVersion.3 +man/man3/XftGlyphExtents.3 +man/man3/XftGlyphFontSpecRender.3 +man/man3/XftGlyphRender.3 +man/man3/XftGlyphSpecRender.3 +man/man3/XftInit.3 +man/man3/XftInitFtLibrary.3 +man/man3/XftListFonts.3 +man/man3/XftLockFace.3 +man/man3/XftNameParse.3 +man/man3/XftNameUnparse.3 +man/man3/XftTextExtents16.3 +man/man3/XftTextExtents32.3 +man/man3/XftTextExtents8.3 +man/man3/XftTextExtentsUtf16.3 +man/man3/XftTextExtentsUtf8.3 +man/man3/XftTextRender16.3 +man/man3/XftTextRender16BE.3 +man/man3/XftTextRender16LE.3 +man/man3/XftTextRender32.3 +man/man3/XftTextRender32BE.3 +man/man3/XftTextRender32LE.3 +man/man3/XftTextRender8.3 +man/man3/XftTextRenderUtf16.3 +man/man3/XftTextRenderUtf8.3 +man/man3/XftUnlockFace.3 +man/man3/XftXlfdParse.3 Index: pkgsrc/x11/libXft/distinfo diff -u pkgsrc/x11/libXft/distinfo:1.15 pkgsrc/x11/libXft/distinfo:1.16 --- pkgsrc/x11/libXft/distinfo:1.15 Tue Oct 26 11:34:06 2021 +++ pkgsrc/x11/libXft/distinfo Tue Sep 6 08:37:01 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2021/10/26 11:34:06 nia Exp $ +$NetBSD: distinfo,v 1.16 2022/09/06 08:37:01 wiz Exp $ -BLAKE2s (libXft-2.3.4.tar.bz2) = 6f4f2037336ca0bf3017b9bcc0d9d9a267238683635f8426c1ef05bf3bd4b36a -SHA512 (libXft-2.3.4.tar.bz2) = 5bb019750982ed4643880efd7368bc226ad49cfa8c0c8c6d4614dfeed74f588c65e1ba69adcc12284ec07d841e5b58fc1c27f3fddf83fe1a2837b29dd9ecec51 -Size (libXft-2.3.4.tar.bz2) = 359088 bytes +BLAKE2s (libXft-2.3.5.tar.xz) = 4736b9b48f53e4ed0ebd7259d97d406c7e2e1f95f9bc24d33e4eac749e2bdf96 +SHA512 (libXft-2.3.5.tar.xz) = e1e037dbc4f8bbf8204bdf99a199c82b5f1182875d28bd9f0a4ec2aec95b05de21e97029ec036b9a3f70f1d6e8a42f0052f4ab30809aee7411fa2e438899db9e +Size (libXft-2.3.5.tar.xz) = 303772 bytes --_----------=_1662453421246330--