diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-06-01 23:49:18 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-06-01 23:49:18 +0000 |
| commit | 6a294c20389911c409eb5f6f05033eaf6c6975ab (patch) | |
| tree | b621d2670693545124e161f6048aa76ec80ae631 /sysutils/screen | |
| parent | ef70e9816ef935802e3a1e27b44f1c499b5cb27b (diff) | |
Diffstat (limited to 'sysutils/screen')
| -rw-r--r-- | sysutils/screen/Makefile | 31 | ||||
| -rw-r--r-- | sysutils/screen/distinfo | 1 | ||||
| -rw-r--r-- | sysutils/screen/files/patch-aa | 19 | ||||
| -rw-r--r-- | sysutils/screen/files/patch-ab | 20 | ||||
| -rw-r--r-- | sysutils/screen/files/patch-ad | 93 | ||||
| -rw-r--r-- | sysutils/screen/files/patch-af | 15 | ||||
| -rw-r--r-- | sysutils/screen/files/patch-osdef.h.in | 11 | ||||
| -rw-r--r-- | sysutils/screen/files/patch-terminfo::checktc.c | 18 | ||||
| -rw-r--r-- | sysutils/screen/pkg-descr | 9 | ||||
| -rw-r--r-- | sysutils/screen/pkg-plist | 26 |
10 files changed, 0 insertions, 243 deletions
diff --git a/sysutils/screen/Makefile b/sysutils/screen/Makefile deleted file mode 100644 index 2b080479d241..000000000000 --- a/sysutils/screen/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: screen -# Date created: 25 Nov 1994 -# Whom: ache -# -# $FreeBSD$ -# - -PORTNAME= screen -PORTVERSION= 3.9.15 -PORTREVISION= 1 -CATEGORIES= misc -MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \ - ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= screen - -MAINTAINER= cy@FreeBSD.org -COMMENT= A multi-screen window manager - -GNU_CONFIGURE= yes -MAN1= screen.1 - -post-patch: - @${RM} ${WRKSRC}/doc/screen.info* - -post-install: - @${CP} ${WRKSRC}/etc/etcscreenrc ${PREFIX}/etc/screenrc.sample - @if [ ! -f ${PREFIX}/etc/screenrc ]; then \ - ${CP} ${PREFIX}/etc/screenrc.sample ${PREFIX}/etc/screenrc ; \ - fi - -.include <bsd.port.mk> diff --git a/sysutils/screen/distinfo b/sysutils/screen/distinfo deleted file mode 100644 index 32921291ed32..000000000000 --- a/sysutils/screen/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (screen-3.9.15.tar.gz) = 0dff6fdc3fbbceabf25a43710fbfe75f diff --git a/sysutils/screen/files/patch-aa b/sysutils/screen/files/patch-aa deleted file mode 100644 index 66d9aa54793e..000000000000 --- a/sysutils/screen/files/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ ---- Makefile.in.orig Thu Feb 14 22:36:33 2002 -+++ Makefile.in Tue Feb 19 13:18:38 2002 -@@ -71,14 +71,8 @@ - $(CC) -c -I. -I$(srcdir) $(M_CFLAGS) $(DEFS) $(OPTIONS) $(CFLAGS) $< - - install_bin: .version screen -- -if [ -f $(DESTDIR)$(bindir)/$(SCREEN) ] && [ ! -f $(DESTDIR)$(bindir)/$(SCREEN).old ]; \ -- then mv $(DESTDIR)$(bindir)/$(SCREEN) $(DESTDIR)$(bindir)/$(SCREEN).old; fi -- $(INSTALL_PROGRAM) screen $(DESTDIR)$(bindir)/$(SCREEN) -- -chown root $(DESTDIR)$(bindir)/$(SCREEN) && chmod 4755 $(DESTDIR)$(bindir)/$(SCREEN) --# This doesn't work if $(bindir)/screen is a symlink -- -if [ -f $(DESTDIR)$(bindir)/screen ] && [ ! -f $(DESTDIR)$(bindir)/screen.old ]; then mv $(DESTDIR)$(bindir)/screen $(DESTDIR)$(bindir)/screen.old; fi -- rm -f $(DESTDIR)$(bindir)/screen -- (cd $(DESTDIR)$(bindir) && ln -sf $(SCREEN) screen) -+ $(INSTALL_PROGRAM) screen $(DESTDIR)$(bindir)/screen -+ -chown root:wheel $(DESTDIR)$(bindir)/screen && chmod 4755 $(DESTDIR)$(bindir)/screen - cp $(srcdir)/utf8encodings/?? $(DESTDIR)$(SCREENENCODINGS) - - ############################################################################### diff --git a/sysutils/screen/files/patch-ab b/sysutils/screen/files/patch-ab deleted file mode 100644 index ff1673015a5a..000000000000 --- a/sysutils/screen/files/patch-ab +++ /dev/null @@ -1,20 +0,0 @@ ---- doc/Makefile.in.orig Fri May 25 18:50:55 2001 -+++ doc/Makefile.in Mon Jun 25 08:42:08 2001 -@@ -27,7 +27,7 @@ - - info screen.info: screen.texinfo - @rm -f screen.info* -- $(MAKEINFO) $(srcdir)/screen.texinfo -o screen.info -+ $(MAKEINFO) --no-split $(srcdir)/screen.texinfo -o screen.info - - install: installdirs - $(INSTALL_DATA) $(srcdir)/screen.1 $(DESTDIR)$(mandir)/man1/screen.1 -@@ -36,7 +36,7 @@ - if test -f $$d/screen.info; then \ - for f in $$d/screen.info*; do $(INSTALL_DATA) $$f $(DESTDIR)$(infodir);done; \ - if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \ -- install-info --info-dir=$(DESTDIR)$(infodir) $$d/screen.info; \ -+ install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/screen.info; \ - else true; fi; \ - fi - diff --git a/sysutils/screen/files/patch-ad b/sysutils/screen/files/patch-ad deleted file mode 100644 index 1a3901f91644..000000000000 --- a/sysutils/screen/files/patch-ad +++ /dev/null @@ -1,93 +0,0 @@ ---- configure.orig Mon Aug 12 07:34:23 2002 -+++ configure Mon Sep 2 07:03:25 2002 -@@ -4358,49 +4358,6 @@ - echo "$as_me: failed program was:" >&5 - cat conftest.$ac_ext >&5 - olibs="$LIBS" --LIBS="-lcurses $olibs" --{ echo "$as_me:$LINENO: checking libcurses..." >&5 --echo "$as_me: checking libcurses..." >&6;} --cat >conftest.$ac_ext <<_ACEOF --#line $LINENO "configure" --#include "confdefs.h" -- --#ifdef F77_DUMMY_MAIN --# ifdef __cplusplus -- extern "C" --# endif -- int F77_DUMMY_MAIN() { return 1; } --#endif --int --main () --{ -- --#ifdef __hpux --__sorry_hpux_libcurses_is_totally_broken_in_10_10(); --#else --tgetent((char *)0, (char *)0); --#endif -- -- ; -- return 0; --} --_ACEOF --rm -f conftest.$ac_objext conftest$ac_exeext --if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && -- { ac_try='test -s conftest$ac_exeext' -- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -- (eval $ac_try) 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -- : --else -- echo "$as_me: failed program was:" >&5 --cat conftest.$ac_ext >&5 - LIBS="-ltermcap $olibs" - { echo "$as_me:$LINENO: checking libtermcap..." >&5 - echo "$as_me: checking libtermcap..." >&6;} -@@ -4523,8 +4480,6 @@ - rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext - fi - rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext --fi --rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext - - if test "$cross_compiling" = yes; then - { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling" >&5 -@@ -4537,7 +4492,7 @@ - - main() - { -- exit(strcmp(tgoto("%p1%d", 0, 1), "1") ? 0 : 1); -+ exit(strcmp(tgoto("%d%d", 0, 1), "1") ? 0 : 1); - } - _ACEOF - rm -f conftest$ac_exeext -@@ -4762,18 +4717,15 @@ - fi - rm -f conftest* - --if test "$ptys" != "$pdir/pty??" ; then --p0=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\).$/\1/g' | sort -u | tr -d '\012'` --p1=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\)$/\1/g' | sort -u | tr -d '\012'` -+# XXX: hardcoded, since port must be devfs and various setups independent -+ - cat >>confdefs.h <<_ACEOF --#define PTYRANGE0 "$p0" -+#define PTYRANGE0 "pqrsPQRS" - _ACEOF - - cat >>confdefs.h <<_ACEOF --#define PTYRANGE1 "$p1" -+#define PTYRANGE1 "0123456789abcdefghijklmnopqrstuv" - _ACEOF -- --fi - - { echo "$as_me:$LINENO: checking default tty permissions/group..." >&5 - echo "$as_me: checking default tty permissions/group..." >&6;} 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/files/patch-osdef.h.in b/sysutils/screen/files/patch-osdef.h.in deleted file mode 100644 index 72435743c0eb..000000000000 --- a/sysutils/screen/files/patch-osdef.h.in +++ /dev/null @@ -1,11 +0,0 @@ ---- osdef.h.in.orig Sat Apr 28 22:26:43 2001 -+++ osdef.h.in Tue Apr 9 10:24:18 2002 -@@ -111,7 +111,7 @@ - extern int setpgid __P((int, int)); - extern int tcsetpgrp __P((int, int)); - #endif --extern int ioctl __P((int, int, char *)); -+extern int ioctl __P((int, unsigned long, ...)); - - extern int kill __P((int, int)); - diff --git a/sysutils/screen/files/patch-terminfo::checktc.c b/sysutils/screen/files/patch-terminfo::checktc.c deleted file mode 100644 index d4ffb75cc0c1..000000000000 --- a/sysutils/screen/files/patch-terminfo::checktc.c +++ /dev/null @@ -1,18 +0,0 @@ ---- terminfo/checktc.c.orig Fri Sep 29 09:13:22 1995 -+++ terminfo/checktc.c Tue Apr 22 20:37:18 2003 -@@ -171,6 +171,7 @@ - fflush(stdout); - } - -+#ifndef __FreeBSD__ - void CPutStr(s, c) - char *s; - int c; -@@ -178,6 +179,7 @@ - tputs(tgoto(s, 0, c), 1, putcha); - fflush(stdout); - } -+#endif /* __FreeBSD__ */ - - void CCPutStr(s, x, y) - char *s; diff --git a/sysutils/screen/pkg-descr b/sysutils/screen/pkg-descr deleted file mode 100644 index 36b1048e0a0a..000000000000 --- a/sysutils/screen/pkg-descr +++ /dev/null @@ -1,9 +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. - -WWW: http://www.gnu.org/software/screen/ diff --git a/sysutils/screen/pkg-plist b/sysutils/screen/pkg-plist deleted file mode 100644 index 7485f9aa36e3..000000000000 --- a/sysutils/screen/pkg-plist +++ /dev/null @@ -1,26 +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 -share/screen/utf8encodings/01 -share/screen/utf8encodings/02 -share/screen/utf8encodings/03 -share/screen/utf8encodings/04 -share/screen/utf8encodings/18 -share/screen/utf8encodings/19 -share/screen/utf8encodings/a1 -share/screen/utf8encodings/bf -share/screen/utf8encodings/c2 -share/screen/utf8encodings/c3 -share/screen/utf8encodings/c4 -share/screen/utf8encodings/c6 -share/screen/utf8encodings/c7 -share/screen/utf8encodings/c8 -share/screen/utf8encodings/cc -share/screen/utf8encodings/cd -share/screen/utf8encodings/d6 -@unexec if cmp -s %D/etc/screenrc %D/etc/screenrc.sample; then rm -f %D/etc/screenrc; else echo If permanently deleting this package, %%PREFIX%%/etc/screenrc must be removed manually; fi -etc/screenrc.sample -@exec [ -f %B/screenrc ] || cp %B/%f %B/screenrc -@dirrm share/screen/utf8encodings -@dirrm share/screen |
