pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/fonts/harfbuzz



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Apr 18 14:32:02 UTC 2020

Modified Files:
        pkgsrc/fonts/harfbuzz: Makefile PLIST distinfo

Log Message:
harfbuzz: Update to 2.6.5

Overview of changes leading to 2.6.5
Friday, April 17, 2020
====================================
- Add experimental meson build system.  Autotools is still the primary
  and supported build system.
- AAT is now always preferred for horizontal scripts when both AAT and OT
  layout tables exist at the same time.
- Subsetter improvements.
- New API:
+hb_ft_font_lock_face()
+hb_ft_font_unlock_face()


To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 pkgsrc/fonts/harfbuzz/Makefile
cvs rdiff -u -r1.37 -r1.38 pkgsrc/fonts/harfbuzz/PLIST
cvs rdiff -u -r1.93 -r1.94 pkgsrc/fonts/harfbuzz/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/fonts/harfbuzz/Makefile
diff -u pkgsrc/fonts/harfbuzz/Makefile:1.125 pkgsrc/fonts/harfbuzz/Makefile:1.126
--- pkgsrc/fonts/harfbuzz/Makefile:1.125        Sun Apr 12 08:28:38 2020
+++ pkgsrc/fonts/harfbuzz/Makefile      Sat Apr 18 14:32:02 2020
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.125 2020/04/12 08:28:38 adam Exp $
+# $NetBSD: Makefile,v 1.126 2020/04/18 14:32:02 nia Exp $
 
-DISTNAME=      harfbuzz-2.6.4
-PKGREVISION=   3
+DISTNAME=      harfbuzz-2.6.5
 CATEGORIES=    fonts
-MASTER_SITES=  https://www.freedesktop.org/software/harfbuzz/release/
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=harfbuzz/}
+GITHUB_RELEASE=        ${PKGVERSION_NOREV}
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://www.freedesktop.org/wiki/Software/HarfBuzz/
+HOMEPAGE=      https://harfbuzz.github.io/
 COMMENT=       OpenType text shaping engine
 LICENSE=       mit
 

Index: pkgsrc/fonts/harfbuzz/PLIST
diff -u pkgsrc/fonts/harfbuzz/PLIST:1.37 pkgsrc/fonts/harfbuzz/PLIST:1.38
--- pkgsrc/fonts/harfbuzz/PLIST:1.37    Tue Aug 20 12:09:04 2019
+++ pkgsrc/fonts/harfbuzz/PLIST Sat Apr 18 14:32:02 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.37 2019/08/20 12:09:04 wiz Exp $
+@comment $NetBSD: PLIST,v 1.38 2020/04/18 14:32:02 nia Exp $
 bin/hb-ot-shape-closure
 bin/hb-shape
 bin/hb-subset
@@ -9,6 +9,7 @@ include/harfbuzz/hb-buffer.h
 include/harfbuzz/hb-common.h
 ${PLIST.coretext}include/harfbuzz/hb-coretext.h
 include/harfbuzz/hb-deprecated.h
+include/harfbuzz/hb-draw.h
 include/harfbuzz/hb-face.h
 include/harfbuzz/hb-font.h
 include/harfbuzz/hb-ft.h

Index: pkgsrc/fonts/harfbuzz/distinfo
diff -u pkgsrc/fonts/harfbuzz/distinfo:1.93 pkgsrc/fonts/harfbuzz/distinfo:1.94
--- pkgsrc/fonts/harfbuzz/distinfo:1.93 Thu Oct 31 16:30:09 2019
+++ pkgsrc/fonts/harfbuzz/distinfo      Sat Apr 18 14:32:02 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.93 2019/10/31 16:30:09 nia Exp $
+$NetBSD: distinfo,v 1.94 2020/04/18 14:32:02 nia Exp $
 
-SHA1 (harfbuzz-2.6.4.tar.xz) = abaeb9bca4f79edaff708dc124a81f9d34499acd
-RMD160 (harfbuzz-2.6.4.tar.xz) = 19176eb00b99a7d33c465436c13904d90f1a7253
-SHA512 (harfbuzz-2.6.4.tar.xz) = d8664bb64fda11ff7646693070637e3827f8b3d1de50e11ecf108ce4d19c878b26b2ba4cff278da6e6cc0cb431e1630d9eaa7c32a9bebb9655a7aa8dabf7114f
-Size (harfbuzz-2.6.4.tar.xz) = 5967468 bytes
+SHA1 (harfbuzz-2.6.5.tar.xz) = 1c82e7a40cbd673ba1656f83d56e95d92a5a9bd7
+RMD160 (harfbuzz-2.6.5.tar.xz) = 6913f066d3c45993d12ae74081b5136b04385984
+SHA512 (harfbuzz-2.6.5.tar.xz) = ae66211f9b4233c1da4b22b703ab4912f684390294c5c88113e6c927d5aeda8960da3ff607a7c7be5968d9fbb5a95b1f6933070d0aab2aa442a3ec8a112cd16f
+Size (harfbuzz-2.6.5.tar.xz) = 8510596 bytes



Home | Main Index | Thread Index | Old Index