Port details |
- p5-Audio-MPD Class to talk to MPD (Music Player Daemon) servers
- 2.004_2 audio =3 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: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jackit, cgit, libodbc++, linux_dvbwrapper-kmod, p5-SVG-Parser
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Audio-MPD
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- 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
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- 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: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.004_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.004_2 20 Jul 2022 14:20:54 |
Tobias C. Berner (tcberner) |
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above ) |
2.004_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.004_2 06 Oct 2018 13:06:45 |
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) |
2.004_2 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
2.004_2 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
2.004_2 31 Jan 2017 16:21:46 |
mat |
Bump PORTREVISION for ports affected by the fix the last commit.
Done with: Tools/scripts/bump-revision.sh
Sponsored by: Absolight |
2.004_1 02 Aug 2016 16:03:10 |
adamw |
Remove p5-IO-Socket-IP dependency and bump PORTREVISION. |
2.004 28 May 2016 17:08:49 |
sunpoet |
- Update to 2.004
Changes: http://search.cpan.org/dist/Audio-MPD/Changes |
2.002 29 Apr 2016 22:42:35 |
sunpoet |
- Update to 2.002
- Add LICENSE_FILE
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/Audio-MPD/Changes |
2.000 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
2.000 14 Sep 2015 12:19:50 |
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 |
2.000 12 Mar 2015 23:00:03 |
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. |
2.000 04 Dec 2014 15:27:26 |
sunpoet |
- Update to 2.000
Changes: http://search.cpan.org/dist/Audio-MPD/Changes |
1.120610_1 26 Nov 2014 13:08:38 |
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 ) |
1.120610 20 Oct 2014 06:36:00 |
bapt |
Cleanup plist |
1.120610 01 Nov 2013 02:28:24 |
vanilla |
support STAGEDIR. |
1.120610 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
1.120610 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
1.120610 17 Dec 2012 09:54:03 |
az |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon. |
1.120610 16 Dec 2012 06:12:28 |
az |
- Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.
Approved by: bapt@ (portmgr@) |
1.120610 13 Mar 2012 16:15:36 |
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) |
1.120610 08 Mar 2012 18:45:38 |
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 |
1.120610 02 Mar 2012 05:58:12 |
sunpoet |
- Update to 1.120610
Changes: http://search.cpan.org/dist/Audio-MPD/Changes |
1.113280 25 Nov 2011 07:38:57 |
sunpoet |
- Update to 1.113280
- Sort *_DEPENDS
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/Audio-MPD/Changes
Feature safe: yes |
1.112670 07 Oct 2011 11:22:46 |
culot |
- Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)
PR: ports/161336
Submitted by: Simon Olofsson <simon@olofsson.de> |
1.112670 29 Sep 2011 01:18:07 |
sunpoet |
- Update to 1.112670
- Pet portlint
Changes: http://search.cpan.org/dist/Audio-MPD/Changes |
1.111200 05 May 2011 06:19:19 |
bapt |
- update to 1.111200
- changes: http://cpansearch.perl.org/src/JQUELIN/Audio-MPD-1.111200/Changes |
1.110560 17 Mar 2011 13:00:42 |
bapt |
- update to 1.110560
- add licenses
- changes: http://cpansearch.perl.org/src/JQUELIN/Audio-MPD-1.110560/Changes |
1.102260 18 Sep 2010 03:22:07 |
wen |
- Update to 1.102260 |
1.093170 13 May 2010 01:23:09 |
sahil |
- Fix plist
Reported by: pointyhat (via pav)
Approved by: pgollucci (perl@), itetcu (mentor) |
1.093170 15 Dec 2009 06:21:44 |
pgollucci |
- Update to 1.093170 |
0.19.10 22 Oct 2009 02:34:14 |
wen |
- Update to 0.19.10
Approved by: mentors(implicit) |
0.19.8 19 Oct 2009 01:06:33 |
wen |
- Update to 0.19.8
Approved by: mentors(implicit) |
0.19.7 01 Oct 2009 15:12:47 |
wen |
- Update to 0.19.7
Approved by: miwi(mentor), jadawin(co-mentor) |
0.19.6 28 Aug 2009 17:37:26 |
linimon |
Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.
Hat: portmgr |
0.19.6 23 Mar 2009 02:00:56 |
chinsan |
- Update to 0.19.6 |
0.19.5 24 Jan 2009 14:00:44 |
chinsan |
- Update to 0.19.5 |
0.19.4 28 Oct 2008 17:20:52 |
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/ |