summaryrefslogtreecommitdiff
path: root/devel/libglade2/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2003-01-29Use the XML_ENTRIES variable provided by textproc/xmlcatmgr/catalogs.mkjmmv1-3/+1
to register the provided DTD. Bump PKGREVISION.
2003-01-11Oops, the new -c argument was added in the wrong place, fix it.jmmv1-3/+3
2003-01-11Tell xmlcatmgr which catalog to modify. Bump PKGREVISION to 5, because ofjmmv1-3/+3
latest changes in the xmlcatmgr package.
2003-01-10Use xmlcatmgr to manage the share/xml/catalog file, so it can be sharedjmmv1-2/+3
across multiple packages (really, the package did not register itself in the catalog before this change). Bump PKGREVISION to 4.
2003-01-05Install empty directory lib/libglade/2.0, used by packages depending onjmmv1-1/+4
libglade2 to install modules inside it.
2003-01-05Bump PKGREVISION to 3; changes:jmmv1-16/+16
- Fix PKGNAME to use variable modifiers. - Depend on python, which is required to create a script. - Disable gtk-doc detection (not required). - Install documentation in share/doc/html, instead of share/gtk-doc/html.
2002-12-09Replace "true" by "${TRUE}".tron1-3/+3
2002-09-07Update libglade2 to 2.0.1. Provided in PR pkg/18188 by Julio Merinorh1-2/+3
<jmmv@hispabsd.org>. Changes are: - fix up search path for libglade modules. - various memory leak fixes (Kristian Rietveld). - now uses buildlink2
2002-07-12Initial import of libglade2, supplied by Julio Merino in pkg/17462.wiz1-0/+31
Libglade is a library that performs a similar job to the C source output routines in the GLADE user interface builder. Whereas GLADE's output routines create C code that can then be compiled, libglade builds the interface from an XML file (GLADE's save format) at runtime. This way you can change the look of a program without needing to recompile. Currently it supports all the widgets in current releases, together with support for keyboard accelerators and automatic signal connection.