Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jan 2004 01:03:29 -0800 (PST)
From:      Kirill Ponomarew <krion@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/graphics Makefile ports/graphics/ftgl Makefile distinfo pkg-descr pkg-plist ports/graphics/ftgl/files makefile.ex patch-FTFace.cpp
Message-ID:  <200401170903.i0H93TQ2029184@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
krion       2004/01/17 01:03:29 PST

  FreeBSD ports repository

  Modified files:
    graphics             Makefile 
  Added files:
    graphics/ftgl        Makefile distinfo pkg-descr pkg-plist 
    graphics/ftgl/files  makefile.ex patch-FTFace.cpp 
  Log:
  Add ftgl 2.04,
  
  FTGL is a free open source library to enable developers to use
  arbitrary fonts in their OpenGL applications. Unlike other
  OpenGL font libraries FTGL uses standard font file formats so
  doesn't need a preprocessing step to convert the high quality
  font data into a lesser quality, proprietary format. FTGL uses
  the Freetype (www.freetype.org) font library to open and
  'decode' the fonts. It then takes that output and stores it in
  a format most efficient for OpenGL rendering.
  
  PR:             61456
  Submitted by:   Igor Pokrovsky <tiamat@comset.net>
  
  Revision  Changes    Path
  1.655     +1 -0      ports/graphics/Makefile
  1.1       +56 -0     ports/graphics/ftgl/Makefile (new)
  1.1       +1 -0      ports/graphics/ftgl/distinfo (new)
  1.1       +28 -0     ports/graphics/ftgl/files/makefile.ex (new)
  1.1       +11 -0     ports/graphics/ftgl/files/patch-FTFace.cpp (new)
  1.1       +12 -0     ports/graphics/ftgl/pkg-descr (new)
  1.1       +44 -0     ports/graphics/ftgl/pkg-plist (new)



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