FreeBSD Bugzilla – Attachment 153709 Details for
Bug 198220
[MAINTAINER] www/node-0.10 for stable node.js 0.10.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
node-0.10.shar
node-0.10.shar (text/plain), 3.98 KB, created by
linpct
on 2015-03-03 12:09:43 UTC
(
hide
)
Description:
node-0.10.shar
Filename:
MIME Type:
Creator:
linpct
Created:
2015-03-03 12:09:43 UTC
Size:
3.98 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># node-0.10/Makefile ># node-0.10/distinfo ># node-0.10/files ># node-0.10/pkg-descr ># node-0.10/pkg-message ># node-0.10/pkg-plist ># >echo x - node-0.10/Makefile >sed 's/^X//' >node-0.10/Makefile << 'da5c6e82a720a2d19c62a0e086831fff' >X# Created by: Jin-Sih Lin <linpct@gmail.com> >X# $FreeBSD$ >X >XPORTNAME= node >XPORTVERSION= 0.10.36 >XCATEGORIES= www >XMASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ >XPKGNAMESUFFIX= -0.10 >XDISTNAME= ${PORTNAME}-v${PORTVERSION} >X >XMAINTAINER= linpct@gmail.com >XCOMMENT= V8 JavaScript for client and server >X >XLICENSE= MIT >X >XUSES= compiler execinfo gmake python:2 >XHAS_CONFIGURE= yes >XUSE_LDCONFIG= yes >X >XCONFLICTS= node-0.[02-9][0-9]* node-devel-0.[0-9]* iojs-* >X >XONLY_FOR_ARCHS= i386 amd64 >XCONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} --without-npm --shared-zlib >XPREFIX_RELDEST= ${PREFIX:S,^${DESTDIR},,} >XREINPLACE_ARGS= -i '' >XMAKE_ENV+= CC.host=${CC} CXX.host=${CXX} LINK.host=${CXX} LINK.target=${CXX} >X >X.include <bsd.port.pre.mk> >X.if ${COMPILER_TYPE} == clang >XMAKE_ENV+= LINK=clang++ >XCFLAGS+= -Wno-unused-private-field >X.if ${COMPILER_VERSION} >= 33 >XCFLAGS+= -Wno-nested-anon-types -Wno-unused-function >X.if ${COMPILER_VERSION} >= 34 >XCFLAGS+= -Wno-unused-const-variable >X.endif >X.endif >X.else >XMAKE_ARGS+= strictaliasing=off >XUSE_GCC= any >X.endif >X >Xpost-patch: >X @${REINPLACE_CMD} -e '1 s|${SETENV} python|${PYTHON_CMD}|' ${WRKSRC}/configure >X @${REINPLACE_CMD} -e "s|'python',|'${PYTHON_CMD}',|" \ >X ${WRKSRC}/deps/v8/build/common.gypi \ >X ${WRKSRC}/deps/v8/tools/gyp/v8.gyp \ >X ${WRKSRC}/deps/v8/src/d8.gyp >X @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ >X ${WRKSRC}/deps/v8/build/common.gypi \ >X ${WRKSRC}/deps/v8/tools/gyp/v8.gyp >X >Xpost-install: >X ${MKDIR} ${STAGEDIR}${PREFIX}/lib/node_modules/ >X ${TOUCH} ${STAGEDIR}${PREFIX}/lib/node_modules/.keepme >X ${CHMOD} ${MANMODE} ${STAGEDIR}${PREFIX}/man/man1/node.1 >X @${ECHO_MSG} >X @${ECHO_MSG} "Note: If you need npm (Node Package Manager), please install www/npm." >X @${ECHO_MSG} >X >X.include <bsd.port.post.mk> >da5c6e82a720a2d19c62a0e086831fff >echo x - node-0.10/distinfo >sed 's/^X//' >node-0.10/distinfo << '830a4d5ef284b01fbd2ace09bddea96e' >XSHA256 (node-v0.10.36.tar.gz) = b9d7d1d0294bce46686b13a05da6fc5b1e7743b597544aa888e8e64a9f178c81 >XSIZE (node-v0.10.36.tar.gz) = 14410899 >830a4d5ef284b01fbd2ace09bddea96e >echo c - node-0.10/files >mkdir -p node-0.10/files > /dev/null 2>&1 >echo x - node-0.10/pkg-descr >sed 's/^X//' >node-0.10/pkg-descr << '91677342dbdb3eec6ee10be1702527ef' >Xnode v0.10.x - evented I/O for V8 javascript >X >XWWW: http://nodejs.org/ >91677342dbdb3eec6ee10be1702527ef >echo x - node-0.10/pkg-message >sed 's/^X//' >node-0.10/pkg-message << '03a49f23a5d6868a00231bf375f3ee27' >X >XNote: If you need npm (Node Package Manager), please install www/npm. >X >03a49f23a5d6868a00231bf375f3ee27 >echo x - node-0.10/pkg-plist >sed 's/^X//' >node-0.10/pkg-plist << '0871952c5077f2e6fdba305c1b4bfbe6' >Xbin/node >Xinclude/node/ares.h >Xinclude/node/ares_version.h >Xinclude/node/common.gypi >Xinclude/node/config.gypi >Xinclude/node/nameser.h >Xinclude/node/node.h >Xinclude/node/node_buffer.h >Xinclude/node/node_internals.h >Xinclude/node/node_object_wrap.h >Xinclude/node/node_version.h >Xinclude/node/openssl/opensslconf.h >Xinclude/node/uv-private/ngx-queue.h >Xinclude/node/uv-private/stdint-msvc2008.h >Xinclude/node/uv-private/tree.h >Xinclude/node/uv-private/uv-bsd.h >Xinclude/node/uv-private/uv-darwin.h >Xinclude/node/uv-private/uv-linux.h >Xinclude/node/uv-private/uv-sunos.h >Xinclude/node/uv-private/uv-unix.h >Xinclude/node/uv-private/uv-win.h >Xinclude/node/uv.h >Xinclude/node/v8-debug.h >Xinclude/node/v8-preparser.h >Xinclude/node/v8-profiler.h >Xinclude/node/v8-testing.h >Xinclude/node/v8.h >Xinclude/node/v8stdint.h >Xlib/node_modules/.keepme >Xman/man1/node.1.gz >0871952c5077f2e6fdba305c1b4bfbe6 >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 198220
: 153709