Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[xsrc/xorg]: xsrc/external/mit/mkfontscale/dist initial import of mkfontscale...



details:   https://anonhg.NetBSD.org/xsrc/rev/2c77214199ff
branches:  xorg
changeset: 10135:2c77214199ff
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Mar 03 09:16:10 2019 +0000

description:
initial import of mkfontscale-1.2.0

diffstat:

 external/mit/mkfontscale/dist/COPYING           |    48 +
 external/mit/mkfontscale/dist/ChangeLog         |   416 ++++
 external/mit/mkfontscale/dist/Makefile.am       |     5 +
 external/mit/mkfontscale/dist/Makefile.in       |   111 +-
 external/mit/mkfontscale/dist/README.md         |    19 +
 external/mit/mkfontscale/dist/aclocal.m4        |  2305 +++++++++++-----------
 external/mit/mkfontscale/dist/config.h.in       |     3 +
 external/mit/mkfontscale/dist/configure         |   191 +-
 external/mit/mkfontscale/dist/configure.ac      |     8 +-
 external/mit/mkfontscale/dist/constlist.c       |    93 +
 external/mit/mkfontscale/dist/constlist.h       |    35 +
 external/mit/mkfontscale/dist/ident.c           |    13 +-
 external/mit/mkfontscale/dist/list.c            |    10 +
 external/mit/mkfontscale/dist/man/Makefile.am   |     2 +-
 external/mit/mkfontscale/dist/man/Makefile.in   |     2 +-
 external/mit/mkfontscale/dist/man/mkfontdir.man |   175 +
 external/mit/mkfontscale/dist/mkfontdir.in      |     5 +
 external/mit/mkfontscale/dist/mkfontscale.c     |    96 +-
 18 files changed, 2236 insertions(+), 1301 deletions(-)

diffs (truncated from 4218 to 300 lines):

