1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name gnome-subtitles |
---|
7 | version 1.1 |
---|
8 | set branch [join [lrange [split ${version} .] 0 0] .] |
---|
9 | maintainers pixilla.com:brad gmail.com:lfbm.andamentos |
---|
10 | categories gnome |
---|
11 | platforms darwin |
---|
12 | description Subtitle editor for the GNOME desktop |
---|
13 | |
---|
14 | long_description \ |
---|
15 | Gnome Subtitles is a subtitle editor for the GNOME desktop. \ |
---|
16 | It supports the most common text-based subtitle formats and \ |
---|
17 | allows for subtitle editing, translation and synchronization |
---|
18 | |
---|
19 | homepage http://gnome-subtitles.sourceforge.net/ |
---|
20 | master_sites sourceforge |
---|
21 | |
---|
22 | checksums sha1 500442c266d4440f68099d76b97ca80f906e3415 \ |
---|
23 | rmd160 299c2593f148c29aeae44b528f35950c1d6b7d03 |
---|
24 | |
---|
25 | depends_lib port:mono \ |
---|
26 | port:gtk2 \ |
---|
27 | port:gtk-sharp \ |
---|
28 | port:glade3 \ |
---|
29 | port:gconf \ |
---|
30 | port:gst-plugins-base \ |
---|
31 | port:gtkspell2 \ |
---|
32 | port:enchant |
---|
33 | |
---|
34 | livecheck.url http://sourceforge.net/projects/gnome-subtitles/files/ |
---|
35 | livecheck.type regex |
---|
36 | livecheck.regex ${name}-(\[0-9\.\]+)${extract.suffix} |
---|