aboutsummaryrefslogtreecommitdiff
path: root/audio/p5-Audio-MPD
Commit message (Collapse)AuthorAgeFilesLines
* Some OCD cleanups on some of the perl@ ports.Adam Weinberger2015-03-122-6/+6
| | | | | | | | | | | | | | | | - Remove dependencies in core - Put testing depends in TEST_DEPENDS - Remove unnecessary bsd.port.options.mk inclusions - Remove checks for Perl versions that no longer exist in the ports tree - Sort plists, some of which were so jumbled that I have to assume the plist was randomized before committing A lot of the plist changes in this commit are moving PERL5_MAN3 after SITE_PERL. It's repo churn now, but it makes updating the ports later far easier. Notes: svn path=/head/; revision=381151
* - Update to 2.000Sunpoet Po-Chuan Hsieh2014-12-042-4/+3
| | | | | | | Changes: http://search.cpan.org/dist/Audio-MPD/Changes Notes: svn path=/head/; revision=373959
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Cleanup plistBaptiste Daroussin2014-10-201-2/+0
| | | | Notes: svn path=/head/; revision=371234
* 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