aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2008-02-26 12:52:50 +0000
committerLars Thegler <lth@FreeBSD.org>2008-02-26 12:52:50 +0000
commit6f442c429ff94eb85adff1713d09370269996e5d (patch)
treedae11ca7d04b8728a2606549b79b1448fd800917 /audio
parent837434d0bf874461447e478ab700e6aa2005a38a (diff)
downloadports-6f442c429ff94eb85adff1713d09370269996e5d.tar.gz
ports-6f442c429ff94eb85adff1713d09370269996e5d.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/daaplib/Makefile46
-rw-r--r--audio/daaplib/distinfo3
-rw-r--r--audio/daaplib/pkg-descr5
-rw-r--r--audio/daaplib/pkg-plist8
5 files changed, 0 insertions, 63 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 04a30f0cac94..923fda14588b 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -104,7 +104,6 @@
SUBDIR += cuetools
SUBDIR += cymbaline
SUBDIR += cynthiune
- SUBDIR += daaplib
SUBDIR += dagrab
SUBDIR += dap
SUBDIR += darkice
diff --git a/audio/daaplib/Makefile b/audio/daaplib/Makefile
deleted file mode 100644
index 3b4df88c7ed9..000000000000
--- a/audio/daaplib/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# New ports collection makefile for: daaplib
-# Date created: 19 October 2003
-# Whom: Lars Thegler <lars@thegler.dk>
-#
-# $FreeBSD$
-#
-
-PORTNAME= daaplib
-PORTVERSION= 0.1.1a
-PORTREVISION= 2
-CATEGORIES= audio
-MASTER_SITES= http://www.deleet.de/projekte/daap/daaplib/
-DISTNAME= ${PORTNAME}.${PORTVERSION}
-
-MAINTAINER= lth@FreeBSD.org
-COMMENT= A C++ library for DAAP memory streams
-
-DEPRECATED= Development stalled for years, outdated. Does not support newer versions of DAAP protocol.
-EXPIRATION_DATE= 2007-11-04
-
-USE_GCC= 3.4+
-USE_ZIP= yes
-USE_GMAKE= yes
-WRKSRC= ${WRKDIR}/${DISTNAME}/daaplib/src
-MAKEFILE= makefile
-ALL_TARGET=
-
-post-patch:
- ${REINPLACE_CMD} \
- -e 's|/usr/local|${PREFIX}|g' \
- -e 's|CC = c\+\+||' \
- ${WRKSRC}/${MAKEFILE}
-
-.if !defined(NOPORTDOCS)
-post-install:
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/README ${DOCSDIR}
-.endif
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 700042
-BROKEN= Broken with gcc 4.x
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/audio/daaplib/distinfo b/audio/daaplib/distinfo
deleted file mode 100644
index 4257d93ffd37..000000000000
--- a/audio/daaplib/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (daaplib.0.1.1a.zip) = 038df4ac53780074e6e642a6e928f4fb
-SHA256 (daaplib.0.1.1a.zip) = c5db7126f03049722a5325b0eb71b64108301de52c1fb23de6e12c41943e8d0b
-SIZE (daaplib.0.1.1a.zip) = 26059
diff --git a/audio/daaplib/pkg-descr b/audio/daaplib/pkg-descr
deleted file mode 100644
index 3907fa3dd96e..000000000000
--- a/audio/daaplib/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-daaplib is a very tiny and portable C++ library which helps to read and
-write low-level DAAP stream s in memory. the code is fairly
-straightforward and can mirror the structure of the data fairly well.
-
-WWW: http://www.deleet.de/projekte/daap/daaplib/
diff --git a/audio/daaplib/pkg-plist b/audio/daaplib/pkg-plist
deleted file mode 100644
index c560f39ff83a..000000000000
--- a/audio/daaplib/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-include/daap/basic.h
-include/daap/registry.h
-include/daap/taginput.h
-include/daap/tagoutput.h
-lib/libdaaplib.a
-%%PORTDOCS%%%%DOCSDIR%%/README
-@dirrm include/daap
-%%PORTDOCS%%@dirrm %%DOCSDIR%%