diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-07-15 07:59:03 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-07-15 07:59:03 +0000 |
commit | 5648466354a933bc0d5212b0922a3a5c994f4a4f (patch) | |
tree | b4af6914946220496248922099dde2cd82a80ddc /audio | |
parent | 1ce5bbf446ef2356c3eeafec5fc50cac7ce7755a (diff) |
Remove expired ports:
2014-07-15 databases/py-simplecouchdb: Obsolete, abandoned
2014-07-15 audio/xmms-bonk: Obsolete experimental codec, use audio/flac or audio/wavpack
2014-07-15 audio/bonk: Obsolete experimental codec, use audio/flac or audio/wavpack
Notes
Notes:
svn path=/head/; revision=361893
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 2 | ||||
-rw-r--r-- | audio/bonk/Makefile | 20 | ||||
-rw-r--r-- | audio/bonk/distinfo | 2 | ||||
-rw-r--r-- | audio/bonk/pkg-descr | 13 | ||||
-rw-r--r-- | audio/xmms-bonk/Makefile | 26 | ||||
-rw-r--r-- | audio/xmms-bonk/distinfo | 2 | ||||
-rw-r--r-- | audio/xmms-bonk/files/patch-Makefile | 22 | ||||
-rw-r--r-- | audio/xmms-bonk/pkg-descr | 3 |
8 files changed, 0 insertions, 90 deletions
diff --git a/audio/Makefile b/audio/Makefile index 7e84d486196f..746ad1cea293 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -52,7 +52,6 @@ SUBDIR += beast SUBDIR += beets SUBDIR += blop - SUBDIR += bonk SUBDIR += boodler SUBDIR += bristol SUBDIR += btc @@ -788,7 +787,6 @@ SUBDIR += xmixer SUBDIR += xmmix SUBDIR += xmms-ahx - SUBDIR += xmms-bonk SUBDIR += xmms-curses SUBDIR += xmms-faad SUBDIR += xmms-festalon diff --git a/audio/bonk/Makefile b/audio/bonk/Makefile deleted file mode 100644 index c8f98f2fb097..000000000000 --- a/audio/bonk/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: ijliao -# $FreeBSD$ - -PORTNAME= bonk -PORTVERSION= 0.6 -CATEGORIES= audio -MASTER_SITES= http://www.logarithmic.net/pfh-files/bonk/ - -MAINTAINER= naddy@FreeBSD.org -COMMENT= Lossy/lossless audio compressor - -DEPRECATED= Obsolete experimental codec, use audio/flac or audio/wavpack -EXPIRATION_DATE= 2014-07-15 - -MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \ - PREFIX="${STAGEDIR}${PREFIX}" INSTALL="${INSTALL_PROGRAM}" - -PLIST_FILES= bin/bonk - -.include <bsd.port.mk> diff --git a/audio/bonk/distinfo b/audio/bonk/distinfo deleted file mode 100644 index 2603519cbf56..000000000000 --- a/audio/bonk/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (bonk-0.6.tar.gz) = 754a2cad4d6529227f1b44210d4da0c14564a16ff65c8de50be123af5a33ce81 -SIZE (bonk-0.6.tar.gz) = 17995 diff --git a/audio/bonk/pkg-descr b/audio/bonk/pkg-descr deleted file mode 100644 index cc5d2de1fd88..000000000000 --- a/audio/bonk/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Bonk is a an audio compression program that operates in both lossy and -lossless modes. The compression method Bonk uses is quite simple compared to -other lossy formats such as MP3, and is based on speech compression techniques. -It is nevertheless capable of producing a high compression ratio while -maintaining good sound quality. - -In lossy mode, it averages 14:1 compression while remaining almost perceptually -lossless. This corresponds to 95 kbps for high quality audio. - -In lossless mode the original audio file can be recovered exactly. Lossless -mode typically achieves around 2:1 compression. - -WWW: http://www.logarithmic.net/pfh/bonk diff --git a/audio/xmms-bonk/Makefile b/audio/xmms-bonk/Makefile deleted file mode 100644 index 398f8baafb60..000000000000 --- a/audio/xmms-bonk/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# $FreeBSD$ - -PORTNAME= xmms-bonk -PORTVERSION= 0.12 -PORTREVISION= 5 -CATEGORIES= audio -MASTER_SITES= http://www.proustmedia.de/bonk-xmms/ -DISTNAME= bonk-xmms-${PORTVERSION} - -MAINTAINER= naddy@FreeBSD.org -COMMENT= XMMS input plugin to play bonk files - -LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms - -DEPRECATED= Obsolete experimental codec, use audio/flac or audio/wavpack -EXPIRATION_DATE= 2014-07-15 - -ALL_TARGET= - -PLIST_FILES= lib/xmms/Input/libbonk.so - -do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/xmms/Input - ${INSTALL_DATA} ${WRKSRC}/libbonk.so ${STAGEDIR}${PREFIX}/lib/xmms/Input - -.include <bsd.port.mk> diff --git a/audio/xmms-bonk/distinfo b/audio/xmms-bonk/distinfo deleted file mode 100644 index 613275aff908..000000000000 --- a/audio/xmms-bonk/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (bonk-xmms-0.12.tar.gz) = a822ec05cd945e49178186845e038f2b91ebce14f512676dc805d92ea988e750 -SIZE (bonk-xmms-0.12.tar.gz) = 16624 diff --git a/audio/xmms-bonk/files/patch-Makefile b/audio/xmms-bonk/files/patch-Makefile deleted file mode 100644 index c251d9ec3d76..000000000000 --- a/audio/xmms-bonk/files/patch-Makefile +++ /dev/null @@ -1,22 +0,0 @@ - -$FreeBSD$ - ---- Makefile.orig Sat Jun 15 15:37:43 2002 -+++ Makefile Sat Jun 15 15:38:41 2002 -@@ -9,14 +9,10 @@ - CPP=g++ - INSTDIR=`xmms-config --plugin-dir`/Input - --ifdef DEBUG -- CFLAGS=-Wall -O2 -fno-exceptions -ffast-math -D_REENTRANT `gtk-config --cflags` -g -DDEBUG --else -- CFLAGS=-Wall -O2 -fno-exceptions -ffast-math -D_REENTRANT `gtk-config --cflags` --endif -+CXXFLAGS+= -fno-exceptions -D_REENTRANT `xmms-config --cflags` -fPIC - - libbonk.so : bonk-xmms.cc -- $(CPP) $(CFLAGS) -shared -o libbonk.so bonk-xmms.cc -lstdc++ -+ $(CXX) $(CXXFLAGS) -shared -o libbonk.so bonk-xmms.cc - - install : libbonk.so - cp libbonk.so $(INSTDIR) diff --git a/audio/xmms-bonk/pkg-descr b/audio/xmms-bonk/pkg-descr deleted file mode 100644 index a530501a5b2f..000000000000 --- a/audio/xmms-bonk/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -bonk-xmms is a plugin for the multimedia player XMMS that plays -audio files in the bonk format, which supports lossless and lossy -compression. |