Ticket #26998: Portfile

File Portfile, 1.4 KB (added by anatol (Anatol Pomozov), 14 years ago)
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 72124 2010-10-04 19:06:30Z ryandesign@macports.org $
3
4PortSystem          1.0
5
6name                vala
7version             0.11.1
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     fbc5fc0cc35576ca96b25e4429fbc778 \
25                    sha1    b0ba5075badd790b2c51b22c283477e1960643eb \
26                    rmd160  a65f29aa839a7fc1ab1024a52eeaabbbef4496f2
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+)*)}