Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

root/trunk/dports/audio/mpc/Portfile

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
3PortSystem 1.0
4
5name             mpc
6version          0.12.1
7categories       audio
8maintainers      milosh openmaintainer
9description      a command line tool for MPD
10long_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.
18homepage         http://www.musicpd.org/mpc.shtml
19platforms        darwin
20depends_build    port:libiconv
21master_sites     http://www.musicpd.org/uploads/files/
22checksums        md5 0be8cc9ba282f467631ee0b1b8a0c494
23configure.args   --mandir=${prefix}/share/man
24
25livecheck.check   regex
26livecheck.url     http://www.musicpd.org/files.shtml
27livecheck.regex   files\/mpc-(\[0-9\.\]+)\.tar\.bz2
Note: See TracBrowser for help on using the browser.