pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/fntsample fntsample: update to 5.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/544a20ec5f58
branches:  trunk
changeset: 374310:544a20ec5f58
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Fri Feb 18 20:46:44 2022 +0000

description:
fntsample: update to 5.4.

Changes in version 5.4:

* Fixed handling of PDF files with already existing outlines
  in pdfoutline.
* Added a script for extracting outlines from PDF files
  (pdf-extract-outline).
* Pango is always used to draw glyphs, options -p and --use-pango are
  accepted but ignored.
* Fixed possible outline corruption in pdfoutline with some versions
  of PDF::API2 library (Yifeng Li).
* Various code and build system cleanups.

diffstat:

 fonts/fntsample/Makefile |   7 +++----
 fonts/fntsample/PLIST    |   4 +++-
 fonts/fntsample/distinfo |  14 +++++++-------
 3 files changed, 13 insertions(+), 12 deletions(-)

diffs (56 lines):

diff -r cc42e8ba1360 -r 544a20ec5f58 fonts/fntsample/Makefile
--- a/fonts/fntsample/Makefile  Fri Feb 18 20:34:07 2022 +0000
+++ b/fonts/fntsample/Makefile  Fri Feb 18 20:46:44 2022 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.42 2021/12/08 16:04:22 adam Exp $
+# $NetBSD: Makefile,v 1.43 2022/02/18 20:46:44 fcambus Exp $
 #
 
-VERSION=       5.3
+VERSION=       5.4
 DISTNAME=      fntsample-${VERSION}
-PKGREVISION=   6
 CATEGORIES=    fonts
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=eugmes/}
 GITHUB_TAG=    release/${VERSION}
@@ -22,7 +21,7 @@
 
 WRKSRC=                ${WRKDIR}/${DISTNAME:S/-/-release-/}
 
-REPLACE_PERL=  pdfoutline.pl
+REPLACE_PERL=  scripts/pdfoutline.pl scripts/pdf-extract-outline.pl
 
 CMAKE_ARGS+=   -DUNICODE_BLOCKS=${WRKDIR}/${BLOCKS_TXT}
 
diff -r cc42e8ba1360 -r 544a20ec5f58 fonts/fntsample/PLIST
--- a/fonts/fntsample/PLIST     Fri Feb 18 20:34:07 2022 +0000
+++ b/fonts/fntsample/PLIST     Fri Feb 18 20:46:44 2022 +0000
@@ -1,6 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/09/13 10:29:19 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/02/18 20:46:44 fcambus Exp $
 bin/fntsample
+bin/pdf-extract-outline
 bin/pdfoutline
 man/man1/fntsample.1
+man/man1/pdf-extract-outline.1
 man/man1/pdfoutline.1
 share/locale/uk/LC_MESSAGES/fntsample.mo
diff -r cc42e8ba1360 -r 544a20ec5f58 fonts/fntsample/distinfo
--- a/fonts/fntsample/distinfo  Fri Feb 18 20:34:07 2022 +0000
+++ b/fonts/fntsample/distinfo  Fri Feb 18 20:46:44 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 10:27:07 nia Exp $
+$NetBSD: distinfo,v 1.9 2022/02/18 20:46:44 fcambus Exp $
 
-BLAKE2s (Blocks-20190308.txt) = ba3796ff742721987e18d663831a8d40fa40d30ee2904bad35eb4c9a52b3e9db
-SHA512 (Blocks-20190308.txt) = 2cd8a92ec3feabd77ddd48f7553287c057b9ff968244a91a29754837fe4e02175a0fd9d848bdab946fc44bd249442fe5862bb892d0e714ee3dadd571f1f7b77c
-Size (Blocks-20190308.txt) = 10086 bytes
-BLAKE2s (fntsample-5.3.tar.gz) = 0e50ec6021583b0c4770d845b797b15d0e30da8c39e9308e9a83b653c6055a7e
-SHA512 (fntsample-5.3.tar.gz) = 8490ce8746debf1e056ebed71fe5b4023e2ba6905bec100687c69b062bc31fbdfa98ba57ebdc05d7399c3d2ce946513c70f1eb38d842324710065976ed0aa341
-Size (fntsample-5.3.tar.gz) = 56508 bytes
+BLAKE2s (Blocks-20190308.txt) = 5f76d535e9d7a4beeab8610f5b54489b7a2405682b172dc6fce5c5683fc815cd
+SHA512 (Blocks-20190308.txt) = 65b5e88b51b52cb05cc36c8bf285cf78b5da0a2e8f034ad2bbe38333df3011c4ff2df4319ff4467164b1378fcf6645ad8ce50ef521e0af5a11c940a89c4c9f62
+Size (Blocks-20190308.txt) = 10720 bytes
+BLAKE2s (fntsample-5.4.tar.gz) = 6e671d6fa9972af09f3c79fd178f59fff72545b606dd9844a959c99aeaa59cd1
+SHA512 (fntsample-5.4.tar.gz) = 1355ab6bfa7da442e497cc64ed9a6063e4aea9ae8ef7b3a594df9a7d2cc355eb6c9338f680da50c9bd6414c2337bc17fe451acddcee0a8c7da274dd2f6bba605
+Size (fntsample-5.4.tar.gz) = 62162 bytes



Home | Main Index | Thread Index | Old Index