[101598] trunk/dports/devel

hum at macports.org hum at macports.org
Mon Jan 14 07:27:15 PST 2013


Revision: 101598
          https://trac.macports.org/changeset/101598
Author:   hum at macports.org
Date:     2013-01-14 07:27:15 -0800 (Mon, 14 Jan 2013)
Log Message:
-----------
New port: jubatus-mpio @0.4.0 - modified mpio (Multipurpose concurrent I/O framework for C++) for Jubatus.

Added Paths:
-----------
    trunk/dports/devel/jubatus-mpio/
    trunk/dports/devel/jubatus-mpio/Portfile
    trunk/dports/devel/jubatus-mpio/files/
    trunk/dports/devel/jubatus-mpio/files/patch-clang.diff

Added: trunk/dports/devel/jubatus-mpio/Portfile
===================================================================
--- trunk/dports/devel/jubatus-mpio/Portfile	                        (rev 0)
+++ trunk/dports/devel/jubatus-mpio/Portfile	2013-01-14 15:27:15 UTC (rev 101598)
@@ -0,0 +1,39 @@
+# -*- 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
+PortGroup           github 1.0
+
+github.setup        jubatus jubatus-mpio 0.4.0
+
+categories          devel
+maintainers         hum openmaintainer
+
+description         modified mpio (Multipurpose concurrent I/O framework for C++) for Jubatus
+
+long_description    ${name} is ${description}.
+
+homepage            http://github.com/frsyuki/mpio
+platforms           darwin
+license             Apache-2
+
+dist_subdir         jubatus
+checksums           rmd160  1cec8b091bf56f3ed004832f4cd390a994e40a37 \
+                    sha256  3ff5928a51563312874e0ae3fb5446fc07933482b317379bed143943e0c7a2de
+
+depends_build       port:autoconf port:automake port:libtool
+
+patchfiles          patch-clang.diff
+
+pre-configure {
+    system -W ${worksrcpath} "./bootstrap"
+}
+
+post-destroot {
+    # install an additional document.
+    set doc_dir ${destroot}${prefix}/share/doc/${name}
+    xinstall -d ${doc_dir}
+    xinstall -m 644 -W ${worksrcpath} \
+        AUTHORS COPYING ChangeLog LICENSE NOTICE README.md \
+        ${doc_dir}
+}


Property changes on: trunk/dports/devel/jubatus-mpio/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/devel/jubatus-mpio/files/patch-clang.diff
===================================================================
--- trunk/dports/devel/jubatus-mpio/files/patch-clang.diff	                        (rev 0)
+++ trunk/dports/devel/jubatus-mpio/files/patch-clang.diff	2013-01-14 15:27:15 UTC (rev 101598)
@@ -0,0 +1,11 @@
+--- mpsrc/wavy_kernel.h.orig	2013-01-11 15:18:35.000000000 +0900
++++ mpsrc/wavy_kernel.h	2013-01-14 15:22:34.000000000 +0900
+@@ -41,7 +41,7 @@
+ #endif
+ 
+ #define MP_WAVY_KERNEL_HEADER(sys) \
+-	MP_PP_HEADER(., wavy_kernel_, sys, )
++	MP_PP_HEADER(.,wavy_kernel_,sys,)
+ 
+ #ifndef MP_WAVY_KERNEL_BACKLOG_SIZE
+ #define MP_WAVY_KERNEL_BACKLOG_SIZE 1024
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130114/4b7a2660/attachment.html>


More information about the macports-changes mailing list