From 57eb1a8bec795ab7fd6fa0a01a511c28fccb88fc Mon Sep 17 00:00:00 2001 From: rh Date: Sat, 21 Sep 2002 01:04:23 +0000 Subject: Initial import of gail-0.17, the Gnome Accessibility Implementation Library --- devel/gail/DESCR | 5 +++++ devel/gail/Makefile | 33 +++++++++++++++++++++++++++++++++ devel/gail/PLIST | 22 ++++++++++++++++++++++ devel/gail/buildlink2.mk | 32 ++++++++++++++++++++++++++++++++ devel/gail/distinfo | 8 ++++++++ devel/gail/patches/patch-aa | 12 ++++++++++++ devel/gail/patches/patch-ab | 13 +++++++++++++ devel/gail/patches/patch-ac | 24 ++++++++++++++++++++++++ devel/gail/patches/patch-ad | 24 ++++++++++++++++++++++++ 9 files changed, 173 insertions(+) create mode 100644 devel/gail/DESCR create mode 100644 devel/gail/Makefile create mode 100644 devel/gail/PLIST create mode 100644 devel/gail/buildlink2.mk create mode 100644 devel/gail/distinfo create mode 100644 devel/gail/patches/patch-aa create mode 100644 devel/gail/patches/patch-ab create mode 100644 devel/gail/patches/patch-ac create mode 100644 devel/gail/patches/patch-ad (limited to 'devel/gail') diff --git a/devel/gail/DESCR b/devel/gail/DESCR new file mode 100644 index 00000000000..0c74de2ace5 --- /dev/null +++ b/devel/gail/DESCR @@ -0,0 +1,5 @@ +GAIL is the Gnome Accessibility Implementation Library and is as the +name suggests an implementation of the accesesibility interfaces +defined by ATK. + +This package is part of the GNOME 2 Development Platform. diff --git a/devel/gail/Makefile b/devel/gail/Makefile new file mode 100644 index 00000000000..2d0114fec07 --- /dev/null +++ b/devel/gail/Makefile @@ -0,0 +1,33 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/09/21 01:04:23 rh Exp $ +# + +DISTNAME= gail-0.17 +CATEGORIES= devel gnome +MASTER_SITES= ${MASTER_SITE_GNOME:=2.0.1/sources/gail/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= jmmv@hispabsd.org +HOMEPAGE= http://developer.gnome.org/projects/gap/ +COMMENT= GNOME Accessibility Implementation Library + +BUILD_DEPENDS+= gtk-doc>=0.6:../../textproc/gtk-doc + +GNU_CONFIGURE= yes +USE_BUILDLINK2= yes +USE_GMAKE= yes +USE_GNU_GETTEXT= yes +USE_X11= yes + +USE_LIBTOOL= yes +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool + +post-extract: + ${MV} ${WRKSRC}/docs/reference/libgail-util/html/book1.html \ + ${WRKSRC}/docs/reference/libgail-util/html/index.html + +.include "../../devel/atk/buildlink2.mk" +.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../graphics/libart2/buildlink2.mk" +.include "../../graphics/libgnomecanvas/buildlink2.mk" +.include "../../x11/gtk2/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/gail/PLIST b/devel/gail/PLIST new file mode 100644 index 00000000000..1ed467f5a2d --- /dev/null +++ b/devel/gail/PLIST @@ -0,0 +1,22 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/09/21 01:04:24 rh Exp $ +include/gail-1.0/libgail-util/gail-util.h +include/gail-1.0/libgail-util/gailmisc.h +include/gail-1.0/libgail-util/gailtextutil.h +lib/gtk-2.0/modules/libgail.a +lib/gtk-2.0/modules/libgail.la +lib/gtk-2.0/modules/libgail.so +lib/libgailutil.a +lib/libgailutil.la +lib/libgailutil.so +lib/libgailutil.so.17 +lib/libgailutil.so.17.0 +lib/pkgconfig/gail.pc +share/gtk-doc/html/gail-libgail-util/gail-libgail-util-gailmisc.html +share/gtk-doc/html/gail-libgail-util/gail-libgail-util-gailtextutil.html +share/gtk-doc/html/gail-libgail-util/index.html +share/gtk-doc/html/gail-libgail-util/libgail-util-main.html +@dirrm share/gtk-doc/html/gail-libgail-util +@unexec ${RMDIR} share/gtk-doc/html 2>/dev/null || ${TRUE} +@unexec ${RMDIR} lib/gtk-2.0/modules 2>/dev/null || ${TRUE} +@dirrm include/gail-1.0/libgail-util +@dirrm include/gail-1.0 diff --git a/devel/gail/buildlink2.mk b/devel/gail/buildlink2.mk new file mode 100644 index 00000000000..d3d6edd771d --- /dev/null +++ b/devel/gail/buildlink2.mk @@ -0,0 +1,32 @@ +# $NetBSD: buildlink2.mk,v 1.1.1.1 2002/09/21 01:04:24 rh Exp $ +# +# This Makefile fragment is included by packages that use gail. +# +# This file was created automatically using createbuildlink 2.0. +# + +.if !defined(GAIL_BUILDLINK2_MK) +GAIL_BUILDLINK2_MK= # defined + +BUILDLINK_PACKAGES+= gail +BUILDLINK_DEPENDS.gail?= gail>=0.17 +BUILDLINK_PKGSRCDIR.gail?= ../../devel/gail + +EVAL_PREFIX+= BUILDLINK_PREFIX.gail=gail +BUILDLINK_PREFIX.gail_DEFAULT= ${X11PREFIX} +BUILDLINK_FILES.gail+= include/gail-1.0/libgail-util/* +BUILDLINK_FILES.gail+= lib/gtk-2.0/modules/libgail.* +BUILDLINK_FILES.gail+= lib/libgailutil.* +BUILDLINK_FILES.gail+= lib/pkgconfig/gail.pc + +.include "../../devel/atk/buildlink2.mk" +.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../graphics/libart2/buildlink2.mk" +.include "../../graphics/libgnomecanvas/buildlink2.mk" +.include "../../x11/gtk2/buildlink2.mk" + +BUILDLINK_TARGETS+= gail-buildlink + +gail-buildlink: _BUILDLINK_USE + +.endif # GAIL_BUILDLINK2_MK diff --git a/devel/gail/distinfo b/devel/gail/distinfo new file mode 100644 index 00000000000..896f95c1e21 --- /dev/null +++ b/devel/gail/distinfo @@ -0,0 +1,8 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/09/21 01:04:23 rh Exp $ + +SHA1 (gail-0.17.tar.bz2) = 85b160fd5be05ef6c60a394aaf73f8d5a1ec4e90 +Size (gail-0.17.tar.bz2) = 306937 bytes +SHA1 (patch-aa) = 775ebe6acc22fc4cf26075341edacfff6cf6fe92 +SHA1 (patch-ab) = e37c3eb515b194704430dd25fdfafd843057f3e1 +SHA1 (patch-ac) = d917b9f183fd2deae3f0b69542b9713c98a7aef6 +SHA1 (patch-ad) = bd12e46d61b36fcb1902077ebb9b67cbff371280 diff --git a/devel/gail/patches/patch-aa b/devel/gail/patches/patch-aa new file mode 100644 index 00000000000..549bc4fd0a8 --- /dev/null +++ b/devel/gail/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/09/21 01:04:24 rh Exp $ + +--- Makefile.am.orig Sat Sep 7 14:18:57 2002 ++++ Makefile.am Sat Sep 7 14:19:03 2002 +@@ -1,6 +1,6 @@ + # Process this file with automake to create Makefile.in. + +-SUBDIRS=libgail-util gail tests docs ++SUBDIRS=libgail-util gail docs + + pkgconfigdir = $(libdir)/pkgconfig + pkgconfig_DATA= gail.pc diff --git a/devel/gail/patches/patch-ab b/devel/gail/patches/patch-ab new file mode 100644 index 00000000000..fe548a43d91 --- /dev/null +++ b/devel/gail/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2002/09/21 01:04:24 rh Exp $ + +--- Makefile.in.orig Sat Sep 7 14:19:08 2002 ++++ Makefile.in Sat Sep 7 14:19:16 2002 +@@ -91,7 +91,7 @@ + VERSION = @VERSION@ + ms_librarian = @ms_librarian@ + +-SUBDIRS = libgail-util gail tests docs ++SUBDIRS = libgail-util gail docs + + pkgconfigdir = $(libdir)/pkgconfig + pkgconfig_DATA = gail.pc diff --git a/devel/gail/patches/patch-ac b/devel/gail/patches/patch-ac new file mode 100644 index 00000000000..5e765297d6c --- /dev/null +++ b/devel/gail/patches/patch-ac @@ -0,0 +1,24 @@ +$NetBSD: patch-ac,v 1.1.1.1 2002/09/21 01:04:24 rh Exp $ + +--- docs/reference/libgail-util/Makefile.am.orig Sat Sep 7 13:58:48 2002 ++++ docs/reference/libgail-util/Makefile.am Sat Sep 7 13:59:04 2002 +@@ -127,8 +127,8 @@ + echo '-- Installing '$$i ; \ + $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \ + done; \ +- echo '-- Installing $(srcdir)/html/index.sgml' ; \ +- $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \ ++ echo '-- Installing $(srcdir)/html/index.html' ; \ ++ $(INSTALL_DATA) $(srcdir)/html/index.html $(DESTDIR)$(TARGET_DIR); \ + fi) + + # +@@ -148,7 +148,7 @@ + mkdir $(distdir)/html + -cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl + -cp $(srcdir)/sgml/*.sgml $(distdir)/sgml +- -cp $(srcdir)/html/index.sgml $(distdir)/html ++ -cp $(srcdir)/html/index.html $(distdir)/html + -cp $(srcdir)/html/*.html $(srcdir)/html/*.css $(distdir)/html + + images=$(HTML_IMAGES) ; \ diff --git a/devel/gail/patches/patch-ad b/devel/gail/patches/patch-ad new file mode 100644 index 00000000000..4cd8d2e2cc3 --- /dev/null +++ b/devel/gail/patches/patch-ad @@ -0,0 +1,24 @@ +$NetBSD: patch-ad,v 1.1.1.1 2002/09/21 01:04:24 rh Exp $ + +--- docs/reference/libgail-util/Makefile.in.orig Sat Sep 7 13:58:50 2002 ++++ docs/reference/libgail-util/Makefile.in Sat Sep 7 13:59:16 2002 +@@ -304,8 +304,8 @@ + echo '-- Installing '$$i ; \ + $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \ + done; \ +- echo '-- Installing $(srcdir)/html/index.sgml' ; \ +- $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \ ++ echo '-- Installing $(srcdir)/html/index.html' ; \ ++ $(INSTALL_DATA) $(srcdir)/html/index.html $(DESTDIR)$(TARGET_DIR); \ + fi) + + # +@@ -322,7 +322,7 @@ + mkdir $(distdir)/html + -cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl + -cp $(srcdir)/sgml/*.sgml $(distdir)/sgml +- -cp $(srcdir)/html/index.sgml $(distdir)/html ++ -cp $(srcdir)/html/index.html $(distdir)/html + -cp $(srcdir)/html/*.html $(srcdir)/html/*.css $(distdir)/html + + images=$(HTML_IMAGES) ; \ -- cgit v1.2.3