From c72c1cf5f95cbe537b005028f1743cddb16ef203 Mon Sep 17 00:00:00 2001 From: zuntum Date: Thu, 1 Nov 2001 00:57:41 +0000 Subject: Move pkg/ files into package's toplevel directory --- misc/screen/DESCR | 7 +++++++ misc/screen/PLIST | 10 ++++++++++ misc/screen/PLIST.SunOS | 12 ++++++++++++ misc/screen/pkg/DESCR | 7 ------- misc/screen/pkg/PLIST | 10 ---------- misc/screen/pkg/PLIST.SunOS | 12 ------------ 6 files changed, 29 insertions(+), 29 deletions(-) create mode 100644 misc/screen/DESCR create mode 100644 misc/screen/PLIST create mode 100644 misc/screen/PLIST.SunOS delete mode 100644 misc/screen/pkg/DESCR delete mode 100644 misc/screen/pkg/PLIST delete mode 100644 misc/screen/pkg/PLIST.SunOS (limited to 'misc/screen') diff --git a/misc/screen/DESCR b/misc/screen/DESCR new file mode 100644 index 00000000000..efa776967e5 --- /dev/null +++ b/misc/screen/DESCR @@ -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. diff --git a/misc/screen/PLIST b/misc/screen/PLIST new file mode 100644 index 00000000000..e9be23e0e21 --- /dev/null +++ b/misc/screen/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:29:31 zuntum Exp $ +bin/screen +bin/${DISTNAME} +man/man1/screen.1 +@unexec install-info --delete %D/info/screen.info %D/info/dir +info/screen.info +@exec install-info %D/info/screen.info %D/info/dir +@unexec if [ -f %D/bin/screen.old ]; then rm -f %D/bin/screen.old ; fi +share/examples/screen/screenrc +@dirrm share/examples/screen diff --git a/misc/screen/PLIST.SunOS b/misc/screen/PLIST.SunOS new file mode 100644 index 00000000000..2d08ed4b818 --- /dev/null +++ b/misc/screen/PLIST.SunOS @@ -0,0 +1,12 @@ +@comment $NetBSD: PLIST.SunOS,v 1.1 2001/11/01 01:33:18 zuntum Exp $ +bin/screen +bin/${DISTNAME} +man/man1/screen.1 +@unexec install-info --delete %D/info/screen.info %D/info/dir +info/screen.info +@exec install-info %D/info/screen.info %D/info/dir +@unexec if [ -f %D/bin/screen.old ]; then rm -f %D/bin/screen.old ; fi +share/examples/screen/screenrc +@dirrm share/examples/screen +share/lib/terminfo/s/screen +share/lib/terminfo/s/screen-w diff --git a/misc/screen/pkg/DESCR b/misc/screen/pkg/DESCR deleted file mode 100644 index efa776967e5..00000000000 --- a/misc/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/misc/screen/pkg/PLIST b/misc/screen/pkg/PLIST deleted file mode 100644 index a284bf044f4..00000000000 --- a/misc/screen/pkg/PLIST +++ /dev/null @@ -1,10 +0,0 @@ -@comment $NetBSD: PLIST,v 1.16 2000/09/01 14:39:54 wiz Exp $ -bin/screen -bin/${DISTNAME} -man/man1/screen.1 -@unexec install-info --delete %D/info/screen.info %D/info/dir -info/screen.info -@exec install-info %D/info/screen.info %D/info/dir -@unexec if [ -f %D/bin/screen.old ]; then rm -f %D/bin/screen.old ; fi -share/examples/screen/screenrc -@dirrm share/examples/screen diff --git a/misc/screen/pkg/PLIST.SunOS b/misc/screen/pkg/PLIST.SunOS deleted file mode 100644 index 9855141ef14..00000000000 --- a/misc/screen/pkg/PLIST.SunOS +++ /dev/null @@ -1,12 +0,0 @@ -@comment $NetBSD: PLIST.SunOS,v 1.1 2001/03/02 14:56:16 tron Exp $ -bin/screen -bin/${DISTNAME} -man/man1/screen.1 -@unexec install-info --delete %D/info/screen.info %D/info/dir -info/screen.info -@exec install-info %D/info/screen.info %D/info/dir -@unexec if [ -f %D/bin/screen.old ]; then rm -f %D/bin/screen.old ; fi -share/examples/screen/screenrc -@dirrm share/examples/screen -share/lib/terminfo/s/screen -share/lib/terminfo/s/screen-w -- cgit v1.2.3