diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-19 03:12:45 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-19 03:12:45 +0800 |
commit | 768900dddc2adb5bd0af6b3e0d59654dc71d2e9b (patch) | |
tree | b6e12b7f558af77dfbd52ab89a84489c127fc85b /accessibility/gail | |
parent | 2fba1a2d8eb914d118a18389a4efb30f38717605 (diff) | |
download | marcuscom-ports-768900dddc2adb5bd0af6b3e0d59654dc71d2e9b.tar marcuscom-ports-768900dddc2adb5bd0af6b3e0d59654dc71d2e9b.tar.gz marcuscom-ports-768900dddc2adb5bd0af6b3e0d59654dc71d2e9b.tar.bz2 marcuscom-ports-768900dddc2adb5bd0af6b3e0d59654dc71d2e9b.tar.lz marcuscom-ports-768900dddc2adb5bd0af6b3e0d59654dc71d2e9b.tar.xz marcuscom-ports-768900dddc2adb5bd0af6b3e0d59654dc71d2e9b.tar.zst marcuscom-ports-768900dddc2adb5bd0af6b3e0d59654dc71d2e9b.zip |
Remove these ports now that they have been merged into the FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1225 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/gail')
-rw-r--r-- | accessibility/gail/Makefile | 29 | ||||
-rw-r--r-- | accessibility/gail/distinfo | 1 | ||||
-rw-r--r-- | accessibility/gail/files/patch-configure | 13 | ||||
-rw-r--r-- | accessibility/gail/files/patch-docs_reference_libgail-util_Makefile.in | 11 | ||||
-rw-r--r-- | accessibility/gail/files/patch-tests::ferret.c | 27 | ||||
-rw-r--r-- | accessibility/gail/pkg-descr | 4 | ||||
-rw-r--r-- | accessibility/gail/pkg-plist | 20 |
7 files changed, 0 insertions, 105 deletions
diff --git a/accessibility/gail/Makefile b/accessibility/gail/Makefile deleted file mode 100644 index 9a66364bd..000000000 --- a/accessibility/gail/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: gail -# Date Created: 12 February 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gail -PORTVERSION= 1.4.0 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.4 -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= An implementation of the ATK interfaces for GTK+ widgets - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -INSTALLS_SHLIB= yes -USE_LIBTOOL= yes -USE_GNOME= gnomehack libgnomecanvas -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --disable-gtk-doc \ - --with-html-dir=${PREFIX}/share/doc - -.include <bsd.port.mk> diff --git a/accessibility/gail/distinfo b/accessibility/gail/distinfo deleted file mode 100644 index 1c8abbab5..000000000 --- a/accessibility/gail/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnome2/gail-1.4.0.tar.bz2) = 6eba35f812cf007da332a9fef4865e71 diff --git a/accessibility/gail/files/patch-configure b/accessibility/gail/files/patch-configure deleted file mode 100644 index 933dfdd1a..000000000 --- a/accessibility/gail/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- 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 deleted file mode 100644 index c61bc365a..000000000 --- a/accessibility/gail/files/patch-docs_reference_libgail-util_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/reference/libgail-util/Makefile.in.orig Thu May 15 14:45:49 2003 -+++ docs/reference/libgail-util/Makefile.in Thu May 15 14:47:43 2003 -@@ -299,8 +299,6 @@ - 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); \ - fi) - - # diff --git a/accessibility/gail/files/patch-tests::ferret.c b/accessibility/gail/files/patch-tests::ferret.c deleted file mode 100644 index 0418c30c3..000000000 --- a/accessibility/gail/files/patch-tests::ferret.c +++ /dev/null @@ -1,27 +0,0 @@ - -$FreeBSD$ - ---- 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-descr b/accessibility/gail/pkg-descr deleted file mode 100644 index e32431209..000000000 --- a/accessibility/gail/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -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 deleted file mode 100644 index a45c4b6a4..000000000 --- a/accessibility/gail/pkg-plist +++ /dev/null @@ -1,20 +0,0 @@ -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/gail-libgail-util-gailmisc.html -share/doc/gail-libgail-util/gail-libgail-util-gailtextutil.html -share/doc/gail-libgail-util/index.html -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 |