Date: Tue, 17 Jan 2006 13:20:57 -0800 (PST) From: infofarmer@gmail.com To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/91926: New port: audio/bmp-mac Message-ID: <43cd5fb9.0e7db28a.24b8.26ba@mx.gmail.com> Resent-Message-ID: <200601172130.k0HLU78v032280@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 91926 >Category: ports >Synopsis: New port: audio/bmp-mac >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 Jan 17 21:30:06 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Andrew Pantyukhin >Release: FreeBSD 6.0-STABLE i386 >Organization: >Environment: System: FreeBSD sat64.net17 6.0-STABLE FreeBSD 6.0-STABLE #3: Tue Jan 10 12:34:50 MSK 2006 sat@sat64.net17:/usr/obj/usr/src/sys/SATCUR32 i386 >Description: Monkey's Audio Codec non-win32 port based on xmms-mac, you can request a repocopy and commit a diff later, if you like >How-To-Repeat: >Fix: --- bmp-mac.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: # # bmp-mac # bmp-mac/files # bmp-mac/files/patch-configure.in # bmp-mac/Makefile # bmp-mac/distinfo # bmp-mac/pkg-descr # echo c - bmp-mac mkdir -p bmp-mac > /dev/null 2>&1 echo c - bmp-mac/files mkdir -p bmp-mac/files > /dev/null 2>&1 echo x - bmp-mac/files/patch-configure.in sed 's/^X//' >bmp-mac/files/patch-configure.in << 'END-of-bmp-mac/files/patch-configure.in' X--- configure.in.orig Tue Jan 17 23:49:11 2006 X+++ configure.in Tue Jan 17 23:49:55 2006 X@@ -62,7 +62,7 @@ X X AC_CHECK_LIB(mac, DecompressFile, []) X X-#MAC_LIBS="-lmac" X+MAC_LIBS="-lmac -lpthread" X #MAC_INCLUDES="-I/usr/include/mac" X MAC_CXXFLAGS="-s -O3 -Wall -pedantic -DBUILD_CROSS_PLATFORM" X END-of-bmp-mac/files/patch-configure.in echo x - bmp-mac/Makefile sed 's/^X//' >bmp-mac/Makefile << 'END-of-bmp-mac/Makefile' X# New ports collection makefile for: bmp-mac X# Date Created: 17 January 2006 X# Whom: Andrew Pantyukhin <infofarmer@gmail.com> X# X# $FreeBSD$ X XPORTNAME= mac XPORTVERSION= 0.1.1 XCATEGORIES= audio XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} XMASTER_SITE_SUBDIR= mac-port XPKGNAMEPREFIX?= bmp- XDISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} X XMAINTAINER?= infofarmer@gmail.com XCOMMENT= Monkey's Audio Codec non-win32 port X XLIB_DEPENDS?= beep.2:${PORTSDIR}/multimedia/beep-media-player XLIB_DEPENDS+= mac.2:${PORTSDIR}/audio/mac X XUSE_X_PREFIX= yes XUSE_GMAKE= yes XGNU_CONFIGURE= yes XCONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" XUSE_AUTOTOOLS= autoconf:259 XCPPFLAGS+= "-I${LOCALBASE}/include" XPLUGDIR?= lib/bmp/Input XPLUGFILE?= lib${PKGNAMEPREFIX}${PORTNAME}.so XPLIST_FILES= ${PLUGDIR}/${PLUGFILE} X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/src/.libs/${PLUGFILE} ${PREFIX}/${PLUGDIR}/ X X.include <bsd.port.mk> END-of-bmp-mac/Makefile echo x - bmp-mac/distinfo sed 's/^X//' >bmp-mac/distinfo << 'END-of-bmp-mac/distinfo' XMD5 (bmp-mac-0.1.1.tar.gz) = a83e54bfa9495665ea938d95f8705ee8 XSHA256 (bmp-mac-0.1.1.tar.gz) = 15a9879621f6965c2dbd54f35744cc0173d47aaf2258897a1309d77480cfab2a XSIZE (bmp-mac-0.1.1.tar.gz) = 293918 END-of-bmp-mac/distinfo echo x - bmp-mac/pkg-descr sed 's/^X//' >bmp-mac/pkg-descr << 'END-of-bmp-mac/pkg-descr' XMonkey's Audio is a fast and easy way to compress digital music. XUnlike traditional methods such as mp3, ogg, or lqt that permanently Xdiscard quality to save space, Monkey's Audio only makes perfect, Xbit-for-bit copies of your music. That means it always sounds perfect X- exactly the same as the original. Even though the sound is perfect, Xit still saves a lot of space. (think of it as a beefed-up Winzip^(TM) Xfor your music) The other great thing is that you can always decompress Xyour Monkey's Audio files back to the exact, original files. That way, Xyou'll never have to recopy your CD collection to switch formats, and Xyou'll always be able to recreate the original music CD if something Xever happens to yours. X XWWW: http://sourceforge.net/projects/mac-port/ X Xarundel@h3c.de END-of-bmp-mac/pkg-descr exit --- bmp-mac.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?43cd5fb9.0e7db28a.24b8.26ba>