From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jan 17 21:30:29 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BF2816A420 for ; Tue, 17 Jan 2006 21:30:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 403CD43D7B for ; Tue, 17 Jan 2006 21:30:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0HLU7wj032281 for ; Tue, 17 Jan 2006 21:30:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0HLU78v032280; Tue, 17 Jan 2006 21:30:07 GMT (envelope-from gnats) Resent-Date: Tue, 17 Jan 2006 21:30:07 GMT Resent-Message-Id: <200601172130.k0HLU78v032280@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, infofarmer@gmail.com Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4222216A41F for ; Tue, 17 Jan 2006 21:21:03 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0555D43D46 for ; Tue, 17 Jan 2006 21:20:59 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by uproxy.gmail.com with SMTP id o2so50482uge for ; Tue, 17 Jan 2006 13:20:58 -0800 (PST) Received: by 10.66.239.7 with SMTP id m7mr3777409ugh; Tue, 17 Jan 2006 13:20:58 -0800 (PST) Received: from localhost ( [83.237.106.155]) by mx.gmail.com with ESMTP id j1sm6060761ugf.2006.01.17.13.20.56; Tue, 17 Jan 2006 13:20:57 -0800 (PST) Message-Id: <43cd5fb9.0e7db28a.24b8.26ba@mx.gmail.com> Date: Tue, 17 Jan 2006 13:20:57 -0800 (PST) From: infofarmer@gmail.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/91926: New port: audio/bmp-mac X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2006 21:30:29 -0000 >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 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 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: