From owner-svn-ports-head@FreeBSD.ORG Tue Mar 31 08:45:14 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4470EC06; Tue, 31 Mar 2015 08:45:14 +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 2F377EDE; Tue, 31 Mar 2015 08:45:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2V8jEqD059590; Tue, 31 Mar 2015 08:45:14 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2V8jDTg059588; Tue, 31 Mar 2015 08:45:13 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201503310845.t2V8jDTg059588@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Tue, 31 Mar 2015 08:45:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382802 - head/audio/shntool X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Mar 2015 08:45:14 -0000 Author: danfe Date: Tue Mar 31 08:45:12 2015 New Revision: 382802 URL: https://svnweb.freebsd.org/changeset/ports/382802 QAT: https://qat.redports.org/buildarchive/r382802/ Log: - Sort some multi-value knobs for better readability and maintainability: SHN_ALIASES, OPTIONS_DEFINE, and option descriptions - Rename WV option to our standard (shared) WAVPACK and thus remove its description (along with ALAC_DESC which was recently added in r382796) - Drop BONK codec from OPTIONS (port removed in r361893 as being obsolete, however, its homepage is still up: http://www.logarithmic.net/pfh/bonk) - Rename RDEP to RDEP_MAPPING which reflects its purpose and lowers the chances of possible name-clash (due to RDEP being a common contraction) - Fix LA:laudio:linux-laudio mapping (before, it won't be able to find the binary, rebuilding the port over package, eventually failing the "make install" check) - Improve on the COMMENT, option descriptions, and port description text Modified: head/audio/shntool/Makefile head/audio/shntool/pkg-descr Modified: head/audio/shntool/Makefile ============================================================================== --- head/audio/shntool/Makefile Tue Mar 31 08:08:49 2015 (r382801) +++ head/audio/shntool/Makefile Tue Mar 31 08:45:12 2015 (r382802) @@ -7,31 +7,32 @@ CATEGORIES= audio MASTER_SITES= http://www.etree.org/shnutils/shntool/dist/src/ MAINTAINER= ports@FreeBSD.org -COMMENT= Multi-purpose .wav processing utility +COMMENT= Multi-purpose WAVE data processing and reporting utility GNU_CONFIGURE= yes -SHN_ALIASES= tool len fix hash pad join split cat cmp cue conv info strip gen trim +SHN_ALIASES= cat cmp conv cue fix gen hash info join len pad split \ + strip tool trim + PLIST_FILES= ${SHN_ALIASES:S|^|bin/shn|} \ man/man1/shntool.1.gz -OPTIONS_DEFINE= AIFF SHN FLAC APE OFR LPAC WV ALAC LA TTA BONK KXS -AIFF_DESC= AIFF support via sox -SHN_DESC= Shorten support -OFR_DESC= OptimFROG support -LPAC_DESC= LPAC support -WV_DESC= WavPack support -ALAC_DESC= Apple Lossless Audio support -LA_DESC= Laudio support -BONK_DESC= Bonk lossy/lossless audio support -KXS_DESC= Kexis support +OPTIONS_DEFINE= AIFF ALAC APE FLAC KXS LA LPAC OFR SHN TTA WAVPACK -RDEP= AIFF:sox SHN:shorten FLAC APE:mac OFR:ofr:optimfrog LPAC WV:wavpack \ - ALAC:alac LA:linux-laudio TTA:ttaenc:tta BONK KXS:kexis +AIFF_DESC= AIFF audio format support (via SoX) +KXS_DESC= Kexis audio format support +LA_DESC= Laudio audio format support +LPAC_DESC= LPAC audio format support +OFR_DESC= OptimFROG audio format support +SHN_DESC= Shorten audio compressor support + +RDEP_MAPPING= AIFF:sox ALAC:alac APE:mac FLAC KXS:kexis \ + LA:laudio:linux-laudio LPAC OFR:ofr:optimfrog \ + SHN:shorten TTA:ttaenc:tta WAVPACK .include .for o in ${PORT_OPTIONS} -m= ${RDEP:M${o}*} +m= ${RDEP_MAPPING:M${o}*} .if ${m} b= ${m:C/^[A-Z]*://:C/:.*//:tl} p= ${m:C/^[A-Z]*://:C/.*://:tl} Modified: head/audio/shntool/pkg-descr ============================================================================== --- head/audio/shntool/pkg-descr Tue Mar 31 08:08:49 2015 (r382801) +++ head/audio/shntool/pkg-descr Tue Mar 31 08:45:12 2015 (r382802) @@ -1,9 +1,9 @@ shntool is a multi-purpose WAVE data processing and reporting utility. File formats are abstracted from its core, so it can process any file -that contains WAVE data, compressed or not - provided there exists a +that contains WAVE data, compressed or not -- provided there exists a format module to handle that particular file type. -Apart from wav shntool supports many formats through helper programs. -Please see the manpage for more info. +Apart from .wav shntool supports many formats through helper programs. +Please see the manual page for more information. WWW: http://www.etree.org/shnutils/shntool/