Port details |
- p5-Audio-MPD Class to talk to MPD (Music Player Daemon) servers
- 2.004_2 audio
=1 2.004_2Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2008-10-28 17:21:42
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: codespell, py38-kerberos, py38-zope.schema
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- 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.
Note that the module will by default connect to mpd before sending any
command, and will disconnect after the command has been issued. This scheme
is far from optimal, but allows us not to care about timeout disconnections.
/!\ Note that Audio::MPD is using high-level, blocking sockets. This means
that if the mpd server is slow, or hangs for whatever reason, or even
crash abruptly, the program will be hung forever in this sub. The
POE::Component::Client::MPD module is way safer - you're advised to use it
instead of Audio::MPD. Or you can try to set conntype to $REUSE (see
Audio::MPD constructor for more details), but you would be then on your
own to deal with disconnections.
WWW: https://metacpan.org/release/Audio-MPD
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Audio-MPD>0:audio/p5-Audio-MPD
- To install the port:
- cd /usr/ports/audio/p5-Audio-MPD/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/p5-Audio-MPD
- pkg install p5-Audio-MPD
- PKGNAME: p5-Audio-MPD
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1464328692
SHA256 (Audio-MPD-2.004.tar.gz) = c4f8adfe040d5373ddc9a33dba66ea108d02e45178b8e60f5cf74aa408c6aa92
SIZE (Audio-MPD-2.004.tar.gz) = 41586
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Audio-MPD-Common>=0 : audio/p5-Audio-MPD-Common
- p5-Getopt-Euclid>=0 : devel/p5-Getopt-Euclid
- p5-List-AllUtils>=0 : devel/p5-List-AllUtils
- p5-List-MoreUtils>=0 : lang/p5-List-MoreUtils
- p5-Moose>=0 : devel/p5-Moose
- p5-MooseX-Has-Sugar>=0 : devel/p5-MooseX-Has-Sugar
- p5-MooseX-SemiAffordanceAccessor>=0 : devel/p5-MooseX-SemiAffordanceAccessor
- p5-MooseX-Types>=0 : devel/p5-MooseX-Types
- p5-Proc-Daemon>=0 : devel/p5-Proc-Daemon
- perl5>=5.32.r0<5.33 : lang/perl5.32
- p5-Module-Build>=0.4206 : devel/p5-Module-Build
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Audio-MPD-Common>=0 : audio/p5-Audio-MPD-Common
- p5-Getopt-Euclid>=0 : devel/p5-Getopt-Euclid
- p5-List-AllUtils>=0 : devel/p5-List-AllUtils
- p5-List-MoreUtils>=0 : lang/p5-List-MoreUtils
- p5-Moose>=0 : devel/p5-Moose
- p5-MooseX-Has-Sugar>=0 : devel/p5-MooseX-Has-Sugar
- p5-MooseX-SemiAffordanceAccessor>=0 : devel/p5-MooseX-SemiAffordanceAccessor
- p5-MooseX-Types>=0 : devel/p5-MooseX-Types
- p5-Proc-Daemon>=0 : devel/p5-Proc-Daemon
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- audio_p5-Audio-MPD
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 2.004_2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
06 Oct 2018 13:06:45
2.004_2
|
des  |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
27 May 2018 20:15:20
2.004_2
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
15 Sep 2017 08:58:50
2.004_2
|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
31 Jan 2017 16:21:46
2.004_2
|
mat  |
Bump PORTREVISION for ports affected by the fix the last commit.
Done with: Tools/scripts/bump-revision.sh
Sponsored by: Absolight |
02 Aug 2016 16:03:10
2.004_1
|
adamw  |
Remove p5-IO-Socket-IP dependency and bump PORTREVISION. |
28 May 2016 17:08:49
2.004
|
sunpoet  |
- Update to 2.004
Changes: http://search.cpan.org/dist/Audio-MPD/Changes |
29 Apr 2016 22:42:35
2.002
|
sunpoet  |
- Update to 2.002
- Add LICENSE_FILE
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/Audio-MPD/Changes |
01 Apr 2016 13:29:17
2.000
|
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
14 Sep 2015 12:19:50
2.000
|
mat  |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
12 Mar 2015 23:00:03
2.000
|
adamw  |
Some OCD cleanups on some of the perl@ ports.
- 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. |
04 Dec 2014 15:27:26
2.000
|
sunpoet  |
- Update to 2.000
Changes: http://search.cpan.org/dist/Audio-MPD/Changes |
26 Nov 2014 13:08:38
1.120610_1
|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
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 (Only the first 15 lines of the commit message are shown above ) |
20 Oct 2014 06:36:00
1.120610
|
bapt  |
Cleanup plist |
01 Nov 2013 02:28:24
1.120610
|
vanilla  |
support STAGEDIR. |
20 Sep 2013 14:36:37
1.120610
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
02 Aug 2013 18:52:11
1.120610
|
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
17 Dec 2012 09:54:03
1.120610
|
az  |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon. |
16 Dec 2012 06:12:28
1.120610
|
az  |
- Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.
Approved by: bapt@ (portmgr@) |
13 Mar 2012 16:15:36
1.120610
|
pgollucci  |
- Revert ports/165605 as requested by portmgr@
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) |
08 Mar 2012 18:45:38
1.120610
|
pgollucci  |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
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 |
02 Mar 2012 05:58:12
1.120610
|
sunpoet  |
- Update to 1.120610
Changes: http://search.cpan.org/dist/Audio-MPD/Changes |
25 Nov 2011 07:38:57
1.113280
|
sunpoet  |
- Update to 1.113280
- Sort *_DEPENDS
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/Audio-MPD/Changes
Feature safe: yes |
07 Oct 2011 11:22:46
1.112670
|
culot  |
- Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)
PR: ports/161336
Submitted by: Simon Olofsson <simon@olofsson.de> |
29 Sep 2011 01:18:07
1.112670
|
sunpoet  |
- Update to 1.112670
- Pet portlint
Changes: http://search.cpan.org/dist/Audio-MPD/Changes |
05 May 2011 06:19:19
1.111200
|
bapt  |
- update to 1.111200
- changes: http://cpansearch.perl.org/src/JQUELIN/Audio-MPD-1.111200/Changes |
17 Mar 2011 13:00:42
1.110560
|
bapt  |
- update to 1.110560
- add licenses
- changes: http://cpansearch.perl.org/src/JQUELIN/Audio-MPD-1.110560/Changes |
18 Sep 2010 03:22:07
1.102260
|
wen  |
- Update to 1.102260 |
13 May 2010 01:23:09
1.093170
|
sahil  |
- Fix plist
Reported by: pointyhat (via pav)
Approved by: pgollucci (perl@), itetcu (mentor) |
15 Dec 2009 06:21:44
1.093170
|
pgollucci  |
- Update to 1.093170 |
22 Oct 2009 02:34:14
0.19.10
|
wen  |
- Update to 0.19.10
Approved by: mentors(implicit) |
19 Oct 2009 01:06:33
0.19.8
|
wen  |
- Update to 0.19.8
Approved by: mentors(implicit) |
01 Oct 2009 15:12:47
0.19.7
|
wen  |
- Update to 0.19.7
Approved by: miwi(mentor), jadawin(co-mentor) |
28 Aug 2009 17:37:26
0.19.6
|
linimon  |
Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.
Hat: portmgr |
23 Mar 2009 02:00:56
0.19.6
|
chinsan  |
- Update to 0.19.6 |
24 Jan 2009 14:00:44
0.19.5
|
chinsan  |
- Update to 0.19.5 |
28 Oct 2008 17:20:52
0.19.4
|
chinsan  |
Add p5-Audio-MPD, class to talk to MPD (Music Player Daemon) servers.
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/ |