Obsolete; funtionality merged into audio/p5-Net-DAAP-Client
This commit is contained in:
parent
1468bfb06d
commit
5ae17acbb4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115700
4 changed files with 0 additions and 57 deletions
|
@ -1,38 +0,0 @@
|
|||
# New ports collection makefile for: p5-Net-DAAP-Client-Auth
|
||||
# Date created: 27 June 2004
|
||||
# Whom: Lars Thegler <lth@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-DAAP-Client-Auth
|
||||
PORTVERSION= 0.13
|
||||
CATEGORIES= audio perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Net
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= lth@FreeBSD.org
|
||||
COMMENT= Extend Net::DAAP::Client to do iTunes authorisation
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
|
||||
${SITE_PERL}/${PERL_ARCH}/Digest/MD5/M4p.pm:${PORTSDIR}/security/p5-Digest-MD5-M4p \
|
||||
${SITE_PERL}/Net/DAAP/Client.pm:${PORTSDIR}/audio/p5-dapple
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= Net::DAAP::Client::Auth.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500601
|
||||
post-patch:
|
||||
${PERL} -pi -e '$$_ = "" if /5.006/' \
|
||||
${WRKSRC}/Build.PL
|
||||
${PERL} -pi -e 's/^our ([^\s;]+)/use vars qw($$1); $$1/;' \
|
||||
-e '$$_ = "" if /use warnings/' \
|
||||
`${FIND} ${WRKSRC}/lib/Net/DAAP/Client -name \*.pm`
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
|
@ -1,2 +0,0 @@
|
|||
MD5 (Net-DAAP-Client-Auth-0.13.tar.gz) = f1d7632cbe69c51db08d192c732b1ea4
|
||||
SIZE (Net-DAAP-Client-Auth-0.13.tar.gz) = 4277
|
|
@ -1,7 +0,0 @@
|
|||
Subclasses Net::DAAP::Client and overrides methods to allow the
|
||||
module to provide suitable authentication tokens for iTunes 4.2 and
|
||||
4.5.
|
||||
|
||||
Author: Richard Clamp <richardc@unixbeard.net>
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-DAAP-Client-Auth/
|
|
@ -1,10 +0,0 @@
|
|||
%%SITE_PERL%%/Net/DAAP/Client/Auth.pm
|
||||
%%SITE_PERL%%/Net/DAAP/Client/Auth/Protocol.pm
|
||||
%%SITE_PERL%%/Net/DAAP/Client/Auth/Protocol/v2.pm
|
||||
%%SITE_PERL%%/Net/DAAP/Client/Auth/Protocol/v3.pm
|
||||
%%SITE_PERL%%/Net/DAAP/Client/Auth/Protocol/vAny.pm
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Net/DAAP/Client/Auth/Protocol 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Net/DAAP/Client/Auth 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Net/DAAP/Client 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Net/DAAP 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true
|
Loading…
Reference in a new issue