summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2019-10-10 11:41:21 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2019-10-10 11:41:21 +0000
commit66af45fe755d348c2feb127c89c4743319453425 (patch)
treef2f56077a8fe4b8e870873a59466e40219f563b1 /x11-toolkits
parentdns/dsp: Drop bogus PERL5 (diff)
Remove the unused gai toolkit abandonware since 2005
Notes
Notes: svn path=/head/; revision=514219
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/Makefile1
-rw-r--r--x11-toolkits/gai/Makefile43
-rw-r--r--x11-toolkits/gai/distinfo2
-rw-r--r--x11-toolkits/gai/files/patch-gai_Makefile.in31
-rw-r--r--x11-toolkits/gai/files/patch-po_Makefile.in11
-rw-r--r--x11-toolkits/gai/pkg-descr24
-rw-r--r--x11-toolkits/gai/pkg-plist6
7 files changed, 0 insertions, 118 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index 68e8f4eb58b5..39fe9b2f51b9 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -19,7 +19,6 @@
SUBDIR += fpc-gtk2
SUBDIR += fpc-xforms
SUBDIR += fxscintilla
- SUBDIR += gai
SUBDIR += gdl
SUBDIR += girara
SUBDIR += gnocl
diff --git a/x11-toolkits/gai/Makefile b/x11-toolkits/gai/Makefile
deleted file mode 100644
index d464f9c1d4dd..000000000000
--- a/x11-toolkits/gai/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# Created by: ijliao
-# $FreeBSD$
-
-PORTNAME= gai
-PORTVERSION= 0.5.10
-PORTREVISION= 18
-CATEGORIES= x11-toolkits gnome
-MASTER_SITES= SF/${PORTNAME}/GAI%20-%20Library/${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= General Applet Interface Library
-
-LICENSE= LGPL20+
-LICENSE_FILE= ${WRKSRC}/COPYING.LIB
-
-LIB_DEPENDS= libgtkglext-x11-1.0.so:x11-toolkits/gtkglext
-
-USES= gettext-tools pathfix pkgconfig tar:bzip2
-USE_GL= gl
-USE_SDL= sdl
-USE_GNOME= libgnomeui
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= SDLCONF=${SDL_CONFIG}
-CONFIGURE_ARGS= --disable-gnome
-CPPFLAGS+= `pkg-config --cflags libgnomeui-2.0`
-
-PORTDOCS= *
-PORTEXAMPLES= *
-USE_LDCONFIG= yes
-
-OPTIONS_DEFINE= DOCS EXAMPLES
-
-post-patch:
- @${REINPLACE_CMD} -e "s|sdl-config --|${SDL_CONFIG} --|g; \
- s|/usr/X11R6|${LOCALBASE}|g" ${WRKSRC}/configure
-
-post-install-DOCS-on:
- cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
-
-post-install-EXAMPLES-on:
- cd ${WRKSRC} && ${COPYTREE_SHARE} "docking examples templates" ${STAGEDIR}${EXAMPLESDIR}
-
-.include <bsd.port.mk>
diff --git a/x11-toolkits/gai/distinfo b/x11-toolkits/gai/distinfo
deleted file mode 100644
index 98e382d7d66d..000000000000
--- a/x11-toolkits/gai/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gai-0.5.10.tar.bz2) = ea40cc897637a2dd67e4fe263bd8a280818b21f45516e899359cb3a26283821a
-SIZE (gai-0.5.10.tar.bz2) = 288291
diff --git a/x11-toolkits/gai/files/patch-gai_Makefile.in b/x11-toolkits/gai/files/patch-gai_Makefile.in
deleted file mode 100644
index d5906dd3e466..000000000000
--- a/x11-toolkits/gai/files/patch-gai_Makefile.in
+++ /dev/null
@@ -1,31 +0,0 @@
---- gai/Makefile.in.orig 2016-10-04 15:54:42 UTC
-+++ gai/Makefile.in
-@@ -1,9 +1,9 @@
-
- # Makefile for the General Applet Interface Library
-
--CFLAGS += -Wall -O2 -I.. @GTK_CFLAGS@ @SDL_CFLAGS@ @GNOME_CFLAGS@ @GL_CFLAGS@
-+CFLAGS += -Wall -fPIC -I.. @GTK_CFLAGS@ @SDL_CFLAGS@ @GNOME_CFLAGS@ @GL_CFLAGS@ @CPPFLAGS@
-
--LDFLAGS += -g -fPIC -L/usr/X11R6/lib -lX11 @SYSTEM_SPECIFIC_LIBS@ @GTK_LIBS@ @GTHREAD_CFLAGS@ @PANGO_CFLAGS@
-+LDFLAGS += -fPIC -L$(LOCALBASE)/lib -lX11 @SYSTEM_SPECIFIC_LIBS@ @GTK_LIBS@ @GTHREAD_CFLAGS@ @PANGO_CFLAGS@
- LDFLAGS += @GNOME_LIBS@ @GL_LIBS@ @SDL_LIBS@ @GTHREAD_LIBS@ @PANGO_LIBS@
-
- CC = @CC@
-@@ -23,13 +23,13 @@ libgai@LIB_END@: $(OBJS)
-
- install: libgai@LIB_END@
- mkdir -p $(DESTDIR)$(PREFIX)/include/gai
-- cp gai.h $(DESTDIR)$(PREFIX)/include/gai/
-+ $(BSD_INSTALL_DATA) gai.h $(DESTDIR)$(PREFIX)/include/gai/
- mkdir -p $(DESTDIR)$(LIBDIR)
-- cp libgai@LIB_END@ $(DESTDIR)$(LIBDIR)/libgai@LIB_START@.@GAI_MAJOR@.@GAI_MINOR@.@GAI_MICRO@@LIB_DARWIN@
-+ $(BSD_INSTALL_PROGRAM) libgai@LIB_END@ $(DESTDIR)$(LIBDIR)/libgai@LIB_START@.@GAI_MAJOR@.@GAI_MINOR@.@GAI_MICRO@@LIB_DARWIN@
- ln -sf libgai@LIB_START@.@GAI_MAJOR@.@GAI_MINOR@.@GAI_MICRO@@LIB_DARWIN@ $(DESTDIR)$(LIBDIR)/libgai@LIB_START@.@GAI_MAJOR@@LIB_DARWIN@
- ln -sf libgai@LIB_START@.@GAI_MAJOR@@LIB_DARWIN@ $(DESTDIR)$(LIBDIR)/libgai@LIB_END@
- mkdir -p $(DESTDIR)$(PREFIX)/libdata/pkgconfig
-- cp ../gai.pc $(DESTDIR)$(PREFIX)/libdata/pkgconfig/
-+ $(BSD_INSTALL_DATA) ../gai.pc $(DESTDIR)$(PREFIX)/libdata/pkgconfig/
- uninstall:
- rm -f $(DESTDIR)$(PREFIX)/include/gai/gai.h
- rmdir $(DESTDIR)$(PREFIX)/include/gai
diff --git a/x11-toolkits/gai/files/patch-po_Makefile.in b/x11-toolkits/gai/files/patch-po_Makefile.in
deleted file mode 100644
index afb7b9c4624e..000000000000
--- a/x11-toolkits/gai/files/patch-po_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- po/Makefile.in.orig Thu Oct 27 15:35:03 2005
-+++ po/Makefile.in Thu Oct 27 15:35:11 2005
-@@ -20,7 +20,7 @@
-
- install:
- for LANG in $(LINGUAS); do $(MSGFMT) $$LANG.po --output-file=$$LANG.mo; done
-- for LANG in $(LINGUAS); do mkdir -p $(LOCALE_PREFIX)/$$LANG/LC_MESSAGES && cp $$LANG.mo $(LOCALE_PREFIX)/$$LANG/LC_MESSAGES/$(GETTEXT_PACKAGE).mo;done
-+ for LANG in $(LINGUAS); do mkdir -p $(LOCALE_PREFIX)/$$LANG/LC_MESSAGES && $(BSD_INSTALL_DATA) $$LANG.mo $(LOCALE_PREFIX)/$$LANG/LC_MESSAGES/$(GETTEXT_PACKAGE).mo;done
-
- uninstall:
- for LANG in $(LINGUAS); do rm $(LOCALE_PREFIX)/$$LANG/LC_MESSAGES/$$LANG.mo; done
diff --git a/x11-toolkits/gai/pkg-descr b/x11-toolkits/gai/pkg-descr
deleted file mode 100644
index 1b2a81e4fa41..000000000000
--- a/x11-toolkits/gai/pkg-descr
+++ /dev/null
@@ -1,24 +0,0 @@
-This library is intended to simplify the development and use of Dockapps, ROX
-panel applets and Gnome 2 Panel Applets. With this library the programmer can
-focus on what the applet shall do, not on the interface.
-
-What this library provides:
- - Dockapp support.
- - Gnome 2 Panel support.
- - ROX panel support.
- - Handling of all sizes of the Gnome Panel.
- - Handle Gnome Panel rotation.
- - Simple image file handeling via gdk_pixbuf.
- - Loading and storing of configuration values and strings.
- - A simple structual way of making preferences window.
- - Generates images from ascii text based upon fonts.
- - Support for both Gnome 2 Panel Applets, ROX panel applets and
- Dockaps/wmapplets.
- - Support for OpenGL applets.
- - Simple interface to connect events, like mouse button clicks, joystick
- events and so on.
- - Easy to add support for other panels.
- - Nice configure and makefile scripts that generates the needed files
- for ROX and Gnome.
-
-WWW: http://gai.sourceforge.net/
diff --git a/x11-toolkits/gai/pkg-plist b/x11-toolkits/gai/pkg-plist
deleted file mode 100644
index 51528ac61b82..000000000000
--- a/x11-toolkits/gai/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-include/gai/gai.h
-lib/libgai.so
-lib/libgai.so.0
-lib/libgai.so.0.5.10
-libdata/pkgconfig/gai.pc
-share/locale/de/LC_MESSAGES/gai.mo