Add daaplib 0.1.1a, a C++ library for DAAP memory streams:

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.

PR:		58351
Submitted by:	Lars Thegler <lars@thegler.dk>
Approved by:	krion (implicit)
This commit is contained in:
Sergei Kolobov 2003-10-23 12:00:57 +00:00
parent 8daeb18960
commit 7afdaa1a43
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91951
5 changed files with 46 additions and 0 deletions

View File

@ -50,6 +50,7 @@
SUBDIR += csound-manual
SUBDIR += cue2toc
SUBDIR += cymbaline
SUBDIR += daaplib
SUBDIR += dagrab
SUBDIR += dap
SUBDIR += darkice

33
audio/daaplib/Makefile Normal file
View File

@ -0,0 +1,33 @@
# New ports collection makefile for: daaplib
# Date created: 19 October 2003
# Whom: Lars Thegler <lars@thegler.dk>
#
# $FreeBSD$
#
PORTNAME= daaplib
PORTVERSION= 0.1.1a
CATEGORIES= audio
MASTER_SITES= http://www.deleet.de/projekte/daap/daaplib/
DISTNAME= ${PORTNAME}.${PORTVERSION}
MAINTAINER= lars@thegler.dk
COMMENT= A C++ library for DAAP memory streams
USE_ZIP= yes
USE_GMAKE= yes
USE_REINPLACE= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/daaplib/src
MAKEFILE= makefile
ALL_TARGET=
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/${MAKEFILE}
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>

1
audio/daaplib/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (daaplib.0.1.1a.zip) = 038df4ac53780074e6e642a6e928f4fb

5
audio/daaplib/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
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/

6
audio/daaplib/pkg-plist Normal file
View File

@ -0,0 +1,6 @@
include/daap/basic.h
include/daap/registry.h
include/daap/taginput.h
include/daap/tagoutput.h
lib/libdaaplib.a
%%PORTDOCS%%%%DOCSDIR%%/README