Ticket #19119: Portfile

File Portfile, 921 bytes (added by ic (Eric Platon), 15 years ago)

Initial portfile for JSCoverage.

Line 
1# -*- 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
2# $Id$
3
4PortSystem                      1.0
5name                            jscoverage
6version                         0.4
7categories                      devel
8maintainers                     zaraki@gmx.com
9description                     A code coverage tool for JavaScript.
10long_description                JSCoverage is a tool that measures code \
11                                coverage for JavaScript programs.\
12                                \
13                                JSCoverage works by instrumenting the JS\
14                                code used in web pages. Code coverage \
15                                statistics are collected while the \
16                                instrumented JS code is executed in a web browser.
17
18homepage                        http://siliconforks.com/jscoverage/     
19distfiles                       ${name}-${version}.tar.bz2
20master_sites                    http://siliconforks.com/jscoverage/download/
21checksums                       md5 b5e0b2c470b0712f88b793d16a05b88a \
22                                sha1 426af4667fbc79413b133e676e786ca1e3af2624 \
23                                rmd160 9ace641b33b3cf702b93f0cf31e0ae16d9d64868
24platforms                       darwin
25
26use_bzip2                       yes
27