Date: Thu, 25 Oct 2012 01:33:33 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306365 - head/x11-fonts/pcf2bdf Message-ID: <201210250133.q9P1XXIi041823@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhale Date: Thu Oct 25 01:33:33 2012 New Revision: 306365 URL: http://svn.freebsd.org/changeset/ports/306365 Log: - Update MASTER_SITES - Respect MANPREFIX - Add LICENSE (MIT) - Trim Makefile header - Add WWW to pkg-descr PR: ports/172256 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Approved by: makc, avilla (mentors, implicit) Feature safe: yes Modified: head/x11-fonts/pcf2bdf/Makefile head/x11-fonts/pcf2bdf/pkg-descr (contents, props changed) Modified: head/x11-fonts/pcf2bdf/Makefile ============================================================================== --- head/x11-fonts/pcf2bdf/Makefile Thu Oct 25 01:33:24 2012 (r306364) +++ head/x11-fonts/pcf2bdf/Makefile Thu Oct 25 01:33:33 2012 (r306365) @@ -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$ -# 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 @@ -24,6 +22,6 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pcf2bdf ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/pcf2bdf.man ${PREFIX}/man/man1/pcf2bdf.1 + ${INSTALL_MAN} ${WRKSRC}/pcf2bdf.man ${MANPREFIX}/man/man1/pcf2bdf.1 .include <bsd.port.mk> Modified: head/x11-fonts/pcf2bdf/pkg-descr ============================================================================== --- head/x11-fonts/pcf2bdf/pkg-descr Thu Oct 25 01:33:24 2012 (r306364) +++ head/x11-fonts/pcf2bdf/pkg-descr Thu Oct 25 01:33:33 2012 (r306365) @@ -5,3 +5,5 @@ be found in your PATH. FONTBOUNDINGBOX in a BDF file is not used by bdftopcf, so pcf2bdf generates irresponsible values. + +WWW: https://github.com/ganaware/pcf2bdf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210250133.q9P1XXIi041823>