add autools 1.1.8

A collection of programs to manipulate audio files
This commit is contained in:
Ying-Chieh Liao 2002-07-04 06:07:22 +00:00
parent ca9922a23f
commit a1ec7350b1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62409
7 changed files with 75 additions and 0 deletions

View file

@ -14,6 +14,7 @@
SUBDIR += audacity
SUBDIR += aumix
SUBDIR += aureal-kmod
SUBDIR += autools
SUBDIR += autozen
SUBDIR += baudline
SUBDIR += bladeenc

21
audio/autools/Makefile Normal file
View file

@ -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>

1
audio/autools/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (autools-1.1.8.tgz) = 3b19f161a5525ec32da6abc3fa45ded3

View file

@ -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

View file

@ -0,0 +1 @@
A collection of programs to manipulate audio files

5
audio/autools/pkg-descr Normal file
View file

@ -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/

17
audio/autools/pkg-plist Normal file
View file

@ -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