[125864] trunk/dports/devel/kcachegrind/Portfile

nicos at macports.org nicos at macports.org
Sun Sep 28 04:17:20 PDT 2014


Revision: 125864
          https://trac.macports.org/changeset/125864
Author:   nicos at macports.org
Date:     2014-09-28 04:17:20 -0700 (Sun, 28 Sep 2014)
Log Message:
-----------
kcachegrind: make port obsolete

Modified Paths:
--------------
    trunk/dports/devel/kcachegrind/Portfile

Modified: trunk/dports/devel/kcachegrind/Portfile
===================================================================
--- trunk/dports/devel/kcachegrind/Portfile	2014-09-28 10:55:34 UTC (rev 125863)
+++ trunk/dports/devel/kcachegrind/Portfile	2014-09-28 11:17:20 UTC (rev 125864)
@@ -1,39 +1,31 @@
 # $Id$
 
+#Port made obsolete 2014/09/26
 PortSystem          1.0
 
 name                kcachegrind
 version             0.4.6
-revision            1
-categories          devel
-license             GPL-2
-platforms           darwin
-maintainers         nomaintainer
-description         KCachegrind - Profiling Visualization
-long_description    KCachegrind visualizes traces generated by profiling, \
-                    including a tree map and a call graph visualization of \
-                    the calls happening. It's designed to be fast for very \
-                    large programs like KDE applications.
+revision            2
 
-homepage            http://kcachegrind.sourceforge.net/
-master_sites        sourceforge
+replaced_by         kcachegrind4
 
-checksums           md5 4ed60028dcefd6bf626635d5f2f50273 \
-                    sha1 7c1e3268b0c98660f35bc92bf01f1b52733508fb \
-                    rmd160 b64f88377fb0bf1d0e21fc70dcb9b812f46ae93b
+platforms        darwin
+maintainers      nomaintainer
+supported_archs  noarch
+description      this port is only a stub and has been made obsolete by ${replaced_by}
+default long_description ${description}
 
-depends_lib         port:kdelibs3
+homepage        http://www.macports.org/
 
-configure.args      --with-extra-includes=${prefix}/include \
-                    --with-extra-libs=${prefix}/lib \
-                    --with-qt-dir=${prefix}/lib/qt3 \
-                    --without-arts
+archive_sites
+distfiles
 
-platform darwin 9 {
-    # http://developer.apple.com/qa/qa2007/qa1567.html
-    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
+pre-configure {
+    ui_error "KDE3 is considered obsolete, and is being replaced by KDE4. Consequently, ${subport} has been made obsolete by the port ${replaced_by}. Please install ${replaced_by} instead. 
+To do this, it is required to fully uninstall KDE3 first, to then install KDE4 by running
+sudo port uninstall --follow-dependents kdelibs3
+WARNING: By running this command, all KDE3 ports will be uninstalled. Please ensure that there are replacements for all the programs you are using."
+    return -code error "obsolete port"
 }
 
-livecheck.type  regex
-livecheck.url   http://sourceforge.net/project/showfiles.php?group_id=64331
-livecheck.regex {KCachegrind (\d+(?:\.\d+)*)}
+livecheck.type  none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140928/fb93db17/attachment.html>


More information about the macports-changes mailing list