From owner-svn-ports-all@FreeBSD.ORG Thu Apr 10 18:53:09 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3CAAC97A; Thu, 10 Apr 2014 18:53:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2967816C2; Thu, 10 Apr 2014 18:53:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3AIr9eI081816; Thu, 10 Apr 2014 18:53:09 GMT (envelope-from naddy@svn.freebsd.org) Received: (from naddy@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3AIr8QR081813; Thu, 10 Apr 2014 18:53:08 GMT (envelope-from naddy@svn.freebsd.org) Message-Id: <201404101853.s3AIr8QR081813@svn.freebsd.org> From: Christian Weisgerber Date: Thu, 10 Apr 2014 18:53:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350827 - in head/audio: bonk xmms-bonk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2014 18:53:09 -0000 Author: naddy Date: Thu Apr 10 18:53:08 2014 New Revision: 350827 URL: http://svnweb.freebsd.org/changeset/ports/350827 QAT: https://qat.redports.org/buildarchive/r350827/ Log: Bonk was an experimental audio codec that never saw wide use. No upstream development since 2002. If anybody still uses this, they should switch to audio/flac or audio/wavpack. Set expiration date (3 months). Modified: head/audio/bonk/Makefile head/audio/xmms-bonk/Makefile Modified: head/audio/bonk/Makefile ============================================================================== --- head/audio/bonk/Makefile Thu Apr 10 18:52:03 2014 (r350826) +++ head/audio/bonk/Makefile Thu Apr 10 18:53:08 2014 (r350827) @@ -9,6 +9,9 @@ MASTER_SITES= http://www.logarithmic.net 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}" Modified: head/audio/xmms-bonk/Makefile ============================================================================== --- head/audio/xmms-bonk/Makefile Thu Apr 10 18:52:03 2014 (r350826) +++ head/audio/xmms-bonk/Makefile Thu Apr 10 18:53:08 2014 (r350827) @@ -12,6 +12,9 @@ COMMENT= XMMS input plugin to play bonk 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