diff -r ce2648e4739b -r 2c77214199ff external/mit/mkfontscale/dist/COPYING
--- a/external/mit/mkfontscale/dist/COPYING     Sun Mar 03 09:16:06 2019 +0000
+++ b/external/mit/mkfontscale/dist/COPYING     Sun Mar 03 09:16:10 2019 +0000
@@ -38,3 +38,51 @@
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.
+
+-----------------------------------------------------------------------------
+
+Copyright 1993, 1994, 1998  The Open Group
+
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation for any purpose is hereby granted without fee, provided that
+the above copyright notice appear in all copies and that both that
+copyright notice and this permission notice appear in supporting
+documentation.
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
+OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of The Open Group shall
+not be used in advertising or otherwise to promote the sale, use or
+other dealings in this Software without prior written authorization
+from The Open Group.
+
+-----------------------------------------------------------------------------
+
+Copyright 2005 Red Hat, Inc.
+
+Permission to use, copy, modify, distribute, and sell this software
+and its documentation for any purpose is hereby granted without fee,
+provided that the above copyright notice appear in all copies and
+that both that copyright notice and this permission notice appear in
+supporting documentation, and that the name of Red Hat not be used in
+advertising or publicity pertaining to distribution of the software
+without specific, written prior permission.  Red Hat makes no
+representations about the suitability of this software for any
+purpose.  It is provided "as is" without express or implied warranty.
+
+RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
+NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
+CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
+OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
+USE OR PERFORMANCE OF THIS SOFTWARE.
diff -r ce2648e4739b -r 2c77214199ff external/mit/mkfontscale/dist/ChangeLog
--- a/external/mit/mkfontscale/dist/ChangeLog   Sun Mar 03 09:16:06 2019 +0000
+++ b/external/mit/mkfontscale/dist/ChangeLog   Sun Mar 03 09:16:10 2019 +0000
@@ -1,3 +1,419 @@
+commit 8fbafcfe7e5ef4a2030e3963f31143bba2c8786f
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Mar 2 14:16:48 2019 -0800
+
+    mkfontscale 1.2.0
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit bef1c614465f2c8546a7d946a75d8f10c5f3ca40
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Tue Feb 19 11:45:29 2019 -0800
+
+    Add mkfontdir to .gitignore
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 1f9d14bec07092d62da29a5a233cefbf84d47289
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Mon Feb 18 18:27:31 2019 -0800
+
+    Use autoconf instead of sed to substitute @bindir@ in mkfontdir.in
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit d3b0f267bd25ab888efc0417f62d525afa32208a
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Mon Feb 18 18:23:50 2019 -0800
+
+    Add mkfontdir to README.md
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 270540bb11914ea92436e251b14bc39d6b5df589
+Author: Jeremy Huddleston <jeremyhu%apple.com@localhost>
+Date:   Thu Oct 6 10:29:42 2011 -0700
+
+    mkfontdir: Fix issues where mkfontscale and mkfontdir are installed in different locations or bindir contains a space
+    
+    https://bugs.freedesktop.org/show_bug.cgi?id=24465
+    
+    Signed-off-by: Jeremy Huddleston <jeremyhu%apple.com@localhost>
+
+commit cfbeaa0b99944ab887b4854baa63eadd4e5481f5
+Author: Jon TURNEY <jon.turney%dronecode.org.uk@localhost>
+Date:   Tue Mar 15 11:55:11 2011 +0000
+
+    mkfontdir: Fix for non-srcdir builds
+    
+    Fix commit ad5fefcc7a0a0beb1c02270d9f28c8b28da61199 for non-srcdir builds
+    
+    Signed-off-by: Jon TURNEY <jon.turney%dronecode.org.uk@localhost>
+    Reviewed-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 758df83c5825b77f338e44c1fcc4c5070d3c3516
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Fri Mar 11 14:10:19 2011 -0800
+
+    mkfontdir: Make Makefile.am compatible with Solaris make
+    
+    Solaris make won't substitute $< in explicit rules, only implicit ones
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 8290027e067ffd0a3f37eeafbd27121e2884cea4
+Author: Gaetan Nadon <memsize%videotron.ca@localhost>
+Date:   Sat Jan 22 09:27:09 2011 -0500
+
+    mkfontdir: config: substitute bindir in mkfontdir using Autoconf @bindir@
+    
+    Use the Autoconf recommended way of substituting bindir, see
+    http://www.gnu.org/software/autoconf/manual/autoconf.html
+    
+    Use # sign for comment in script.
+    Only sed is used, drop the cpp terminology.
+    
+    Reviewed-by: Rémi Cardona <remi%gentoo.org@localhost>
+    Signed-off-by: Gaetan Nadon <memsize%videotron.ca@localhost>
+
+commit 07d71396a502515a02bd12c5b01cdd98a7a30dab
+Author: Gaetan Nadon <memsize%videotron.ca@localhost>
+Date:   Wed Jan 19 10:06:55 2011 -0500
+
+    mkfontdir: config: move man pages into their own directory
+    
+    Use services provided by XORG_MANPAGE_SECTIONS.
+    Use standard Makefile for man pages.
+    
+    Signed-off-by: Gaetan Nadon <memsize%videotron.ca@localhost>
+
+commit 91cae6761d1a1eb9e5e2eba9eea8d7be6e3993d1
+Author: Gaetan Nadon <memsize%videotron.ca@localhost>
+Date:   Thu Jan 13 11:15:47 2011 -0500
+
+    mkfontdir: man: remove trailing spaces and tabs
+    
+    Using s/[ \t]*$//
+    
+    Signed-off-by: Gaetan Nadon <memsize%videotron.ca@localhost>
+
+commit 7bb2d75a9f00546178f16fd536946fe1bdabdebb
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Nov 7 11:14:14 2010 -0800
+
+    mkfontdir: Drop CVS version tag from mkfontdir.cpp too
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit b1e80a29150c90c39915e5e758262815c2c4da05
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Nov 7 11:10:09 2010 -0800
+
+    mkfontdir: config: Remove unnecessary calls from configure.ac
+    
+    AC_PROG_SED & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit daee1aa67b7b11b2d4f9e38ddc39603e9206557a
+Author: Jesse Adkins <jesserayadkins%gmail.com@localhost>
+Date:   Tue Sep 28 13:29:49 2010 -0700
+
+    mkfontdir: Purge cvs tags.
+    
+    Signed-off-by: Jesse Adkins <jesserayadkins%gmail.com@localhost>
+
+commit 43d1aae1b0e1f9f759fe3439aa2079a88dab03af
+Author: Alan Coopersmith <alan.coopersmith%sun.com@localhost>
+Date:   Sat Oct 10 22:47:09 2009 -0700
+
+    mkfontdir: Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%sun.com@localhost>
+
+commit 2dac61a84d474e533df29b5874ce6ca5e68d4ddd
+Author: Alan Coopersmith <alan.coopersmith%sun.com@localhost>
+Date:   Fri Jan 11 12:40:52 2008 -0800
+
+    mkfontdir: Fix formatting of man page so ellipsis are shown with Solaris nroff
+
+commit 8609ad731b9c9c670a815c915055ae416d2396d8
+Author: Alan Coopersmith <alan.coopersmith%sun.com@localhost>
+Date:   Fri Jan 11 12:39:00 2008 -0800
+
+    mkfontdir: Fill in COPYING file with copyright/license notices
+
+commit 18654870df3e8c65abc4443a0f510abd46c5fbaa
+Author: Alan Coopersmith <alan.coopersmith%sun.com@localhost>
+Date:   Mon Jan 7 14:16:07 2008 -0800
+
+    mkfontdir: Add references to mkfontscale to man page
+    
+    Also convert (1) to (__appmansuffix__)
+
+commit 1d15009075c3d316bd54c5861ac2859330ab2e64
+Author: Matthieu Herrb <matthieu.herrb%laas.fr@localhost>
+Date:   Sun Mar 5 19:52:51 2006 +0000
+
+    mkfontdir: Let BSD make find mkfontdir.cpp when building in a separate obj dir
+
+commit 1cb06c20467030fddf6a0a7be855f6849cadf7b4
+Author: Adam Jackson <ajax%nwnk.net@localhost>
+Date:   Tue Aug 2 01:58:09 2005 +0000
+
+    mkfontdir: Find mkfontscale through @bindir@ rather than AC_PATH_PROG, since the one in the path could be from an old install that doesn't support all the needed flags.
+
+commit a8341c3f17050b253a9f55aba76f1d8437165c26
+Author: Matthieu Herrb <matthieu.herrb%laas.fr@localhost>
+Date:   Thu Jul 14 20:59:48 2005 +0000
+
+    mkfontdir: build fix for non-GNU make
+
+commit fa554ab53809943cb141e07687c96364d91e3f9c
+Author: Kevin E Martin <kem%kem.org@localhost>
+Date:   Sat Jul 2 21:42:05 2005 +0000
+
+    mkfontdir: Add build system for bdftopcf, mkfontdir and mkfontscale
+
+commit c40a94766668aad01ef57eea181752a370762cd0
+Author: Egbert Eich <eich%suse.de@localhost>
+Date:   Fri Apr 23 19:54:36 2004 +0000
+
+    mkfontdir: Merging XORG-CURRENT into trunk
+
+commit 1a302e07687403c0be7452d865d20e4cb0761770
+Author: Egbert Eich <eich%suse.de@localhost>
+Date:   Sun Mar 14 08:34:54 2004 +0000
+
+    mkfontdir: Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
+
+commit c01032201686db5622b4f997d5294d724800c694
+Author: Egbert Eich <eich%suse.de@localhost>
+Date:   Wed Mar 3 12:12:53 2004 +0000
+
+    mkfontdir: Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
+
+commit 3a6aebdfeb88dd8501d715117990af646f687555
+Author: Egbert Eich <eich%suse.de@localhost>
+Date:   Thu Feb 26 13:36:15 2004 +0000
+
+    mkfontdir: readding XFree86's cvs IDs
+
+commit fa75fa1a5d7c1599692d4e309c39fca34b2a0f84
+Author: Egbert Eich <eich%suse.de@localhost>
+Date:   Thu Feb 26 09:23:56 2004 +0000
+
+    mkfontdir: Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
+
+commit 9b6d7d062c91a86e110eea7ed38d44e104463fba
+Author: Kaleb Keithley <kaleb%freedesktop.org@localhost>
+Date:   Tue Nov 25 19:29:02 2003 +0000
+
+    mkfontdir: Initial revision
+
+commit 2247072a89b7b9da8ed22d0aaec100cef3adb62d
+Author: Kaleb Keithley <kaleb%freedesktop.org@localhost>
+Date:   Fri Nov 14 16:48:57 2003 +0000
+
+    mkfontdir: XFree86 4.3.0.1
+
+commit 1b920768b5122bac7368860fd6fc7e4f5275ed8f
+Author: Kaleb Keithley <kaleb%freedesktop.org@localhost>
+Date:   Fri Nov 14 15:54:53 2003 +0000
+
+    mkfontdir: R6.6 is the Xorg base-line
+
+commit 0a20abea3ec9742f0982e043e725cdadf0fc493e
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Jan 6 14:26:00 2019 -0800
+
+    Clear some -Wshorten-64-to-32 warnings from clang 6
+    
+    ident.c:84:13: warning: implicit conversion loses integer precision:
+          'unsigned long' to 'int' [-Wshorten-64-to-32]
+        int n = strlen(filename);
+            ~   ^~~~~~~~~~~~~~~~
+    ident.c:130:9: warning: implicit conversion loses integer precision:
+          'off64_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
+            return gzseek(ff->f.gz, offset, whence);
+            ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+    ident.c:140:17: warning: implicit conversion loses integer precision:
+          'long' to 'int' [-Wshorten-64-to-32]



Home | Main Index | Thread Index | Old Index