NOTICE: This package has been removed from pkgsrc

./devel/bonobo, Architecture for creating reusable software components

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


Branch: CURRENT, Version: 1.0.22nb2, Package name: bonobo-1.0.22nb2, Maintainer: pkgsrc-users

Bonobo is a set of language and system independent CORBA interfaces
for creating reusable components (controls) and creating compound
documents.

The Bonobo distribution includes a Gtk+ based implementation of the
Bonobo interfaces, enabling developers to create reusable components
and applications that can be used to form more complex documents.

* Licensing

Bonobo libraries are released under the terms of the GNU Lesser
General Public License (GNU LGPL). While components and programs
included with this release are licensed under the terms of the GNU
General Public License (GNU GPL).


Required to run:
[textproc/libxml] [print/gnome-print] [graphics/gdk-pixbuf-gnome] [graphics/freetype2]

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

Master sites: (Expand)

SHA1: 3ec89cc469adf482459e15f37a4008a0d0340c1a
RMD160: 9c013077770ca5452c92a9299a579bf41a7f2c5c
Filesize: 1158.544 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-07 19:00:27 by David Brownlee | Files touched by this commit (1)
Log message:
USE_TOOLS+=perl <sigh>
   2006-06-26 19:11:39 by Thomas Klausner | Files touched by this commit (3)
Log message:
Fix build with gcc4. Addresses PR 33766.
Clean up a pkglint warning while here.
   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-13 20:23:45 by Johnny C. Lam | Files touched by this commit (292)
Log message:
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete.  Replace with
USE_TOOLS+=msgfmt.
   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.