mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
screen 3.5.2
This commit is contained in:
parent
fb07d96ad8
commit
2c41eb8132
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425
14
misc/screen/Makefile
Normal file
14
misc/screen/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# New ports collection makefile for: screen
|
||||
# Version required: 3.5.2
|
||||
# Date created: 20 November 1994
|
||||
# Whom: torstenb
|
||||
#
|
||||
# $Id:$
|
||||
#
|
||||
|
||||
DISTNAME= screen-3.5.2
|
||||
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
|
||||
GNU_CONFIGURE= YES
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
31
misc/screen/files/patch-aa
Normal file
31
misc/screen/files/patch-aa
Normal file
@ -0,0 +1,31 @@
|
||||
*** os.h.orig Sun Nov 20 14:46:54 1994
|
||||
--- os.h Sun Nov 20 15:00:33 1994
|
||||
***************
|
||||
*** 25,31 ****
|
||||
#include <errno.h>
|
||||
#include <sys/param.h>
|
||||
|
||||
! #if defined(BSDI) || defined(__386BSD__) || defined(_CX_UX)
|
||||
# include <signal.h>
|
||||
#endif /* BSDI || __386BSD__ || _CX_UX */
|
||||
|
||||
--- 25,31 ----
|
||||
#include <errno.h>
|
||||
#include <sys/param.h>
|
||||
|
||||
! #if defined(BSDI) || defined(__386BSD__) || defined(_CX_UX) || defined(__FreeBSD__)
|
||||
# include <signal.h>
|
||||
#endif /* BSDI || __386BSD__ || _CX_UX */
|
||||
|
||||
***************
|
||||
*** 48,54 ****
|
||||
--- 48,56 ----
|
||||
#ifndef linux /* all done in <errno.h> */
|
||||
extern int errno;
|
||||
extern int sys_nerr;
|
||||
+ #if BSD < 199306
|
||||
extern char *sys_errlist[];
|
||||
+ #endif
|
||||
#endif /* linux */
|
||||
|
||||
#ifdef sun
|
1
misc/screen/pkg-comment
Normal file
1
misc/screen/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
screen - a full-screen window manager
|
7
misc/screen/pkg-descr
Normal file
7
misc/screen/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
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.
|
14
sysutils/screen/Makefile
Normal file
14
sysutils/screen/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# New ports collection makefile for: screen
|
||||
# Version required: 3.5.2
|
||||
# Date created: 20 November 1994
|
||||
# Whom: torstenb
|
||||
#
|
||||
# $Id:$
|
||||
#
|
||||
|
||||
DISTNAME= screen-3.5.2
|
||||
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
|
||||
GNU_CONFIGURE= YES
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
31
sysutils/screen/files/patch-aa
Normal file
31
sysutils/screen/files/patch-aa
Normal file
@ -0,0 +1,31 @@
|
||||
*** os.h.orig Sun Nov 20 14:46:54 1994
|
||||
--- os.h Sun Nov 20 15:00:33 1994
|
||||
***************
|
||||
*** 25,31 ****
|
||||
#include <errno.h>
|
||||
#include <sys/param.h>
|
||||
|
||||
! #if defined(BSDI) || defined(__386BSD__) || defined(_CX_UX)
|
||||
# include <signal.h>
|
||||
#endif /* BSDI || __386BSD__ || _CX_UX */
|
||||
|
||||
--- 25,31 ----
|
||||
#include <errno.h>
|
||||
#include <sys/param.h>
|
||||
|
||||
! #if defined(BSDI) || defined(__386BSD__) || defined(_CX_UX) || defined(__FreeBSD__)
|
||||
# include <signal.h>
|
||||
#endif /* BSDI || __386BSD__ || _CX_UX */
|
||||
|
||||
***************
|
||||
*** 48,54 ****
|
||||
--- 48,56 ----
|
||||
#ifndef linux /* all done in <errno.h> */
|
||||
extern int errno;
|
||||
extern int sys_nerr;
|
||||
+ #if BSD < 199306
|
||||
extern char *sys_errlist[];
|
||||
+ #endif
|
||||
#endif /* linux */
|
||||
|
||||
#ifdef sun
|
1
sysutils/screen/pkg-comment
Normal file
1
sysutils/screen/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
screen - a full-screen window manager
|
7
sysutils/screen/pkg-descr
Normal file
7
sysutils/screen/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
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.
|
Loading…
Reference in New Issue
Block a user