Commit graph

14 commits

Author SHA1 Message Date
wiz
dfb2d5edc6 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 00:44:09 +00:00
agc
d7d36b3561 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:57:56 +00:00
rh
f97b6f0be9 Update oaf to 0.6.5.
Notable changes are:

oaf-0.6.5
---------

New in this release fixed the perl5.00404 bug
NO other changes

====================================
oaf-0.6.4
---------

New in this release

* fixed Unregistering servers causes failure when activating a
  re-registered version (mjs)

* fixed automounter problems (mjs)

* fixed popt options (Darin)

* added Romanian support (Dan Damian)

====================================
oaf-0.6.3
---------

New in this release:

* Memory leak fixes (Maciej, migras)

* SunOS support for oaf-slay (Michael)

* Assorted bug fixes (Maciej)

* Added new query language operator `prefer_by_list_order' for
  preferring particular components in priority order when available.

* Change working directory to "/" to avoiding mount issues

* Fix bug that made uloading shlib servers impossible (Maciej)

* New translations (Gustavo Maciel Dias Vieira)


====================================
oaf-0.6.2
---------

New in this release:

* Leak fixes (Ali)

* xml-18n-toolize (Maciej)

* Add DTD for oafinfo files (Maciej)

* Rewrite and clean up oafinfo loading code; make it accept .oaf as
  well as .oafinfo files (.oaf is the preferred naming now) (Maciej)

* Pass IOR by environment variable, not command line arg for security

* Doc updates (Mathieu, John R. Sheets)

* Assorted portability fixes (Jason Leach)

* libxml 1.x/2.x compatibility (Darin)

* Build fixes (Eskil, Mathieu, Maciej)

* Assorted bug fixes (Michael)

* New translations (Szabolcs BAN, Stanislav Visnovsky)
2001-04-06 21:55:39 +00:00
wiz
94dc65fbec Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:38:16 +00:00
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.

+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt

With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04 15:10:17 +00:00
tron
27be5e8fa1 Fix build problems under NetBSD-current. 2001-01-02 22:11:31 +00:00
rh
8029e37364 Update oaf to 0.6.1. Changes include:
* Bug fixes
	* New translations
	* Made documentation build work
	* Added documentation text fixes
2000-12-31 09:58:53 +00:00
wennmach
9a528bc0bc As per PR 11339 by Love <lha@stacken.kth.se>, oaf now depends on
devel/popt.
2000-10-31 13:35:46 +00:00
rh
e08001302e Update oaf to 0.6. New in this release:
* Query and activation changes:
  - Async activation interface (Mathieu)
  - Per-DISPLAY server support, so you can run bonobo apps on
    multiple displays at once. (Maciej)
  - Make test components not show up unless in test mode. (Maciej)
  - Forbid oafinfo files to specify properties that start with
    `_' (Elliot)

* Added ref/unref to factory interface for future expansion (Elliot)

* Build improvements (Pavel, Ramiro)

* Bug fixes
  - Portability fixes (Dan Winship)
  - Exception handling fixes (Jaka)
  - CORBA fixes (Bradford)
  - Remove debugging spew (Maciej)
  - Leak fixes (Darin)

* Translations:
  - New translations from (Alastair McKinstry, Jarkko Ranta,
    Manuel de Vega Barreiro, Christopher R. Gabriel, Yuri Syrota, Takayuki
    KUSANO, Jesus Bravo Alvarez)

* Administrative:
  - Updated commit policy, set of people with commit privs (Maciej)
2000-10-22 07:35:39 +00:00
veego
6c3247547d Remove another / which would cause the ftp CWD to fail due too a double /.
ftp: The `CWD ' command (without a directory), which is required by
     RFC 1738 to support the empty directory in the URL pathname (`//'),
     conflicts with the server's conformance to RFC 959.
     Try the same URL without the `//' in the URL pathname.
2000-09-01 08:55:11 +00:00
rh
fcfffab200 Add missing patches. 2000-08-31 05:39:56 +00:00
rh
d41ff4d5b2 Depend on gnome-libs. 2000-08-31 05:39:25 +00:00
rh
459ac6c5de Update oaf to 0.5.1. Changes include:
* Compile fixes for gcc 2.96, docs (Anders Carlsson)

	* Added factory skeletons to liboaf

	* Renamed gnome-factory.idl to oaf-factory.idl, and renamed
	  GNOME::GenericFactory to GNOME::ObjectFactory (Mathieu Lacage,
	  Maciej Stachowiak)

	* Preliminary API docs (Mathieu Lacage)

	* -Werror turned off for releases, by popular demand

	* Renamed "Attribute" to "Property" throughout, since "attribute"
	  is an IDL reserved word. (ERDI Gergo, Maciej Stachowiak)

	* Fix compilation with builddir != srcdir (Mathieu Lacage)

	* Improved handling of duplicate oafinfo files. (Mathieu Lacage)

	* Turkish, German, Russian, Danish, Norwegian translations
	  (translation team)

	* Added internationalization support (Mathieu Lacage)

	* Renamed `supports' method to `manufactures' in
	  GNOME::GenericFactory interface. (ERDI Gergo)

	* Added support for /etc/oaf-config.xml to tell OAF where to
	  look for oafinfo files.

	* Added timeout for servers that don't register themselves
	  (Michael Meeks)

	* Added support for GNOME_PATH environment variable (Mathieu
	  Lacage)

	* Numerous build fixes (Robin * Slomkowski)

	* oaf-slay program (Michael Meeks)

	* Improved test program (Michael Meeks)

	* IID validation (Michael Meeks)
2000-08-29 16:26:20 +00:00
rh
c2e87cf867 Initial import of oaf-0.4.0, the new GNOME object activation framework. 2000-07-16 19:44:17 +00:00