Port details |
- infobus Enables dynamic exchange of data between JavaBeans(TM)
- 1.2_2 java =5 1.2_2Version of this port present on the latest quarterly branch.
- IGNORE: You must manually fetch the distribution from http://java.sun.com/products/archive/javabeans/infobus/downloads.html and place it in /usr/ports/distfiles then run make again
- Maintainer: java@FreeBSD.org
- Port Added: unknown
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: javamail, javavmwrapper, jikes, java-cup, jlex
- Also Listed In: devel
- License: infobus
- WWW:
- http://java.sun.com/beans/infobus/index.html
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/java/infobus/ && make install clean
- We doubt a package is available for this port because we see it marked as as:
-
Packages are normally not provided for ports that are marked as above.
- To add the package, run one of these commands:
- pkg install java/infobus
- pkg install infobus
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: infobus
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (ib12.zip) = c1ea239d75f2101acba346a9d808c77b4da88a6fa4a33e1877065b3631e77fdd
SIZE (ib12.zip) = 256009
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- java : java/openjdk8
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for infobus-1.2_2:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- java_infobus
- USES:
- zip
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.2_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.2_2 20 Jul 2022 14:22:12 |
Tobias C. Berner (tcberner) |
java: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alex Dupre <ale@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alexander Yerenkow <yerenkow@gmail.com>
* Anton Yudin (<contact@toha.org.ua>)
* Anton Yudin <toha@toha.org.ua>
* Benjamin Close <benjsc@FreeBSD.org>
* Björn König <bkoenig@alpha-tierchen.de>
* Conor McDermottroe <ports@mcdermottroe.com>
* Danilo Egea Gondolfo <danilo@FreeBSD.org
* Dave Glowacki <dglo@ssec.wisc.edu>
* Ernst de Haan <znerd@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.2_2 06 May 2021 11:47:48 |
Mathieu Arnold (mat) |
Deorbit RESTRICTED && NO_CDROM, part two.
Move ports to the licenses framework.
RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept
Differential Revision: https://reviews.freebsd.org/D30010 |
1.2_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2_2 26 Nov 2019 21:46:13 |
jkim |
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342 |
1.2_2 13 Apr 2014 13:04:31 |
antoine |
Finish stage support |
1.2_2 10 Apr 2014 06:37:29 |
bapt |
stage support
respect examples |
1.2_2 10 Mar 2014 15:21:21 |
bapt |
Convert j* to USES=zip |
1.2_2 20 Sep 2013 19:48:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
java) |
1.2_2 29 Aug 2013 14:16:03 |
bdrewery |
- Remove bogus conditional IGNORE for PACKAGE_BUILDING; these should
be IGNOREd regardless of PACKAGE_BUILDING. Soem have no MASTER_SITES
and require manual fetching, others are already marked RESTRICTED.
- Trim headers
- Convert some pre-fetch errors into IGNORE
- Remove needless quoting in java/jdk7-doc IGNORE
With hat: portmgr |
1.2_2 18 Mar 2013 21:56:30 |
eadler |
"aaargh, quoted Makefile variables"
Approved by: portmgr (bapt) |
1.2_2 10 Dec 2012 13:18:29 |
bapt |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part2) |
1.2_2 21 Jul 2011 05:03:02 |
linimon |
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.
Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .
PR: ports/158969
Submitted by: rene
Tested on: pointyhat-west -exp |
1.2_2 25 Dec 2010 16:55:41 |
sunpoet |
- Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here
PR: ports/152844
Submitted by: sunpoet (myself)
Approved by: miwi (with portmgr hat) |
1.2_2 06 Jun 2008 13:38:51 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.2_1 01 Aug 2007 14:49:06 |
glewis |
. 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. |
1.2_1 21 Jul 2007 22:19:34 |
pav |
- Allow this to install on any jdk version
Suggested by: glewis |
1.2_1 03 Sep 2006 06:02:33 |
kris |
Allow package builds |
1.2_1 30 Jan 2006 11:30:48 |
edwin |
SHA256ify (and sometimes SIZEify)
Approved by: krion@ |
1.2_1 27 Sep 2005 06:02:24 |
glewis |
. 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. |
1.2 27 Sep 2005 05:35:49 |
glewis |
. Quieten portlint:
. Add 'devel' as a secondary category.
. Unquote IGNORE.
. Remove unnecessary EXTRACT_SUFX setting.
. Use bsd.java.mk 2.0. |
1.2 27 Sep 2005 04:47:49 |
glewis |
. Update the download URL.
PR: 86547
Submitted by: Manfred Riem <mriem@manorrock.org> |
1.2 19 Aug 2003 05:18:24 |
daichi |
java/infobus: drop maintainer ship
PR: 55691
Submitted by: Jose Marques <noway@nohow.demon.co.uk> (maintainer) |
1.2 21 Feb 2003 12:30:28 |
knu |
De-pkg-comment. |
1.2 10 Nov 2002 22:44:03 |
kris |
Don't remove system directories share/java, share/java/classes, and
share/doc |
1.2 16 Jun 2002 01:22:09 |
glewis |
Fix dependencies to be in sync with the recent JDK ports renaming.
Forgotten by: znerd |
08 Oct 2000 03:02:04 |
asami |
Convert category java to new layout. |