diff options
author | bapt <bapt@FreeBSD.org> | 2011-08-01 12:16:36 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-08-01 12:16:36 +0800 |
commit | 0227c6a427310030ff21495c23d36590a4b42ac0 (patch) | |
tree | 3d2e7108ac9259517181b27f9f7b83c54fc3c7ad /audio/linux-vsound | |
parent | f681a9720a0cc0dbb0df4762561d5ea173c8d751 (diff) | |
download | freebsd-ports-gnome-0227c6a427310030ff21495c23d36590a4b42ac0.tar.gz freebsd-ports-gnome-0227c6a427310030ff21495c23d36590a4b42ac0.tar.zst freebsd-ports-gnome-0227c6a427310030ff21495c23d36590a4b42ac0.zip |
Bye bye abandonwares
2011-08-01 archivers/zipios++: No more public distfiles
2011-08-01 astro/sattrack: No more public distfiles
2011-08-01 audio/bladeenc: Looks like an abandonware
2011-08-01 audio/cdplayer.app: Looks like an abandonware, no more public distfile
2011-08-01 audio/id3ed: No more public distfiles, looks like an abandonware
2011-08-01 audio/linux-vsound: Abandonware
2011-08-01 audio/mpegaudio: No more public distfiles
2011-08-01 audio/mpmf20: Abandonware
2011-08-01 audio/mutemix: abandonware, no more public distfiles
2011-08-01 audio/phatbeat: abandonware, no more public distfiles
2011-08-01 audio/pimp3: No more public distfiles
2011-08-01 audio/rbscrobbler: Looks like abandonware, no more public distfile
2011-08-01 audio/ripenc: Looks like and abandonware, No more distfile
2011-08-01 audio/wmcdplay: Looks like an abandonware, no more public distfile
2011-08-01 audio/wmfmixer: Looks like an abandonware, no more public distfiles
2011-08-01 audio/wmmixer: Looks like an abandonware, no more public distfile
2011-08-01 audio/wmmp3: Looks like an abandonware, no more public distfile
2011-08-01 audio/wmusic: Looks like an abandonware, no more distfiles
2011-08-01 audio/xmms-kj: Looks like an abandonware, no more public distfiles
2011-08-01 audio/xmms-pipe: Looks like an abandonware, no more public distfile
2011-08-01 audio/xmms-speex: Looks like an abandonware, no more public distfile
2011-08-01 audio/xsidplay: Looks like an abandonware, no more public distfile
2011-08-01 audio/xtuner: Looks like an abandonware, no more public distfile
Diffstat (limited to 'audio/linux-vsound')
-rw-r--r-- | audio/linux-vsound/Makefile | 31 | ||||
-rw-r--r-- | audio/linux-vsound/distinfo | 2 | ||||
-rw-r--r-- | audio/linux-vsound/pkg-descr | 18 | ||||
-rw-r--r-- | audio/linux-vsound/pkg-plist | 5 |
4 files changed, 0 insertions, 56 deletions
diff --git a/audio/linux-vsound/Makefile b/audio/linux-vsound/Makefile deleted file mode 100644 index 549d475709df..000000000000 --- a/audio/linux-vsound/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: linux-vsound -# Date created: 28 January 2001 -# Whom: Kris Kennaway <kris@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= linux-vsound -PORTVERSION= 0.4 -PORTREVISION= 2 -CATEGORIES= audio linux -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= kris -DISTNAME= vsound-${PORTVERSION} -EXTRACT_ONLY= - -MAINTAINER= ports@FreeBSD.org -COMMENT= Utility for capturing audio streams from Linux binaries - -DEPRECATED= Abandonware -EXPIRATION_DATE= 2011-08-01 - -RUN_DEPENDS= sox:${PORTSDIR}/audio/sox/ - -USE_LINUX= yes -NO_BUILD= yes - -do-install: - @cd ${PREFIX} && ${TAR} xfz ${DISTDIR}/${DISTFILES} - -.include <bsd.port.mk> diff --git a/audio/linux-vsound/distinfo b/audio/linux-vsound/distinfo deleted file mode 100644 index b2dd208c565e..000000000000 --- a/audio/linux-vsound/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (vsound-0.4.tar.gz) = 969a1cd88abd31509d99898d9693c92b11fa9a2213c50ed09110a157b1c77347 -SIZE (vsound-0.4.tar.gz) = 13444 diff --git a/audio/linux-vsound/pkg-descr b/audio/linux-vsound/pkg-descr deleted file mode 100644 index a896c73f69ff..000000000000 --- a/audio/linux-vsound/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -This program allows you to record the output of any standard OSS -program (one that uses /dev/dsp for sound) without having to modify or -recompile the program. It uses the same idea as the esddsp wrapper -from the Enlightened Sound Daemon (in fact, vsound is based on -esddsp). That is, it preloads a library that intercepts calls to open -/dev/dsp, and instead returns a handle to a normal file. It also -intercepts ioctl's on that file handle and logs them, to help convert -the audio data from its raw form. Vsound then uses sox to convert the -raw data to the desired file format. - -The upshoot of this is that instead of playing sound to the sound card -in your computer, the data is recorded to a file. This is similar to -if you connected a loopback cable to the line in and line out jacks on -your sound card, but no DA or AD conversions take place, so quality is -not lost. - -Erik de Castro Lopo <erikd@zip.com.au> -WWW: http://www.zip.com.au/~erikd/vsound/ diff --git a/audio/linux-vsound/pkg-plist b/audio/linux-vsound/pkg-plist deleted file mode 100644 index 8699e55becf2..000000000000 --- a/audio/linux-vsound/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/vsound -lib/vsound/libvsound.so -share/doc/vsound/README -@dirrm lib/vsound -@dirrm share/doc/vsound |