[44750] trunk/dports/x11

jeremyhu at macports.org jeremyhu at macports.org
Fri Jan 2 15:24:55 PST 2009


Revision: 44750
          http://trac.macports.org/changeset/44750
Author:   jeremyhu at macports.org
Date:     2009-01-02 15:24:55 -0800 (Fri, 02 Jan 2009)
Log Message:
-----------
xorg-libs: New meta package

Added Paths:
-----------
    trunk/dports/x11/xorg-libs/
    trunk/dports/x11/xorg-libs/Portfile

Added: trunk/dports/x11/xorg-libs/Portfile
===================================================================
--- trunk/dports/x11/xorg-libs/Portfile	                        (rev 0)
+++ trunk/dports/x11/xorg-libs/Portfile	2009-01-02 23:24:55 UTC (rev 44750)
@@ -0,0 +1,67 @@
+# $Id$
+
+PortSystem 1.0
+
+name		xorg-libs
+version		20090102
+categories	x11 devel
+maintainers	jeremyhu openmaintainer
+description	X.org lib meta-package
+homepage	http://www.x.org
+master_sites	${homepage}
+platforms	darwin macosx
+long_description This package builds all of the x.org libraries
+
+depends_lib \
+	port:xorg-libAppleWM \
+	port:xorg-libFS \
+	port:xorg-libX11 \
+	port:xorg-libXScrnSaver \
+	port:xorg-libXTrap \
+	port:xorg-libXau \
+	port:xorg-libXaw \
+	port:xorg-libXcomposite \
+	port:xorg-libXcursor \
+	port:xorg-libXdamage \
+	port:xorg-libXdmcp \
+	port:xorg-libXevie \
+	port:xorg-libXext \
+	port:xorg-libXfixes \
+	port:xorg-libXfont \
+	port:xorg-libXfontcache \
+	port:xorg-libXi \
+	port:xorg-libXinerama \
+	port:xorg-libXmu \
+	port:xorg-libXp \
+	port:xorg-libXrandr \
+	port:xorg-libXres \
+	port:xorg-libXt \
+	port:xorg-libXtst \
+	port:xorg-libXv \
+	port:xorg-libXvMC \
+	port:xorg-libXxf86dga \
+	port:xorg-libXxf86misc \
+	port:xorg-libXxf86vm \
+	port:xorg-libdmx \
+	port:xorg-libfontenc \
+	port:xorg-libice \
+	port:xorg-liblbxutil \
+	port:xorg-liboldX \
+	port:xorg-libpthread-stubs \
+	port:xorg-libsm \
+	port:xorg-libxcb \
+	port:xorg-libxkbfile \
+	port:xorg-libxkbui
+
+fetch           { }
+checksum        { }
+build           { }
+destroot        {
+    xinstall -d ${destroot}${prefix}/share/doc/${name}
+    system "echo ${long_description} > ${destroot}${prefix}/share/doc/${name}/README.txt"
+}
+archive		{ }
+activate	{ }
+
+use_configure no
+universal_variant no


Property changes on: trunk/dports/x11/xorg-libs/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/20090102/4a5c2617/attachment.html>


More information about the macports-changes mailing list