Revision
39637
Author
simon@macports.org
Date
2008-08-27 08:16:37 -0700 (Wed, 27 Aug 2008)

Log Message

graphics/quesoglc: New port, a free implementation of the OpenGL Character Renderer.

Added Paths

Diff

Added: trunk/dports/graphics/quesoglc/Portfile (0 => 39637)


--- trunk/dports/graphics/quesoglc/Portfile	                        (rev 0)
+++ trunk/dports/graphics/quesoglc/Portfile	2008-08-27 15:16:37 UTC (rev 39637)
@@ -0,0 +1,27 @@
+# $Id$
+
+PortSystem          1.0
+
+name                quesoglc
+version             0.7.1
+categories          graphics
+platforms           darwin
+maintainers         simon openmaintainer
+description         QuesoGLC is a free implementation of the OpenGL \
+                    Character Renderer (GLC).
+long_description    ${description} QuesoGLC is based on the FreeType \
+                    library, provides Unicode support and is designed to be \
+                    easily ported to any platform that supports both \
+                    Freetype and OpenGL.
+
+homepage            http://quesoglc.sourceforge.net/
+master_sites        sourceforge
+checksums           md5 53e9c5c304369803aa99000916728119 \
+                    sha1 f2573f5a8a8bf232104cc72bdbe13f5fc963186a \
+                    rmd160 168e375f633e6c47425c92c56369a8dd2a9b40e1
+use_bzip2           yes
+
+depends_lib         port:freetype \
+                    port:fontconfig
+
+livecheck.regex     {<title>QuesoGLC (.*) released.*</title>}
Property changes on: trunk/dports/graphics/quesoglc/Portfile
___________________________________________________________________

Added: svn:keyword

Added: svn:eol-style