From owner-svn-ports-all@FreeBSD.ORG Mon Jun 16 16:39:15 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 996A68E4; Mon, 16 Jun 2014 16:39:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7A9722448; Mon, 16 Jun 2014 16:39:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5GGdFud096013; Mon, 16 Jun 2014 16:39:15 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5GGdFHx096011; Mon, 16 Jun 2014 16:39:15 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201406161639.s5GGdFHx096011@svn.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 16 Jun 2014 16:39:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358023 - in head/hebrew/culmus: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2014 16:39:15 -0000 Author: vanilla Date: Mon Jun 16 16:39:14 2014 New Revision: 358023 URL: http://svnweb.freebsd.org/changeset/ports/358023 QAT: https://qat.redports.org/buildarchive/r358023/ Log: Stagify. Approved by: portmgr@ Added: head/hebrew/culmus/files/ head/hebrew/culmus/files/pkg-message.in (contents, props changed) Deleted: head/hebrew/culmus/pkg-message Modified: head/hebrew/culmus/Makefile Modified: head/hebrew/culmus/Makefile ============================================================================== --- head/hebrew/culmus/Makefile Mon Jun 16 16:35:08 2014 (r358022) +++ head/hebrew/culmus/Makefile Mon Jun 16 16:39:14 2014 (r358023) @@ -15,19 +15,16 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11- mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale NO_BUILD= yes +SUB_FILES= pkg-message -NO_STAGE= yes do-install: - ${MKDIR} ${LOCALBASE}/lib/X11/fonts/culmus + ${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/fonts/culmus . for filename in AharoniCLM-Bold AharoniCLM-BoldOblique AharoniCLM-Book AharoniCLM-BookOblique CaladingsCLM DavidCLM-Bold DavidCLM-Medium DavidCLM-MediumItalic DrugulinCLM-Bold DrugulinCLM-BoldItalic ElliniaCLM-Bold ElliniaCLM-BoldItalic ElliniaCLM-Light ElliniaCLM-LightItalic FrankRuehlCLM-Bold FrankRuehlCLM-BoldOblique FrankRuehlCLM-Medium FrankRuehlCLM-MediumOblique MiriamCLM-Bold MiriamCLM-Book MiriamMonoCLM-Bold MiriamMonoCLM-BoldOblique MiriamMonoCLM-Book MiriamMonoCLM-BookOblique NachlieliCLM-Bold NachlieliCLM-BoldOblique NachlieliCLM-Light NachlieliCLM-LightOblique YehudaCLM-Bold YehudaCLM-Light - ${INSTALL_DATA} ${WRKSRC}/${filename}.afm ${PREFIX}/lib/X11/fonts/culmus - ${INSTALL_DATA} ${WRKSRC}/${filename}.pfa ${PREFIX}/lib/X11/fonts/culmus + ${INSTALL_DATA} ${WRKSRC}/${filename}.afm ${STAGEDIR}${PREFIX}/lib/X11/fonts/culmus + ${INSTALL_DATA} ${WRKSRC}/${filename}.pfa ${STAGEDIR}${PREFIX}/lib/X11/fonts/culmus . endfor @cd ${WRKSRC}; ${PREFIX}/bin/mkfontscale; ${PREFIX}/bin/mkfontdir - ${INSTALL_DATA} ${WRKSRC}/fonts.dir ${PREFIX}/lib/X11/fonts/culmus - ${INSTALL_DATA} ${WRKSRC}/fonts.scale ${PREFIX}/lib/X11/fonts/culmus - -post-install: - @${SED} "s|PREFIX|${PREFIX}|" ${PKGMESSAGE} + ${INSTALL_DATA} ${WRKSRC}/fonts.dir ${STAGEDIR}${PREFIX}/lib/X11/fonts/culmus + ${INSTALL_DATA} ${WRKSRC}/fonts.scale ${STAGEDIR}${PREFIX}/lib/X11/fonts/culmus .include Added: head/hebrew/culmus/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/hebrew/culmus/files/pkg-message.in Mon Jun 16 16:39:14 2014 (r358023) @@ -0,0 +1,13 @@ +You'll have to add this port's directory (%%PREFIX%%/lib/X11/fonts/culmus +to you're X font path. Here's how: + +$ xset fp+ %%PREFIX%%/lib/X11/fonts/culmus +$ xset fp rehash + +or by adding a FontPath line for it in the X-server configuration file +(usually /etc/XF86Config or /etc/Xaccel.ini) and restarting the +X-server. + +If you're using XFS it is also a good idea to add this directory to +your "catalogue" line in the XFS configuration file: +%%PREFIX%%/lib/X11/fs/config