Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Aug 2015 19:55:14 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393970 - in head/hebrew/elmar-fonts: . files
Message-ID:  <201508111955.t7BJtEjN008457@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Tue Aug 11 19:55:13 2015
New Revision: 393970
URL: https://svnweb.freebsd.org/changeset/ports/393970

Log:
  hebrew/elmar-fonts: some fixes in Makefile, pet portlint
  
  - Fix Makefile according to portlint checkings
  - Move pkg-message to ${FILESDIR}/pkg-message.in
  
  PR:		202219
  Submitted by:	Carlos Jacobo Puga Medina <cpm@fbsd.es>

Added:
  head/hebrew/elmar-fonts/files/
  head/hebrew/elmar-fonts/files/pkg-message.in
     - copied unchanged from r393963, head/hebrew/elmar-fonts/pkg-message
Deleted:
  head/hebrew/elmar-fonts/pkg-message
Modified:
  head/hebrew/elmar-fonts/Makefile

Modified: head/hebrew/elmar-fonts/Makefile
==============================================================================
--- head/hebrew/elmar-fonts/Makefile	Tue Aug 11 19:50:39 2015	(r393969)
+++ head/hebrew/elmar-fonts/Makefile	Tue Aug 11 19:55:13 2015	(r393970)
@@ -1,21 +1,24 @@
 # Created by: nadav@cs.technion.ac.il
 # $FreeBSD$
 
-PORTNAME=	elmar-fonts
+PORTNAME=	elmar
 PORTVERSION=	3.3
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	hebrew x11-fonts
+MASTER_SITES=	ftp://ftp.elmar.co.il/Portable/fonts/
+PKGNAMESUFFIX=	-fonts
 DISTNAME=	H.fonts
-EXTRACT_SUFX=	.tar.Z
 
 MAINTAINER=	cpm@fbsd.es
-COMMENT=	Collection of Hebrew fonts from El-Mar software Ltd
+COMMENT=	Collection of Hebrew fonts from El-Mar software, Ltd
 
-USES=		fonts
+USES=		fonts tar:Z
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 FONTNAME=	hebrew
 
+SUB_FILES=	pkg-message
+
 do-install:
 	@${MKDIR} ${STAGEDIR}${FONTSDIR}
 	${TAR} -C ${STAGEDIR}${FONTSDIR} -xZpf \

Copied: head/hebrew/elmar-fonts/files/pkg-message.in (from r393963, head/hebrew/elmar-fonts/pkg-message)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/hebrew/elmar-fonts/files/pkg-message.in	Tue Aug 11 19:55:13 2015	(r393970, copy of r393963, head/hebrew/elmar-fonts/pkg-message)
@@ -0,0 +1,8 @@
+You'll have to add this port's directory PREFIX/lib/X11/fonts/hebrew
+to your X font path:
+
+$ xset fp+ PREFIX/lib/X11/fonts/hebrew
+$ xset fp rehash
+
+or by adding a FontPath line for it in the X-server configuration file (usually
+/etc/X11/xorg.conf) and restarting the X-server. 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508111955.t7BJtEjN008457>