mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Rename laudio to linux-laudio as it is Linux binary port, and clean it up.
This commit is contained in:
parent
6fd18cf06a
commit
7f7721e220
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313029
1
MOVED
1
MOVED
@ -4073,3 +4073,4 @@ french/MT|www/MT|2013-02-23|Remove, because it was merged into main www/MT
|
||||
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)
|
||||
|
@ -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
|
||||
|
@ -1,35 +0,0 @@
|
||||
# New ports collection makefile for: laudio
|
||||
# Date created: 18 October 2005
|
||||
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= laudio
|
||||
PORTVERSION= 0.4
|
||||
CATEGORIES= audio linux
|
||||
MASTER_SITES= http://www.lossless-audio.com/ CENKES
|
||||
DISTNAME= la04
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A free lossless audio codec
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
USE_BZIP2= yes
|
||||
|
||||
NO_BUILD= yes
|
||||
PLIST_FILES= bin/laudio
|
||||
PORTDOCS= readme.txt
|
||||
|
||||
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}
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,6 +0,0 @@
|
||||
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.
|
||||
|
||||
WWW: http://www.lossless-audio.com/
|
37
audio/linux-laudio/Makefile
Normal file
37
audio/linux-laudio/Makefile
Normal file
@ -0,0 +1,37 @@
|
||||
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= laudio
|
||||
PORTVERSION= 0.4
|
||||
CATEGORIES= audio linux
|
||||
MASTER_SITES= http://www.lossless-audio.com/ CENKES
|
||||
DISTNAME= la04
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
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 ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKDIR}/readme.txt ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${ECHO_MSG}
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
@${ECHO_MSG}
|
||||
|
||||
.include <bsd.port.mk>
|
6
audio/linux-laudio/pkg-descr
Normal file
6
audio/linux-laudio/pkg-descr
Normal file
@ -0,0 +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 offers the best compression ratio
|
||||
available.
|
||||
|
||||
WWW: http://www.lossless-audio.com/
|
Loading…
Reference in New Issue
Block a user