summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-10-08 11:51:04 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-10-08 11:51:04 +0800
commit629500403065b67adf7ad03e0fd28249ec253544 (patch)
treea82098591dabe3da953e5a8586990840b29bf171
parent4fc14e9f36dbf0120f1d3cb9511c6af0b01f4a46 (diff)
downloadmarcuscom-ports-629500403065b67adf7ad03e0fd28249ec253544.tar
marcuscom-ports-629500403065b67adf7ad03e0fd28249ec253544.tar.gz
marcuscom-ports-629500403065b67adf7ad03e0fd28249ec253544.tar.bz2
marcuscom-ports-629500403065b67adf7ad03e0fd28249ec253544.tar.lz
marcuscom-ports-629500403065b67adf7ad03e0fd28249ec253544.tar.xz
marcuscom-ports-629500403065b67adf7ad03e0fd28249ec253544.tar.zst
marcuscom-ports-629500403065b67adf7ad03e0fd28249ec253544.zip
Add gail.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--accessibility/gail/Makefile31
-rw-r--r--accessibility/gail/distinfo1
-rw-r--r--accessibility/gail/files/patch-configure13
-rw-r--r--accessibility/gail/files/patch-docs_reference_libgail-util_Makefile.in11
-rw-r--r--accessibility/gail/files/patch-tests::ferret.c27
-rw-r--r--accessibility/gail/pkg-comment1
-rw-r--r--accessibility/gail/pkg-descr4
-rw-r--r--accessibility/gail/pkg-plist18
8 files changed, 106 insertions, 0 deletions
diff --git a/accessibility/gail/Makefile b/accessibility/gail/Makefile
new file mode 100644
index 000000000..1301f3557
--- /dev/null
+++ b/accessibility/gail/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: gail
+# Date Created: 12 February 2002
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD: ports/x11-toolkits/gail/Makefile,v 1.18 2002/09/20 17:07:29 marcus Exp $
+#
+
+PORTNAME= gail
+PORTVERSION= 1.1.1
+CATEGORIES= x11-toolkits
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+
+LIB_DEPENDS= gnomecanvas-2.0:${PORTSDIR}/graphics/libgnomecanvas
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+INSTALLS_SHLIB= yes
+USE_LIBTOOL= yes
+USE_GNOMENG= yes
+USE_GNOME= gnomehack
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS= --disable-gtk-doc
+CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
+
+.include <bsd.port.mk>
diff --git a/accessibility/gail/distinfo b/accessibility/gail/distinfo
new file mode 100644
index 000000000..3503c0c07
--- /dev/null
+++ b/accessibility/gail/distinfo
@@ -0,0 +1 @@
+MD5 (gnome2/gail-1.1.1.tar.bz2) = 3a93d1c2aadac20fbbfbe1d93ca25be1
diff --git a/accessibility/gail/files/patch-configure b/accessibility/gail/files/patch-configure
new file mode 100644
index 000000000..bc01f9f63
--- /dev/null
+++ b/accessibility/gail/files/patch-configure
@@ -0,0 +1,13 @@
+
+$FreeBSD: ports/x11-toolkits/gail/files/patch-configure,v 1.1 2002/04/26 12:04:37 sobomax Exp $
+
+--- configure 2002/04/26 11:07:42 1.1
++++ configure 2002/04/26 11:07:58
+@@ -6481,6 +6481,7 @@
+
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/accessibility/gail/files/patch-docs_reference_libgail-util_Makefile.in b/accessibility/gail/files/patch-docs_reference_libgail-util_Makefile.in
new file mode 100644
index 000000000..a112ecbdc
--- /dev/null
+++ b/accessibility/gail/files/patch-docs_reference_libgail-util_Makefile.in
@@ -0,0 +1,11 @@
+--- docs/reference/libgail-util/Makefile.in.orig Tue Jul 23 12:42:03 2002
++++ docs/reference/libgail-util/Makefile.in Tue Jul 23 12:42:30 2002
+@@ -103,7 +103,7 @@
+
+ INSTALLDIR = $(prefix)/share/gtk-doc
+
+-HTML_DIR = ${datadir}/gtk-doc/html
++HTML_DIR = $(prefix)/share/doc
+
+ TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)
+
diff --git a/accessibility/gail/files/patch-tests::ferret.c b/accessibility/gail/files/patch-tests::ferret.c
new file mode 100644
index 000000000..09598ef4f
--- /dev/null
+++ b/accessibility/gail/files/patch-tests::ferret.c
@@ -0,0 +1,27 @@
+
+$FreeBSD: ports/x11-toolkits/gail/files/patch-tests::ferret.c,v 1.1 2002/02/17 10:27:29 sobomax Exp $
+
+--- tests/ferret.c 2002/02/17 09:45:53 1.1
++++ tests/ferret.c 2002/02/17 10:10:16
+@@ -3,9 +3,9 @@
+ #define MAX_GROUPS 20
+ #define MAX_NAME_VALUE 20
+
+-#include <netinet/in.h>
+ #include <sys/types.h>
+ #include <sys/socket.h>
++#include <netinet/in.h>
+ #include <sys/un.h>
+ #include <errno.h>
+ #include <unistd.h>
+@@ -239,8 +239,8 @@
+ static GtkWidget *menuitem_trackmouse = NULL;
+ static GtkWidget *menuitem_trackfocus = NULL;
+
+-static struct sockaddr_un mag_server = { AF_UNIX , "/tmp/magnifier_socket" };
+-static struct sockaddr_un client = { AF_UNIX, "/tmp/mag_client"};
++static struct sockaddr_un mag_server = { 0, AF_UNIX , "/tmp/magnifier_socket" };
++static struct sockaddr_un client = { 0, AF_UNIX, "/tmp/mag_client"};
+
+ /* GUI Information for the output window */
+ typedef struct
diff --git a/accessibility/gail/pkg-comment b/accessibility/gail/pkg-comment
new file mode 100644
index 000000000..916da6661
--- /dev/null
+++ b/accessibility/gail/pkg-comment
@@ -0,0 +1 @@
+An implementation of the ATK interfaces for GTK+ widgets
diff --git a/accessibility/gail/pkg-descr b/accessibility/gail/pkg-descr
new file mode 100644
index 000000000..e32431209
--- /dev/null
+++ b/accessibility/gail/pkg-descr
@@ -0,0 +1,4 @@
+Gail, the Gnome Accessibility Implementation library, is implementation of the
+ATK interfaces for GTK+ widgets.
+
+WWW: http://www.gnome.org/
diff --git a/accessibility/gail/pkg-plist b/accessibility/gail/pkg-plist
new file mode 100644
index 000000000..a947bd3a9
--- /dev/null
+++ b/accessibility/gail/pkg-plist
@@ -0,0 +1,18 @@
+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/libferret.so
+lib/gtk-2.0/modules/libgail.so
+lib/libgailutil.a
+lib/libgailutil.so
+lib/libgailutil.so.17
+libdata/pkgconfig/gail.pc
+share/doc/gail-libgail-util/book1.html
+share/doc/gail-libgail-util/gail-libgail-util-gailmisc.html
+share/doc/gail-libgail-util/gail-libgail-util-gailtextutil.html
+share/doc/gail-libgail-util/index.sgml
+share/doc/gail-libgail-util/libgail-util-main.html
+@dirrm share/doc/gail-libgail-util
+@dirrm lib/gtk-2.0/modules
+@dirrm include/gail-1.0/libgail-util
+@dirrm include/gail-1.0