audio/rhvoice: Correct license, etc

Port changes:
* Correct license
* Rename PORTNAME into RHVoice: the project is called RHVoice, installs files and directories the include the "RHVoice" string,
  DATADIR and ETCDIR are now derived correctly
* Add @sample for the config file
This commit is contained in:
Yuri Victorovich 2018-09-11 06:00:23 +00:00
parent 08f1895dd0
commit 1380cc5b8f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=479504
2 changed files with 727 additions and 721 deletions

View File

@ -1,14 +1,18 @@
# $FreeBSD$
PORTNAME= rhvoice
PORTNAME= RHVoice
DISTVERSION= 0.7.1-4
DISTVERSIONSUFFIX= -g1083ce5
PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org
COMMENT= Speech synthesizer for English, Russian, Georgian, and other languages
LICENSE= GPLv3+
LICENSE= LGPL21+ GPLv3+ # the main code is under LGPL21+, MAGE library is under GPLv3+, voices are licensed for use by individuals only, no commercial use
LICENSE_COMB= multi
LICENSE_FILE_LGPL21= ${SRCDIR}/licenses/lgpl-2.1.txt
LICENSE_FILE_GPLv3= ${SRCDIR}/licenses/gpl-3.0.txt
LIB_DEPENDS= libao.so:audio/libao \
libportaudio.so:audio/portaudio \
@ -17,7 +21,9 @@ LIB_DEPENDS= libao.so:audio/libao \
USES= pkgconfig scons
USE_GITHUB= yes
GH_ACCOUNT= Olga-Yakovleva
GH_PROJECT= RHVoice
USE_LDCONFIG= yes
post-install:
${MV} ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf.sample
.include <bsd.port.mk>

File diff suppressed because it is too large Load Diff