Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 May 2000 22:55:24 -0700 (PDT)
From:      kbyanc@posi.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/19167: new port: audio/grip
Message-ID:  <200006010555.WAA02144@home.posi.net>

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

>Number:         19167
>Category:       ports
>Synopsis:       new port: audio/grip
>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:   Sat Jun 10 00:40:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Kelly Yancey
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
>Environment:
>Description:
	
# 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:
#
#	grip
#	grip/Makefile
#	grip/files
#	grip/files/md5
#	grip/patches
#	grip/patches/patch-aa
#	grip/pkg
#	grip/pkg/PLIST
#	grip/pkg/COMMENT
#	grip/pkg/DESCR
#
echo c - grip
mkdir -p grip > /dev/null 2>&1
echo x - grip/Makefile
sed 's/^X//' >grip/Makefile << 'END-of-grip/Makefile'
X# New ports collection makefile for:	grip
X# Date created:				31 May 2000
X# Whom:					kbyanc@posi.net
X#
X# $FreeBSD$
X#
X
XPORTNAME=	grip
XPORTVERSION=	2.94
XCATEGORIES=	audio
XMASTER_SITES=	http://www.nostatic.org/grip/
XDISTNAME=	grip-2.94
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	ports@freebsd.org
X
XLIB_DEPENDS=	gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
X
XUSE_GMAKE=	yes
XALL_TARGET=	gripnopar
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/grip ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-grip/Makefile
echo c - grip/files
mkdir -p grip/files > /dev/null 2>&1
echo x - grip/files/md5
sed 's/^X//' >grip/files/md5 << 'END-of-grip/files/md5'
XMD5 (grip-2.94.tgz) = d963bd0dc3fac92aaa5df80db8a3a9fd
END-of-grip/files/md5
echo c - grip/patches
mkdir -p grip/patches > /dev/null 2>&1
echo x - grip/patches/patch-aa
sed 's/^X//' >grip/patches/patch-aa << 'END-of-grip/patches/patch-aa'
X--- Makefile.orig	Tue Apr 18 08:37:44 2000
X+++ Makefile	Fri May  5 23:55:16 2000
X@@ -4,24 +4,24 @@
X OS=$(shell uname -s)
X 
X # Compiler
X-CC=	gcc
X+CC?=	gcc
X 
X # Install prefix
X-PREFIX=/usr
X+PREFIX?=/usr/local
X 
X # Installation directory -- where the binary will go
X INSTALLDIR= $(PREFIX)/bin
X 
X # Location to store auxilliary files
X-AUXDIR= $(PREFIX)/lib/grip
X+AUXDIR= $(PREFIX)/lib
X 
X 
X # Compiler flags
X-CFLAGS=	-Wall `gtk-config --cflags` -DAUXDIR=\"$(AUXDIR)\" \
X+CFLAGS=	-Wall `gtk12-config --cflags` -DAUXDIR=\"$(AUXDIR)\" \
X 	-DINSTALLDIR=\"$(INSTALLDIR)\" -D_REENTRANT
X 
X # Link libraries
X-LIBS=	`gtk-config --libs`
X+LIBS=	`gtk12-config --libs`
X ifeq ($(OS), Linux)
X LIBS+=	-lpthread
X endif
X@@ -34,7 +34,7 @@
X # This is needed for "make install"
X OWNER  = root
X GROUP  = root
X-INSTALL  = /usr/bin/install -o $(OWNER) -g $(GROUP)
X+INSTALL  ?= /usr/bin/install -o $(OWNER) -g $(GROUP)
X 
X 
X # ----------- You shouldn't need to make changes below here. -------------
END-of-grip/patches/patch-aa
echo c - grip/pkg
mkdir -p grip/pkg > /dev/null 2>&1
echo x - grip/pkg/PLIST
sed 's/^X//' >grip/pkg/PLIST << 'END-of-grip/pkg/PLIST'
Xbin/grip
END-of-grip/pkg/PLIST
echo x - grip/pkg/COMMENT
sed 's/^X//' >grip/pkg/COMMENT << 'END-of-grip/pkg/COMMENT'
XGTK-based front-end to external cd audio rippers and mp3 encoders
END-of-grip/pkg/COMMENT
echo x - grip/pkg/DESCR
sed 's/^X//' >grip/pkg/DESCR << 'END-of-grip/pkg/DESCR'
XGrip is a front-end to external cd audio rippers (such as dagrab or
Xcdda2wav). It also provides an automated frontend for MP3 encoders, letting
Xyou take a disc and transform it easily straight into MP3s. The CDDB
Xprotocol is supported for retrieving track information from disc database
Xservers. Grip works with DigitalDJ to provide a unified "computerized"
Xversion of your music collection.
X
XWWW: http://www.nostatic.org/grip
X
END-of-grip/pkg/DESCR
exit

>How-To-Repeat:
>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?200006010555.WAA02144>