[41532] trunk/dports/x11

mcalhoun at macports.org mcalhoun at macports.org
Wed Nov 5 09:40:23 PST 2008


Revision: 41532
          http://trac.macports.org/changeset/41532
Author:   mcalhoun at macports.org
Date:     2008-11-05 09:40:21 -0800 (Wed, 05 Nov 2008)
Log Message:
-----------
New Port: x11/xorg-cf-files, requirement for new imake port.

Added Paths:
-----------
    trunk/dports/x11/xorg-cf-files/
    trunk/dports/x11/xorg-cf-files/Portfile

Added: trunk/dports/x11/xorg-cf-files/Portfile
===================================================================
--- trunk/dports/x11/xorg-cf-files/Portfile	                        (rev 0)
+++ trunk/dports/x11/xorg-cf-files/Portfile	2008-11-05 17:40:21 UTC (rev 41532)
@@ -0,0 +1,37 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name         xorg-cf-files
+version      1.0.2
+categories   x11 devel
+platforms    darwin
+maintainers  mcalhoun
+
+description       "Build files for discontinued imake build system."
+long_description  ${description}
+
+homepage http://xorg.freedesktop.org
+master_sites \
+    http://xorg.freedesktop.org/archive/individual/util \
+    sourceforge:fink
+
+use_bzip2 yes
+
+checksums \
+    md5 5f62dd5545b782c74f6e4e70d0e6552c \
+    sha1 a1182e1fd05a648e6282598a355b7c4be9339755 \
+    rmd160 dc42aa06d7fb5bc073d51958763bf1bfcfd22926
+
+post-configure {
+    reinplace s|${prefix}|${x11prefix}|g ${worksrcpath}/site.def
+    reinplace s|${prefix}|${x11prefix}|g ${worksrcpath}/site.def
+    reinplace -E s|/usr/bin/cpp\$|${configure.cpp}|g ${worksrcpath}/darwin.cf
+    reinplace s|/usr/bin/cc|${configure.cc}|g ${worksrcpath}/darwin.cf
+    reinplace s|/usr/bin/c++|${configure.cxx}|g ${worksrcpath}/darwin.cf
+}
+
+livecheck.check  regex
+livecheck.url    "http://xorg.freedesktop.org/archive/individual/util/?C=M;O=D"
+livecheck.regex  ${name}-(\\d+(?:\\.\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081105/dde4b309/attachment-0001.html>


More information about the macports-changes mailing list