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 | |
---|
7 | name shell-fm |
---|
8 | version 0.8.1 |
---|
9 | categories audio |
---|
10 | platforms darwin |
---|
11 | maintainers fawong.com:waf |
---|
12 | homepage https://github.com/jkramer/shell-fm |
---|
13 | master_sites https://fawong.com/macports/shell-fm |
---|
14 | |
---|
15 | description Console-based last.fm player |
---|
16 | |
---|
17 | long_description shell-fm is a lightweight, console-based player for Last.FM radio streams. \ |
---|
18 | It’s pretty small (the binary is currently a little smaller than 60K, or 50K when stripped) \ |
---|
19 | and it has most features the “official” player has, if not even a few more. \ |
---|
20 | \ |
---|
21 | Additional features are, for example: \ |
---|
22 | network interface (control shell-fm remotely) \ |
---|
23 | autoban (automatically ban all tracks of an artist you don’t like) \ |
---|
24 | bookmark stations (quickly jump to bookmarked stations with a single key) \ |
---|
25 | ... probably more |
---|
26 | |
---|
27 | depends_lib port:libao |
---|
28 | |
---|
29 | checksums md5 d1bfb8a9305a2c5903c318e4924564b0 \ |
---|
30 | sha1 25e467b85ee7947b48ac0c0c1650a3e3ad363361 \ |
---|
31 | rmd160 a09aa6267986a4b22065aeb4b9b0ee8f615c72a3 |
---|
32 | |
---|
33 | use_configure no |
---|
34 | |
---|
35 | build.args PREFIX=${prefix} |
---|
36 | destroot.args PREFIX=${prefix} |
---|