Ticket #27415: Portfile

File Portfile, 1.3 KB (added by pixilla (Bradley Giesbrecht), 13 years ago)
Line 
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
4PortSystem          1.0
5
6name                gnome-subtitles
7version             1.1
8set branch          [join [lrange [split ${version} .] 0 0] .]
9maintainers         pixilla.com:brad gmail.com:lfbm.andamentos
10categories          gnome
11platforms           darwin
12description         Subtitle editor for the GNOME desktop
13
14long_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
19homepage            http://gnome-subtitles.sourceforge.net/
20master_sites        sourceforge
21
22checksums           sha1    500442c266d4440f68099d76b97ca80f906e3415 \
23                    rmd160  299c2593f148c29aeae44b528f35950c1d6b7d03
24
25depends_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
34livecheck.url       http://sourceforge.net/projects/gnome-subtitles/files/
35livecheck.type      regex
36livecheck.regex     ${name}-(\[0-9\.\]+)${extract.suffix}