Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jan 2015 18:43:27 +0000 (UTC)
From:      Mikhail Teterin <mi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377808 - in head/editors/xcoral: . files
Message-ID:  <201501241843.t0OIhRVO022573@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mi
Date: Sat Jan 24 18:43:27 2015
New Revision: 377808
URL: https://svnweb.freebsd.org/changeset/ports/377808
QAT: https://qat.redports.org/buildarchive/r377808/

Log:
  Add a patch to relax requirements for matching font-names available
  in the editor's menu. The menu isn't changeable through the interface
  nor through the config-files (nor even Xresources).
  
  By allowing the templates to be used, we let the users to, at least,
  control the actual fonts in use by manipulating the font-path.
  
  Bump PORTREVISION.

Added:
  head/editors/xcoral/files/
  head/editors/xcoral/files/patch-fonts-menu   (contents, props changed)
Modified:
  head/editors/xcoral/Makefile

Modified: head/editors/xcoral/Makefile
==============================================================================
--- head/editors/xcoral/Makefile	Sat Jan 24 18:32:07 2015	(r377807)
+++ head/editors/xcoral/Makefile	Sat Jan 24 18:43:27 2015	(r377808)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xcoral
 PORTVERSION=	3.47
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	editors
 MASTER_SITES=	http://xcoral.free.fr/
 

Added: head/editors/xcoral/files/patch-fonts-menu
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/xcoral/files/patch-fonts-menu	Sat Jan 24 18:43:27 2015	(r377808)
@@ -0,0 +1,35 @@
+--- cb_names.c	2001-10-18 07:25:18.000000000 -0400
++++ cb_names.c	2015-01-24 12:55:44.000000000 -0500
+@@ -149,1 +154,1 @@
+-/*	"Default (fixed) 13", */
++	"Fixed (13)",
+@@ -178,14 +163,15 @@
+-        "-adobe-courier-bold-r-normal--10-100-75-75-m-60-iso8859-1",  
+-        "-adobe-courier-bold-r-normal--12-120-75-75-m-70-iso8859-1",
+-        "-adobe-courier-bold-r-normal--14-140-75-75-m-90-iso8859-1",
+-	"-adobe-courier-medium-r-normal--10-100-75-75-m-60-iso8859-1",
+-        "-adobe-courier-medium-r-normal--12-120-75-75-m-70-iso8859-1",
+-        "-adobe-courier-medium-r-normal--14-140-75-75-m-90-iso8859-1",
+-        "-adobe-courier-medium-r-normal--18-180-75-75-m-110-iso8859-1",
+-        "-adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1",
+-        "-adobe-helvetica-medium-r-normal--20-140-100-100-p-100-iso8859-1",
+-        "-adobe-times-bold-r-normal--14-140-75-75-p-77-iso8859-1",
+-        "-adobe-times-medium-r-normal--18-180-75-75-p-94-iso8859-1",
+-        "-adobe-times-medium-r-normal--20-140-100-100-p-100-iso8859-1",
+-        "-adobe-times-medium-r-normal--24-240-75-75-p-132-iso8859-1",
+-        "-adobe-new century schoolbook-medium-r-normal--18-180-75-75-p-103-iso8859-1",
++	"-*-courier-bold-r-normal--10-100-75-75-m-60-*-*",
++	"-*-courier-bold-r-normal--12-120-75-75-m-70-*-*",
++	"-*-courier-bold-r-normal--14-140-75-75-m-90-*-*",
++	"-*-courier-medium-r-normal--10-100-75-75-m-60-*-*",
++	"-*-courier-medium-r-normal--12-120-75-75-m-70-*-*",
++	"-*-fixed-medium-r-*-13-*",
++	"-*-courier-medium-r-normal--14-140-75-75-m-90-*-*",
++	"-*-courier-medium-r-normal--18-180-75-75-m-110-*-*",
++	"-*-helvetica-medium-r-normal--14-100-100-100-p-76-*-*",
++	"-*-helvetica-medium-r-normal--20-140-100-100-p-100-*-*",
++	"-*-times-bold-r-normal--14-140-75-75-p-77-*-*",
++	"-*-times-medium-r-normal--18-180-75-75-p-94-*-*",
++	"-*-times-medium-r-normal--20-140-100-100-p-100-*-*",
++	"-*-times-medium-r-normal--24-240-75-75-p-132-*-*",
++	"-*-* schoolbook-medium-r-normal--18-180-75-75-p-103-*-*",



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