aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-07-04 14:07:22 +0800
committerijliao <ijliao@FreeBSD.org>2002-07-04 14:07:22 +0800
commitc6ac876d6dace6ab013cad0855eee830a89df690 (patch)
tree6a526e3dd555220a232cde00d1a999479831b1cd
parentb8f6764e59f8eaf14875a05dc9e4a108998f8025 (diff)
downloadfreebsd-ports-gnome-c6ac876d6dace6ab013cad0855eee830a89df690.tar.gz
freebsd-ports-gnome-c6ac876d6dace6ab013cad0855eee830a89df690.tar.zst
freebsd-ports-gnome-c6ac876d6dace6ab013cad0855eee830a89df690.zip
add autools 1.1.8
A collection of programs to manipulate audio files
-rw-r--r--audio/Makefile1
-rw-r--r--audio/autools/Makefile21
-rw-r--r--audio/autools/distinfo1
-rw-r--r--audio/autools/files/patch-Makefile29
-rw-r--r--audio/autools/pkg-comment1
-rw-r--r--audio/autools/pkg-descr5
-rw-r--r--audio/autools/pkg-plist17
7 files changed, 75 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index a051b929a6c3..4a010ede0dfa 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -14,6 +14,7 @@
SUBDIR += audacity
SUBDIR += aumix
SUBDIR += aureal-kmod
+ SUBDIR += autools
SUBDIR += autozen
SUBDIR += baudline
SUBDIR += bladeenc
diff --git a/audio/autools/Makefile b/audio/autools/Makefile
new file mode 100644
index 000000000000..d55b5d0a4832
--- /dev/null
+++ b/audio/autools/Makefile
@@ -0,0 +1,21 @@
+# ex:ts=8
+# Ports collection makefile for: autools
+# Date created: Jul 4, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= autools
+PORTVERSION= 1.1.8
+CATEGORIES= audio
+MASTER_SITES= http://www.tnt.uni-hannover.de/~purnhage/software/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= ports@FreeBSD.org
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/libtsp.a:${PORTSDIR}/audio/afsp
+
+USE_GMAKE= yes
+
+.include <bsd.port.mk>
diff --git a/audio/autools/distinfo b/audio/autools/distinfo
new file mode 100644
index 000000000000..a2d1e5d8f45c
--- /dev/null
+++ b/audio/autools/distinfo
@@ -0,0 +1 @@
+MD5 (autools-1.1.8.tgz) = 3b19f161a5525ec32da6abc3fa45ded3
diff --git a/audio/autools/files/patch-Makefile b/audio/autools/files/patch-Makefile
new file mode 100644
index 000000000000..0c547f5ce423
--- /dev/null
+++ b/audio/autools/files/patch-Makefile
@@ -0,0 +1,29 @@
+--- Makefile.orig Thu Jul 4 13:49:11 2002
++++ Makefile Thu Jul 4 13:52:33 2002
+@@ -78,7 +78,7 @@
+
+
+ # directory for binaries used by "make install"
+-INSTALL_DIR = /usr/local/bin
++INSTALL_DIR = ${PREFIX}/bin
+
+
+ ifeq "$(MAKELEVEL)" "0"
+@@ -91,6 +91,8 @@
+
+ # paths for AFsp's libtsp can be set by the environment variables
+ # AFSP_INCLUDE_PATH and AFSP_LIBRARY_PATH
++AFSP_INCLUDE_PATH = ${LOCALBASE}/include
++AFSP_LIBRARY_PATH = ${LOCALBASE}/lib
+
+ # disable AFsp by "make USE_AFSP=0"
+ ifndef USE_AFSP
+@@ -110,7 +112,7 @@
+ CFLAGS = -g -fbounds-checking -Wall
+ LDFLAGS = -g -fbounds-checking
+ else
+-CFLAGS = -O3 -Wall -Wno-uninitialized -Wno-unused
++#CFLAGS = -O3 -Wall -Wno-uninitialized -Wno-unused
+ endif
+ endif
+
diff --git a/audio/autools/pkg-comment b/audio/autools/pkg-comment
new file mode 100644
index 000000000000..43820664e241
--- /dev/null
+++ b/audio/autools/pkg-comment
@@ -0,0 +1 @@
+A collection of programs to manipulate audio files
diff --git a/audio/autools/pkg-descr b/audio/autools/pkg-descr
new file mode 100644
index 000000000000..476ee41bbd04
--- /dev/null
+++ b/audio/autools/pkg-descr
@@ -0,0 +1,5 @@
+autools is a collection of several C programs to play, record, generate,
+modify, and analyse audio files. It includes native support for 16 bit .au
+and raw files.
+
+WWW: http://www.tnt.uni-hannover.de/~purnhage/software/autools/
diff --git a/audio/autools/pkg-plist b/audio/autools/pkg-plist
new file mode 100644
index 000000000000..5f676b520e2d
--- /dev/null
+++ b/audio/autools/pkg-plist
@@ -0,0 +1,17 @@
+bin/ac3spdif
+bin/augen
+bin/auquant
+bin/auquery
+bin/catcol
+bin/dao2toc
+bin/fifo
+bin/genam
+bin/genfm
+bin/plax
+bin/playlist
+bin/randhead
+bin/toc2plax-cut
+bin/toc2plax-idx
+bin/toc2plax-trk
+bin/toc2toc
+bin/wav2au