freebsd-ports/devel/fnorb/pkg-descr
James E. Housley a801ae34be - Though not broken as such, the way in which port docs was handled in
pkg-plist caused the docs not to be included if the port was built as a
  package.  The %%PORTDOCS%% PLIST_SUB pragma now allows an elegant way to
  get around this.
- Did bump PORTREVISION of this reason
- Fixed a typo.  :-)

PR:		24606
Submitted by:	Johann Visagie <johann@egenetics.com> MAINTAINER
2001-02-11 17:15:31 +00:00

20 lines
913 B
Text

Fnorb is a CORBA 2.0 object request broker (ORB) written in Python. It
supports all CORBA 2.0 datatypes (including Any's) and provides a full
implementation of IIOP. Fnorb is Python and CORBA/IDL specific which makes
it simple, light-weight and easy to use. Fnorb is ideal for prototyping
complex CORBA architectures, for use as a scripting tool, and for building
test harnesses for CORBA development projects.
Fnorb is being developed at the CRC for Distributed Systems Technology based
at the University of Queensland in Brisbane, Australia.
IMPORTANT NOTE:
Fnorb's licence allows it to be used freely for academic, research and
non-commercial purposes. Commercial use requires the purchase of a licence,
though you may evaluate the product free for 90 days. Consult the Fnorb web
site for licensing updates or further information.
WWW: http://www.fnorb.org/
-- Johann Visagie <johann@egenetics.com>