[125868] trunk/dports/news/klibido/Portfile

nicos at macports.org nicos at macports.org
Sun Sep 28 08:21:03 PDT 2014


Revision: 125868
          https://trac.macports.org/changeset/125868
Author:   nicos at macports.org
Date:     2014-09-28 08:21:03 -0700 (Sun, 28 Sep 2014)
Log Message:
-----------
klibido: make port obsolete (based on kde3, not developed since 2006)

Modified Paths:
--------------
    trunk/dports/news/klibido/Portfile

Modified: trunk/dports/news/klibido/Portfile
===================================================================
--- trunk/dports/news/klibido/Portfile	2014-09-28 14:46:28 UTC (rev 125867)
+++ trunk/dports/news/klibido/Portfile	2014-09-28 15:21:03 UTC (rev 125868)
@@ -1,39 +1,26 @@
 # $Id$
 
+#Port made obsolete 2014/09/28
 PortSystem      1.0
 
 name            klibido
 version         0.2.5
-platforms       darwin
-categories      news
-license         GPL-2+
-maintainers     nomaintainer
-description     KDE Linux Binaries Downloader
+revision        1
 
-long_description \
-    KLibido is a KDE usenet news grabber for Linux.
+platforms        darwin
+maintainers      nomaintainer
+supported_archs  noarch
+description      this port is only a stub and has been made obsolete
+default long_description ${description}
 
-homepage        http://klibido.sourceforge.net/
-master_sites    sourceforge
+homepage        http://www.macports.org/
 
-checksums       md5     e343338541a3ff3f2983023ccc922af0 \
-                sha1    ff6abf45ee7ba8e9b02aeb4eea9ead4049523cae \
-                rmd160  cf1dd3acb4bf30343489ae1dcd3034ec6e3a94c3
+archive_sites
+distfiles
 
-set db_version  46
-
-depends_lib     port:kdelibs3 \
-                port:uudeview \
-                port:db${db_version}
-
-configure.args  --with-extra-includes=${prefix}/include:${prefix}/include/db${db_version} \
-                --with-extra-libs=${prefix}/share/lib:${prefix}/lib/db${db_version} \
-                --with-qt-dir=${prefix}/lib/qt3 \
-                --without-arts
-
-use_parallel_build  yes
-
-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"
+    return -code error "obsolete port"
 }
+
+livecheck.type  none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140928/765fb660/attachment.html>


More information about the macports-changes mailing list