Port details |
- fnorb CORBA 2.0 ORB written in Python
- 1.3_3 devel
=0 1.3_3Version of this port present on the latest quarterly branch.
- DEPRECATED: Unmaintained, uses EOLed python27
This port expired on: 2020-01-27
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2000-09-16 02:18:46
- Last Update: 2020-01-27 15:34:18
- SVN Revision: 524263
- Also Listed In: python
- License: not specified in port
- WWW:
- https://sourceforge.net/projects/fnorb/
- Description:
- 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.
WWW: https://sourceforge.net/projects/fnorb/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: Fnorb
- Package flavors (<flavor>: <package>)
- distinfo:
- SHA256 (Fnorb-1.3.tar.gz) = d4380ab7fa8b8a9f564592b4e07c96117abd2d3f677b8a73c824cf4f904aa294
SIZE (Fnorb-1.3.tar.gz) = 295703
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.
- Build dependencies:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-tkinter>0 : x11-toolkits/py-tkinter@py27
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for Fnorb-1.3_3:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- python:2.7 shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3_3 27 Jan 2020 15:34:18 |
rene |
Remove expired ports:
2020-01-27 accessibility/py-papi: Unmaintained, uses EOLed python27
2020-01-27 archivers/py-czipfile: Unmaintained, uses EOLed python27
2020-01-27 audio/boodler: Unmaintained, uses EOLed python27
2020-01-27 audio/dir2ogg: Unmaintained, uses EOLed python27
2020-01-27 audio/jokosher: Unmaintained, uses EOLed python27
2020-01-27 audio/mpdbrowser: Unmaintained, uses EOLed python27
2020-01-27 audio/nekobee: Unmaintained, uses EOLed python27
2020-01-27 audio/patchage: Unmaintained, uses EOLed python27
2020-01-27 audio/py-ao: Unmaintained, uses EOLed python27
2020-01-27 audio/py-id3: Unmaintained, uses EOLed python27
2020-01-27 audio/py-shout: Unmaintained, uses EOLed python27
2020-01-27 audio/py-speex: Unmaintained, uses EOLed python27
2020-01-27 audio/pytone: Unmaintained, uses EOLed python27 (Only the first 15 lines of the commit message are shown above ) |
1.3_3 26 Dec 2019 07:54:29 |
antoine |
Deprecate a few ports
With hat: portmgr |
1.3_3 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
1.3_3 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
1.3_3 21 Apr 2017 10:38:58 |
amdmi3 |
- Add NO_ARCH |
1.3_3 19 Apr 2017 05:08:04 |
miwi |
- Fix shebangs |
1.3_2 20 Jan 2017 20:33:31 |
sunpoet |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
1.3_2 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.3_2 27 Oct 2014 10:10:59 |
bapt |
Cleanup plist |
1.3_2 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
1.3_2 04 Aug 2014 03:40:15 |
adamw |
In some straightforward cases, protect documentation behind
PORTDOCS, adding a DOCS option where needed, and a couple
PORTEXAMPLES for good measure. |
1.3_2 05 May 2014 09:45:37 |
bapt |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
1.3_2 27 Mar 2014 18:45:40 |
pawel |
- Port is STAGE safe
- Remove leading article from COMMENT |
1.3_2 15 Dec 2013 16:22:17 |
wg |
Use setuptools for all Python ports.
Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.
Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.
Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.
pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is (Only the first 15 lines of the commit message are shown above ) |
1.3_2 20 Sep 2013 17:04:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
1.3_2 02 Mar 2013 22:32:49 |
lwhsu |
- Update *_DEPENDS on x11-toolkits/py-tkinter after _tkinter.so relocation |
1.3_1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.3_1 21 Dec 2009 02:19:12 |
dougb |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
1.3_1 02 Sep 2009 15:01:56 |
amdmi3 |
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors
actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick
download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED
Approved by: portmgr (pav) |
1.3_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.3 01 May 2006 12:30:51 |
sem |
- Fix URL in WWW: line |
1.3 24 Nov 2005 15:40:04 |
pav |
- Add some SHA256 checksums |
1.3 13 Jun 2005 15:58:36 |
sem |
- Wrong subdir name for fetching fixed
Reported by: kris via pointyhat |
1.3 09 Jun 2005 11:15:12 |
sem |
- Update to 1.3 |
1.1_9 20 Nov 2004 08:09:49 |
linimon |
With portmgr hat on, reset inactive maintainer. These ports are now up
for adoption. |
1.1_9 13 Nov 2003 14:45:08 |
trevor |
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. |
1.1_9 20 Aug 2003 09:35:46 |
perky |
Fix build on python2.3 |
1.1_9 07 Mar 2003 06:01:16 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
24 Jan 2002 14:43:03 |
wjv |
- Fnorb is free! It has been relicensed under the Python licence. - Remove
NO_CDROM. - Remove Fnorb from LEGAL. - Removed FTP site from MASTER_SITES;
It still carries a tarball containing the older licence (and hence, has a
different checksum). - Fixed a few minor syntactical problems in Makefile. -
Bumped PORTREVISION. |
09 Oct 2001 11:52:12 |
wjv |
- Add yet another patch to ensure compatibility with Python 2.0 and later. -
Bump PORTREVISION. |
04 Sep 2001 15:20:31 |
wjv |
- Housekeeping update :) - Add runtime dependency on Tkinter - Deploy
DOCSDIR - Minor style updates in Makefile - Update my email address - Make
installation of examples dependent on NOPORTDOCS - Bump PORTREVISION (because
of the last point above) |
27 Jun 2001 11:15:02 |
wjv |
Updating my email address in my remaining ports. |
23 Feb 2001 15:40:38 |
kevlo |
- Certain files were installed to incorrect locations, leading to serious
breakage. - Fixing the problem lead to a more general overhaul of the port.
- Bumped PORTREVISION. |
11 Feb 2001 17:15:32 |
jeh |
- 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. :-) |
24 Nov 2000 15:14:06 |
kevlo |
- Changed PLIST so that the port deinstalls cleanly even if it had been
installed -DNOPORTDOCS. |
08 Nov 2000 13:27:29 |
sobomax |
- Further patches to make Fnorb 1.1 compatible with the tighter socket
binding code in Python 2.0. Again, compatibility with Python 1.5.2 should
be maintained. - Thanks to Brad Chapman <chapmanb@arches.uga.edu> for his
help. |
08 Nov 2000 12:52:05 |
sobomax |
- Added patch to enable Fnorb to work with Python 2.0 (and which doesn't
break Fnorb with Python 1.5.2) - Submitted by: Mike Meyer (mwm@mired.org) -
Caveat: There may be further Python 2.0 incompatibilities in Fnorb. The
next release of Fnorb should be 2.0-compatible. |
01 Nov 2000 11:53:02 |
jeh |
Port cleanup. Bumped PORTREVISION to 1 |
08 Oct 2000 02:10:04 |
asami |
Convert category devel to new layout. |
03 Oct 2000 16:34:53 |
kevlo |
Fix broken under Python 1.6 |
16 Sep 2000 06:18:46 |
will |
Add fnorb 1.1, a CORBA 2.0 object request broker (ORB) written in Python. |