Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Sep 2000 09:21:08 +0400 (MSD)
From:      dsh@vlink.ru
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/21257: new FreeBSD port for audio/cdplayer.app
Message-ID:  <20000914052108.84F249BB2B@neva.vlink.ru>

next in thread | raw e-mail | index | archive | help

>Number:         21257
>Category:       ports
>Synopsis:       new FreeBSD port for audio/cdplayer.app
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 13 22:30:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Denis Shaposhnikov
>Release:        FreeBSD 4.1-STABLE i386
>Organization:
>Environment:


>Description:

A CD player with CDDB support resembling OpenStep's OmniCD.

WWW: http://planeta.terra.com.br/informatica/oldnapalm/cdplayer/

>How-To-Repeat:

# 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:
#
#	cdplayer.app/
#	cdplayer.app/pkg
#	cdplayer.app/pkg/PLIST
#	cdplayer.app/pkg/COMMENT
#	cdplayer.app/pkg/DESCR
#	cdplayer.app/patches
#	cdplayer.app/patches/patch-aa
#	cdplayer.app/files
#	cdplayer.app/files/md5
#	cdplayer.app/Makefile
#
echo c - cdplayer.app/
mkdir -p cdplayer.app/ > /dev/null 2>&1
echo c - cdplayer.app/pkg
mkdir -p cdplayer.app/pkg > /dev/null 2>&1
echo x - cdplayer.app/pkg/PLIST
sed 's/^X//' >cdplayer.app/pkg/PLIST << 'END-of-cdplayer.app/pkg/PLIST'
XGNUstep/Apps/CDPlayer.app/CDPlayer
X@dirrm GNUstep/Apps/CDPlayer.app
END-of-cdplayer.app/pkg/PLIST
echo x - cdplayer.app/pkg/COMMENT
sed 's/^X//' >cdplayer.app/pkg/COMMENT << 'END-of-cdplayer.app/pkg/COMMENT'
XA CD player with CDDB support resembling OpenStep's OmniCD
END-of-cdplayer.app/pkg/COMMENT
echo x - cdplayer.app/pkg/DESCR
sed 's/^X//' >cdplayer.app/pkg/DESCR << 'END-of-cdplayer.app/pkg/DESCR'
XA CD player with CDDB support resembling OpenStep's OmniCD.
X
XWWW: http://planeta.terra.com.br/informatica/oldnapalm/cdplayer/
END-of-cdplayer.app/pkg/DESCR
echo c - cdplayer.app/patches
mkdir -p cdplayer.app/patches > /dev/null 2>&1
echo x - cdplayer.app/patches/patch-aa
sed 's/^X//' >cdplayer.app/patches/patch-aa << 'END-of-cdplayer.app/patches/patch-aa'
X--- Makefile.orig	Thu Mar  9 07:14:23 2000
X+++ Makefile	Wed Sep 13 21:09:34 2000
X@@ -1,8 +1,8 @@
X-PREFIX = /usr/local
X-CFLAGS = `get-wraster-flags --cflags` `libcdaudio-config --cflags`
X+#PREFIX = /usr/local
X+CFLAGS += `get-wraster-flags --cflags` `libcdaudio-config --cflags`
X LDFLAGS = `get-wraster-flags --ldflags` `libcdaudio-config --ldadd`
X LIBS = `get-wraster-flags --libs` `libcdaudio-config --libs`
X-CC = gcc -O2
X+#CC = gcc -O2
X 
X all: CDPlayer
X 
END-of-cdplayer.app/patches/patch-aa
echo c - cdplayer.app/files
mkdir -p cdplayer.app/files > /dev/null 2>&1
echo x - cdplayer.app/files/md5
sed 's/^X//' >cdplayer.app/files/md5 << 'END-of-cdplayer.app/files/md5'
XMD5 (CDPlayer.app-1.6.tar.gz) = c41da60cf86372be0170c7f6f88e0db1
END-of-cdplayer.app/files/md5
echo x - cdplayer.app/Makefile
sed 's/^X//' >cdplayer.app/Makefile << 'END-of-cdplayer.app/Makefile'
X# New ports collection makefile for:  CDPlayer.app
X# Date created:        13 Sep 2000
X# Whom:                Denis Shaposhnikov <dsh@vlink.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	cdplayer.app
XPORTVERSION= 	1.6
XCATEGORIES=	audio windowmaker
XMASTER_SITES=	http://planeta.terra.com.br/informatica/oldnapalm/cdplayer/
XDISTNAME=	CDPlayer.app-${PORTVERSION}
X
XMAINTAINER=	dsh@vlink.ru
X
XLIB_DEPENDS=	PropList.2:${PORTSDIR}/devel/libPropList \
X		cdaudio.1:${PORTSDIR}/audio/libcdaudio \
X		wraster.3:${PORTSDIR}/x11-wm/windowmaker
X
XUSE_X_PREFIX=	yes
X
X.include <bsd.port.mk>
END-of-cdplayer.app/Makefile
exit


>Fix:



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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000914052108.84F249BB2B>