diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-04 06:07:22 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-04 06:07:22 +0000 |
commit | a1ec7350b1da05a661640700461d5ac0f55c471f (patch) | |
tree | 48df8bf0514d665de02428b832621d7ec06e5ee4 /audio/autools | |
parent | ca9922a23f284144461c27e0d913f7691a81b991 (diff) |
Notes
Diffstat (limited to 'audio/autools')
-rw-r--r-- | audio/autools/Makefile | 21 | ||||
-rw-r--r-- | audio/autools/distinfo | 1 | ||||
-rw-r--r-- | audio/autools/files/patch-Makefile | 29 | ||||
-rw-r--r-- | audio/autools/pkg-comment | 1 | ||||
-rw-r--r-- | audio/autools/pkg-descr | 5 | ||||
-rw-r--r-- | audio/autools/pkg-plist | 17 |
6 files changed, 74 insertions, 0 deletions
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 |