Ticket #24567: Portfile

File Portfile, 1.1 KB (added by nerdling (Jeremy Lavergne), 15 years ago)

start of cdto

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem          1.0
5PortGroup           xcode 1.0
6
7name                cdto
8version             2.3
9categories-append   sysutils
10maintainers         snc openmaintainer
11description         Finder Toolbar button to open a Terminal window
12long_description    Fast mini application that opens a Terminal.app \
13                    window cd'd to the front most finder window. This \
14                    app is designed (including it's icon) to placed \
15                    in the finder window's toolbar.
16
17homepage            http://code.google.com/p/cdto
18
19master_sites        googlecode:cdto
20distname            ${name}_${version}
21use_zip             yes
22
23checksums           md5     4a6d3a9f6910d57df518e24003efccb9 \
24                    sha1    38b11bedc29cf3f31b78251eb5cfbfb95780401b \
25                    rmd160  9023b06666e3cc2119a7479e3d932bc5aa7145d0
26
27worksrcdir          "${name} dist/src"
28
29xcode.configuration Release
30
31livecheck.regex     ${name}_(\\d+(\\.\\d+)+)