Ticket #39355: Portfile.2

File Portfile.2, 1.4 KB (added by rino@…, 11 years ago)

Revised version of Portfile on Jun 9.

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: Portfile 3 2013-06-09 05:19:50Z emotiongraphics.jp:rino $
3
4PortSystem          1.0
5
6name                xyzsh
7categories          shells
8version             1.4.3
9revision            0
10set libcurver       1.9.0
11set libcmpver       1
12
13description         xyzsh - An interactive shell
14long_description    An interactive shell features object oriented scripting with garbage collection.
15homepage            http://sourceforge.jp/projects/xyzsh/
16
17master_sites        sourceforge_jp:${name}/58940/
18checksums           rmd160 efbfc5a7f3a3c9e4f8dabe58bd3672b5288120ff \
19                    sha256 e763ee243135071331badef8223567a49bd3697b68ba415b5a6acf992624db65
20extract.suffix      .tgz
21
22platforms           darwin
23license             MIT
24maintainers         emotiongraphics.jp:rino
25
26depends_lib         port:libiconv \
27                    port:ncurses \
28                    port:oniguruma5
29
30post-patch {
31    reinplace \
32        "s:-dynamiclib:-dynamiclib -current_version ${libcurver} -compatibility_version ${libcmpver} -install_name ${prefix}/lib/lib${name}.${libcurver}.dylib:" \
33        ${worksrcpath}/Makefile.in
34}
35
36configure.args      --with-optimize
37
38livecheck.type      regex
39livecheck.url       http://sourceforge.jp/projects/${name}/releases/rss
40livecheck.regex     <title>${name}.* - (\[0-9.a-z\-\]+)</title>