pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/bdftopcf



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov  8 08:43:46 UTC 2017

Modified Files:
        pkgsrc/fonts/bdftopcf: Makefile distinfo

Log Message:
bdftopcf: update to 1.1.

This release imports the libXfont 1.x BDF-reading and PCF-writing code,
as this program is the only known user of that code and libXfont 1.x is
otherwise unmaintained. No functional difference should be apparent,
this is just another step towards eliminating the old version of
libXfont from the world.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/fonts/bdftopcf/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/fonts/bdftopcf/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/bdftopcf/Makefile
diff -u pkgsrc/fonts/bdftopcf/Makefile:1.12 pkgsrc/fonts/bdftopcf/Makefile:1.13
--- pkgsrc/fonts/bdftopcf/Makefile:1.12 Wed Dec 31 14:12:49 2014
+++ pkgsrc/fonts/bdftopcf/Makefile      Wed Nov  8 08:43:45 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2014/12/31 14:12:49 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2017/11/08 08:43:45 wiz Exp $
 
-DISTNAME=              bdftopcf-1.0.5
+DISTNAME=              bdftopcf-1.1
 CATEGORIES=            fonts
 MASTER_SITES=          ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=          .tar.bz2
@@ -14,5 +14,6 @@ GNU_CONFIGURE=                yes
 
 CONFIGURE_ENV+=                APP_MAN_SUFFIX=1
 
-.include "../../x11/libXfont/buildlink3.mk"
+.include "../../x11/fontsproto/buildlink3.mk"
+.include "../../x11/xproto/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/fonts/bdftopcf/distinfo
diff -u pkgsrc/fonts/bdftopcf/distinfo:1.7 pkgsrc/fonts/bdftopcf/distinfo:1.8
--- pkgsrc/fonts/bdftopcf/distinfo:1.7  Tue Nov  3 20:44:29 2015
+++ pkgsrc/fonts/bdftopcf/distinfo      Wed Nov  8 08:43:45 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2015/11/03 20:44:29 agc Exp $
+$NetBSD: distinfo,v 1.8 2017/11/08 08:43:45 wiz Exp $
 
-SHA1 (bdftopcf-1.0.5.tar.bz2) = 93fca9876367b0950b57680237a7dfc1a520ffac
-RMD160 (bdftopcf-1.0.5.tar.bz2) = 996829d8eb375690a5c0f2525625ccf9e7991d47
-SHA512 (bdftopcf-1.0.5.tar.bz2) = 9c6a156c8932579ee37699efaee3b1421d04d55ca0a62ca850a69cc65c21c7d9366b5a090b6a40e927504df16fecfdb484606052adc1038ca25e797f7e8c86c3
-Size (bdftopcf-1.0.5.tar.bz2) = 123291 bytes
+SHA1 (bdftopcf-1.1.tar.bz2) = 48a783337a5aa49ebc102c9788ff0f43ea35c5c4
+RMD160 (bdftopcf-1.1.tar.bz2) = eaf9c8341ceeb03592601e3da82899514fdf0f4a
+SHA512 (bdftopcf-1.1.tar.bz2) = 7b790e8d512ca2812ac889c156ef91c48798b4744a6857e5b17e0128764b5afa8c5426fe5de05a9819d64745116718db4221b3e657e3c2633465e87179c44bec
+Size (bdftopcf-1.1.tar.bz2) = 150815 bytes



Home | Main Index | Thread Index | Old Index