mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
java/infobus: Remove expired port
2025-01-25 java/infobus: Outdated API and is no longer actively developed or maintained
This commit is contained in:
parent
ee698e17b9
commit
c70ab66032
6 changed files with 1 additions and 61 deletions
1
MOVED
1
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
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
SUBDIR += eclipse-yaml-editor
|
||||
SUBDIR += hamcrest
|
||||
SUBDIR += icedtea-web
|
||||
SUBDIR += infobus
|
||||
SUBDIR += intellij
|
||||
SUBDIR += intellij-fsnotifier
|
||||
SUBDIR += intellij-pty4j
|
||||
|
|
|
@ -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>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (ib12.zip) = c1ea239d75f2101acba346a9d808c77b4da88a6fa4a33e1877065b3631e77fdd
|
||||
SIZE (ib12.zip) = 256009
|
|
@ -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.
|
|
@ -1 +0,0 @@
|
|||
%%JAVAJARDIR%%/infobus.jar
|
Loading…
Add table
Reference in a new issue