diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2006-01-03 15:02:32 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2006-01-03 15:02:32 +0000 |
commit | 9af4231cddfd8c62849fe344532b05597e6c6e76 (patch) | |
tree | 171b646282dcf4e0e2ef91d1a0fe50b2288ddc63 | |
parent | 632bc2318b5aee8516130edc10d78945d9aeed02 (diff) |
Notes
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/p5-Audio-Scrobbler/Makefile | 28 | ||||
-rw-r--r-- | audio/p5-Audio-Scrobbler/distinfo | 3 | ||||
-rw-r--r-- | audio/p5-Audio-Scrobbler/pkg-descr | 5 | ||||
-rw-r--r-- | audio/p5-Audio-Scrobbler/pkg-plist | 8 |
5 files changed, 45 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 312602e070c9..9706d2221152 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -358,6 +358,7 @@ SUBDIR += osalp SUBDIR += p5-Audio SUBDIR += p5-Audio-CD + SUBDIR += p5-Audio-Scrobbler SUBDIR += p5-Audio-WMA SUBDIR += p5-Audio-Wav SUBDIR += p5-CDDB diff --git a/audio/p5-Audio-Scrobbler/Makefile b/audio/p5-Audio-Scrobbler/Makefile new file mode 100644 index 000000000000..b9dafb75b605 --- /dev/null +++ b/audio/p5-Audio-Scrobbler/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-Audio-Scrobbler +# Date created: January 3rd, 2005 +# Whom: Peter Pentchev <roam@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Audio-Scrobbler +PORTVERSION= 0.01 +CATEGORIES= audio net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Audio +PKGNAMEPREFIX= p5- + +MAINTAINER= roam@FreeBSD.org +COMMENT= A Perl interface to Last.fm / AudioScrobbler + +BUILD_DEPENDS= ${SITE_PERL}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles \ + ${SITE_PERL}/mach/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ + ${SITE_PERL}/Bundle/LWP.pm:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN1= scrobbler-helper.1 +MAN3= Audio::Scrobbler.3 + +.include <bsd.port.mk> diff --git a/audio/p5-Audio-Scrobbler/distinfo b/audio/p5-Audio-Scrobbler/distinfo new file mode 100644 index 000000000000..bc89017f6487 --- /dev/null +++ b/audio/p5-Audio-Scrobbler/distinfo @@ -0,0 +1,3 @@ +MD5 (Audio-Scrobbler-0.01.tar.gz) = 514202239941199ba959e1d68167db6c +SHA256 (Audio-Scrobbler-0.01.tar.gz) = 4cd7f45d49eeef42bfcd9708c4021ef7c666b0e04491c8ccdb6a2aab70b79232 +SIZE (Audio-Scrobbler-0.01.tar.gz) = 7031 diff --git a/audio/p5-Audio-Scrobbler/pkg-descr b/audio/p5-Audio-Scrobbler/pkg-descr new file mode 100644 index 000000000000..2f2e3bfb8afb --- /dev/null +++ b/audio/p5-Audio-Scrobbler/pkg-descr @@ -0,0 +1,5 @@ +The Audio-Scrobbler module provides a Perl and command-line interface +to Last.fm's AudioScrobbler - http://www.audioscrobbler.com/. + +WWW: http://devel.ringlet.net/audio/Audio-Scrobbler/ +Author: Peter Pentchev <roam@ringlet.net> diff --git a/audio/p5-Audio-Scrobbler/pkg-plist b/audio/p5-Audio-Scrobbler/pkg-plist new file mode 100644 index 000000000000..b152cebdac17 --- /dev/null +++ b/audio/p5-Audio-Scrobbler/pkg-plist @@ -0,0 +1,8 @@ +bin/scrobbler-helper +%%SITE_PERL%%/mach/auto/Audio/Scrobbler/.packlist +%%SITE_PERL%%/Audio/Scrobbler.pm +@unexec rmdir %D/%%SITE_PERL%%/mach/auto/Audio/Scrobbler 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/mach/auto/Audio 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/mach/auto 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/mach 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Audio 2>/dev/null || true |