Commit graph

9 commits

Author SHA1 Message Date
jmmv
87abcff522 Use the XML_ENTRIES variable provided by textproc/xmlcatmgr/catalogs.mk
to register the provided DTD.  Bump PKGREVISION.
2003-01-29 20:28:31 +00:00
jmmv
67a21559ad Oops, the new -c argument was added in the wrong place, fix it. 2003-01-11 21:14:43 +00:00
jmmv
3796179ed2 Tell xmlcatmgr which catalog to modify. Bump PKGREVISION to 5, because of
latest changes in the xmlcatmgr package.
2003-01-11 21:12:02 +00:00
jmmv
1e816f3ace Use xmlcatmgr to manage the share/xml/catalog file, so it can be shared
across multiple packages (really, the package did not register itself in
the catalog before this change). Bump PKGREVISION to 4.
2003-01-10 19:36:02 +00:00
jmmv
cfe074ac8e Install empty directory lib/libglade/2.0, used by packages depending on
libglade2 to install modules inside it.
2003-01-05 12:17:43 +00:00
jmmv
bcce045cf9 Bump PKGREVISION to 3; changes:
- 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.
2003-01-05 11:54:44 +00:00
tron
39a943ad92 Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00
rh
8402b03e3e Update libglade2 to 2.0.1. Provided in PR pkg/18188 by Julio Merino
<jmmv@hispabsd.org>.

Changes are:
        - fix up search path for libglade modules.
        - various memory leak fixes (Kristian Rietveld).
	- now uses buildlink2
2002-09-07 03:24:12 +00:00
wiz
51b099c2b9 Initial import of libglade2, supplied by Julio Merino in pkg/17462.
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.
2002-07-12 17:33:14 +00:00