Ticket #25604: Portfile

File Portfile, 897 bytes (added by rambiusparkisanius@…, 14 years ago)

The initial ATF Portfile

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$
3PortSystem              1.0
4
5name                    atf
6version                 0.10
7categories              devel
8platforms               darwin
9maintainers             rambiusparkisanius@gmail.com
10description             The Automated Testing Framework
11long_description                The Automated Testing Framework (ATF) is a collection of \
12                                libraries and utilities designed to ease unattended \
13                                application testing in the hands of developers and \
14                                end users of a specific piece of software.
15
16homepage                http://www.netbsd.org/~jmmv/atf/
17master_sites            ftp://ftp.NetBSD.org/pub/NetBSD/misc/jmmv/atf/${version}/
18checksums               md5     72160cf5e983c7b029168f2c236cc2e7 \
19                        sha1    f3d1a689204c69dc40211d2ecce0eb4f09f8ad75 \
20                        rmd160  2f0e2e499b87090f81a15f8f756cc48b1e8b9486
21
22depends_lib             port:xmlcatmgr
23
24destroot.args           testsdir=${prefix}/share/${name}/tests
25