aboutsummaryrefslogtreecommitdiffstats
path: root/devel/fnorb
Commit message (Collapse)AuthorAgeFilesLines
* - Certain files were installed to incorrect locations, leading to seriouskevlo2001-02-232-57/+95
| | | | | | | | | breakage. - Fixing the problem lead to a more general overhaul of the port. - Bumped PORTREVISION. PR: 25304 Submitted by: MAINTAINER
* - Though not broken as such, the way in which port docs was handled injeh2001-02-123-3/+86
| | | | | | | | | | | 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
* - Changed PLIST so that the port deinstalls cleanly even if it had beenkevlo2000-11-243-106/+26
| | | | | | | installed -DNOPORTDOCS. PR: 23066 Submitted by: MAINTAINER
* - Further patches to make Fnorb 1.1 compatible with the tighter socketsobomax2000-11-082-4/+34
| | | | | | | | | 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. PR: 22690 Submitted by: maintainer
* - Added patch to enable Fnorb to work with Python 2.0 (and which doesn'tsobomax2000-11-082-1/+21
| | | | | | | | | | 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. PR: 22636 Submitted by: maintainer
* Port cleanup. Bumped PORTREVISION to 1jeh2000-11-013-67/+202
| | | | | PR: 22475 Submitted by: Johann Visagie <johann@egenetics.com> MAINTAINER
* Fix broken under Python 1.6kevlo2000-10-031-0/+1
| | | | | PR: 21726 Submitted by: MAINTAINER
* Add fnorb 1.1, a CORBA 2.0 object request broker (ORB) written in Python.will2000-09-165-0/+283
PR: 21226 Submitted by: Johann Visagie <johann@egenetics.com>