mkfontscale: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Feb 23 17:27:08 UTC 2019


 .gitignore        |    1 
 COPYING           |   48 ++++++++++++++
 Makefile.am       |    1 
 README.md         |    3 
 configure.ac      |    1 
 man/Makefile.am   |    2 
 man/mkfontdir.man |  175 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 mkfontdir.in      |    5 +
 8 files changed, 234 insertions(+), 2 deletions(-)

New commits:
commit bef1c614465f2c8546a7d946a75d8f10c5f3ca40
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Feb 19 11:45:29 2019 -0800

    Add mkfontdir to .gitignore
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 1f9d14bec07092d62da29a5a233cefbf84d47289
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
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 at oracle.com>

commit d3b0f267bd25ab888efc0417f62d525afa32208a
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Feb 18 18:23:50 2019 -0800

    Add mkfontdir to README.md
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 270540bb11914ea92436e251b14bc39d6b5df589
Author: Jeremy Huddleston <jeremyhu at apple.com>
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 at apple.com>

commit cfbeaa0b99944ab887b4854baa63eadd4e5481f5
Author: Jon TURNEY <jon.turney at dronecode.org.uk>
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 at dronecode.org.uk>
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 758df83c5825b77f338e44c1fcc4c5070d3c3516
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
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 at oracle.com>

commit 8290027e067ffd0a3f37eeafbd27121e2884cea4
Author: Gaetan Nadon <memsize at videotron.ca>
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 at gentoo.org>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 07d71396a502515a02bd12c5b01cdd98a7a30dab
Author: Gaetan Nadon <memsize at videotron.ca>
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 at videotron.ca>

commit 91cae6761d1a1eb9e5e2eba9eea8d7be6e3993d1
Author: Gaetan Nadon <memsize at videotron.ca>
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 at videotron.ca>

commit 7bb2d75a9f00546178f16fd536946fe1bdabdebb
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
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 at oracle.com>

commit b1e80a29150c90c39915e5e758262815c2c4da05
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
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 at oracle.com>

commit daee1aa67b7b11b2d4f9e38ddc39603e9206557a
Author: Jesse Adkins <jesserayadkins at gmail.com>
Date:   Tue Sep 28 13:29:49 2010 -0700

    mkfontdir: Purge cvs tags.
    
    Signed-off-by: Jesse Adkins <jesserayadkins at gmail.com>

commit 43d1aae1b0e1f9f759fe3439aa2079a88dab03af
Author: Alan Coopersmith <alan.coopersmith at sun.com>
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 at sun.com>

commit 2dac61a84d474e533df29b5874ce6ca5e68d4ddd
Author: Alan Coopersmith <alan.coopersmith at sun.com>
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 at sun.com>
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 at sun.com>
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 at laas.fr>
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 at nwnk.net>
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 at laas.fr>
Date:   Thu Jul 14 20:59:48 2005 +0000

    mkfontdir: build fix for non-GNU make

commit fa554ab53809943cb141e07687c96364d91e3f9c
Author: Kevin E Martin <kem at kem.org>
Date:   Sat Jul 2 21:42:05 2005 +0000

    mkfontdir: Add build system for bdftopcf, mkfontdir and mkfontscale

commit c40a94766668aad01ef57eea181752a370762cd0
Author: Egbert Eich <eich at suse.de>
Date:   Fri Apr 23 19:54:36 2004 +0000

    mkfontdir: Merging XORG-CURRENT into trunk

commit 1a302e07687403c0be7452d865d20e4cb0761770
Author: Egbert Eich <eich at suse.de>
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 at suse.de>
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 at suse.de>
Date:   Thu Feb 26 13:36:15 2004 +0000

    mkfontdir: readding XFree86's cvs IDs

commit fa75fa1a5d7c1599692d4e309c39fca34b2a0f84
Author: Egbert Eich <eich at suse.de>
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 at freedesktop.org>
Date:   Tue Nov 25 19:29:02 2003 +0000

    mkfontdir: Initial revision

commit 2247072a89b7b9da8ed22d0aaec100cef3adb62d
Author: Kaleb Keithley <kaleb at freedesktop.org>
Date:   Fri Nov 14 16:48:57 2003 +0000

    mkfontdir: XFree86 4.3.0.1

commit 1b920768b5122bac7368860fd6fc7e4f5275ed8f
Author: Kaleb Keithley <kaleb at freedesktop.org>
Date:   Fri Nov 14 15:54:53 2003 +0000

    mkfontdir: R6.6 is the Xorg base-line



More information about the xorg-commit mailing list