summaryrefslogtreecommitdiff
path: root/devel/libbonobo
AgeCommit message (Collapse)AuthorFilesLines
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz2-4/+4
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-3/+4
dependency bumps.
2003-02-13Bump version to 2.2.0. Almost all packages that depend on this one will bejmmv1-2/+3
touched (updated) shortly. Add the pkgconfig file to the file list.
2003-01-25Update libbonobo to 2.2.0. Changes since 2.0.0:jmmv3-11/+44
libbonobo 2.2.0 * Features + large pretty new docs; lots of work (Gustavo J.A.M. Carneiro) * Bugs fixed + translation fix (Abel Cheung) + portability fixes (James H.) + build fixage (Julio Merino, Frederic Crozat) libbonobo 2.1.0 * Featurelets + add async property set API (Michael) + add QI C wrapper for convenience (Michael) + make release_unref async - pending ORB fixes (Michael) libbonobo 2.0.1 * Bugs fixed + leak fix (Kjartan Maraas) + 64bit GType cleans (hhetter) + init/shutdown count (Padraig O'Briain) + -pthread LIBS fix (Michael) + build clean fixes (Padraig O'Briain) * i18n + pt_BR, lv Gustavo Noronha Silva, Peteris Krisjanis + el, cs Simos Xenitellis, Stanislav Brabec
2003-01-05Fix typo in comment... dirrm -> @dirrmjmmv1-2/+2
2003-01-04Install documentation under share/doc/html, not share/gtk-doc/html.jmmv5-73/+49
Some PLIST cleanup (tell where shared directories are removed). Bump PKGREVISION to 4.
2003-01-03Change my email address to the NetBSD one (hispabsd.org -> netbsd.org).jmmv1-2/+2
Approved by wiz.
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz2-4/+4
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-11-30USE_PKGLOCALEDIR, remove unnecessary patches, delint.salo1-1/+2
2002-10-19Track directory layout change at MASTER_SITE_GNOME.rh1-2/+2
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-16Switch glib2 from PTL2 to pth.rh1-3/+3
Introduce USE_PTL2 so that PTL2 can still be used as an alternative (e.g. for debugging). Only include ptl2/buildlink2.mk if USE_PTL2 is set and no native threads are available. Bump PKGREVISIONS.
2002-10-04Unused.wiz1-45/+0
2002-09-22Don't symlink certain classes of files that aren't needed by buildlink2:jlam1-2/+1
*.pc and binaries. Both these things are simply found by packages in their true installed locations.
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz3-5/+6
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-09-10buildlink2.wiz1-3/+4
2002-09-07Add buildlink2.mk.rh1-0/+28
Provided by Julio Merino <jmmv@hispabsd.org> in PR pkg/18183.
2002-07-12Initial import of libbonobo, from Julio Merino in pkg/17422.wiz7-0/+245
Bonobo is a set of language and system independant CORBA interfaces for creating reusable components, controls and creating compound documents. We distinguish between `Bonobo' the name of the component architecture, and `bonobo' which is the C-based easy to use implemenatation of the Bonobo component architecture. libbonobo contains a rich API for dealing Bonobo Objects (activation for example).