diff options
author | lth <lth@FreeBSD.org> | 2004-08-09 06:27:46 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2004-08-09 06:27:46 +0800 |
commit | afe63d24d746d6ce441e3a017abc905c69c73aa8 (patch) | |
tree | 4fe8c814659c4c8ab98d9c5d7f4d0c993be39412 /audio | |
parent | 0775050b4162b0910328e62dad968908e53fda50 (diff) | |
download | freebsd-ports-gnome-afe63d24d746d6ce441e3a017abc905c69c73aa8.tar.gz freebsd-ports-gnome-afe63d24d746d6ce441e3a017abc905c69c73aa8.tar.zst freebsd-ports-gnome-afe63d24d746d6ce441e3a017abc905c69c73aa8.zip |
Add p5-Net-DAAP-DMAP 1.24, Perl module for reading and writing DAAP
structures.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/p5-Net-DAAP-DMAP/Makefile | 31 | ||||
-rw-r--r-- | audio/p5-Net-DAAP-DMAP/distinfo | 2 | ||||
-rw-r--r-- | audio/p5-Net-DAAP-DMAP/pkg-descr | 4 | ||||
-rw-r--r-- | audio/p5-Net-DAAP-DMAP/pkg-plist | 3 |
5 files changed, 41 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 0424c85fd5d7..0e155bd68d3c 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -270,6 +270,7 @@ SUBDIR += p5-MusicBrainz-Queries SUBDIR += p5-MusicBrainz-TRM SUBDIR += p5-Net-DAAP-Client-Auth + SUBDIR += p5-Net-DAAP-DMAP SUBDIR += p5-Shout SUBDIR += p5-Xmms SUBDIR += p5-dapple diff --git a/audio/p5-Net-DAAP-DMAP/Makefile b/audio/p5-Net-DAAP-DMAP/Makefile new file mode 100644 index 000000000000..a05f7b70245a --- /dev/null +++ b/audio/p5-Net-DAAP-DMAP/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: p5-Net-DAAP-DMAP +# Date created: 2004-08-08 +# Whom: Lars Thegler <lth@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Net-DAAP-DMAP +PORTVERSION= 1.24 +CATEGORIES= audio perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Net +PKGNAMEPREFIX= p5- + +MAINTAINER= lth@FreeBSD.org +COMMENT= Perl module for reading and writing DAAP structures + +BUILD_DEPENDS= ${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_MODBUILD= yes + +MAN3= Net::DAAP::DMAP.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= "Perl 5.6 or newer required. Install lang/perl5 or lang/perl5.8 and try again." +.endif + +.include <bsd.port.post.mk> diff --git a/audio/p5-Net-DAAP-DMAP/distinfo b/audio/p5-Net-DAAP-DMAP/distinfo new file mode 100644 index 000000000000..71034004bebb --- /dev/null +++ b/audio/p5-Net-DAAP-DMAP/distinfo @@ -0,0 +1,2 @@ +MD5 (Net-DAAP-DMAP-1.24.tar.gz) = 52ff923aa4d8c3b2f59089e2e614c2be +SIZE (Net-DAAP-DMAP-1.24.tar.gz) = 9335 diff --git a/audio/p5-Net-DAAP-DMAP/pkg-descr b/audio/p5-Net-DAAP-DMAP/pkg-descr new file mode 100644 index 000000000000..229a36b14253 --- /dev/null +++ b/audio/p5-Net-DAAP-DMAP/pkg-descr @@ -0,0 +1,4 @@ +Net::DAAP::DMAP is a Perl module for reading and writing DMAP +structures, the binary structure used in Apple's DAAP protocol. + +WWW: http://search.cpan.org/dist/Net-DAAP-DMAP/ diff --git a/audio/p5-Net-DAAP-DMAP/pkg-plist b/audio/p5-Net-DAAP-DMAP/pkg-plist new file mode 100644 index 000000000000..7897bc3c1019 --- /dev/null +++ b/audio/p5-Net-DAAP-DMAP/pkg-plist @@ -0,0 +1,3 @@ +%%SITE_PERL%%/Net/DAAP/DMAP.pm +@unexec rmdir %D/%%SITE_PERL%%/Net/DAAP 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true |