From owner-freebsd-ports Sun Jul 2 13:10: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 74A5737BE4D for ; Sun, 2 Jul 2000 13:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA45028; Sun, 2 Jul 2000 13:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id AB81337BBD8 for ; Sun, 2 Jul 2000 13:02:03 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.15 #1) id 138pRN-0003Cf-00 for FreeBSD-gnats-submit@freebsd.org; Sun, 02 Jul 2000 20:30:05 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.15 #1) id 138pRN-0004PB-00 for FreeBSD-gnats-submit@freebsd.org; Sun, 02 Jul 2000 20:30:05 +0100 Message-Id: Date: Sun, 02 Jul 2000 20:30:05 +0100 From: Ben Smithurst Reply-To: ben@scientia.demon.co.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/19651: update port: fontedit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19651 >Category: ports >Synopsis: update port: fontedit >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 02 13:10:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Ben Smithurst >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: >Description: This is just a very minor change to the fontdump program, - printf("- %c ----\n", isprint(ch) ? ch : ' '); + printf("- %c ----\n", (isprint(ch) || ch > 127) ? ch : ' '); so that non-English characters get labelled correctly in the output. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /usr/cvs/ports/sysutils/fontedit/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 2000/06/22 10:31:27 1.1.1.1 +++ Makefile 2000/07/02 19:25:16 @@ -5,7 +5,7 @@ # $FreeBSD: ports/sysutils/fontedit/Makefile,v 1.1.1.1 2000/06/22 10:31:27 sobomax Exp $ PORTNAME= fontedit -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= sysutils MASTER_SITES= http://www.scientia.demon.co.uk/users/ben/tarballs/ \ ftp://ukug.uk.freebsd.org/pub/mark/fontmake/ Index: files/md5 =================================================================== RCS file: /usr/cvs/ports/sysutils/fontedit/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- files/md5 2000/06/22 10:31:27 1.1.1.1 +++ files/md5 2000/07/02 19:25:09 @@ -1 +1 @@ -MD5 (fontedit-1.0.tar.gz) = 3ce2561db3c75d232a3938faeb159485 +MD5 (fontedit-1.1.tar.gz) = 91ec8b348da91942245bc4a0f9b8fe39 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message