Tue Jan 29 05:50:42 2013 UTC ()
Update to 1.0.4:
This minor maintenance release includes several years of build improvements,
cleanups, and bug fixes; including making the build configuration scripts
compatible with automake-1.13.

Alan Coopersmith (7):
      Adopt X.Org standard coding style (via x-indent.sh)
      Initialize font to 0 values directly instead of via bzero
      Combine usage message strings
      Add -v flag to print version info
      Use symbolic names instead of raw integers for stdin & stdout fd's
      Use remove() instead of unlink() to remove files
      bdftopcf 1.0.4

Gaetan Nadon (4):
      config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      man: remove trailing spaces and tabs
      config: move man pages into their own directory


(wiz)
diff -r1.8 -r1.9 pkgsrc/fonts/bdftopcf/Makefile
diff -r1.4 -r1.5 pkgsrc/fonts/bdftopcf/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/fonts/bdftopcf/Makefile (expand / switch to unified diff)

--- pkgsrc/fonts/bdftopcf/Makefile 2012/10/03 18:28:17 1.8
+++ pkgsrc/fonts/bdftopcf/Makefile 2013/01/29 05:50:42 1.9
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.8 2012/10/03 18:28:17 asau Exp $ 1# $NetBSD: Makefile,v 1.9 2013/01/29 05:50:42 wiz Exp $
2# 2#
3 3
4DISTNAME= bdftopcf-1.0.3 4DISTNAME= bdftopcf-1.0.4
5CATEGORIES= fonts 5CATEGORIES= fonts
6MASTER_SITES= ${MASTER_SITE_XORG:=app/} 6MASTER_SITES= ${MASTER_SITE_XORG:=app/}
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= joerg@NetBSD.org 9MAINTAINER= joerg@NetBSD.org
10HOMEPAGE= http://xorg.freedesktop.org/ 10HOMEPAGE= http://xorg.freedesktop.org/
11COMMENT= BDF to PCF font converter for X11 11COMMENT= BDF to PCF font converter for X11
12 12
13USE_TOOLS+= pkg-config 13USE_TOOLS+= pkg-config
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15 15
16CONFIGURE_ENV+= APP_MAN_SUFFIX=1 16CONFIGURE_ENV+= APP_MAN_SUFFIX=1
17 17

cvs diff -r1.4 -r1.5 pkgsrc/fonts/bdftopcf/distinfo (expand / switch to unified diff)

--- pkgsrc/fonts/bdftopcf/distinfo 2012/08/12 16:03:24 1.4
+++ pkgsrc/fonts/bdftopcf/distinfo 2013/01/29 05:50:42 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2012/08/12 16:03:24 wiz Exp $ 1$NetBSD: distinfo,v 1.5 2013/01/29 05:50:42 wiz Exp $
2 2
3SHA1 (bdftopcf-1.0.3.tar.bz2) = 146b4ece2867479045c3b4593b22c9f1d21da14a 3SHA1 (bdftopcf-1.0.4.tar.bz2) = 6010f4748d30007ebfeaa8cb053ec3c2e9bbda34
4RMD160 (bdftopcf-1.0.3.tar.bz2) = fc6cc11affa100aa7e5d25a011d8045b3b7ff746 4RMD160 (bdftopcf-1.0.4.tar.bz2) = a8f96877887bc978b0076102ce91276838497277
5Size (bdftopcf-1.0.3.tar.bz2) = 104929 bytes 5Size (bdftopcf-1.0.4.tar.bz2) = 116380 bytes