Date: Tue, 2 Oct 2012 02:55:08 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/172256: x11-fonts/pcf2bdf: Update MASTER_SITES Message-ID: <20121002025508.549bce499171b795cc92445e@yahoo.com> Resent-Message-ID: <201210011810.q91IAHpn015634@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 172256 >Category: ports >Synopsis: x11-fonts/pcf2bdf: Update MASTER_SITES >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 01 18:10:17 UTC 2012 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update MASTER_SITES and WWW: line - Add LICENSE - Support MANPREFIX >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-fonts/pcf2bdf/Makefile x11-fonts/pcf2bdf/Makefile --- /usr/ports/x11-fonts/pcf2bdf/Makefile 2012-08-16 04:26:13.000000000 +0900 +++ x11-fonts/pcf2bdf/Makefile 2012-10-01 23:53:20.000000000 +0900 @@ -1,20 +1,18 @@ -# New ports collection makefile for: pcf2bdf -# Date created: 2003/01/20 -# Whom: nork@FreeBSD.org -# +# Created by: nork@FreeBSD.org # $FreeBSD: ports/x11-fonts/pcf2bdf/Makefile,v 1.4 2012/08/15 19:26:13 tabthorpe Exp $ -# PORTNAME= pcf2bdf PORTVERSION= 1.04 CATEGORIES= x11-fonts -MASTER_SITES= http://www.tsg.ne.jp/GANA/S/pcf2bdf/ +MASTER_SITES= http://cloud.github.com/downloads/ganaware/pcf2bdf/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Convert X font from PCF to BDF -NO_WRKSUBDIR= YES +LICENSE= MIT + +NO_WRKSUBDIR= yes MAN1= pcf2bdf.1 PLIST_FILES= bin/pcf2bdf @@ -23,7 +21,8 @@ ${CXX} ${CXXFLAGS} -o ${WRKSRC}/pcf2bdf ${WRKSRC}/pcf2bdf.cc do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/pcf2bdf ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/pcf2bdf.man ${PREFIX}/man/man1/pcf2bdf.1 + (cd ${WRKSRC} \ + && ${INSTALL_PROGRAM} pcf2bdf ${PREFIX}/bin \ + && ${INSTALL_MAN} pcf2bdf.man ${MANPREFIX}/man/man1/pcf2bdf.1) .include <bsd.port.mk> diff -urN /usr/ports/x11-fonts/pcf2bdf/pkg-descr x11-fonts/pcf2bdf/pkg-descr --- /usr/ports/x11-fonts/pcf2bdf/pkg-descr 2003-01-20 23:27:51.000000000 +0900 +++ x11-fonts/pcf2bdf/pkg-descr 2012-09-27 20:15:23.000000000 +0900 @@ -5,3 +5,5 @@ FONTBOUNDINGBOX in a BDF file is not used by bdftopcf, so pcf2bdf generates irresponsible values. + +WWW: https://github.com/ganaware/pcf2bdf >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121002025508.549bce499171b795cc92445e>