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 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup xcode 1.0 |
---|
6 | |
---|
7 | name cdto |
---|
8 | version 2.3 |
---|
9 | categories-append sysutils |
---|
10 | maintainers snc openmaintainer |
---|
11 | description Finder Toolbar button to open a Terminal window |
---|
12 | long_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 | |
---|
17 | homepage http://code.google.com/p/cdto |
---|
18 | |
---|
19 | master_sites googlecode:cdto |
---|
20 | distname ${name}_${version} |
---|
21 | use_zip yes |
---|
22 | |
---|
23 | checksums md5 4a6d3a9f6910d57df518e24003efccb9 \ |
---|
24 | sha1 38b11bedc29cf3f31b78251eb5cfbfb95780401b \ |
---|
25 | rmd160 9023b06666e3cc2119a7479e3d932bc5aa7145d0 |
---|
26 | |
---|
27 | worksrcdir "${name} dist/src" |
---|
28 | |
---|
29 | xcode.configuration Release |
---|
30 | |
---|
31 | livecheck.regex ${name}_(\\d+(\\.\\d+)+) |
---|