mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
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
This commit is contained in:
parent
1ce5bbf446
commit
5648466354
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361893
3
MOVED
3
MOVED
@ -6254,3 +6254,6 @@ graphics/py-stl|graphics/py-stltools|2014-07-13|Upstream project has been rename
|
||||
audio/muine||2014-07-13|Has expired: Fails to build/run since August 2013
|
||||
x11-themes/kde4-windeco-nitrogen||2014-07-14|Has expired: Merged with the Oxygen windeco included with KDE4
|
||||
net/linphone-base||2014-07-14|Split into separate components
|
||||
databases/py-simplecouchdb||2014-07-15|Has expired: Obsolete, abandoned
|
||||
audio/xmms-bonk||2014-07-15|Has expired: Obsolete experimental codec, use audio/flac or audio/wavpack
|
||||
audio/bonk||2014-07-15|Has expired: Obsolete experimental codec, use audio/flac or audio/wavpack
|
||||
|
@ -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
|
||||
|
@ -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>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (bonk-0.6.tar.gz) = 754a2cad4d6529227f1b44210d4da0c14564a16ff65c8de50be123af5a33ce81
|
||||
SIZE (bonk-0.6.tar.gz) = 17995
|
@ -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
|
@ -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>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (bonk-xmms-0.12.tar.gz) = a822ec05cd945e49178186845e038f2b91ebce14f512676dc805d92ea988e750
|
||||
SIZE (bonk-xmms-0.12.tar.gz) = 16624
|
@ -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)
|
@ -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.
|
@ -755,7 +755,6 @@
|
||||
SUBDIR += py-redis
|
||||
SUBDIR += py-riak
|
||||
SUBDIR += py-rrdtool_lgpl
|
||||
SUBDIR += py-simplecouchdb
|
||||
SUBDIR += py-south
|
||||
SUBDIR += py-sqlalchemy
|
||||
SUBDIR += py-sqlalchemy-devel
|
||||
|
@ -1,32 +0,0 @@
|
||||
# Created by: Wen Heping <wenheping@gmail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= simplecouchdb
|
||||
PORTVERSION= 0.9.26
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= py-${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Simple Library to Allow Python Applications to Use CouchDB
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
DEPRECATED= Obsolete, abandoned
|
||||
EXPIRATION_DATE=2014-07-15
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>0:${PORTSDIR}/www/py-httplib2 \
|
||||
${PYTHON_PKGNAMEPREFIX}py-restclient>0:${PORTSDIR}/www/py-py-restclient
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
PYDISTUTILS_PKGNAME= py_${PORTNAME}
|
||||
|
||||
post-extract:
|
||||
${MV} ${WRKSRC}/tests ${WRKSRC}/simplecouchdb/
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (py-simplecouchdb-0.9.26.tar.gz) = 4ffb12712191c6d34d7340920e23263290e237db161461a5dc8200c0d2c54eff
|
||||
SIZE (py-simplecouchdb-0.9.26.tar.gz) = 314268
|
@ -1,10 +0,0 @@
|
||||
py-simplecouchdb is a simple library to allow your python
|
||||
application to use CouchDB.
|
||||
|
||||
With simplecouchdb, you can manage documents like you do
|
||||
directly with CouchDB, schema-free. So document instance
|
||||
(see :ref:schema-ref) are completely dynamic, you could
|
||||
add/delete properties in your documents, retrieve them
|
||||
without any schema, etc.
|
||||
|
||||
WWW: http://code.google.com/p/py-simplecouchdb/
|
Loading…
Reference in New Issue
Block a user