git: fbe0183b7ca0 - main - audio/gervill: Remove expired port:
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 31 Mar 2023 00:01:20 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=fbe0183b7ca0966f2bcc495e1fba9d63faaa32c2 commit fbe0183b7ca0966f2bcc495e1fba9d63faaa32c2 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-03-25 13:01:39 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-03-30 23:59:30 +0000 audio/gervill: Remove expired port: 2023-03-31 audio/gervill: Integrated as of JDK6 --- MOVED | 1 + audio/Makefile | 1 - audio/gervill/Makefile | 43 ------------------------------------------- audio/gervill/distinfo | 2 -- audio/gervill/pkg-descr | 5 ----- 5 files changed, 1 insertion(+), 51 deletions(-) diff --git a/MOVED b/MOVED index 66a15f362efe..d47214f6157d 100644 --- a/MOVED +++ b/MOVED @@ -17832,3 +17832,4 @@ audio/crip||2023-03-31|Has expired: Abandonware, last release in 2007. Please co audio/cue2toc||2023-03-31|Has expired: Abandonware and unmaintained, please consider using audio/cuetools or sysutils/cdrdao audio/dagrab||2023-03-31|Has expired: Abandonware and superseded by audio/cdparanoia audio/dekagen||2023-03-31|Has expired: Abandonware, last release in 2004. Please consider using audio/cyanrip or audio/abcde +audio/gervill||2023-03-31|Has expired: Integrated as of JDK6 diff --git a/audio/Makefile b/audio/Makefile index dc49b3e575d4..85c0bca27f90 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -214,7 +214,6 @@ SUBDIR += gbemol SUBDIR += gbsplay SUBDIR += geonkick-lv2 - SUBDIR += gervill SUBDIR += ggwave SUBDIR += giada SUBDIR += glurp diff --git a/audio/gervill/Makefile b/audio/gervill/Makefile deleted file mode 100644 index 41f9c217c2ba..000000000000 --- a/audio/gervill/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -PORTNAME= gervill -PORTVERSION= 1.0 -CATEGORIES= audio java -MASTER_SITES= SF/rasmusdsp/${PORTNAME}/Gervill%20${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Generic sound synthesizer for Java -WWW= https://java.net/projects/gervill/pages/Home - -LICENSE= GPLv2 # only -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Integrated as of JDK6 -EXPIRATION_DATE=2023-03-31 - -BROKEN_armv6= fails to package: find: *: No such file or directory -BROKEN_armv7= fails to package: find: *: No such file or directory - -USES= zip -USE_JAVA= yes -JAVA_VERSION= 8 -USE_ANT= yes -NO_ARCH= yes - -WRKSRC= ${WRKDIR}/${PORTNAME} -ALL_TARGET= jar -JARFILE= ${PORTNAME}.jar -PLIST_FILES= %%JAVAJARDIR%%/${JARFILE} -PORTDOCS= * - -OPTIONS_DEFINE= DOCS - -DOCS_ALL_TARGET=javadocs - -do-install: - ${MKDIR} ${STAGEDIR}${JAVAJARDIR} - ${INSTALL_DATA} ${WRKSRC}/${JARFILE} ${STAGEDIR}${JAVAJARDIR} - -do-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC}/javadocs && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/audio/gervill/distinfo b/audio/gervill/distinfo deleted file mode 100644 index 3329b1b9e276..000000000000 --- a/audio/gervill/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gervill-1.0.zip) = e3b34a18f588a1fc606639e9cb5bc6dd061136fa8db0fad6bae99d6aa43b2b8d -SIZE (gervill-1.0.zip) = 2073899 diff --git a/audio/gervill/pkg-descr b/audio/gervill/pkg-descr deleted file mode 100644 index 7f179fead7f3..000000000000 --- a/audio/gervill/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -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.