pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/fntsample fonts/fntsample: Update to 5.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d95b3f22fbc0
branches:  trunk
changeset: 385059:d95b3f22fbc0
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Mon Sep 10 20:43:24 2018 +0000

description:
fonts/fntsample: Update to 5.2.

Changes in version 5.2
- Fix handling of non-ASCII characters in pdfoutline

Changes in version 5.1
- Make writing outlines with Cairo actually work
- Fix typos

Changes in version 5.0
- Add command line flag that allows to use pango for text layout
- Add possiblility to create PDF outline directly using cairo
- Switch to CMake as build system
- Add command line flag for loading Unicode blocks file during runtime.

diffstat:

 fonts/fntsample/Makefile |  18 +++++++++++-------
 fonts/fntsample/distinfo |  18 +++++++++---------
 2 files changed, 20 insertions(+), 16 deletions(-)

diffs (61 lines):

diff -r d98a7bbbaba1 -r d95b3f22fbc0 fonts/fntsample/Makefile
--- a/fonts/fntsample/Makefile  Mon Sep 10 15:41:32 2018 +0000
+++ b/fonts/fntsample/Makefile  Mon Sep 10 20:43:24 2018 +0000
@@ -1,23 +1,27 @@
-# $NetBSD: Makefile,v 1.29 2018/08/22 09:45:06 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2018/09/10 20:43:24 fhajny Exp $
 #
 
-DISTNAME=      fntsample-4.1
-PKGREVISION=   5
+DISTNAME=      fntsample-5.2
 CATEGORIES=    fonts
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=fntsample/}
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=eugmes/}
+GITHUB_TAG=    release/${PKGVERSION_NOREV}
 
 DISTFILES=     ${DEFAULT_DISTFILES} Blocks.txt
 SITES.Blocks.txt=      http://unicode.org/Public/UNIDATA/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://fntsample.sourceforge.net/
+HOMEPAGE=      https://github.com/eugmes/fntsample/
 COMMENT=       Make font samples, similar to Unicode charts, showing Unicode coverage
 LICENSE=       gnu-gpl-v3
 
 USE_TOOLS+=    pkg-config gmake perl:run msgfmt
+USE_CMAKE=     yes
+
+WRKSRC=                ${WRKDIR}/${DISTNAME:S/-/-release-/}
+
 REPLACE_PERL=  pdfoutline.pl
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=       --with-unicode-blocks=${WRKDIR}/Blocks.txt
+
+CMAKE_ARGS+=   -DUNICODE_BLOCKS=${WRKDIR}/Blocks.txt
 
 .include "../../devel/pango/buildlink3.mk"
 .include "../../fonts/fontconfig/buildlink3.mk"
diff -r d98a7bbbaba1 -r d95b3f22fbc0 fonts/fntsample/distinfo
--- a/fonts/fntsample/distinfo  Mon Sep 10 15:41:32 2018 +0000
+++ b/fonts/fntsample/distinfo  Mon Sep 10 20:43:24 2018 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.3 2016/09/20 11:49:29 mef Exp $
+$NetBSD: distinfo,v 1.4 2018/09/10 20:43:24 fhajny Exp $
 
-SHA1 (Blocks.txt) = e1861d11aca3b2b56552e191ae02d914fd9c123a
-RMD160 (Blocks.txt) = 84ba62e0efa9089cee60a4f84e9946e392288bf3
-SHA512 (Blocks.txt) = a1fe7ef14a29f9891a21b520db69cc4468488d55409a7fbf945c9448a61b40bdc0eeecc6ae98eab3033913a0b9bc6a6588c905fe4386fc7a91c5d9b879ccb02e
-Size (Blocks.txt) = 7119 bytes
-SHA1 (fntsample-4.1.tar.gz) = 5c446bd09248bd97b3f42522ee1d2010821bc10a
-RMD160 (fntsample-4.1.tar.gz) = 1ad126aab52ff3e553a0a4071280bdeba59b540d
-SHA512 (fntsample-4.1.tar.gz) = 42729302ae75f4c41500431866b9b51fc96e6a754c2b2aa994b76e7ed476782e8f58f46cf70ca8fa2fde96b3d28e71a65d03f15882993def3cfe323873507b25
-Size (fntsample-4.1.tar.gz) = 190420 bytes
+SHA1 (Blocks.txt) = d818a80e192f3cee84be29c025baf5073ec43596
+RMD160 (Blocks.txt) = 40e2eb0bddcb02a5d0047b54b19fddbcf33acb9a
+SHA512 (Blocks.txt) = a18d23a696a9a0f37f1002ae687c508064809f544851f4b92d3272229560e79793c8e00afa50f23990753c932dfd19f870dc472e16c460e81d34227b44411a29
+Size (Blocks.txt) = 9779 bytes
+SHA1 (fntsample-5.2.tar.gz) = aa4e179f45113b0517f81038cf0d491591ca4e80
+RMD160 (fntsample-5.2.tar.gz) = b02651b7025f305b7bab1a32f467d300649c1199
+SHA512 (fntsample-5.2.tar.gz) = f80304471c214fb974623df26c6397a1b675a48aa54104217cbca6fdbc28ca746c37470ba97e6f4f5c2ce18ca233900bbf58dffc0480d3454c6c975090926a03
+Size (fntsample-5.2.tar.gz) = 55990 bytes



Home | Main Index | Thread Index | Old Index