Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Feb 2013 03:29:02 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
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
Message-ID:  <201302270329.r1R3T2Pf082102@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <infofarmer@FreeBSD.org>
-#
+# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
 # $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 <bsd.port.mk>

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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302270329.r1R3T2Pf082102>