[83503] trunk/dports

hum at macports.org hum at macports.org
Sat Sep 3 07:47:43 PDT 2011


Revision: 83503
          http://trac.macports.org/changeset/83503
Author:   hum at macports.org
Date:     2011-09-03 07:47:38 -0700 (Sat, 03 Sep 2011)
Log Message:
-----------
pecco: update to 20110829; modify the primary category to math and move the directory; change maintainers.

Modified Paths:
--------------
    trunk/dports/math/pecco/Portfile
    trunk/dports/math/pecco/files/patch-pecco_conf.h.diff

Added Paths:
-----------
    trunk/dports/math/pecco/

Removed Paths:
-------------
    trunk/dports/science/pecco/

Modified: trunk/dports/math/pecco/Portfile
===================================================================
--- trunk/dports/science/pecco/Portfile	2011-09-03 07:48:26 UTC (rev 83486)
+++ trunk/dports/math/pecco/Portfile	2011-09-03 14:47:38 UTC (rev 83503)
@@ -4,26 +4,23 @@
 PortSystem          1.0
 
 name                pecco
-version             2011-01-10
-categories          science
+version             20110829
+categories          math
 platforms           darwin
-maintainers         nomaintainer
+maintainers         hum openmaintainer
 license             GPL-2
 
+homepage            http://www.tkl.iis.u-tokyo.ac.jp/~ynaga/pecco/
 description         simple C++ library for linear classification with conjunctive features
-
 long_description    ${name} is a ${description}.
 
-homepage            http://www.tkl.iis.u-tokyo.ac.jp/~ynaga/pecco/
 master_sites        ${homepage}
+checksums           sha1    227921d0b70d02a20e8202be06af377eaf23a33c \
+                    rmd160  27d609eda4fcc200d89dac976924bfa5faad4ad5
 
-checksums           sha1    a6775affaad0c03e52921b5a505f383b9e5a8500 \
-                    rmd160  3fa3a1cec5183a644d6eaecd50db506617b64301
+depends_lib         port:darts
 
-depends_lib-append  port:darts
-
-dist_subdir         ${name}/${version}
-distname            ${name}
+worksrcdir          ${name}
 use_bzip2           yes
 
 # use darts instead of darts_clone
@@ -40,8 +37,7 @@
 
 build.args          CC="${configure.cxx}" \
                     INCLUDE="${configure.cppflags}" \
-                    CFLAGS="${configure.cxxflags} ${archflags}" \
-                    -f makefile.${name}
+                    CFLAGS="${configure.cxxflags} ${archflags}"
 
 destroot {
     xinstall -m 755 -W ${worksrcpath} ${name} ${destroot}${prefix}/bin
@@ -50,4 +46,4 @@
                        ${destroot}${prefix}/share/doc/${name}
 }
 
-livecheck.type      moddate
+livecheck.type      none

Modified: trunk/dports/math/pecco/files/patch-pecco_conf.h.diff
===================================================================
--- trunk/dports/science/pecco/files/patch-pecco_conf.h.diff	2011-09-03 07:48:26 UTC (rev 83486)
+++ trunk/dports/math/pecco/files/patch-pecco_conf.h.diff	2011-09-03 14:47:38 UTC (rev 83503)
@@ -1,12 +1,13 @@
---- pecco_conf.h.orig	2011-01-10 01:02:39.000000000 -0600
-+++ pecco_conf.h	2011-04-20 04:26:56.000000000 -0500
-@@ -28,8 +28,7 @@
- //   - DDA (USE_DDA)
+--- pecco_conf.h.orig	2011-09-03 23:35:03.000000000 +0900
++++ pecco_conf.h	2011-09-03 23:37:46.000000000 +0900
+@@ -28,8 +28,8 @@
+ //   - CEDAR (USE_CEDAR)
  // EFFECT: Darts-Clone requires 1/2 to 1/3 memory compared to others and is 
  //         highly recommended; either should be set
 -// #define USE_DARTS
 -#define USE_DARTS_CLONE
 +#define USE_DARTS
- // #define USE_DDA
++// #define USE_DARTS_CLONE
+ // #define USE_CEDAR
  
  // use TR1 unordered_map / unordered_set for map / set type
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110903/0ca303a2/attachment.html>


More information about the macports-changes mailing list