diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-05 23:38:11 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-05 23:38:11 +0800 |
commit | eda762d77f1f5c02cb2fc3a30578020077a71ce1 (patch) | |
tree | 81c901109d9554e6466a3fa008de23c2a9fcdaf3 /audio | |
parent | d07f6f0b5e84aa4c17e8213edbe4dde54553cc27 (diff) | |
download | freebsd-ports-gnome-eda762d77f1f5c02cb2fc3a30578020077a71ce1.tar.gz freebsd-ports-gnome-eda762d77f1f5c02cb2fc3a30578020077a71ce1.tar.zst freebsd-ports-gnome-eda762d77f1f5c02cb2fc3a30578020077a71ce1.zip |
2006-12-27 audio/autools: is unfetchable and the project homepage disappeared
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/autools/Makefile | 37 | ||||
-rw-r--r-- | audio/autools/distinfo | 3 | ||||
-rw-r--r-- | audio/autools/pkg-descr | 5 | ||||
-rw-r--r-- | audio/autools/pkg-plist | 18 |
5 files changed, 0 insertions, 64 deletions
diff --git a/audio/Makefile b/audio/Makefile index dd6eba7b9a46..605ee3915e66 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -41,7 +41,6 @@ SUBDIR += aumix SUBDIR += aureal-kmod SUBDIR += autocd - SUBDIR += autools SUBDIR += autozen SUBDIR += aylet SUBDIR += azrael diff --git a/audio/autools/Makefile b/audio/autools/Makefile deleted file mode 100644 index c8223be51f31..000000000000 --- a/audio/autools/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: autools -# Date created: Jul 4, 2002 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= autools -PORTVERSION= 1.3.0 -CATEGORIES= audio -MASTER_SITES= http://www.tnt.uni-hannover.de/~purnhage/software/ -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= A collection of programs to manipulate audio files - -BUILD_DEPENDS= ${LOCALBASE}/lib/libtsp.a:${PORTSDIR}/audio/afsp - -DEPRECATED= is unfetchable and the project homepage disappeared -EXPIRATION_DATE= 2006-12-27 - -USE_GMAKE= yes -MAKE_ENV= AFSP_INCLUDE_PATH="${LOCALBASE}/include" \ - AFSP_LIBRARY_PATH="${LOCALBASE}/lib" - -pre-configure: - @${REINPLACE_CMD} -e 's|^CFLAGS = -O3|CFLAGS +=|g ; \ - s|/usr/local|${PREFIX}| ; s|\\$$| \\|' ${WRKSRC}/Makefile - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/audio/autools/distinfo b/audio/autools/distinfo deleted file mode 100644 index 8ed05d47245e..000000000000 --- a/audio/autools/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (autools-1.3.0.tgz) = 074476f8d29ec05d8538143445d407e5 -SHA256 (autools-1.3.0.tgz) = 7eb216733c18d06c4a160e18ff2f778ff3d6c446fc13fcb9ab17d910beefddeb -SIZE (autools-1.3.0.tgz) = 116054 diff --git a/audio/autools/pkg-descr b/audio/autools/pkg-descr deleted file mode 100644 index 476ee41bbd04..000000000000 --- a/audio/autools/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -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 deleted file mode 100644 index 03663d6116c3..000000000000 --- a/audio/autools/pkg-plist +++ /dev/null @@ -1,18 +0,0 @@ -bin/augen -bin/auquant -bin/catcol -bin/dao2toc -bin/genam -bin/genfm -bin/plax -bin/playlist -bin/randhead -bin/toc2enc-trk -bin/toc2plax-cut -bin/toc2plax-idx -bin/toc2plax-trk -bin/toc2toc -bin/toc2toc-offset -bin/wav2toc -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% |