From owner-svn-ports-head@FreeBSD.ORG Sat Jan 24 18:43:28 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 22B9BD33; Sat, 24 Jan 2015 18:43:28 +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 0F283B5; Sat, 24 Jan 2015 18:43:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0OIhRMa022575; Sat, 24 Jan 2015 18:43:27 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0OIhRVO022573; Sat, 24 Jan 2015 18:43:27 GMT (envelope-from mi@FreeBSD.org) Message-Id: <201501241843.t0OIhRVO022573@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Sat, 24 Jan 2015 18:43:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377808 - in head/editors/xcoral: . 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-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jan 2015 18:43:28 -0000 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-*-*",