mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
Nero Digital Audio Reference MPEG-4 & 3GPP Audio Encoder.
WWW: http://www.nero7.com/nerodigital/jpn/down-ndaudio.php PR: ports/117588 Submitted by: Yuichiro AIZAWA <yaizawa@2004.jukuin.keio.ac.jp>
This commit is contained in:
parent
a212d3d0e9
commit
0da22366d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203666
1
LEGAL
1
LEGAL
@ -422,6 +422,7 @@ mypaedia-* japanese/mypaedia-fpw The original dictionary is not free
|
||||
mysqlman.tar.gz databases/mysqlman Not redistributable, license
|
||||
agreement required
|
||||
ncftpd-* ftp/ncftpd 30 day evaluation license
|
||||
NeroDigitalAudio.zip audio/linux-nerodigitalaudio Redistribution forbidden
|
||||
netbeans3-* java/netbeans3 Restrictive copyright
|
||||
netbeans4-* java/netbeans4 Restrictive copyright
|
||||
netbeans5-* java/netbeans5 Restrictive copyright
|
||||
|
@ -356,6 +356,7 @@
|
||||
SUBDIR += linux-libvorbis
|
||||
SUBDIR += linux-mbrola
|
||||
SUBDIR += linux-mikmod
|
||||
SUBDIR += linux-nerodigitalaudio
|
||||
SUBDIR += linux-openal
|
||||
SUBDIR += linux-sdl_mixer
|
||||
SUBDIR += linux-shoutcast
|
||||
|
44
audio/linux-neroaaccodec/Makefile
Normal file
44
audio/linux-neroaaccodec/Makefile
Normal file
@ -0,0 +1,44 @@
|
||||
# New ports collection Makefile for: linux-nerodigitalaudio
|
||||
# Date created: 2007-10-27
|
||||
# Whom: Yuichiro AIZAWA <yaizawa@2004.jukuin.keio.ac.jp>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= nerodigitalaudio
|
||||
PORTVERSION= 1.1.34.2
|
||||
CATEGORIES= audio multimedia linux
|
||||
MASTER_SITES= ftp://ftp6.nero.com/tools/
|
||||
PKGNAMEPREFIX= linux-
|
||||
DISTNAME= NeroDigitalAudio
|
||||
|
||||
MAINTAINER= yaizawa@2004.jukuin.keio.ac.jp
|
||||
COMMENT= Nero Digital Audio Reference MPEG-4 & 3GPP Audio Encoder
|
||||
|
||||
USE_ZIP= yes
|
||||
USE_LINUX= yes
|
||||
ONLY_FOR_ARCH= i386 amd64
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}
|
||||
RESTRICTED= forbidden by license considerations
|
||||
|
||||
PLIST_FILES= bin/neroAacDec \
|
||||
bin/neroAacEnc
|
||||
.if !defined(NOPORTDOCS)
|
||||
PLIST_DIRS= ${DOCSDIR_REL}
|
||||
PLIST_FILES+= ${DOCSDIR_REL}/changelog.txt \
|
||||
${DOCSDIR_REL}/license.txt \
|
||||
${DOCSDIR_REL}/readme.txt
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/linux/neroAacDec ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/linux/neroAacEnc ${PREFIX}/bin
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_MAN} ${WRKSRC}/changelog.txt ${DOCSDIR}
|
||||
${INSTALL_MAN} ${WRKSRC}/license.txt ${DOCSDIR}
|
||||
${INSTALL_MAN} ${WRKSRC}/readme.txt ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/linux-neroaaccodec/distinfo
Normal file
3
audio/linux-neroaaccodec/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (NeroDigitalAudio.zip) = c7c1f4db773ba031f628706ecfccb292
|
||||
SHA256 (NeroDigitalAudio.zip) = dc2978c9b501697fb8695192426181b3a128b249edc704ca879b6f51bad248af
|
||||
SIZE (NeroDigitalAudio.zip) = 2667124
|
3
audio/linux-neroaaccodec/pkg-descr
Normal file
3
audio/linux-neroaaccodec/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Nero Digital Audio Reference MPEG-4 & 3GPP Audio Encoder.
|
||||
|
||||
WWW: http://www.nero7.com/nerodigital/jpn/down-ndaudio.php
|
44
audio/linux-nerodigitalaudio/Makefile
Normal file
44
audio/linux-nerodigitalaudio/Makefile
Normal file
@ -0,0 +1,44 @@
|
||||
# New ports collection Makefile for: linux-nerodigitalaudio
|
||||
# Date created: 2007-10-27
|
||||
# Whom: Yuichiro AIZAWA <yaizawa@2004.jukuin.keio.ac.jp>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= nerodigitalaudio
|
||||
PORTVERSION= 1.1.34.2
|
||||
CATEGORIES= audio multimedia linux
|
||||
MASTER_SITES= ftp://ftp6.nero.com/tools/
|
||||
PKGNAMEPREFIX= linux-
|
||||
DISTNAME= NeroDigitalAudio
|
||||
|
||||
MAINTAINER= yaizawa@2004.jukuin.keio.ac.jp
|
||||
COMMENT= Nero Digital Audio Reference MPEG-4 & 3GPP Audio Encoder
|
||||
|
||||
USE_ZIP= yes
|
||||
USE_LINUX= yes
|
||||
ONLY_FOR_ARCH= i386 amd64
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}
|
||||
RESTRICTED= forbidden by license considerations
|
||||
|
||||
PLIST_FILES= bin/neroAacDec \
|
||||
bin/neroAacEnc
|
||||
.if !defined(NOPORTDOCS)
|
||||
PLIST_DIRS= ${DOCSDIR_REL}
|
||||
PLIST_FILES+= ${DOCSDIR_REL}/changelog.txt \
|
||||
${DOCSDIR_REL}/license.txt \
|
||||
${DOCSDIR_REL}/readme.txt
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/linux/neroAacDec ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/linux/neroAacEnc ${PREFIX}/bin
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_MAN} ${WRKSRC}/changelog.txt ${DOCSDIR}
|
||||
${INSTALL_MAN} ${WRKSRC}/license.txt ${DOCSDIR}
|
||||
${INSTALL_MAN} ${WRKSRC}/readme.txt ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/linux-nerodigitalaudio/distinfo
Normal file
3
audio/linux-nerodigitalaudio/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (NeroDigitalAudio.zip) = c7c1f4db773ba031f628706ecfccb292
|
||||
SHA256 (NeroDigitalAudio.zip) = dc2978c9b501697fb8695192426181b3a128b249edc704ca879b6f51bad248af
|
||||
SIZE (NeroDigitalAudio.zip) = 2667124
|
3
audio/linux-nerodigitalaudio/pkg-descr
Normal file
3
audio/linux-nerodigitalaudio/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Nero Digital Audio Reference MPEG-4 & 3GPP Audio Encoder.
|
||||
|
||||
WWW: http://www.nero7.com/nerodigital/jpn/down-ndaudio.php
|
Loading…
Reference in New Issue
Block a user