[41533] trunk/dports/x11

mcalhoun at macports.org mcalhoun at macports.org
Wed Nov 5 09:43:28 PST 2008


Revision: 41533
          http://trac.macports.org/changeset/41533
Author:   mcalhoun at macports.org
Date:     2008-11-05 09:43:28 -0800 (Wed, 05 Nov 2008)
Log Message:
-----------
New Port: x11/imake, XQuartz no longer includes imake build system.

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

Added: trunk/dports/x11/imake/Portfile
===================================================================
--- trunk/dports/x11/imake/Portfile	                        (rev 0)
+++ trunk/dports/x11/imake/Portfile	2008-11-05 17:43:28 UTC (rev 41533)
@@ -0,0 +1,42 @@
+# -*- 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         imake
+version      1.0.2
+categories   x11 devel
+platforms    darwin
+maintainers  mcalhoun
+
+description       "Discontinued imake build system."
+long_description  ${description}
+
+homepage http://xorg.freedesktop.org/
+master_sites \
+    http://xorg.freedesktop.org/releases/individual/util/ \
+    sourceforge:fink
+
+use_bzip2 yes
+
+checksums \
+    md5 02fea5a02ba2857c7d81820c8e8b8e6f \
+    sha1 863a1015af41149e91a2f4b20858cb5d584c6943 \
+    rmd160 e440ee22baca33d2831a3ecb8453dca43b3d862e \
+
+depends_run    port:xorg-cf-files path:bin/perl:perl5
+depends_build  port:pkgconfig
+
+configure.env-append  HAS_PERL=yes
+configure.args  --mandir=${prefix}/share/man
+
+post-configure {
+    # Ensure that the MacPorts perl is used
+    reinplace \
+        "s|#!/usr/bin/perl|#!${prefix}/bin/perl|" \
+        ${worksrcpath}/mkhtmlindex.pl
+}
+
+livecheck.check  regex
+livecheck.url    "http://xorg.freedesktop.org/releases/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/91bbb7b8/attachment.html>


More information about the macports-changes mailing list