git: c70ab66032a8 - main - java/infobus: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Jan 2025 12:51:23 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=c70ab66032a818e1d4ee1ad7b00a1aa347e90c30 commit c70ab66032a818e1d4ee1ad7b00a1aa347e90c30 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2025-01-25 12:51:09 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2025-01-25 12:51:09 +0000 java/infobus: Remove expired port 2025-01-25 java/infobus: Outdated API and is no longer actively developed or maintained --- MOVED | 1 + java/Makefile | 1 - java/infobus/Makefile | 50 -------------------------------------------------- java/infobus/distinfo | 2 -- java/infobus/pkg-descr | 7 ------- java/infobus/pkg-plist | 1 - 6 files changed, 1 insertion(+), 61 deletions(-) diff --git a/MOVED b/MOVED index 7f61e7293d07..817a201f551e 100644 --- a/MOVED +++ b/MOVED @@ -4048,3 +4048,4 @@ databases/rubygem-active_model_serializers61|databases/rubygem-active_model_seri www/rubygem-gollum-grit_adapter10|www/rubygem-gollum-grit_adapter|2025-01-25|Obsolete, use www/rubygem-gollum-grit_adapter instead databases/jdbc-oracle11g||2025-01-25|Has expired: Oracle no longer provides public downloads of the old JDBC drivers emulators/vxtools||2025-01-25|Has expired: Dist files are no longer available as site returns NXDOMAIN +java/infobus||2025-01-25|Has expired: Outdated API and is no longer actively developed or maintained diff --git a/java/Makefile b/java/Makefile index c6e1506a23f5..57a6f9c2c60a 100644 --- a/java/Makefile +++ b/java/Makefile @@ -33,7 +33,6 @@ SUBDIR += eclipse-yaml-editor SUBDIR += hamcrest SUBDIR += icedtea-web - SUBDIR += infobus SUBDIR += intellij SUBDIR += intellij-fsnotifier SUBDIR += intellij-pty4j diff --git a/java/infobus/Makefile b/java/infobus/Makefile deleted file mode 100644 index 7f26e7c86fea..000000000000 --- a/java/infobus/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -PORTNAME= infobus -PORTVERSION= 1.2 -PORTREVISION= 2 -CATEGORIES= java devel -DISTNAME= ib12 - -MAINTAINER= java@FreeBSD.org -COMMENT= Enables dynamic exchange of data between JavaBeans(TM) -WWW= http://java.sun.com/beans/infobus/index.html - -# Converted from NO_CDROM -LICENSE= infobus -LICENSE_NAME= infobus -LICENSE_TEXT= See the license -LICENSE_PERMS= dist-mirror pkg-mirror auto-accept - -DEPRECATED= Outdated API and is no longer actively developed or maintained -EXPIRATION_DATE=2025-01-25 - -USES= java zip - -NO_BUILD= yes - -NO_WRKSUBDIR= yes - -PORTDOCS= * -PORTEXAMPLES= * - -OPTIONS_DEFINE= DOCS EXAMPLES - -.include <bsd.port.pre.mk> -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= You must manually fetch the distribution from http://java.sun.com/products/archive/javabeans/infobus/downloads.html and place it in ${DISTDIR} then run make again -.endif - -do-install: - ${INSTALL_DATA} ${WRKSRC}/infobus.jar ${STAGEDIR}${JAVAJARDIR}/ - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/*.java ${STAGEDIR}${EXAMPLESDIR} -.for i in examples.mak makefile moneyman.mf ReadMe.html ReadRowset.html coffee6.gif - ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${EXAMPLESDIR} -.endfor - ${MKDIR} ${STAGEDIR}${DOCSDIR} -.for i in LICENSE.HTML ReadMe.html coffee6.gif - ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} -.endfor - cd ${WRKSRC}/doc && \ - ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.post.mk> diff --git a/java/infobus/distinfo b/java/infobus/distinfo deleted file mode 100644 index ef9203de79b1..000000000000 --- a/java/infobus/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ib12.zip) = c1ea239d75f2101acba346a9d808c77b4da88a6fa4a33e1877065b3631e77fdd -SIZE (ib12.zip) = 256009 diff --git a/java/infobus/pkg-descr b/java/infobus/pkg-descr deleted file mode 100644 index 483e23bc89d4..000000000000 --- a/java/infobus/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -InfoBus enables dynamic exchange of data between JavaBeans(TM) component -architecture by defining a small number of interfaces between cooperating -Beans and specifying the protocol for use of those interfaces. The -protocols are based on a notion of an information bus. All components -which implement these interfaces can plug into the bus. As a member of the -bus any component can exchange data with any other component in a -structured way, including arrays, tables, and database rowsets. diff --git a/java/infobus/pkg-plist b/java/infobus/pkg-plist deleted file mode 100644 index 2c37dae06f9e..000000000000 --- a/java/infobus/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -%%JAVAJARDIR%%/infobus.jar