Ticket #28807: Portfile

File Portfile, 1.3 KB (added by anatol (Anatol Pomozov), 13 years ago)

Update vala to 0.11.7

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
5
6name                vala
7version             0.11.7
8set branch          [join [lrange [split ${version} .] 0 1] .]
9categories          lang
10maintainers         nomaintainer
11description         Compiler for the GObject type system
12long_description \
13   Vala is a new programming language that aims to bring modern programming \
14   language features to GNOME developers without imposing any additional \
15   runtime requirements and without using a different ABI compared to \
16   applications and libraries written in C.
17
18platforms           darwin
19
20homepage            http://live.gnome.org/Vala
21master_sites        gnome:sources/${name}/${branch}/
22use_bzip2           yes
23
24checksums           md5     5515f32552ee45ed5c7541c119009caa \
25                    sha1    774177baf0c8764367e569b4460560f1933a9c55 \
26                    rmd160  29af2723d205d888e155195b4f876b711a4e7c56
27
28depends_build       path:bin/pkg-config:pkgconfig \
29                    port:libxslt
30
31depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2
32
33configure.args      --enable-vapigen
34
35livecheck.type      regex
36livecheck.url       http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
37livecheck.regex     {LATEST-IS-(\d+(?:\.\d+)*)}