856f FreshPorts -- audio/p5-Audio-MPD
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
p5-Audio-MPD 1.120610 audio on this many watch lists=1 search for ports that depend on this port
Class to talk to MPD (Music Player Daemon) servers
Maintained by: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 28 Oct 2008 17:21:42
Also Listed In: perl5
License: ART10 GPLv1


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: http://search.cpan.org/dist/Audio-MPD/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. audio/p5-Audio-MPD-Common
  2. devel/p5-Getopt-Euclid
  3. net/p5-IO-Socket-IP
  4. devel/p5-Moose
  5. devel/p5-MooseX-Has-Sugar
  6. devel/p5-MooseX-SemiAffordanceAccessor
  7. devel/p5-Proc-Daemon
  8. lang/p5-Scalar-List-Utils
  9. devel/p5-Module-Build
  10. lang/perl5.12
Required To Run:
  1. audio/p5-Audio-MPD-Common
  2. devel/p5-Getopt-Euclid
  3. net/p5-IO-Socket-IP
  4. devel/p5-Moose
  5. devel/p5-MooseX-Has-Sugar
  6. devel/p5-MooseX-SemiAffordanceAccessor
  7. devel/p5-Proc-Daemon
  8. lang/p5-Scalar-List-Utils
  9. lang/perl5.12
There are no ports dependent upon this port

To install the port: cd /usr/ports/audio/p5-Audio-MPD/ && make install clean
To add the package: pkg_add -r p5-Audio-MPD


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Audio/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Audio/
  4. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Audio/
  5. ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/Audio/
  6. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Audio/
  7. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Audio/
  8. ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Audio/
  9. ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Audio/
  10. ftp://mirror.hiwaay.net/CPAN/modules/by-module/Audio/
  11. http://at.cpan.org/modules/by-module/Audio/
  12. http://backpan.perl.org/modules/by-module/Audio/
  13. http://cpan.nctu.edu.tw/modules/by-module/Audio/
  14. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Audio/
  15. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Audio/
  16. http://www.cpan.dk/modules/by-module/Audio/
  17. http://www.cpan.dk/modules/by-module/Audio/

Number of commits found: 20

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
17 Dec 2012 09:54:03
Original commit files touched by this commit  1.120610
az search for other commits by this committer
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
Original commit files touched by this commit  1.120610
az search for other commits by this committer
- 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
Original commit files touched by this commit  1.120610
pgollucci search for other commits by this committer
- 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
Original commit files touched by this commit  1.120610
pgollucci search for other commits by this committer
- 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
Original commit files touched by this commit  1.120610
sunpoet search for other commits by this committer
- Update to 1.120610

Changes:        http://search.cpan.org/dist/Audio-MPD/Changes
25 Nov 2011 07:38:57
Original commit files touched by this commit  1.113280
sunpoet search for other commits by this committer
- 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
Original commit files touched by this commit  1.112670
culot search for other commits by this committer
- 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
Original commit files touched by this commit  1.112670
sunpoet search for other commits by this committer
- Update to 1.112670
- Pet portlint

Changes:        http://search.cpan.org/dist/Audio-MPD/Changes
05 May 2011 06:19:19
Original commit files touched by this commit  1.111200
bapt search for other commits by this committer
- update to 1.111200
- changes: http://cpansearch.perl.org/src/JQUELIN/Audio-MPD-1.111200/Changes
17 Mar 2011 13:00:42
Original commit files touched by this commit  1.110560
bapt search for other commits by this committer
- update to 1.110560
- add licenses
- changes: http://cpansearch.perl.org/src/JQUELIN/Audio-MPD-1.110560/Changes
18 Sep 2010 03:22:07
Original commit files touched by this commit  1.102260
wen search for other commits by this committer
- Update to 1.102260
13 May 2010 01:23:09
Original commit files touched by this commit  1.093170
sahil search for other commits by this committer
- Fix plist

Reported by:    pointyhat (via pav)
Approved by:    pgollucci (perl@), itetcu (mentor)
15 Dec 2009 06:21:44
Original commit files touched by this commit  1.093170
pgollucci search for other commits by this committer
- Update to 1.093170
22 Oct 2009 02:34:14
Original commit files touched by this commit  0.19.10
wen search for other commits by this committer
- Update to 0.19.10

Approved by:    mentors(implicit)
19 Oct 2009 01:06:33
Original commit files touched by this commit  0.19.8
wen search for other commits by this committer
- Update to 0.19.8

Approved by:    mentors(implicit)
01 Oct 2009 15:12:47
Original commit files touched by this commit  0.19.7
wen search for other commits by this committer
- Update to 0.19.7

Approved by:    miwi(mentor),   jadawin(co-mentor)
28 Aug 2009 17:37:26
Original commit files touched by this commit  0.19.6
linimon search for other commits by this committer
Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.

Hat:            portmgr
23 Mar 2009 02:00:56
Original commit files touched by this commit  0.19.6
chinsan search for other commits by this committer
- Update to 0.19.6
24 Jan 2009 14:00:44
Original commit files touched by this commit  0.19.5
chinsan search for other commits by this committer
- Update to 0.19.5
28 Oct 2008 17:20:52
Original commit files touched by this commit  0.19.4
chinsan search for other commits by this committer
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/

Number of commits found: 20

28b9
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
asterisk*Jun 19
asterisk10*Jun 19
clamav*Jun 19
clamav-devel*Jun 19
cyrus-imspd*Jun 19
glpi*Jun 19
otrsJun 19
otrsJun 19
tshark*Jun 19
tshark-lite*Jun 19
wireshark*Jun 19
wireshark-lite*Jun 19
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18

15 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24572
Broken 187
Deprecated 454
Ignore 561
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 48
Set to expire 439
Interactive 33
new 24 hours 6
new 48 hours13
new 7 days33
new fortnight85
new month177

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0