<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[141897] trunk/dports/devel/iojs/Portfile</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="https://trac.macports.org/changeset/141897">141897</a></dd>
<dt>Author</dt> <dd>ciserlohn@macports.org</dd>
<dt>Date</dt> <dd>2015-10-30 16:09:57 -0700 (Fri, 30 Oct 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>iojs: make oboslete as io.js has merged with node.js again</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkdportsdeveliojsPortfile">trunk/dports/devel/iojs/Portfile</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkdportsdeveliojsPortfile"></a>
<div class="modfile"><h4>Modified: trunk/dports/devel/iojs/Portfile (141896 => 141897)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/devel/iojs/Portfile        2015-10-30 23:06:30 UTC (rev 141896)
+++ trunk/dports/devel/iojs/Portfile        2015-10-30 23:09:57 UTC (rev 141897)
</span><span class="lines">@@ -2,224 +2,13 @@
</span><span class="cx"> # $Id$
</span><span class="cx"> 
</span><span class="cx"> PortSystem              1.0
</span><del>-PortGroup               compiler_blacklist_versions 1.0
</del><ins>+PortGroup               obsolete 1.0
</ins><span class="cx"> 
</span><ins>+replaced_by             nodejs
+
</ins><span class="cx"> name                    iojs
</span><span class="cx"> version                 3.3.1
</span><ins>+revision                1
</ins><span class="cx"> categories              devel net
</span><span class="cx"> platforms               darwin
</span><span class="cx"> license                 {MIT BSD}
</span><del>-maintainers             ciserlohn
-
-description             JavaScript I/O
-
-long_description        io.js is a JavaScript platform built on Chrome's V8 runtime. \
-                        This project began as a fork of Joyent's Node.js™ and is \
-                        compatible with the npm ecosystem.
-
-conflicts               nodejs nodejs-devel
-
-homepage                https://iojs.org/
-master_sites            ${homepage}dist/v${version}
-
-checksums               rmd160  6564642581abcc97fabd8e8736e2349306440f27 \
-                        sha256  b1ce0bb2ddb5d012bd9f22c787a4c74ce5d1546553086e40785be91489fee1d1
-
-distname                iojs-v${version}
-
-depends_build           port:pkgconfig
-
-depends_lib             port:icu \
-                        port:python27 \
-                        path:lib/libssl.dylib:openssl
-
-configure.python ${prefix}/bin/python2.7
-
-configure.args-append   --without-npm
-configure.args-append   --shared-openssl
-configure.args-append   --shared-openssl-includes=${prefix}/include/openssl
-configure.args-append   --shared-openssl-libpath=${prefix}/lib
-configure.args-append   --with-intl=system-icu
-
-proc rec_glob {basedir pattern} {
-    set files [glob -directory $basedir -nocomplain -type f $pattern]
-    foreach dir [glob -directory $basedir -nocomplain -type d *] {
-        eval lappend files [rec_glob $dir $pattern]
-    }
-    return $files
-}
-
-
-post-patch {
-    foreach f [concat ${worksrcpath}/configure \
-                   ${worksrcpath}/tools/gyp/gyp \
-                   ${worksrcpath}/node.gyp \
-                   ${worksrcpath}/deps/cares/gyp_cares \
-                   ${worksrcpath}/deps/npm/node_modules/node-gyp/gyp/gyp \
-                   [rec_glob ${worksrcpath} *.py]] {
-        reinplace -locale C &quot;s|/usr/bin/env python|${configure.python}|&quot; ${f}
-    }
-    foreach f [concat ${worksrcpath}/deps/npm/scripts/relocate.sh \
-                   ${worksrcpath}/deps/npm/node_modules/semver/bin/semver \
-                   ${worksrcpath}/deps/npm/node_modules/which/bin/which \
-                   ${worksrcpath}/deps/npm/test/packages/npm-test-array-bin/bin/array-bin \
-                   ${worksrcpath}/deps/npm/test/packages/npm-test-dir-bin/bin/dir-bin \
-                   ${worksrcpath}/tools/doc/node_modules/marked/bin/marked \
-                   [rec_glob ${worksrcpath} *.js]] {
-        reinplace -locale C &quot;s|/usr/bin/env node|${prefix}/bin/node|&quot; ${f}
-    }
-    foreach gypfile [rec_glob ${worksrcpath} *.gyp] {
-        reinplace -locale C &quot;s|'python'|'${configure.python}'|&quot; ${gypfile}
-    }
-}
-
-# V8 only supports ARM and IA-32 processors
-supported_archs         i386 x86_64
-
-universal_variant       no
-
-patchfiles-append       patch-common.gypi.diff
-
-# &quot;V8 doesn't like cache.&quot;
-configure.ccache        no
-
-test.run                yes
-
-use_parallel_build      no
-
-switch $build_arch {
-    i386 {
-        configure.args-append   --dest-cpu=ia32
-    }
-    x86_64 {
-        configure.args-append   --dest-cpu=x64
-    }
-}
-
-build.args-append   CC=${configure.cc} \
-                    CXX=${configure.cxx} \
-                    CXX.host=${configure.cxx} \
-                    CPP=${configure.cpp} \
-                    CFLAGS=&quot;${configure.cflags}&quot; \
-                    CXXFLAGS=&quot;${configure.cxxflags}&quot; \
-                    LDFLAGS=&quot;${configure.ldflags}&quot; \
-                    PYTHON=${configure.python} \
-                    V=1
-
-destroot {
-    set bindir ${destroot}${prefix}/bin
-    set libdir ${destroot}${prefix}/lib
-    set libndir ${libdir}/${name}
-    set libddir ${libdir}/dtrace
-    set incdir ${destroot}${prefix}/include/${name}
-    set docdir ${destroot}${prefix}/share/doc/${name}
-
-    xinstall -d ${bindir}
-    xinstall -d ${libdir}
-    xinstall -d ${libndir}
-    xinstall -d ${libddir}
-    xinstall -d ${incdir}
-    xinstall -d ${docdir}
-
-# install binaries
-    xinstall -m 755 -W ${worksrcpath} \
-        out/Release/${name} \
-        ${bindir}
-
-    ln -s ${name} ${bindir}/node
-
-# install headers
-    xinstall -m 644 -W ${worksrcpath} \
-        src/async-wrap-inl.h \
-        src/async-wrap.h \
-        src/base-object-inl.h \
-        src/base-object.h \
-        src/debug-agent.h \
-        src/env-inl.h \
-        src/env.h \
-        src/handle_wrap.h \
-        src/node.h \
-        src/node_buffer.h \
-        src/node_constants.h \
-        src/node_counters.h \
-        src/node_crypto.h \
-        src/node_crypto_bio.h \
-        src/node_crypto_clienthello-inl.h \
-        src/node_crypto_clienthello.h \
-        src/node_crypto_groups.h \
-        src/node_dtrace.h \
-        src/node_file.h \
-        src/node_http_parser.h \
-        src/node_i18n.h \
-        src/node_internals.h \
-        src/node_javascript.h \
-        src/node_object_wrap.h \
-        src/node_root_certs.h \
-        src/node_stat_watcher.h \
-        src/node_version.h \
-        src/node_watchdog.h \
-        src/node_wrap.h \
-        src/pipe_wrap.h \
-        src/spawn_sync.h \
-        src/stream_wrap.h \
-        src/string_bytes.h \
-        src/tcp_wrap.h \
-        src/tls_wrap.h \
-        src/tree.h \
-        src/tty_wrap.h \
-        src/udp_wrap.h \
-        src/util-inl.h \
-        src/util.h \
-        src/v8abbr.h \
-        deps/v8/include/v8-debug.h \
-        deps/v8/include/v8-profiler.h \
-        deps/v8/include/v8-testing.h \
-        deps/v8/include/v8.h \
-        deps/v8/include/v8-platform.h \
-        deps/v8/include/v8-util.h \
-        deps/v8/include/v8config.h \
-        deps/uv/include/uv.h \
-        deps/uv/include/uv-unix.h \
-        deps/uv/include/uv-darwin.h \
-        deps/uv/include/tree.h \
-        deps/uv/include/uv-threadpool.h \
-        deps/uv/include/pthread-fixes.h \
-        deps/cares/include/ares.h \
-        deps/cares/include/ares_version.h \
-        deps/cares/include/nameser.h \
-        ${incdir}
-
-# install dtrace script
-    xinstall -m 644 -W ${worksrcpath} \
-        src/node.d \
-        ${libddir}
-
-# install manpage
-    xinstall -m 644 -W ${worksrcpath} \
-        doc/${name}.1 \
-        ${destroot}${prefix}/share/man/man1
-
-# install docs
-    xinstall -m 644 -W ${worksrcpath} \
-        AUTHORS \
-        ChangeLog.md \
-        COLLABORATOR_GUIDE.md \
-        CONTRIBUTING.md \
-        GOVERNANCE.md \
-        LICENSE \
-        README.md \
-        ${docdir}
-}
-
-compiler.blacklist *gcc* {clang &lt; 500}
-
-if {${os.major} &lt; 10} {
-    pre-fetch {
-        ui_error &quot;${name} ${version} requires Mac OS X 10.6 or greater.&quot;
-        return -code error &quot;incompatible Mac OS X version&quot;
-    }
-}
-
-livecheck.url       ${homepage}dist/
-livecheck.type      regex
-livecheck.regex     {v(\d+\.\d+\.\d+)}
</del></span></pre>
</div>
</div>

</body>
</html>