mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
- Delete expired audio/mbrola port: relies on forbidden port misc/compat3x;
last release 2000
This commit is contained in:
parent
c4731fb747
commit
0ee5289cda
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215140
1
MOVED
1
MOVED
@ -3492,3 +3492,4 @@ www/mod_auth_pwcheck||2008-06-17|Depends on expired port, website disappeared
|
||||
security/cyrus-sasl||2008-06-17|Has expired: Unsupported, please move to cyrus-sasl2
|
||||
converters/compface|mail/faces|2008-06-17|Removed in favour to mail/faces.
|
||||
security/p5-openxpki-client-cli||2008-06-18|Has expired: no longer supported. Use p5-openxpki-client-html-mason instead
|
||||
audio/mbrola||2008-06-18|Has expired: relies on forbidden port misc/compat3x; last release 2000
|
||||
|
@ -391,7 +391,6 @@
|
||||
SUBDIR += malint
|
||||
SUBDIR += maplay
|
||||
SUBDIR += mbox
|
||||
SUBDIR += mbrola
|
||||
SUBDIR += mbrolavox
|
||||
SUBDIR += mctoolame-decoder
|
||||
SUBDIR += mctoolame-encoder
|
||||
|
@ -1,71 +0,0 @@
|
||||
# New ports collection makefile for: mbrola
|
||||
# Date created: 2003-10-04
|
||||
# Whom: trevor
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mbrola
|
||||
PORTVERSION= 3.0.1
|
||||
CATEGORIES= audio accessibility
|
||||
MASTER_SITES?= http://www.tcts.fpms.ac.be/synthesis/mbrola/bin/freebsd/
|
||||
DISTNAME= mbr301h
|
||||
EXTRACT_SUFX= .zip
|
||||
DIST_SUBDIR?= mbrola-freebsd
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= MBROLA voice synthesizer
|
||||
|
||||
DEPRECATED= relies on forbidden port misc/compat3x; last release 2000
|
||||
EXPIRATION_DATE= 2007-09-21
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(USE_LINUX)
|
||||
LIB_DEPENDS= c.3:${PORTSDIR}/misc/compat3x
|
||||
.endif
|
||||
RUN_DEPENDS+= ${PREFIX}/share/mbrolavox:${PORTSDIR}/audio/mbrolavox
|
||||
|
||||
CONFLICTS?= linux-mbrola-*
|
||||
NO_BUILD= yes
|
||||
ONLY_FOR_ARCHS?=i386
|
||||
PLIST_DIRS= share/doc/mbrola
|
||||
PLIST_FILES= bin/mbrola
|
||||
.if !defined(NOPORTDOCS)
|
||||
PLIST_FILES+= share/doc/mbrola/readme.txt
|
||||
.endif
|
||||
RESTRICTED= "for non-commercial, non-military applications only"
|
||||
USE_ZIP= yes
|
||||
WRKSRC= ${WRKDIR}/mbr301h
|
||||
PLIST= ${WRKDIR}/plist
|
||||
|
||||
do-extract:
|
||||
@${MKDIR} ${WRKSRC}
|
||||
@unzip -qo ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}.zip -d ${WRKSRC}
|
||||
|
||||
do-patch:
|
||||
@${RM} -f ${WRKSRC}/mbrola-FreeBSD-i386-aout
|
||||
|
||||
do-install:
|
||||
.if defined(USE_LINUX)
|
||||
.if (${ARCH} == "alpha")
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/mbrola-linux-alpha ${PREFIX}/bin/mbrola
|
||||
.elif (${ARCH} == "i386")
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/mbrola-linux-i386 ${PREFIX}/bin/mbrola
|
||||
.elif (${ARCH} == "powerpc")
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/mbrola206a-linux-ppc ${PREFIX}/bin/mbrola
|
||||
.elif (${ARCH} == "sparc64")
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/mbrola-SuSElinux-ultra1.dat \
|
||||
${PREFIX}/bin/mbrola
|
||||
.endif
|
||||
.else
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/mbrola-FreeBSD-i386-elf \
|
||||
${PREFIX}/bin/mbrola
|
||||
.endif # defined(USE_LINUX)
|
||||
@${CHMOD} +x ${PREFIX}/bin/mbrola
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/readme.txt ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (mbrola-freebsd/mbr301h.zip) = aec8613bed29e795a676f3576348584c
|
||||
SIZE (mbrola-freebsd/mbr301h.zip) = 47834
|
||||
SHA256 (mbrola-freebsd/mbr301h.zip) = 10e6995729008967d49a9ee9df8f050bd6d54a06a23adf48e64a9ca64cd384d9
|
@ -1,7 +0,0 @@
|
||||
This is a binary port of the MBROLA speech synthesizer, which uses
|
||||
"a time-domain algorithm with outstanding diphone smoothing
|
||||
capabilities." The audio/mbrola port is for i386 only and requires
|
||||
FreeBSD 3.x compatibility; the linux-mbrola port is for alpha, i386,
|
||||
ppc or sparc64 and requires Linux compatibility.
|
||||
|
||||
WWW: http://www.tcts.fpms.ac.be/synthesis/
|
Loading…
Reference in New Issue
Block a user