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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name vala |
---|
7 | version 0.11.7 |
---|
8 | set branch [join [lrange [split ${version} .] 0 1] .] |
---|
9 | categories lang |
---|
10 | maintainers nomaintainer |
---|
11 | description Compiler for the GObject type system |
---|
12 | long_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 | |
---|
18 | platforms darwin |
---|
19 | |
---|
20 | homepage http://live.gnome.org/Vala |
---|
21 | master_sites gnome:sources/${name}/${branch}/ |
---|
22 | use_bzip2 yes |
---|
23 | |
---|
24 | checksums md5 5515f32552ee45ed5c7541c119009caa \ |
---|
25 | sha1 774177baf0c8764367e569b4460560f1933a9c55 \ |
---|
26 | rmd160 29af2723d205d888e155195b4f876b711a4e7c56 |
---|
27 | |
---|
28 | depends_build path:bin/pkg-config:pkgconfig \ |
---|
29 | port:libxslt |
---|
30 | |
---|
31 | depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 |
---|
32 | |
---|
33 | configure.args --enable-vapigen |
---|
34 | |
---|
35 | livecheck.type regex |
---|
36 | livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/ |
---|
37 | livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)} |
---|