Date: Thu, 6 Jul 2006 22:45:58 -0500 (CDT) From: Alexander Botero-Lowry <alex@foxybanana.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/99867: [NEW PORT] audio/cpp-xmms2: C++ Bindings for XMMS2 Message-ID: <200607070345.k673jw3G022484@Laptop.mine.box> Resent-Message-ID: <200607070350.k673oJM8045369@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 99867 >Category: ports >Synopsis: [NEW PORT] audio/cpp-xmms2: C++ Bindings for XMMS2 >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: Fri Jul 07 03:50:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Alexander Botero-Lowry >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD Laptop.mine.box 6.1-STABLE FreeBSD 6.1-STABLE #0: Mon Jun 26 23:51:33 CDT 2006 >Description: - Slave of audio/xmms2 Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- cpp-xmms2-0.2.d.5.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: # # cpp-xmms2 # cpp-xmms2/Makefile # cpp-xmms2/pkg-plist # echo c - cpp-xmms2 mkdir -p cpp-xmms2 > /dev/null 2>&1 echo x - cpp-xmms2/Makefile sed 's/^X//' >cpp-xmms2/Makefile << 'END-of-cpp-xmms2/Makefile' X# New ports collection makefile for: cpp-xmms2 X# Date created: 06 Jul 2006 X# Whom: Alexander Botero-Lowry <alex@foxybanana.com> X# X# $FreeBSD$ X# X XCATEGORIES= audio XPKGNAMEPREFIX= cpp- X XMAINTAINER= alex@foxybanana.com XCOMMENT= C++ Bindings for XMMS2 X XLIB_DEPENDS= boost_signals.3:${PORTSDIR}/devel/boost XBUILD_DEPENDS= ${LOCALBASE}/lib/libxmmsclient.so:${PORTSDIR}/audio/xmms2 XRUN_DEPENDS= ${LOCALBASE}/lib/libxmmsclient.so:${PORTSDIR}/audio/xmms2 X XMASTERDIR= ${.CURDIR}/../xmms2 XUSE_LDCONFIG= yes X XPLIST= ${.CURDIR}/pkg-plist X XSCONS_TARGET= src/clients/lib/xmmsclient++/libxmmsclient++.so \ X src/clients/lib/xmmsclient++-glib//libxmmsclient++-glib.so XXMMS2_SLAVE= cpp X Xdo-install: X @cd ${WRKSRC} && ${INSTALL_PROGRAM} \ X src/clients/lib/xmmsclient++/libxmmsclient++.so \ X ${PREFIX}/lib/libxmmsclient++.so X @cd ${WRKSRC} && ${INSTALL_PROGRAM} \ X src/clients/lib/xmmsclient++-glib/libxmmsclient++-glib.so \ X ${PREFIX}/lib/libxmmsclient++-glib.so X X.include "${MASTERDIR}/Makefile" END-of-cpp-xmms2/Makefile echo x - cpp-xmms2/pkg-plist sed 's/^X//' >cpp-xmms2/pkg-plist << 'END-of-cpp-xmms2/pkg-plist' Xlib/libxmmsclient++.so Xlib/libxmmsclient++-glib.so END-of-cpp-xmms2/pkg-plist exit --- cpp-xmms2-0.2.d.5.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607070345.k673jw3G022484>