Ticket #20607: Portfile

File Portfile, 1.3 KB (added by neric27@…, 15 years ago)

Portfile

Line 
1PortSystem          1.0
2PortGroup           python25 1.0
3
4name                py25-gpodder
5version             0.17.0
6categories-append   gnome audio
7maintainers         neric27@wanadoo.fr openmaintainer
8platforms           darwin
9description         A media aggregator and podcast client
10
11long_description \
12    gPodder is a standalone podcast manager. \
13It provides anything to manage feeds and podcasts \
14but requires an external player to actually listen/view \
15the content, e.g. Apple Quick Time Player.
16
17homepage            http://gpodder.berlios.de
18master_sites        http://download.berlios.de/gpodder/
19distname            gpodder-${version}
20
21checksums           md5     0290e4dee16a3220fc28d970d7ab4f9f \
22                    sha1    a0bfe58e0561a27a0b021d0ddd99ad3bd1d6dcd8 \
23                    rmd160  d7a57a187686e63917e233ce40cc0bc4f0d6f706
24
25depends_build       port:help2man\
26                    port:intltool
27
28depends_lib         port:py25-feedparser\
29                    port:dbus-python25\
30                    port:gnome-python-extras\
31                    port:py25-pil\
32                    port:vorbis-tools\
33                    port:lame
34
35# compile the translation files
36pre-build {
37        system "cd ${worksrcpath} && make messages"
38}
39
40livecheck.check     regex
41livecheck.url       ${master_sites}
42livecheck.regex     "gpodder-(\\d+(?:\\.\\d+)*)${extract.suffix}"