[103324] trunk/dports/science

larryv at macports.org larryv at macports.org
Thu Feb 21 17:14:06 PST 2013


Revision: 103324
          https://trac.macports.org/changeset/103324
Author:   larryv at macports.org
Date:     2013-02-21 17:14:06 -0800 (Thu, 21 Feb 2013)
Log Message:
-----------
KlustaKwik: New port (#38144).

Added Paths:
-----------
    trunk/dports/science/KlustaKwik/
    trunk/dports/science/KlustaKwik/Portfile
    trunk/dports/science/KlustaKwik/files/
    trunk/dports/science/KlustaKwik/files/patch-makefile.diff

Added: trunk/dports/science/KlustaKwik/Portfile
===================================================================
--- trunk/dports/science/KlustaKwik/Portfile	                        (rev 0)
+++ trunk/dports/science/KlustaKwik/Portfile	2013-02-22 01:14:06 UTC (rev 103324)
@@ -0,0 +1,42 @@
+# -*- 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$
+PortSystem              1.0
+
+name                    KlustaKwik
+version                 2.0.1
+categories              science
+platforms               darwin
+license                 GPL-2
+maintainers             gmail.com:FlorianFranzen
+
+description             A program for automatic clustering of continuous \
+                        data into a mixture of Gaussians.
+long_description        KlustaKwik is an open-source program for \
+                        automatic clustering of continuous data into \
+                        a mixture of Gaussians. The program was \
+                        originally developed for sorting of neuronal \
+                        action potentials, but can be applied to any \
+                        sort of data.
+homepage                http://sourceforge.net/projects/klustakwik/
+
+master_sites            sourceforge:project/klustakwik/klustakwik/
+use_bzip2               yes
+checksums               rmd160  d9eff4ddbda85cfd4258eee64756955473ea1613 \
+                        sha256  a5ccaba9fd9383591023d03bcedf339de462f9dbd540b424c873b6648172cf7a
+
+patchfiles              patch-makefile.diff
+
+use_configure           no
+variant universal {}
+
+build.target
+build.args              CXX=${configure.cxx} \
+                        CPPFLAGS="${configure.cppflags}" \
+                        CXXFLAGS="${configure.cxxflags} \
+                            [get_canonical_archflags cxx]" \
+                        LDFLAGS="${configure.ldflags} \
+                            [get_canonical_archflags ld]"
+
+destroot {
+    xinstall ${worksrcpath}/KlustaKwik ${destroot}${prefix}/bin
+}


Property changes on: trunk/dports/science/KlustaKwik/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/science/KlustaKwik/files/patch-makefile.diff
===================================================================
--- trunk/dports/science/KlustaKwik/files/patch-makefile.diff	                        (rev 0)
+++ trunk/dports/science/KlustaKwik/files/patch-makefile.diff	2013-02-22 01:14:06 UTC (rev 103324)
@@ -0,0 +1,7 @@
+--- makefile.orig	2005-09-08 12:38:42.000000000 -0400
++++ makefile	2013-02-21 19:32:45.000000000 -0500
+@@ -1,2 +1,3 @@
+ KlustaKwik: KlustaKwik.C
+-	g++ -g -O -o KlustaKwik KlustaKwik.C  param.c -lm
++	$(CXX) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) \
++	    -o KlustaKwik KlustaKwik.C  param.c -lm
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130221/2fe87c35/attachment.html>


More information about the macports-changes mailing list