from the NetBSD maintainer: This voice provides a Mexican Spanish male voice using a residual excited LPC diphone synthesis module, both created at OGI. It uses a lexicon compiled from MOBY and CMU lexicons, and other trained modules used by CSTR voices. This voice can be activated via (voice_abc_diphone) . WWW: http://cslu.cse.ogi.edu/tts gstreamer0.10-removal' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cvsutils/Makefile
blob: bb42bc9de9641396e0480f497723f0bd56e1516e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Created by: knu@FreeBSD.org
# $FreeBSD$

PORTNAME=   cvsutils
PORTVERSION=    0.2.6
PORTEPOCH=  1
CATEGORIES= devel
MASTER_SITES=   http://www.red-bean.com/cvsutils/releases/

MAINTAINER= mva@FreeBSD.org
COMMENT=    CVS utilities which facilitate working with local working directories

LICENSE=    GPLv2

USES=       perl5
GNU_CONFIGURE=  yes

MAN1=       cvsutils.1

OPTIONS_DEFINE= DOCS

NO_STAGE=   yes
.include <bsd.port.options.mk>

post-install:
.if ${PORT_OPTIONS:MDOCS}
    ${MKDIR} ${DOCSDIR}
.for f in AUTHORS ChangeLog NEWS README
    ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
.endfor
.endif

.include <bsd.port.mk>