Ticket #454: Portfile

File Portfile, 986 bytes (added by digdog@…, 21 years ago)

Portfile

Line 
1# $Id: Portfile,v 1.6 2003/04/03 19:29:41 digdog Exp $
2
3PortSystem 1.0
4
5name            screen
6version         3.9.15
7categories      sysutils
8
9maintainers     digdog@opendarwin.org
10homepage        http://www.gnu.org/software/screen/
11description     Screen manager with VT100/ANSI terminal emulation
12long_description        Screen is a full-screen window manager that multiplexes a physical \
13                        terminal between several processes (typically interactive shells). \
14                        Each virtual terminal provides the functions of a DEC VT100 terminal \
15                        and, in addition, several control functions from the ANSI X3.64 (ISO \
16                        6429) and ISO 2022 standards (e.g. insert/delete line and support for \
17                        multiple character sets). There is a scrollback history buffer for each \
18                        virtual terminal and a copy-and-paste mechanism that allows moving text \
19                        regions between windows.
20platforms       darwin
21master_sites    http://ftp.gnu.org/pub/gnu/screen/
22checksums       md5 19572f92404995e7b2dea8117204dd67
23
24variant darwin  { patchfiles    patch-osdef.h.in }