[34143] trunk/dports/x11

gui_dos at macports.org gui_dos at macports.org
Fri Feb 15 12:34:59 PST 2008


Revision: 34143
          http://trac.macosforge.org/projects/macports/changeset/34143
Author:   gui_dos at macports.org
Date:     2008-02-15 12:34:58 -0800 (Fri, 15 Feb 2008)

Log Message:
-----------
new port: xforms (closes #14269)

Added Paths:
-----------
    trunk/dports/x11/xforms/
    trunk/dports/x11/xforms/Portfile

Added: trunk/dports/x11/xforms/Portfile
===================================================================
--- trunk/dports/x11/xforms/Portfile	                        (rev 0)
+++ trunk/dports/x11/xforms/Portfile	2008-02-15 20:34:58 UTC (rev 34143)
@@ -0,0 +1,32 @@
+# $Id$
+
+PortSystem      1.0
+
+name            xforms
+version         1.0.90
+categories      x11
+maintainers     raphael at ira.uka.de
+description     GUI toolkit based on Xlib
+long_description XForms is a GUI toolkit based on Xlib for X Window Systems. \
+                It features a rich set of objects, such as buttons, \
+                scrollbars, and menus etc. integrated into an easy and \
+                efficient object/event callback execution model that allows \
+                fast and easy construction of X-applications. In addition, \
+                the library is extensible and new objects can easily be \
+                created and added to the library.
+homepage        http://savannah.nongnu.org/projects/${name}/
+platforms       darwin
+master_sites    http://download.savannah.nongnu.org/releases/${name}
+livecheck.url   http://savannah.nongnu.org/news/?group=${name}
+livecheck.regex XForms (.*) released
+checksums       md5 558b600402430f207e671e2d0d725b6d \
+                sha1 7ef0655d1ba481a09af643455ec11afdcc28ce8a \
+                rmd160 f709bea1e2c3a867092e7cc4c7c5c1c60055b6e3
+depends_lib     port:jpeg \
+                lib:libX11.6:XFree86
+configure.args  --mandir=${prefix}/share/man
+configure.cppflags-append -I${x11prefix}/include
+platform darwin 9 {
+    configure.ldflags-append "-dylib_file \
+	/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib"
+}


Property changes on: trunk/dports/x11/xforms/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080215/afd129ca/attachment.html 


More information about the macports-changes mailing list