summaryrefslogtreecommitdiff
path: root/sysutils/screen
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/screen')
-rw-r--r--sysutils/screen/Makefile24
-rw-r--r--sysutils/screen/distinfo1
-rw-r--r--sysutils/screen/files/patch-aa28
-rw-r--r--sysutils/screen/files/patch-ab32
-rw-r--r--sysutils/screen/files/patch-ac12
-rw-r--r--sysutils/screen/files/patch-ad50
-rw-r--r--sysutils/screen/files/patch-ae10
-rw-r--r--sysutils/screen/files/patch-af15
-rw-r--r--sysutils/screen/pkg-comment1
-rw-r--r--sysutils/screen/pkg-descr7
-rw-r--r--sysutils/screen/pkg-plist4
11 files changed, 0 insertions, 184 deletions
diff --git a/sysutils/screen/Makefile b/sysutils/screen/Makefile
deleted file mode 100644
index dabd7a8d9927..000000000000
--- a/sysutils/screen/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# New ports collection makefile for: screen
-# Date created: 25 Nov 1994
-# Whom: ache
-#
-# $FreeBSD$
-#
-
-PORTNAME= screen
-PORTVERSION= 3.9.8
-PORTREVISION= 3
-CATEGORIES= misc
-MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \
- ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= screen
-
-MAINTAINER= ache@FreeBSD.org
-
-GNU_CONFIGURE= yes
-MAN1= screen.1
-
-post-install:
- @install-info ${PREFIX}/info/screen.info ${PREFIX}/info/dir
-
-.include <bsd.port.mk>
diff --git a/sysutils/screen/distinfo b/sysutils/screen/distinfo
deleted file mode 100644
index f01bbd247962..000000000000
--- a/sysutils/screen/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (screen-3.9.8.tar.gz) = 8ddfebe32c2d45410ce89ea9779bb1cf
diff --git a/sysutils/screen/files/patch-aa b/sysutils/screen/files/patch-aa
deleted file mode 100644
index d48e06506464..000000000000
--- a/sysutils/screen/files/patch-aa
+++ /dev/null
@@ -1,28 +0,0 @@
---- Makefile.in.orig Fri Sep 1 09:07:26 2000
-+++ Makefile.in Sun Sep 17 18:29:18 2000
-@@ -21,7 +21,7 @@
- ETCSCREENRC = `sed < config.h -n -e '/define ETCSCREENRC/s/^.*"\([^"]*\)"/\1/p'`
-
- CC = @CC@
--CFLAGS = -O
-+#CFLAGS = -O
- CPPFLAGS = @CPPFLAGS@
- LDFLAGS =
- LIBS = @LIBS@
-@@ -68,14 +68,8 @@
- $(CC) -c -I. -I$(srcdir) $(M_CFLAGS) $(DEFS) $(OPTIONS) $(CFLAGS) $<
-
- install_bin: .version screen
-- -if [ -f $(bindir)/$(SCREEN) ] && [ ! -f $(bindir)/$(SCREEN).old ]; \
-- then mv $(bindir)/$(SCREEN) $(bindir)/$(SCREEN).old; fi
-- $(INSTALL_PROGRAM) screen $(bindir)/$(SCREEN)
-- -chown root $(bindir)/$(SCREEN) && chmod 4755 $(bindir)/$(SCREEN)
--# This doesn't work if $(bindir)/screen is a symlink
-- -if [ -f $(bindir)/screen ] && [ ! -f $(bindir)/screen.old ]; then mv $(bindir)/screen $(bindir)/screen.old; fi
-- rm -f $(bindir)/screen
-- ln -s $(SCREEN) $(bindir)/screen
-+ $(INSTALL_PROGRAM) screen $(bindir)/screen
-+ -chown root $(bindir)/screen && chmod 4755 $(bindir)/screen
-
- ###############################################################################
- install: installdirs install_bin
diff --git a/sysutils/screen/files/patch-ab b/sysutils/screen/files/patch-ab
deleted file mode 100644
index 7d32efe4d433..000000000000
--- a/sysutils/screen/files/patch-ab
+++ /dev/null
@@ -1,32 +0,0 @@
-*** doc/Makefile.in.orig Tue Jun 24 01:05:43 1997
---- doc/Makefile.in Mon Sep 15 23:56:34 1997
-***************
-*** 20,26 ****
- $(TEXI2DVI) $(srcdir)/screen.texinfo
-
- info screen.info: screen.texinfo
-! $(MAKEINFO) $(srcdir)/screen.texinfo -o screen.info
-
- install: installdirs
- $(INSTALL_DATA) $(srcdir)/screen.1 $(mandir)/man1/screen.1
---- 20,27 ----
- $(TEXI2DVI) $(srcdir)/screen.texinfo
-
- info screen.info: screen.texinfo
-! rm -f ./screen.info*
-! $(MAKEINFO) --no-split $(srcdir)/screen.texinfo -o screen.info
-
- install: installdirs
- $(INSTALL_DATA) $(srcdir)/screen.1 $(mandir)/man1/screen.1
-***************
-*** 28,36 ****
- -if test -f screen.info; then d=.; else d=$(srcdir); fi; \
- if test -f $$d/screen.info; then \
- for f in $$d/screen.info*; do $(INSTALL_DATA) $$f $(infodir);done; \
-- if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
-- install-info --info-dir=$(infodir) $$d/screen.info; \
-- else true; fi; \
- fi
-
- uninstall:
---- 29,34 ----
diff --git a/sysutils/screen/files/patch-ac b/sysutils/screen/files/patch-ac
deleted file mode 100644
index df27dcfb9768..000000000000
--- a/sysutils/screen/files/patch-ac
+++ /dev/null
@@ -1,12 +0,0 @@
---- doc/screen.texinfo.orig Tue Nov 21 03:03:15 1995
-+++ doc/screen.texinfo Mon Jun 16 15:16:36 1997
-@@ -3,6 +3,9 @@
- @c vi:set wm=5
- @setfilename screen.info
- @settitle Screen User's Manual
-+@direntry
-+* Screen: (screen). Full-screen window manager.
-+@end direntry
- @finalout
- @setchapternewpage odd
- @c %**end of header
diff --git a/sysutils/screen/files/patch-ad b/sysutils/screen/files/patch-ad
deleted file mode 100644
index 652b9565f0c2..000000000000
--- a/sysutils/screen/files/patch-ad
+++ /dev/null
@@ -1,50 +0,0 @@
---- configure.old Wed Jun 14 18:04:30 2000
-+++ configure Tue Sep 5 19:26:25 2000
-@@ -2070,29 +2070,6 @@
- cat conftest.$ac_ext >&5
- rm -rf conftest*
- olibs="$LIBS"
--LIBS="-lcurses $olibs"
--echo "checking libcurses" 1>&6
--echo "configure:2076: checking libcurses" >&5
--cat > conftest.$ac_ext <<EOF
--#line 2078 "configure"
--#include "confdefs.h"
--
--int main() {
--
--#ifdef __hpux
--__sorry_hpux_libcurses_is_totally_broken_in_10_10();
--#else
--tgetent((char *)0, (char *)0);
--#endif
--
--; return 0; }
--EOF
--if { (eval echo configure:2091: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-- :
--else
-- echo "configure: failed program was:" >&5
-- cat conftest.$ac_ext >&5
-- rm -rf conftest*
- LIBS="-ltermcap $olibs"
- echo "checking libtermcap" 1>&6
- echo "configure:2099: checking libtermcap" >&5
-@@ -2153,8 +2130,6 @@
- rm -f conftest*
- fi
- rm -f conftest*
--fi
--rm -f conftest*
-
- if test "$cross_compiling" = yes; then
- { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
-@@ -2165,7 +2140,7 @@
-
- main()
- {
-- exit(strcmp(tgoto("%p1%d", 0, 1), "1") ? 0 : 1);
-+ exit(strcmp(tgoto("%d%d", 0, 1), "1") ? 0 : 1);
- }
- EOF
- if { (eval echo configure:2172: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
diff --git a/sysutils/screen/files/patch-ae b/sysutils/screen/files/patch-ae
deleted file mode 100644
index 820206d770c8..000000000000
--- a/sysutils/screen/files/patch-ae
+++ /dev/null
@@ -1,10 +0,0 @@
---- teln.c.orig Wed Jul 28 15:50:22 1999
-+++ teln.c Thu Oct 21 01:15:50 1999
-@@ -28,6 +28,7 @@
- #include <sys/socket.h>
- #include <fcntl.h>
- #include <netdb.h>
-+#include <netinet/in.h>
- #include <arpa/inet.h>
-
- #include "config.h"
diff --git a/sysutils/screen/files/patch-af b/sysutils/screen/files/patch-af
deleted file mode 100644
index 426bb1516fd6..000000000000
--- a/sysutils/screen/files/patch-af
+++ /dev/null
@@ -1,15 +0,0 @@
---- termcap.c.orig Wed Jul 5 16:33:30 2000
-+++ termcap.c Wed Oct 11 05:40:12 2000
-@@ -355,11 +355,7 @@
- if (D_CG0)
- {
- if (D_CS0 == 0)
--#ifdef TERMINFO
-- D_CS0 = "\033(%p1%c";
--#else
-- D_CS0 = "\033(%.";
--#endif
-+ D_CS0 = "\033(%p1%c"; /* Old ncurses can't handle %. */
- if (D_CE0 == 0)
- D_CE0 = "\033(B";
- D_AC = 0;
diff --git a/sysutils/screen/pkg-comment b/sysutils/screen/pkg-comment
deleted file mode 100644
index 88a160b5b6fd..000000000000
--- a/sysutils/screen/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A multi-screen window manager
diff --git a/sysutils/screen/pkg-descr b/sysutils/screen/pkg-descr
deleted file mode 100644
index efa776967e5e..000000000000
--- a/sysutils/screen/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Screen is a full-screen window manager that multiplexes a physical terminal
-between several processes (typically interactive shells).
-Each virtual terminal provides the functions of a DEC VT100 terminal and, in
-addition, several control functions from the ANSI X3.64 (ISO 6429) and ISO
-2022 standards (e.g. insert/delete line and support for multiple character
-sets). There is a scrollback history buffer for each virtual terminal and a
-copy-and-paste mechanism that allows moving text regions between windows.
diff --git a/sysutils/screen/pkg-plist b/sysutils/screen/pkg-plist
deleted file mode 100644
index ebfd9dec55bc..000000000000
--- a/sysutils/screen/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/screen
-@unexec install-info --delete %D/info/screen.info %D/info/dir
-info/screen.info
-@exec install-info %D/info/screen.info %D/info/dir