svn commit: r313029 - in head: . audio audio/laudio audio/linux-laudio
Alexey Dokuchaev
danfe at FreeBSD.org
Wed Feb 27 03:29:03 UTC 2013
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 at FreeBSD.org>
-#
+# Created by: Andrew Pantyukhin <infofarmer at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= laudio
PORTVERSION= 0.4
@@ -12,24 +8,30 @@ MASTER_SITES= http://www.lossless-audio.
DISTNAME= la04
MAINTAINER= ports at 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/
More information about the svn-ports-all
mailing list