aboutsummaryrefslogtreecommitdiff
path: root/audio/p5-Audio-MPD
Commit message (Collapse)AuthorAgeFilesLines
* support STAGEDIR.Vanilla I. Shu2013-11-012-12/+9
| | | | Notes: svn path=/head/; revision=332336
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* Cleanup supporting perl version 5.8 and 5.10,Andrej Zverev2012-12-171-7/+1
| | | | | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon. Notes: svn path=/head/; revision=309075
* - Set default perl version for ports which currently usingAndrej Zverev2012-12-161-1/+1
| | | | | | | | | (5.x+ and x < 12) scheme. Approved by: bapt@ (portmgr@) Notes: svn path=/head/; revision=308985
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-2/+8
| | | | | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-8/+2
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* - Update to 1.120610Sunpoet Po-Chuan Hsieh2012-03-022-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Audio-MPD/Changes Notes: svn path=/head/; revision=292509
* - Update to 1.113280Sunpoet Po-Chuan Hsieh2011-11-252-7/+17
| | | | | | | | | | | - Sort *_DEPENDS - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Audio-MPD/Changes Feature safe: yes Notes: svn path=/head/; revision=286395
* - Fix LICENSE (Artistic 1 instead of Artistic 2)Frederic Culot2011-10-071-1/+1
| | | | | | | | | | - Pet portlint(1) PR: ports/161336 Submitted by: Simon Olofsson <simon@olofsson.de> Notes: svn path=/head/; revision=283112
* - Update to 1.112670Sunpoet Po-Chuan Hsieh2011-09-292-6/+6
| | | | | | | | | - Pet portlint Changes: http://search.cpan.org/dist/Audio-MPD/Changes Notes: svn path=/head/; revision=282591
* - update to 1.111200Baptiste Daroussin2011-05-052-3/+3
| | | | | | | - changes: http://cpansearch.perl.org/src/JQUELIN/Audio-MPD-1.111200/Changes Notes: svn path=/head/; revision=273657
* - update to 1.110560Baptiste Daroussin2011-03-172-4/+6
| | | | | | | | - add licenses - changes: http://cpansearch.perl.org/src/JQUELIN/Audio-MPD-1.110560/Changes Notes: svn path=/head/; revision=271094
* - Update to 1.102260Wen Heping2010-09-183-8/+11
| | | | Notes: svn path=/head/; revision=261359
* - Fix plistSahil Tandon2010-05-131-0/+2
| | | | | | | | Reported by: pointyhat (via pav) Approved by: pgollucci (perl@), itetcu (mentor) Notes: svn path=/head/; revision=254241
* - Update to 1.093170Philip M. Gollucci2009-12-153-12/+11
| | | | Notes: svn path=/head/; revision=245832
* - Update to 0.19.10Wen Heping2009-10-223-6/+5
| | | | | | | Approved by: mentors(implicit) Notes: svn path=/head/; revision=243195
* - Update to 0.19.8Wen Heping2009-10-192-5/+4
| | | | | | | Approved by: mentors(implicit) Notes: svn path=/head/; revision=243032
* - Update to 0.19.7Wen Heping2009-10-012-4/+5
| | | | | | | Approved by: miwi(mentor), jadawin(co-mentor) Notes: svn path=/head/; revision=242357
* Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and noMark Linimon2009-08-281-1/+1
| | | | | | | | | response to email. Hat: portmgr Notes: svn path=/head/; revision=240460
* - Update to 0.19.6Chin-San Huang2009-03-232-4/+4
| | | | Notes: svn path=/head/; revision=230715
* - Update to 0.19.5Chin-San Huang2009-01-242-4/+4
| | | | Notes: svn path=/head/; revision=226794
* Add p5-Audio-MPD, class to talk to MPD (Music Player Daemon) servers.Chin-San Huang2008-10-284-0/+59
Audio::MPD gives a clear object-oriented interface for talking to and controlling MPD (Music Player Daemon) servers. A connection to the MPD server is established as soon as a new Audio::MPD object is created. WWW: http://search.cpan.org/dist/Audio-MPD/ Notes: svn path=/head/; revision=222169