pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/fntsample



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Fri Feb 18 20:46:44 UTC 2022

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/fonts/fntsample/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/fonts/fntsample/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/fonts/fntsample/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/fntsample/Makefile
diff -u pkgsrc/fonts/fntsample/Makefile:1.42 pkgsrc/fonts/fntsample/Makefile:1.43
--- pkgsrc/fonts/fntsample/Makefile:1.42        Wed Dec  8 16:04:22 2021
+++ pkgsrc/fonts/fntsample/Makefile     Fri Feb 18 20:46:44 2022
@@ -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 @@ USE_CMAKE=    yes
 
 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}
 

Index: pkgsrc/fonts/fntsample/PLIST
diff -u pkgsrc/fonts/fntsample/PLIST:1.1.1.1 pkgsrc/fonts/fntsample/PLIST:1.2
--- pkgsrc/fonts/fntsample/PLIST:1.1.1.1        Tue Sep 13 10:29:19 2011
+++ pkgsrc/fonts/fntsample/PLIST        Fri Feb 18 20:46:44 2022
@@ -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

Index: pkgsrc/fonts/fntsample/distinfo
diff -u pkgsrc/fonts/fntsample/distinfo:1.8 pkgsrc/fonts/fntsample/distinfo:1.9
--- pkgsrc/fonts/fntsample/distinfo:1.8 Tue Oct 26 10:27:07 2021
+++ pkgsrc/fonts/fntsample/distinfo     Fri Feb 18 20:46:44 2022
@@ -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