From 39e6b4c3b9dba25514e07201d4546b6550563419 Mon Sep 17 00:00:00 2001 From: Pietro Cerutti Date: Mon, 6 Apr 2009 19:55:09 +0000 Subject: [PATCH] - 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. --- audio/Makefile | 1 + audio/gervill/Makefile | 39 +++++++++++++++++++++++++++++++++++++++ audio/gervill/distinfo | 3 +++ audio/gervill/pkg-descr | 7 +++++++ 4 files changed, 50 insertions(+) create mode 100644 audio/gervill/Makefile create mode 100644 audio/gervill/distinfo create mode 100644 audio/gervill/pkg-descr diff --git a/audio/Makefile b/audio/Makefile index 6121ad181e88..5273a248c6cb 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -205,6 +205,7 @@ SUBDIR += gbsplay SUBDIR += gdam SUBDIR += gdrdao + SUBDIR += gervill SUBDIR += ghostess SUBDIR += gigedit SUBDIR += gimmix diff --git a/audio/gervill/Makefile b/audio/gervill/Makefile new file mode 100644 index 000000000000..28299c067179 --- /dev/null +++ b/audio/gervill/Makefile @@ -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 diff --git a/audio/gervill/distinfo b/audio/gervill/distinfo new file mode 100644 index 000000000000..87a48929e93f --- /dev/null +++ b/audio/gervill/distinfo @@ -0,0 +1,3 @@ +MD5 (gervill-1.0.zip) = 495212e8fdab1876c4aee39749f5b3e0 +SHA256 (gervill-1.0.zip) = e3b34a18f588a1fc606639e9cb5bc6dd061136fa8db0fad6bae99d6aa43b2b8d +SIZE (gervill-1.0.zip) = 2073899 diff --git a/audio/gervill/pkg-descr b/audio/gervill/pkg-descr new file mode 100644 index 000000000000..d11421bdd0fd --- /dev/null +++ b/audio/gervill/pkg-descr @@ -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/