Up to [cvs.NetBSD.org] / pkgsrc / x11 / hs-X11-xft
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Sat Feb 12 05:07:04 2022 UTC (4 months, 2 weeks ago) by pho
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
HEAD
Changes since 1.4: +3 -0
lines
Diff to previous 1.4 (colored)
Update to X11-xft-0.3.4 0.3.4 (2021-12-11) * Dropped support for GHC 7.10. * Added xftDrawStringFallback, which works like xftDrawString but supports font fallback. * Added xftTextAccumExtents, which works like xftTextExtents but possibly uses different fonts for different parts of the string and returns the accumulative extents. * Added the functions xftfont_max_ascent, xftfont_max_descent, and xftfont_max_height to gain information about a non-empty list of XftFonts. 0.3.3 (2021-12-01) * Fixed flipped green/blue values in XRenderColor.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Apr 24 19:04:20 2021 UTC (14 months ago) by pho
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.3: +19 -19
lines
Diff to previous 1.3 (colored)
Update PLIST
Revision 1.3 / (download) - annotate - [select for diffs], Mon May 11 17:52:21 2020 UTC (2 years, 1 month ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.2: +20 -22
lines
Diff to previous 1.2 (colored)
hs-*: add PLIST files These PLIST files have been autogenerated by mk/haskell.mk using HS_UPDATE_PLIST=yes during a bulk build. They will help to track changes to the packages. The Haskell packages didn't have PLIST files because their paths contained package hashes. These hashes are now determined by mk/haskell.mk, which makes it easy to generate easy to read PLIST files.
Revision 1.2, Thu Jan 2 16:52:57 2020 UTC (2 years, 5 months ago) by pho
Branch: MAIN
Changes since 1.1: +1 -1
lines
FILE REMOVED
Fix build with GHC 7.10.x
Revision 1.1 / (download) - annotate - [select for diffs], Thu May 22 21:36:32 2014 UTC (8 years, 1 month ago) by szptvlfn
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Import X11-xft-0.3.1 as x11/hs-X11-xft, packaged for wip by esg. Bindings to the Xft, X Free Type interface library, and some Xrender parts