aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-04-24 21:44:24 +0000
committerRene Ladan <rene@FreeBSD.org>2014-04-24 21:44:24 +0000
commitce5e8e1754e29aa5619cd59047cb92f030540c00 (patch)
tree0fb3e3028cc500b5de47f8715106a1f92011d8c8 /x11
parentc79d7c5e3d7abb90d8d216ca1b78b5afbf5283f2 (diff)
downloadports-ce5e8e1754e29aa5619cd59047cb92f030540c00.tar.gz
ports-ce5e8e1754e29aa5619cd59047cb92f030540c00.zip
Remove expired ports:
2014-04-23 emulators/mupen64-sdlinput: Use mupen64plus instead 2014-04-23 emulators/mupen64-sdlaudio: Use mupen64plus instead 2014-04-23 emulators/mupen64-tr64: Use mupen64plus instead 2014-04-23 emulators/mupen64-gln64: Use mupen64plus instead 2014-04-23 emulators/mupen64-sound: Use mupen64plus instead 2014-04-23 emulators/mupen64-rsp: Use mupen64plus instead 2014-04-23 emulators/mupen64-input: Use mupen64plus instead 2014-04-23 emulators/mupen64-glide: Use mupen64plus instead 2014-04-23 emulators/mupen64: Use mupen64plus instead 2014-04-23 emulators/mupen64-softgfx: Use mupen64plus instead 2014-04-23 emulators/mupen64-dummyaudio: Use mupen64plus instead 2014-04-23 emulators/mupen64-base: Use mupen64plus instead 2014-04-24 x11/emu: Broken, not staged 2014-04-24 lang/ruby-doc-stdlib: Upstream rerolls frequently, online docs work well
Notes
Notes: svn path=/head/; revision=352070
Diffstat (limited to 'x11')
-rw-r--r--x11/Makefile1
-rw-r--r--x11/emu/Makefile33
-rw-r--r--x11/emu/distinfo2
-rw-r--r--x11/emu/files/patch-a56
-rw-r--r--x11/emu/files/patch-b30
-rw-r--r--x11/emu/files/patch-c11
-rw-r--r--x11/emu/files/patch-d11
-rw-r--r--x11/emu/pkg-descr11
-rw-r--r--x11/emu/pkg-plist2
9 files changed, 0 insertions, 157 deletions
diff --git a/x11/Makefile b/x11/Makefile
index 812d50742b66..c7f6a82b9a26 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -55,7 +55,6 @@
SUBDIR += editres
SUBDIR += efreet
SUBDIR += emprint
- SUBDIR += emu
SUBDIR += erun
SUBDIR += eterm
SUBDIR += evieext
diff --git a/x11/emu/Makefile b/x11/emu/Makefile
deleted file mode 100644
index f420b1ec0340..000000000000
--- a/x11/emu/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# Created by: jkh
-# $FreeBSD$
-
-PORTNAME= emu
-PORTVERSION= 1.31
-PORTREVISION= 3
-CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_XCONTRIB}
-MASTER_SITE_SUBDIR= applications
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Terminal emulator for the X Window System
-
-BROKEN= fails to build
-DEPRECATED= Broken, not staged
-EXPIRATION_DATE= 2014-04-24
-
-BUILD_DEPENDS= xrdb:${PORTSDIR}/x11/xrdb
-RUN_DEPENDS= xrdb:${PORTSDIR}/x11/xrdb
-
-USES= imake display
-USE_XORG= ice sm x11 xaw xext xmu xpm xt
-
-WRKSRC= ${WRKDIR}/emu
-
-NO_STAGE= yes
-
-MAN1= emu.1
-
-pre-configure:
- cd ${WRKSRC}/client ; ${LN} -s ../doc/emu.man .
-
-.include <bsd.port.mk>
diff --git a/x11/emu/distinfo b/x11/emu/distinfo
deleted file mode 100644
index 8d924250e9da..000000000000
--- a/x11/emu/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (emu-1.31.tar.gz) = b94df4b8aba05395fcf1abeca22345306ad4de8bab7b4426f73ead089111c7b7
-SIZE (emu-1.31.tar.gz) = 204069
diff --git a/x11/emu/files/patch-a b/x11/emu/files/patch-a
deleted file mode 100644
index 3b3b431d5100..000000000000
--- a/x11/emu/files/patch-a
+++ /dev/null
@@ -1,56 +0,0 @@
-*** client/aux_wdg.c.orig Wed May 22 03:05:00 1996
---- client/aux_wdg.c Wed May 22 03:15:09 1996
-***************
-*** 186,192 ****
- XtSetArg(args[i], XtNheight, o_height); i++;
- XtSetValues((Widget)self, args, i);
- #else
-! XtMakeResizeRequest(self, o_width, o_height, NULL, NULL);
- #endif
-
- if (Mmapped) {
---- 186,192 ----
- XtSetArg(args[i], XtNheight, o_height); i++;
- XtSetValues((Widget)self, args, i);
- #else
-! XtMakeResizeRequest((Widget)self, o_width, o_height, NULL, NULL);
- #endif
-
- if (Mmapped) {
-***************
-*** 253,258 ****
---- 253,259 ----
- Export void
- flip_decorations(TermWidget term, String str)
- {
-+ #ifdef DECORATIONS
- if (strcmp(str, "MBar") == 0) {
- /*
- * The Menubar
-***************
-*** 291,297 ****
- /*
- * Update the thumb
- */
-! ScrollbarAdjust(NULL, 0., 0.);
- }
- }
-
---- 292,298 ----
- /*
- * Update the thumb
- */
-! ScrollbarAdjust(SBar, 0.0, 0.0);
- }
- }
-
-***************
-*** 299,304 ****
---- 300,306 ----
- * call the layout routine by hand
- */
- do_layout(term, (Widget)Canvas, WidthOf(Canvas), HeightOf(Canvas));
-+ #endif /* DECORATIONS */
- }
-
- /*
diff --git a/x11/emu/files/patch-b b/x11/emu/files/patch-b
deleted file mode 100644
index 2d3236ff2001..000000000000
--- a/x11/emu/files/patch-b
+++ /dev/null
@@ -1,30 +0,0 @@
-*** client/Imakefile.orig Wed May 22 03:07:51 1996
---- client/Imakefile Wed May 22 03:16:11 1996
-***************
-*** 11,22 ****
-
- #ifdef USE_MOTIF
- TOOLKIT_LIBS = XmClientDepLibs
-! EXTRA_DEFINES = -DMOTIF
- EXTRA_SRCS = aux_motif.c
- EXTRA_OBJS = aux_motif.o
-
- #else
- TOOLKIT_LIBS = XawClientDepLibs
- EXTRA_SRCS = aux_athena.c
- EXTRA_OBJS = aux_athena.o
- #endif
---- 11,23 ----
-
- #ifdef USE_MOTIF
- TOOLKIT_LIBS = XmClientDepLibs
-! EXTRA_DEFINES = -DMOTIF -DDECORATIONS
- EXTRA_SRCS = aux_motif.c
- EXTRA_OBJS = aux_motif.o
-
- #else
- TOOLKIT_LIBS = XawClientDepLibs
-+ EXTRA_DEFINES = -DDECORATIONS
- EXTRA_SRCS = aux_athena.c
- EXTRA_OBJS = aux_athena.o
- #endif
diff --git a/x11/emu/files/patch-c b/x11/emu/files/patch-c
deleted file mode 100644
index eede2b3b8b53..000000000000
--- a/x11/emu/files/patch-c
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./include/Imakefile.org Thu May 26 14:01:17 1994
-+++ ./include/Imakefile Thu Jun 12 09:32:44 1997
-@@ -9,7 +9,7 @@
- XCOMM you can at least butcher os.h to your heart's content in order to get emu
- XCOMM to compile without damaging anything permanantly.
-
--all: os.h
-+all:: os.h
-
- os.h: os.h_tmpl
- @echo Creating os.h.
diff --git a/x11/emu/files/patch-d b/x11/emu/files/patch-d
deleted file mode 100644
index f98ba259da7e..000000000000
--- a/x11/emu/files/patch-d
+++ /dev/null
@@ -1,11 +0,0 @@
---- term/parser/parser.c.orig Mon May 31 09:29:42 1999
-+++ term/parser/parser.c Mon May 31 09:30:23 1999
-@@ -156,7 +156,7 @@
- iparse(TermWidget w, int *fdp, XtInputId id)
- {
- Import int errno;
-- Import int read();
-+ /*Import int read();*/
- int nread, fd = *fdp;
-
- if (fd < 0)
diff --git a/x11/emu/pkg-descr b/x11/emu/pkg-descr
deleted file mode 100644
index 714fd1888d37..000000000000
--- a/x11/emu/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-The emu program is a terminal emulator for the X Window System.
-It provides DEC VT200 as its basis emulation, including features like:
-
- Full support of DEC's international character set.
- Compose character processing.
- Blinking cursor and blinking text.
- Color.
- Double height / double width characters.
-
-It is also fully programmable, allowing you to define new terminal emulations
-on the fly.
diff --git a/x11/emu/pkg-plist b/x11/emu/pkg-plist
deleted file mode 100644
index 95ce9366cba1..000000000000
--- a/x11/emu/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/emu
-lib/X11/app-defaults/Emu