Ticket #23205: Portfile.diff
File Portfile.diff, 2.3 KB (added by arto.bendiken@…, 15 years ago) |
---|
-
net/node/Portfile
a b 4 4 PortSystem 1.0 5 5 6 6 name node 7 version 0.1. 258 categories javascript7 version 0.1.33 8 categories net 9 9 maintainers gmail.com:ceager openmaintainer 10 description Evented I/O for V8 javascript10 description Evented I/O for V8 JavaScript 11 11 long_description Node's goal is to provide an easy way to build scalable network programs. \ 12 12 Node is similar in design to and influenced by systems like Ruby's Event \ 13 Machine or Python's Twisted. Node takes the event model a bit further —it \14 presents the event loop as a language construct instead of as a library. 15 homepage http://nodejs.org 13 Machine or Python's Twisted. Node takes the event model a bit further-it \ 14 presents the event loop as a language construct instead of as a library. 15 homepage http://nodejs.org/ 16 16 platforms darwin 17 master_sites http:// s3.amazonaws.com/four.livejournal/20100109/18 19 checksums md5 17ef9f59b583b2159a6d40e88e767675\20 sha1 62f8815a4f2bfe371578f7fd69b43d6e20a6414b\21 rmd160 06bd878ad8cf53666def5f95f188d9d7a76003c717 master_sites http://nodejs.org/dist/ 18 19 checksums md5 d34173ead6119b9a593176a9c7522cea \ 20 sha1 58d763411e3a951aa05f8948c45b3034e5d00361 \ 21 rmd160 b76961f5170455f7046a5b9b863e943e20c37e9d 22 22 distname ${name}-v${version} 23 23 extract.suffix .tar.gz 24 24 worksrcdir ${distname} 25 25 26 26 depends_build bin:python:python26 27 27 28 28 depends_lib-append port:gnutls 29 29 30 # v8 only compiles on arm and ia3230 # V8 only supports ARM and IA-32 processors 31 31 universal_variant no 32 32 33 33 configure.env-append LDFLAGS="-L${prefix}/lib" … … test.target test 40 40 # use_configure no 41 41 # build {} 42 42 # destroot.target doc install 43 # 43 # 44 44 # depends_lib-append port:asciidoc \ 45 45 # port:libxslt 46 46 #}