mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- New port: audio/gervill
Gervill is a software sound synthesize which was created for the open source JDK Audio Synthesis Engine Project. The goal of the JDK Audio Synthesis Engine Project is to create a new open source JDK software midi synthesizer implementation.
This commit is contained in:
parent
b035cbf370
commit
39e6b4c3b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231731
@ -205,6 +205,7 @@
|
||||
SUBDIR += gbsplay
|
||||
SUBDIR += gdam
|
||||
SUBDIR += gdrdao
|
||||
SUBDIR += gervill
|
||||
SUBDIR += ghostess
|
||||
SUBDIR += gigedit
|
||||
SUBDIR += gimmix
|
||||
|
39
audio/gervill/Makefile
Normal file
39
audio/gervill/Makefile
Normal file
@ -0,0 +1,39 @@
|
||||
# New ports collection Makefile for: gervill
|
||||
# Date created: 14 October 2008
|
||||
# Whom: gahr
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gervill
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= audio java
|
||||
MASTER_SITES= SF/rasmusdsp
|
||||
|
||||
MAINTAINER= gahr@FreeBSD.org
|
||||
COMMENT= A generic sound synthesizer for Java
|
||||
|
||||
USE_ZIP= yes
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
USE_ANT= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
ALL_TARGET= jar
|
||||
JARFILE= ${PORTNAME}.jar
|
||||
PLIST_FILES= %%JAVAJARDIR%%/${JARFILE}
|
||||
PORTDOCS= *
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
ALL_TARGET+= javadocs
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${JAVAJARDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/${JARFILE} ${JAVAJARDIR}
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
cd ${WRKSRC}/javadocs && ${COPYTREE_SHARE} \* ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/gervill/distinfo
Normal file
3
audio/gervill/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (gervill-1.0.zip) = 495212e8fdab1876c4aee39749f5b3e0
|
||||
SHA256 (gervill-1.0.zip) = e3b34a18f588a1fc606639e9cb5bc6dd061136fa8db0fad6bae99d6aa43b2b8d
|
||||
SIZE (gervill-1.0.zip) = 2073899
|
7
audio/gervill/pkg-descr
Normal file
7
audio/gervill/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
Gervill is a software sound synthesize which was created for the
|
||||
open source JDK Audio Synthesis Engine Project.
|
||||
The goal of the JDK Audio Synthesis Engine Project is to create a
|
||||
new open source JDK software midi synthesizer implementation.
|
||||
|
||||
|
||||
WWW: https://gervill.dev.java.net/
|
Loading…
Reference in New Issue
Block a user