NOTICE: This package has been removed from pkgsrc

./devel/oaf, New object activation framework for GNOME

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.6.10nb9, Package name: oaf-0.6.10nb9, Maintainer: rh

OAF is the new object activation framework for GNOME. Since many GNOME
applications utilize CORBA, a framework for locating and activating these
applications is necessary. OAF, the Object Activation Framework, provides
a simple method for finding and running the CORBA objects available on a
computer system.

Distributed operation is supported, allowing activation of objects on a
network of computers being used in a GNOME desktop. The flexibility of
OAF enables it to be used outside of GNOME programs, allowing non-GNOME
CORBA applications to be utilized alongside GNOME applications.


Required to run:
[textproc/libxml]

Required to build:
[textproc/intltool] [lang/perl5] [pkgtools/xpkgwedge] [pkgtools/x11-links] [devel/libtool-base]

Master sites: (Expand)

SHA1: d8eaff6b3bc953fc4158f55b03ba92cb197518c5
RMD160: 5b894ee82bb54bc44785d4335a65774174e139e3
Filesize: 425.411 KB

Version history: (Expand)


CVS history: (Expand)


   2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877)
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
   2006-07-09 00:39:49 by Johnny C. Lam | Files touched by this commit (877)
Log message:
Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
   2006-07-05 07:37:47 by Johnny C. Lam | Files touched by this commit (129)
Log message:
Sweep pkgsrc and convert packages that included intltool/buildlink3.mk
to use instead "USE_TOOLS+=intltool".  Remove now unused
intltool/buildlink3.mk
   2006-06-17 19:29:12 by Roland Illig | Files touched by this commit (2)
Log message:
Fixed installation of configuration file. Bumped PKGREVISION.
   2006-06-11 16:46:56 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Needs msgfmt.
   2006-04-17 15:47:02 by Thomas Klausner | Files touched by this commit (1055) | Package updated
Log message:
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.
   2006-04-17 09:07:54 by Johnny C. Lam | Files touched by this commit (528)
Log message:
Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
   2006-04-12 12:27:47 by Roland Illig | Files touched by this commit (749)
Log message:
Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.