summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-09-19 03:03:42 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-09-19 03:03:42 +0800
commit2fba1a2d8eb914d118a18389a4efb30f38717605 (patch)
tree3b697eb12be964b6325828602df4493daa80cf64 /x11-toolkits
parentb74e3cc636dc7243d7c67a3d8b5ca451be756d4c (diff)
downloadmarcuscom-ports-2fba1a2d8eb914d118a18389a4efb30f38717605.tar
marcuscom-ports-2fba1a2d8eb914d118a18389a4efb30f38717605.tar.gz
marcuscom-ports-2fba1a2d8eb914d118a18389a4efb30f38717605.tar.bz2
marcuscom-ports-2fba1a2d8eb914d118a18389a4efb30f38717605.tar.lz
marcuscom-ports-2fba1a2d8eb914d118a18389a4efb30f38717605.tar.xz
marcuscom-ports-2fba1a2d8eb914d118a18389a4efb30f38717605.tar.zst
marcuscom-ports-2fba1a2d8eb914d118a18389a4efb30f38717605.zip
Remove these ports now that they have been added into the FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1224 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/vte/Makefile45
-rw-r--r--x11-toolkits/vte/distinfo1
-rw-r--r--x11-toolkits/vte/files/patch-configure21
-rw-r--r--x11-toolkits/vte/files/patch-gnome-pty-helper_Makefile.in30
-rw-r--r--x11-toolkits/vte/files/patch-gnome-pty-helper_configure10
-rw-r--r--x11-toolkits/vte/files/patch-gnome-pty-helper_gnome-pty-helper.c19
-rw-r--r--x11-toolkits/vte/files/patch-src_dumpkeys.c15
-rw-r--r--x11-toolkits/vte/files/patch-src_keymap.c10
-rw-r--r--x11-toolkits/vte/files/patch-src_pty.c10
-rw-r--r--x11-toolkits/vte/pkg-descr2
-rw-r--r--x11-toolkits/vte/pkg-plist72
11 files changed, 0 insertions, 235 deletions
diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile
deleted file mode 100644
index 23290abd9..000000000
--- a/x11-toolkits/vte/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# New ports collection makefile for: vte
-# Date created: 05 October 2002
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= vte
-PORTVERSION= 0.11.10
-CATEGORIES= x11-toolkits gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.11
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Terminal widget with improved accessibility and I18N support
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_REINPLACE= yes
-USE_BISON= yes
-INSTALLS_SHLIB= yes
-USE_LIBTOOL= yes
-USE_GNOME= gnomeprefix gnomehack gtk20
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
- BSD_PTHREAD_LIBS="${PTHREAD_LIBS}"
-CONFIGURE_ARGS= --disable-python
-
-.ifdef(WITH_GLX)
-CONFIGURE_ARGS+= --with-glX
-.endif
-
-pre-everything::
- @${ECHO_MSG} ""
- @${ECHO_MSG} "Vte supports the following configurable option(s):"
- @${ECHO_MSG} " WITH_GLX=yes Enable support for DRI rendering (may improve performance)"
- @${ECHO_MSG} ""
-
-post-patch:
- @${REINPLACE_CMD} -e 's|malloc\.h|stdlib.h|g' \
- ${WRKSRC}/gnome-pty-helper/gnome-pty-helper.c
-
-.include <bsd.port.mk>
diff --git a/x11-toolkits/vte/distinfo b/x11-toolkits/vte/distinfo
deleted file mode 100644
index 505d47687..000000000
--- a/x11-toolkits/vte/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gnome2/vte-0.11.10.tar.bz2) = 71facdedd477749908402a6931d36e64
diff --git a/x11-toolkits/vte/files/patch-configure b/x11-toolkits/vte/files/patch-configure
deleted file mode 100644
index 955fd6d51..000000000
--- a/x11-toolkits/vte/files/patch-configure
+++ /dev/null
@@ -1,21 +0,0 @@
---- configure.orig Tue May 6 10:14:49 2003
-+++ configure Wed May 7 02:24:01 2003
-@@ -8724,6 +8724,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'
-@@ -13009,10 +13010,6 @@
- fi
- rm -f conftest*
-
--
--cat >>confdefs.h <<\_ACEOF
--#define _XOPEN_SOURCE_EXTENDED 1
--_ACEOF
-
-
- cat >>confdefs.h <<\_ACEOF
diff --git a/x11-toolkits/vte/files/patch-gnome-pty-helper_Makefile.in b/x11-toolkits/vte/files/patch-gnome-pty-helper_Makefile.in
deleted file mode 100644
index fdb419f85..000000000
--- a/x11-toolkits/vte/files/patch-gnome-pty-helper_Makefile.in
+++ /dev/null
@@ -1,30 +0,0 @@
---- gnome-pty-helper/Makefile.in.orig Mon Jun 2 20:23:02 2003
-+++ gnome-pty-helper/Makefile.in Mon Jun 2 20:26:54 2003
-@@ -65,6 +65,7 @@
- LDFLAGS = @LDFLAGS@
- LIBOBJS = @LIBOBJS@
- LIBS = @LIBS@
-+BSD_PTHREAD_LIBS = @BSD_PTHREAD_LIBS@
- LTLIBOBJS = @LTLIBOBJS@
- MAINT = @MAINT@
- MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-@@ -217,7 +218,7 @@
- -test -z "$(libexec_PROGRAMS)" || rm -f $(libexec_PROGRAMS)
- gnome-pty-helper$(EXEEXT): $(gnome_pty_helper_OBJECTS) $(gnome_pty_helper_DEPENDENCIES)
- @rm -f gnome-pty-helper$(EXEEXT)
-- $(LINK) $(gnome_pty_helper_LDFLAGS) $(gnome_pty_helper_OBJECTS) $(gnome_pty_helper_LDADD) $(LIBS)
-+ $(LINK) $(gnome_pty_helper_LDFLAGS) $(gnome_pty_helper_OBJECTS) $(gnome_pty_helper_LDADD) $(LIBS) $(BSD_PTHREAD_LIBS)
-
- mostlyclean-compile:
- -rm -f *.$(OBJEXT) core *.core
-@@ -514,8 +515,8 @@
-
-
- install-exec-hook:
-- chown root.utmp $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
-- chmod g+s $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
-+ chown root:wheel $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
-+ chmod u+s $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:
diff --git a/x11-toolkits/vte/files/patch-gnome-pty-helper_configure b/x11-toolkits/vte/files/patch-gnome-pty-helper_configure
deleted file mode 100644
index 668f2a6db..000000000
--- a/x11-toolkits/vte/files/patch-gnome-pty-helper_configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- gnome-pty-helper/configure.orig Mon Jun 2 20:27:32 2003
-+++ gnome-pty-helper/configure Mon Jun 2 20:28:06 2003
-@@ -6318,6 +6318,7 @@
- s,@ECHO_N@,$ECHO_N,;t t
- s,@ECHO_T@,$ECHO_T,;t t
- s,@LIBS@,$LIBS,;t t
-+s,@BSD_PTHREAD_LIBS@,$BSD_PTHREAD_LIBS,;t t
- s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
- s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
- s,@INSTALL_DATA@,$INSTALL_DATA,;t t
diff --git a/x11-toolkits/vte/files/patch-gnome-pty-helper_gnome-pty-helper.c b/x11-toolkits/vte/files/patch-gnome-pty-helper_gnome-pty-helper.c
deleted file mode 100644
index cdadaca6a..000000000
--- a/x11-toolkits/vte/files/patch-gnome-pty-helper_gnome-pty-helper.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- gnome-pty-helper/gnome-pty-helper.c.orig Wed Nov 27 13:40:01 2002
-+++ gnome-pty-helper/gnome-pty-helper.c Wed Nov 27 13:40:42 2002
-@@ -42,6 +42,7 @@
- #include <unistd.h>
- #include <string.h>
- #include <signal.h>
-+#include <sys/param.h>
- #include <fcntl.h>
- #include <termios.h>
- #include <errno.h>
-@@ -93,7 +94,7 @@
- #endif
- #endif /* CMSG_DATA */
-
--#define CONTROLLEN (sizeof (struct cmsghdr) + sizeof (int))
-+#define CONTROLLEN (sizeof (struct cmsghdr) + sizeof (long))
-
- static struct cmsghdr *cmptr;
-
diff --git a/x11-toolkits/vte/files/patch-src_dumpkeys.c b/x11-toolkits/vte/files/patch-src_dumpkeys.c
deleted file mode 100644
index d335b0cd0..000000000
--- a/x11-toolkits/vte/files/patch-src_dumpkeys.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/dumpkeys.c.orig Wed Dec 4 02:04:12 2002
-+++ src/dumpkeys.c Wed Dec 4 02:04:30 2002
-@@ -18,11 +18,11 @@
-
- #ident "$Id: patch-src_dumpkeys.c,v 1.3 2003-04-12 04:52:53 marcus Exp $"
- #include "../config.h"
-+#include <sys/types.h>
- #ifdef HAVE_SYS_SELECT_H
- #include <sys/select.h>
- #endif
- #include <sys/time.h>
--#include <sys/types.h>
- #include <unistd.h>
- #include <fcntl.h>
- #include <signal.h>
diff --git a/x11-toolkits/vte/files/patch-src_keymap.c b/x11-toolkits/vte/files/patch-src_keymap.c
deleted file mode 100644
index 52502c510..000000000
--- a/x11-toolkits/vte/files/patch-src_keymap.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/keymap.c.orig Tue Oct 22 17:42:20 2002
-+++ src/keymap.c Tue Oct 22 17:42:33 2002
-@@ -18,6 +18,7 @@
-
- #ident "$Id: patch-src_keymap.c,v 1.3 2003-04-12 04:52:53 marcus Exp $"
- #include "../config.h"
-+#include <sys/types.h>
- #include <stdlib.h>
- #include <string.h>
- #include <glib.h>
diff --git a/x11-toolkits/vte/files/patch-src_pty.c b/x11-toolkits/vte/files/patch-src_pty.c
deleted file mode 100644
index 3601fb3d6..000000000
--- a/x11-toolkits/vte/files/patch-src_pty.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/pty.c.orig Sat Apr 12 00:47:10 2003
-+++ src/pty.c Sat Apr 12 00:47:34 2003
-@@ -45,6 +45,7 @@
- #include "pty.h"
-
- #ifdef VTE_USE_GNOME_PTY_HELPER
-+#include "../gnome-pty-helper/config.h"
- #include "../gnome-pty-helper/gnome-pty.h"
- #endif
-
diff --git a/x11-toolkits/vte/pkg-descr b/x11-toolkits/vte/pkg-descr
deleted file mode 100644
index f6d86e5ca..000000000
--- a/x11-toolkits/vte/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Terminal widget with improved font, internationalisation and accessibility
-support for the GNOME 2 desktop. Designed to replace libzvt.
diff --git a/x11-toolkits/vte/pkg-plist b/x11-toolkits/vte/pkg-plist
deleted file mode 100644
index d9d48291e..000000000
--- a/x11-toolkits/vte/pkg-plist
+++ /dev/null
@@ -1,72 +0,0 @@
-bin/vte
-include/vte/pty.h
-include/vte/reaper.h
-include/vte/vte.h
-include/vte/vteaccess.h
-lib/libvte.a
-lib/libvte.so
-lib/libvte.so.5
-lib/vte/decset
-lib/vte/interpret
-lib/vte/iso8859mode
-lib/vte/nativeecho
-lib/vte/osc
-lib/vte/slowcat
-lib/vte/vterdb
-lib/vte/utf8echo
-lib/vte/utf8mode
-lib/vte/window
-libdata/pkgconfig/vte.pc
-libexec/gnome-pty-helper
-share/gnome/vte/termcap/xterm
-share/locale/am/LC_MESSAGES/vte.mo
-share/locale/az/LC_MESSAGES/vte.mo
-share/locale/be/LC_MESSAGES/vte.mo
-share/locale/bg/LC_MESSAGES/vte.mo
-share/locale/bn/LC_MESSAGES/vte.mo
-share/locale/ca/LC_MESSAGES/vte.mo
-share/locale/cs/LC_MESSAGES/vte.mo
-share/locale/cy/LC_MESSAGES/vte.mo
-share/locale/da/LC_MESSAGES/vte.mo
-share/locale/de/LC_MESSAGES/vte.mo
-share/locale/el/LC_MESSAGES/vte.mo
-share/locale/es/LC_MESSAGES/vte.mo
-share/locale/fa/LC_MESSAGES/vte.mo
-share/locale/fi/LC_MESSAGES/vte.mo
-share/locale/fr/LC_MESSAGES/vte.mo
-share/locale/he/LC_MESSAGES/vte.mo
-share/locale/hu/LC_MESSAGES/vte.mo
-share/locale/id/LC_MESSAGES/vte.mo
-share/locale/is/LC_MESSAGES/vte.mo
-share/locale/it/LC_MESSAGES/vte.mo
-share/locale/ja/LC_MESSAGES/vte.mo
-share/locale/ko/LC_MESSAGES/vte.mo
-share/locale/li/LC_MESSAGES/vte.mo
-share/locale/lv/LC_MESSAGES/vte.mo
-share/locale/mk/LC_MESSAGES/vte.mo
-share/locale/ml/LC_MESSAGES/vte.mo
-share/locale/mn/LC_MESSAGES/vte.mo
-share/locale/ms/LC_MESSAGES/vte.mo
-share/locale/nl/LC_MESSAGES/vte.mo
-share/locale/no/LC_MESSAGES/vte.mo
-share/locale/ro/LC_MESSAGES/vte.mo
-share/locale/pl/LC_MESSAGES/vte.mo
-share/locale/pt/LC_MESSAGES/vte.mo
-share/locale/pt_BR/LC_MESSAGES/vte.mo
-share/locale/ru/LC_MESSAGES/vte.mo
-share/locale/sl/LC_MESSAGES/vte.mo
-share/locale/sk/LC_MESSAGES/vte.mo
-share/locale/sq/LC_MESSAGES/vte.mo
-share/locale/sr/LC_MESSAGES/vte.mo
-share/locale/sr@Latn/LC_MESSAGES/vte.mo
-share/locale/sv/LC_MESSAGES/vte.mo
-share/locale/tr/LC_MESSAGES/vte.mo
-share/locale/uk/LC_MESSAGES/vte.mo
-share/locale/vi/LC_MESSAGES/vte.mo
-share/locale/zh_CN/LC_MESSAGES/vte.mo
-share/locale/zh_TW/LC_MESSAGES/vte.mo
-@dirrm share/gnome/vte/termcap
-@dirrm share/gnome/vte
-@dirrm share/doc/vte
-@dirrm lib/vte
-@dirrm include/vte