[44506] trunk/dports/x11

blb at macports.org blb at macports.org
Mon Dec 29 14:58:27 PST 2008


Revision: 44506
          http://trac.macports.org/changeset/44506
Author:   blb at macports.org
Date:     2008-12-29 14:58:26 -0800 (Mon, 29 Dec 2008)
Log Message:
-----------
New port - x11/listres, List resources in X11 widgets

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

Added: trunk/dports/x11/listres/Portfile
===================================================================
--- trunk/dports/x11/listres/Portfile	                        (rev 0)
+++ trunk/dports/x11/listres/Portfile	2008-12-29 22:58:26 UTC (rev 44506)
@@ -0,0 +1,31 @@
+# $Id$
+
+PortSystem          1.0
+name                listres
+version             1.0.1
+categories          x11 graphics
+maintainers         blb openmaintainer
+description         List resources in X11 widgets
+long_description \
+   The listres program generates a list of a widget's resource database.  \
+   The class in which each resource is first defined, the instance and class \
+   name, and the type of each resource is listed.  If no specific widgets or \
+   the -all switch are given, a two-column list of widget names and their \
+   class hierarchies is printed.
+
+platforms           darwin
+
+homepage            http://www.x.org/
+master_sites        ${homepage}pub/individual/app/
+use_bzip2           yes
+
+checksums           md5     827a1ac5adf9aadd0c13b54a897e297b \
+                    sha1    389bd1dfa099746aeb7e31cb46dcfca18ad53c2e \
+                    rmd160  8dc3ab492705faa7e6397e625e43d65598ab0c4e
+
+depends_build       port:pkgconfig
+
+depends_lib         lib:libXaw:xorg-libXaw
+
+configure.args      --mandir=${prefix}/share/man --disable-xprint
+


Property changes on: trunk/dports/x11/listres/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081229/35df9b44/attachment.html>


More information about the macports-changes mailing list