The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD java : infobus

Enables dynamic exchange of data between JavaBeans(TM)

 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. 

http://java.sun.com/beans/infobus/index.html



infobus history


v. 1.13
date: 2007/08/01 14:49:06;  author: glewis;  state: Exp;  lines: +1 -3
. Require at least JDK 1.3.
. Remove dependency on java/collections since they've been a part of
  the standard runtime library since 1.2.

v. 1.12 date: 2007/07/21 22:19:34; author: pav; state: Exp; lines: +1 -1 - Allow this to install on any jdk version Suggested by: glewis
v. 1.11 date: 2006/09/03 06:02:33; author: kris; state: Exp; lines: +1 -1 Allow package builds
v. 1.10 date: 2005/09/27 06:02:24; author: glewis; state: Exp; lines: +20 -7 . Fix RUN_DEPENDS (JAVAJARDIR -> JAVALIBDIR). . Respect NOPORTDOCS. . Split "docs" into examples and docs as appropriate and install them in the relevant directories. . Use PORTDOCS. . Use appropriate macros in the packing list (%%JAVAJARDIR%% and %%EXAMPLESDIR%%) and adjust it appropriately for the previous two changes. . Bump PORTREVISION.
v. 1.9 date: 2005/09/27 05:35:48; author: glewis; state: Exp; lines: +5 -6 . Quieten portlint: . Add 'devel' as a secondary category. . Unquote IGNORE. . Remove unnecessary EXTRACT_SUFX setting. . Use bsd.java.mk 2.0.
v. 1.8 date: 2005/09/27 04:47:49; author: glewis; state: Exp; lines: +1 -1 . Update the download URL. PR: 86547 Submitted by: Manfred Riem
v. 1.7 date: 2003/08/19 05:18:24; author: daichi; state: Exp; lines: +1 -1 java/infobus: drop maintainer ship PR: 55691 Submitted by: Jose Marques (maintainer)
v. 1.6 date: 2003/02/21 12:30:26; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.5 date: 2002/06/16 01:22:09; author: glewis; state: Exp; lines: +2 -2 Fix dependencies to be in sync with the recent JDK ports renaming. Forgotten by: znerd
v. 1.4 date: 2000/04/14 18:40:23; author: knu; state: Exp; lines: +2 -2 Define NO_WRKSUBDIR = yes instead of setting WRKSRC = ${WRKDIR} PR: ports/18009 Submitted by: tkato@prontomail.ne.jp
v. 1.3 date: 2000/04/12 06:13:54; author: obrien; state: Exp; lines: +4 -4 Convert to the PORTNAME - PORTVERSION syntax.
v. 1.2 date: 1999/11/01 04:27:07; author: steve; state: Exp; lines: +1 -1 Add $FreeBSD$ tag.
v. 1.1 date: 1999/11/01 04:25:12; author: steve; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1999/11/01 04:25:12; author: steve; state: Exp; lines: +0 -0 Initial import of infobus version 1.2. Enables dynamic exchange of data between JavaBeans(TM). PR: 13163 Submitted by: Jose Marques ============================================================================= v. 1.13 date: 2007/08/01 14:49:06; author: glewis; state: Exp; lines: +1 -3 . Require at least JDK 1.3. . Remove dependency on java/collections since they've been a part of the standard runtime library since 1.2.
v. 1.12 date: 2007/07/21 22:19:34; author: pav; state: Exp; lines: +1 -1 - Allow this to install on any jdk version Suggested by: glewis
v. 1.11 date: 2006/09/03 06:02:33; author: kris; state: Exp; lines: +1 -1 Allow package builds
v. 1.10 date: 2005/09/27 06:02:24; author: glewis; state: Exp; lines: +20 -7 . Fix RUN_DEPENDS (JAVAJARDIR -> JAVALIBDIR). . Respect NOPORTDOCS. . Split "docs" into examples and docs as appropriate and install them in the relevant directories. . Use PORTDOCS. . Use appropriate macros in the packing list (%%JAVAJARDIR%% and %%EXAMPLESDIR%%) and adjust it appropriately for the previous two changes. . Bump PORTREVISION.
v. 1.9 date: 2005/09/27 05:35:48; author: glewis; state: Exp; lines: +5 -6 . Quieten portlint: . Add 'devel' as a secondary category. . Unquote IGNORE. . Remove unnecessary EXTRACT_SUFX setting. . Use bsd.java.mk 2.0.
v. 1.8 date: 2005/09/27 04:47:49; author: glewis; state: Exp; lines: +1 -1 . Update the download URL. PR: 86547 Submitted by: Manfred Riem
v. 1.7 date: 2003/08/19 05:18:24; author: daichi; state: Exp; lines: +1 -1 java/infobus: drop maintainer ship PR: 55691 Submitted by: Jose Marques (maintainer)
v. 1.6 date: 2003/02/21 12:30:26; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.5 date: 2002/06/16 01:22:09; author: glewis; state: Exp; lines: +2 -2 Fix dependencies to be in sync with the recent JDK ports renaming. Forgotten by: znerd
v. 1.4 date: 2000/04/14 18:40:23; author: knu; state: Exp; lines: +2 -2 Define NO_WRKSUBDIR = yes instead of setting WRKSRC = ${WRKDIR} PR: ports/18009 Submitted by: tkato@prontomail.ne.jp
v. 1.3 date: 2000/04/12 06:13:54; author: obrien; state: Exp; lines: +4 -4 Convert to the PORTNAME - PORTVERSION syntax.
v. 1.2 date: 1999/11/01 04:27:07; author: steve; state: Exp; lines: +1 -1 Add $FreeBSD$ tag.
v. 1.1 date: 1999/11/01 04:25:12; author: steve; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1999/11/01 04:25:12; author: steve; state: Exp; lines: +0 -0 Initial import of infobus version 1.2. Enables dynamic exchange of data between JavaBeans(TM). PR: 13163 Submitted by: Jose Marques ============================================================================= v. 1.13 date: 2007/08/01 14:49:06; author: glewis; state: Exp; lines: +1 -3 . Require at least JDK 1.3. . Remove dependency on java/collections since they've been a part of the standard runtime library since 1.2.
v. 1.12 date: 2007/07/21 22:19:34; author: pav; state: Exp; lines: +1 -1 - Allow this to install on any jdk version Suggested by: glewis
v. 1.11 date: 2006/09/03 06:02:33; author: kris; state: Exp; lines: +1 -1 Allow package builds
v. 1.10 date: 2005/09/27 06:02:24; author: glewis; state: Exp; lines: +20 -7 . Fix RUN_DEPENDS (JAVAJARDIR -> JAVALIBDIR). . Respect NOPORTDOCS. . Split "docs" into examples and docs as appropriate and install them in the relevant directories. . Use PORTDOCS. . Use appropriate macros in the packing list (%%JAVAJARDIR%% and %%EXAMPLESDIR%%) and adjust it appropriately for the previous two changes. . Bump PORTREVISION.
v. 1.9 date: 2005/09/27 05:35:48; author: glewis; state: Exp; lines: +5 -6 . Quieten portlint: . Add 'devel' as a secondary category. . Unquote IGNORE. . Remove unnecessary EXTRACT_SUFX setting. . Use bsd.java.mk 2.0.
v. 1.8 date: 2005/09/27 04:47:49; author: glewis; state: Exp; lines: +1 -1 . Update the download URL. PR: 86547 Submitted by: Manfred Riem
v. 1.7 date: 2003/08/19 05:18:24; author: daichi; state: Exp; lines: +1 -1 java/infobus: drop maintainer ship PR: 55691 Submitted by: Jose Marques (maintainer)
v. 1.6 date: 2003/02/21 12:30:26; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.5 date: 2002/06/16 01:22:09; author: glewis; state: Exp; lines: +2 -2 Fix dependencies to be in sync with the recent JDK ports renaming. Forgotten by: znerd
v. 1.4 date: 2000/04/14 18:40:23; author: knu; state: Exp; lines: +2 -2 Define NO_WRKSUBDIR = yes instead of setting WRKSRC = ${WRKDIR} PR: ports/18009 Submitted by: tkato@prontomail.ne.jp
v. 1.3 date: 2000/04/12 06:13:54; author: obrien; state: Exp; lines: +4 -4 Convert to the PORTNAME - PORTVERSION syntax.
v. 1.2 date: 1999/11/01 04:27:07; author: steve; state: Exp; lines: +1 -1 Add $FreeBSD$ tag.
v. 1.1 date: 1999/11/01 04:25:12; author: steve; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1999/11/01 04:25:12; author: steve; state: Exp; lines: +0 -0 Initial import of infobus version 1.2. Enables dynamic exchange of data between JavaBeans(TM). PR: 13163 Submitted by: Jose Marques =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm