summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-07-10 03:09:55 +0000
committerSteve Price <steve@FreeBSD.org>2000-07-10 03:09:55 +0000
commit3a28a2cc4aa6152e79eadd761dfa248e0fdf8501 (patch)
tree09dfcaa8ad36fe94fb5ed10aa461d51e906c16ea /audio
parentAdding seti_appelt version 0.2.2. (diff)
Add grip version 2.94.
GTK-based front-end to external cd audio rippers and mp3 encoders. PR: 19167 Submitted by: Kelly Yancey <kbyanc@posi.net>
Notes
Notes: svn path=/head/; revision=30402
Diffstat (limited to 'audio')
-rw-r--r--audio/grip/Makefile24
-rw-r--r--audio/grip/distinfo1
-rw-r--r--audio/grip/files/patch-aa41
-rw-r--r--audio/grip/pkg-comment1
-rw-r--r--audio/grip/pkg-descr8
-rw-r--r--audio/grip/pkg-plist1
6 files changed, 76 insertions, 0 deletions
diff --git a/audio/grip/Makefile b/audio/grip/Makefile
new file mode 100644
index 000000000000..995d585f2e54
--- /dev/null
+++ b/audio/grip/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: grip
+# Date created: 31 May 2000
+# Whom: kbyanc@posi.net
+#
+# $FreeBSD$
+#
+
+PORTNAME= grip
+PORTVERSION= 2.94
+CATEGORIES= audio
+MASTER_SITES= http://www.nostatic.org/grip/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= ports@freebsd.org
+
+LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
+
+USE_GMAKE= yes
+ALL_TARGET= gripnopar
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/grip ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/audio/grip/distinfo b/audio/grip/distinfo
new file mode 100644
index 000000000000..cc5ec7b8757c
--- /dev/null
+++ b/audio/grip/distinfo
@@ -0,0 +1 @@
+MD5 (grip-2.94.tgz) = d963bd0dc3fac92aaa5df80db8a3a9fd
diff --git a/audio/grip/files/patch-aa b/audio/grip/files/patch-aa
new file mode 100644
index 000000000000..390bbd4a889e
--- /dev/null
+++ b/audio/grip/files/patch-aa
@@ -0,0 +1,41 @@
+--- Makefile.orig Tue Apr 18 08:37:44 2000
++++ Makefile Fri May 5 23:55:16 2000
+@@ -4,24 +4,24 @@
+ OS=$(shell uname -s)
+
+ # Compiler
+-CC= gcc
++CC?= gcc
+
+ # Install prefix
+-PREFIX=/usr
++PREFIX?=/usr/local
+
+ # Installation directory -- where the binary will go
+ INSTALLDIR= $(PREFIX)/bin
+
+ # Location to store auxilliary files
+-AUXDIR= $(PREFIX)/lib/grip
++AUXDIR= $(PREFIX)/lib
+
+
+ # Compiler flags
+-CFLAGS= -Wall `gtk-config --cflags` -DAUXDIR=\"$(AUXDIR)\" \
++CFLAGS= -Wall `gtk12-config --cflags` -DAUXDIR=\"$(AUXDIR)\" \
+ -DINSTALLDIR=\"$(INSTALLDIR)\" -D_REENTRANT
+
+ # Link libraries
+-LIBS= `gtk-config --libs`
++LIBS= `gtk12-config --libs`
+ ifeq ($(OS), Linux)
+ LIBS+= -lpthread
+ endif
+@@ -34,7 +34,7 @@
+ # This is needed for "make install"
+ OWNER = root
+ GROUP = root
+-INSTALL = /usr/bin/install -o $(OWNER) -g $(GROUP)
++INSTALL ?= /usr/bin/install -o $(OWNER) -g $(GROUP)
+
+
+ # ----------- You shouldn't need to make changes below here. -------------
diff --git a/audio/grip/pkg-comment b/audio/grip/pkg-comment
new file mode 100644
index 000000000000..2df572fd33ab
--- /dev/null
+++ b/audio/grip/pkg-comment
@@ -0,0 +1 @@
+GTK-based front-end to external cd audio rippers and mp3 encoders
diff --git a/audio/grip/pkg-descr b/audio/grip/pkg-descr
new file mode 100644
index 000000000000..43bba8d4834f
--- /dev/null
+++ b/audio/grip/pkg-descr
@@ -0,0 +1,8 @@
+Grip is a front-end to external cd audio rippers (such as dagrab or
+cdda2wav). It also provides an automated frontend for MP3 encoders, letting
+you take a disc and transform it easily straight into MP3s. The CDDB
+protocol is supported for retrieving track information from disc database
+servers. Grip works with DigitalDJ to provide a unified "computerized"
+version of your music collection.
+
+WWW: http://www.nostatic.org/grip
diff --git a/audio/grip/pkg-plist b/audio/grip/pkg-plist
new file mode 100644
index 000000000000..5d001ccd5ec6
--- /dev/null
+++ b/audio/grip/pkg-plist
@@ -0,0 +1 @@
+bin/grip