Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jan 2002 20:48:20 -0800 (PST)
From:      Mikhail Teterin <mi@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/graphics/gd2 Makefile ports/graphics/gd2/files Makefile.bsd ports/graphics/gd2/scripts configure
Message-ID:  <200201090448.g094mKt68542@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mi          2002/01/08 20:48:20 PST

  Modified files:
    graphics/gd2         Makefile 
    graphics/gd2/files   Makefile.bsd 
  Added files:
    graphics/gd2/scripts configure 
  Log:
  Add the ability  to pass a list  of alternative bdf fonts  to this port.
  This  can be  used  to generalize  building  of, say,  language-specific
  versions of gd like ukrainian/gd -- the controlling port will simply set
  GD_FONTS to something like
  
  GD_FONTS="/usr/ports/distfiles/x-koi8u.tgz koi6x10.bdf koi8x13.bdf \
          koi9x15.bdf koi12x24.bdf koi10x20.bdf"
  
  And the new configure script will extract the bdf files from the tarball
  and use the bdftogd perl script (bundled with the software) to regenerate
  the sources.
  
  No REVISION bump, because the default package is still the same...
  
  Revision  Changes    Path
  1.46      +4 -0      ports/graphics/gd2/Makefile
  1.4       +7 -2      ports/graphics/gd2/files/Makefile.bsd
  1.1       +44 -0     ports/graphics/gd2/scripts/configure (new)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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