ports/58351: [NEW PORT] audio/daaplib: A C++ library for DAAP memory streams

Lars Thegler lars at thegler.dk
Tue Oct 21 21:10:22 UTC 2003


>Number:         58351
>Category:       ports
>Synopsis:       [NEW PORT] audio/daaplib: A C++ library for DAAP memory streams
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 21 14:10:18 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Lars Thegler
>Release:        FreeBSD 4.9-RC i386
>Organization:
>Environment:
System: FreeBSD dask.thegler.dk 4.9-RC FreeBSD 4.9-RC #0: Sat Oct  4 18:34:10 CEST
>Description:
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/

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- daaplib-0.1.1a.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	daaplib
#	daaplib/Makefile
#	daaplib/distinfo
#	daaplib/pkg-descr
#	daaplib/pkg-plist
#
echo c - daaplib
mkdir -p daaplib > /dev/null 2>&1
echo x - daaplib/Makefile
sed 's/^X//' >daaplib/Makefile << 'END-of-daaplib/Makefile'
X# New ports collection makefile for:	daaplib
X# Date created:				19 October 2003
X# Whom:					Lars Thegler <lars at thegler.dk>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	daaplib
XPORTVERSION=	0.1.1a
XCATEGORIES=	audio
XMASTER_SITES=	http://www.deleet.de/projekte/daap/daaplib/
XDISTNAME=	${PORTNAME}.${PORTVERSION}
X
XMAINTAINER=	lars at thegler.dk
XCOMMENT=	A C++ library for DAAP memory streams
X
XUSE_ZIP=	yes
XUSE_GMAKE=	yes
XUSE_REINPLACE=	yes
XWRKSRC=		${WRKDIR}/${DISTNAME}/daaplib/src
XMAKEFILE=	makefile
XALL_TARGET=
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/${MAKEFILE}
X
X.if !defined(NOPORTDOCS)
Xpost-install:
X	@${MKDIR} ${DOCSDIR}
X	@${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/README ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-daaplib/Makefile
echo x - daaplib/distinfo
sed 's/^X//' >daaplib/distinfo << 'END-of-daaplib/distinfo'
XMD5 (daaplib.0.1.1a.zip) = 038df4ac53780074e6e642a6e928f4fb
END-of-daaplib/distinfo
echo x - daaplib/pkg-descr
sed 's/^X//' >daaplib/pkg-descr << 'END-of-daaplib/pkg-descr'
Xdaaplib is a very tiny and portable C++ library which helps to read and
Xwrite low-level DAAP stream s in memory. the code is fairly
Xstraightforward and can mirror the structure of the data fairly well.
X
XWWW: http://www.deleet.de/projekte/daap/daaplib/
END-of-daaplib/pkg-descr
echo x - daaplib/pkg-plist
sed 's/^X//' >daaplib/pkg-plist << 'END-of-daaplib/pkg-plist'
Xinclude/daap/basic.h
Xinclude/daap/registry.h
Xinclude/daap/taginput.h
Xinclude/daap/tagoutput.h
Xlib/libdaaplib.a
X%%PORTDOCS%%%%DOCSDIR%%/README
END-of-daaplib/pkg-plist
exit
--- daaplib-0.1.1a.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list