[126183] trunk/dports/science/ndmanager
nicos at macports.org
nicos at macports.org
Sat Oct 4 19:50:17 PDT 2014
Revision: 126183
https://trac.macports.org/changeset/126183
Author: nicos at macports.org
Date: 2014-10-04 19:50:17 -0700 (Sat, 04 Oct 2014)
Log Message:
-----------
ndmanager: made obsolete (ticket #45194)
Modified Paths:
--------------
trunk/dports/science/ndmanager/Portfile
Removed Paths:
-------------
trunk/dports/science/ndmanager/files/
Modified: trunk/dports/science/ndmanager/Portfile
===================================================================
--- trunk/dports/science/ndmanager/Portfile 2014-10-05 02:41:35 UTC (rev 126182)
+++ trunk/dports/science/ndmanager/Portfile 2014-10-05 02:50:17 UTC (rev 126183)
@@ -1,42 +1,32 @@
# -*- 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$
+#Portfile made obsolete 2014/10/05
PortSystem 1.0
name ndmanager
version 1.2.3
-categories science
-platforms darwin
-maintainers gmail.com:FlorianFranzen
-license GPL-2+
+revision 1
-description Simple graphical application to help manage experimental recording parameters and process data
+replaced_by ndmanager2
-long_description Manageable recording parameters are e.g., number of channels and sampling \
- rate of the acquisition system. Can process data by filtering, spike \
- extraction, PCA, etc. NDManager is part of a larger data analysis framework, \
- see Klusters, NeuroScope and FMAToolbox.
+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}
-homepage http://ndmanager.sourceforge.net/
-master_sites sourceforge:project/ndmanager/ndmanager/ndmanager-${version}
-distname ${name}_${version}
-worksrcdir ${name}
+homepage http://www.macports.org/
-checksums rmd160 9bfba2b130e0673987190ac74dc985332493eb52 \
- sha256 775bc655712bb09f0c90402a0dcd441fb266f3992ce349312a3c9878b3c8dfd9
+archive_sites
+distfiles
-depends_lib port:kdelibs3 \
- port:qt3 \
- port:libxml2
+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"
+}
-patchfiles patch_src_Makefile-tmpldir_prefix.diff
-
-configure.args --with-qt-dir=${prefix}/lib/qt3 \
- --with-qt-includes=${prefix}/lib/qt3/include \
- --with-qt-libraries=${prefix}/lib/qt3/lib \
- --with-kde3=yes \
- --with-extra-libs=${prefix}/lib/kde3 \
- --with-extra-includes=${prefix}/lib/kde3/include \
- --without-arts
-
-livecheck.regex /${name}_(\[0-9.\]+)${extract.suffix}
+livecheck.type none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141004/2a44fa0a/attachment.html>
More information about the macports-changes
mailing list