|
Revision 32787, 1.0 KB
(checked in by milosh@…, 12 months ago)
|
|
Add openmaintainer to my ports.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 | # $Id$ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | |
|---|
| 5 | name mpc |
|---|
| 6 | version 0.12.1 |
|---|
| 7 | categories audio |
|---|
| 8 | maintainers milosh openmaintainer |
|---|
| 9 | description a command line tool for MPD |
|---|
| 10 | long_description \ |
|---|
| 11 | mpc is a simple command line client for MPD.\ |
|---|
| 12 | Music Player Daemon (MPD) allows remote access for playing music (MP3, Ogg\ |
|---|
| 13 | Vorbis, FLAC, AAC, Mod, and wave files) and managing playlists. MPD is\ |
|---|
| 14 | designed for integrating a computer into a stereo system that provides\ |
|---|
| 15 | control for music playback over a local network. It also makes a great\ |
|---|
| 16 | desktop music player, especially if you are a console junkie, like\ |
|---|
| 17 | frontend options, or restart X often. |
|---|
| 18 | homepage http://www.musicpd.org/mpc.shtml |
|---|
| 19 | platforms darwin |
|---|
| 20 | depends_build port:libiconv |
|---|
| 21 | master_sites http://www.musicpd.org/uploads/files/ |
|---|
| 22 | checksums md5 0be8cc9ba282f467631ee0b1b8a0c494 |
|---|
| 23 | configure.args --mandir=${prefix}/share/man |
|---|
| 24 | |
|---|
| 25 | livecheck.check regex |
|---|
| 26 | livecheck.url http://www.musicpd.org/files.shtml |
|---|
| 27 | livecheck.regex files\/mpc-(\[0-9\.\]+)\.tar\.bz2 |
|---|