From owner-svn-ports-all@FreeBSD.ORG Wed Feb 27 03:29:03 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8F5E3C35; Wed, 27 Feb 2013 03:29:03 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 698F16E7; Wed, 27 Feb 2013 03:29:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1R3T3i8082106; Wed, 27 Feb 2013 03:29:03 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1R3T2Pf082102; Wed, 27 Feb 2013 03:29:02 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201302270329.r1R3T2Pf082102@svn.freebsd.org> From: Alexey Dokuchaev Date: Wed, 27 Feb 2013 03:29:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313029 - in head: . audio audio/laudio audio/linux-laudio 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.14 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: Wed, 27 Feb 2013 03:29:03 -0000 Author: danfe Date: Wed Feb 27 03:29:02 2013 New Revision: 313029 URL: http://svnweb.freebsd.org/changeset/ports/313029 Log: Rename laudio to linux-laudio as it is Linux binary port, and clean it up. Added: head/audio/linux-laudio/ - copied from r312920, head/audio/laudio/ Deleted: head/audio/laudio/ Modified: head/MOVED head/audio/Makefile head/audio/linux-laudio/Makefile head/audio/linux-laudio/pkg-descr Modified: head/MOVED ============================================================================== --- head/MOVED Wed Feb 27 03:08:45 2013 (r313028) +++ head/MOVED Wed Feb 27 03:29:02 2013 (r313029) @@ -4073,3 +4073,4 @@ french/MT|www/MT|2013-02-23|Remove, beca german/MT|www/MT|2013-02-23|Remove, because it was merged into main www/MT dns/p5-Net-DNS-ZoneFile||2013-02-25|Now bundled with dns/p5-Net-DNS textproc/stardict2-rptts|textproc/stardict-rptts|2013-02-25|Renamed +audio/laudio|audio/linux-laudio|2013-02-27|Renamed (Linux binary port) Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Wed Feb 27 03:08:45 2013 (r313028) +++ head/audio/Makefile Wed Feb 27 03:29:02 2013 (r313029) @@ -349,7 +349,6 @@ SUBDIR += lash SUBDIR += last-cmus SUBDIR += last.fm - SUBDIR += laudio SUBDIR += liba52 SUBDIR += libaacplus SUBDIR += libadplug @@ -431,6 +430,7 @@ SUBDIR += linux-fmodapi SUBDIR += linux-freealut SUBDIR += linux-genpuid + SUBDIR += linux-laudio SUBDIR += linux-libaudiofile SUBDIR += linux-libmad SUBDIR += linux-libogg Modified: head/audio/linux-laudio/Makefile ============================================================================== --- head/audio/laudio/Makefile Mon Feb 25 13:39:11 2013 (r312920) +++ head/audio/linux-laudio/Makefile Wed Feb 27 03:29:02 2013 (r313029) @@ -1,9 +1,5 @@ -# New ports collection makefile for: laudio -# Date created: 18 October 2005 -# Whom: Andrew Pantyukhin -# +# Created by: Andrew Pantyukhin # $FreeBSD$ -# PORTNAME= laudio PORTVERSION= 0.4 @@ -12,24 +8,30 @@ MASTER_SITES= http://www.lossless-audio. DISTNAME= la04 MAINTAINER= ports@FreeBSD.org -COMMENT= A free lossless audio codec +COMMENT= Free lossless audio codec ONLY_FOR_ARCHS= amd64 i386 + USE_BZIP2= yes NO_BUILD= yes + PLIST_FILES= bin/laudio PORTDOCS= readme.txt +OPTIONS_DEFINE= DOCS + do-install: - @${INSTALL_PROGRAM} ${WRKDIR}/la ${PREFIX}/bin/laudio - @${BRANDELF} -t Linux ${PREFIX}/bin/laudio -.if !defined(NOPORTDOCS) - @${INSTALL} -d ${DOCSDIR}/ - @${INSTALL_DATA} ${WRKDIR}/readme.txt ${DOCSDIR} + ${INSTALL_PROGRAM} ${WRKDIR}/la ${PREFIX}/bin/laudio + ${BRANDELF} -t Linux ${PREFIX}/bin/laudio +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKDIR}/readme.txt ${DOCSDIR} .endif post-install: + @${ECHO_MSG} @${CAT} ${PKGMESSAGE} + @${ECHO_MSG} .include Modified: head/audio/linux-laudio/pkg-descr ============================================================================== --- head/audio/laudio/pkg-descr Mon Feb 25 13:39:11 2013 (r312920) +++ head/audio/linux-laudio/pkg-descr Wed Feb 27 03:29:02 2013 (r313029) @@ -1,6 +1,6 @@ -Laudio is a port of La, a free lossless audio codec written by -Michael Bevin. It is not opensource, but versions are available -for Windows and Linux. Currently (October 2005) it has the best -compression ratio available. +Laudio is a port of La, a free lossless audio codec written by Michael +Bevin. It is not opensource, but versions are available for Windows and +Linux. Currently (October 2005) it offers the best compression ratio +available. WWW: http://www.lossless-audio.com/