[126182] trunk/dports/math/qalculate-kde/Portfile

nicos at macports.org nicos at macports.org
Sat Oct 4 19:41:35 PDT 2014


Revision: 126182
          https://trac.macports.org/changeset/126182
Author:   nicos at macports.org
Date:     2014-10-04 19:41:35 -0700 (Sat, 04 Oct 2014)
Log Message:
-----------
qalculate-kde: made obsolete (ticket #45223, maintainer timeout)

Modified Paths:
--------------
    trunk/dports/math/qalculate-kde/Portfile

Modified: trunk/dports/math/qalculate-kde/Portfile
===================================================================
--- trunk/dports/math/qalculate-kde/Portfile	2014-10-05 02:09:01 UTC (rev 126181)
+++ trunk/dports/math/qalculate-kde/Portfile	2014-10-05 02:41:35 UTC (rev 126182)
@@ -1,48 +1,27 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
+#Port made obsolete on 2014/10/05
 PortSystem      1.0
 
 name            qalculate-kde
 version         0.9.7
-categories      math kde kde3
-platforms       darwin
-license		GPL-2
-maintainers     vcn.com:jjstickel
+revision        1
 
-description     Qalculate! is a multi-purpose desktop calculator for GNU/Linux.
+platforms        darwin
+maintainers      nomaintainer
+supported_archs  noarch
+description      this port is only a stub and has been made obsolete
+default long_description ${description}
 
-long_description \
-                Qalculate! is a multi-purpose desktop calculator for \
-                GNU/Linux. It is small and simple to use but with much \
-                power and versatility underneath. Features include \
-                customizable functions, units, arbitrary precision, \
-                plotting, and a user-friendly interface.
+homepage        http://www.macports.org/
 
-homepage        http://qalculate.sourceforge.net/
-master_sites    sourceforge:qalculate
+archive_sites
+distfiles
 
-checksums           md5     90104c97894f4775737349ad99428bcf \
-                    sha1    fa0db8a3fb80264328770c4bbcbc0892a4d4ce91 \
-                    rmd160  cd789e07f5b33faf4a834e6693af4d97e17d879b
-
-depends_build   path:bin/pkg-config:pkgconfig
-
-depends_lib     port:libqalculate\
-                port:kdelibs3 
-
-depends_run     port:gnuplot
-
-use_parallel_build  yes
-
-configure.cppflags-append "-L${prefix}/lib"
-configure.cflags-append   "-L${prefix}/lib"
-configure.env             QTDIR=${prefix}/lib/qt3
-configure.args            --with-qt-dir=${prefix}/lib/qt3 \
-                          --with-extra-includes=${prefix}/include \
-                          --without-arts
-
-post-destroot {
-    file delete ${destroot}${prefix}/bin/qalculate
-    file rename ${destroot}${prefix}/share/doc/HTML ${destroot}${prefix}/share/doc/kde 
+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/20141004/0faee6bb/attachment-0001.html>


More information about the macports-changes mailing list