From d3db18607dbb7d59aeab9f0f846bad1948e95a7e Mon Sep 17 00:00:00 2001 From: zuntum Date: Wed, 31 Oct 2001 22:03:21 +0000 Subject: Move pkg/ files into package's toplevel directory --- x11/xp/DESCR | 18 ++++++++++++++++++ x11/xp/PLIST | 5 +++++ x11/xp/pkg/DESCR | 18 ------------------ x11/xp/pkg/PLIST | 5 ----- 4 files changed, 23 insertions(+), 23 deletions(-) create mode 100644 x11/xp/DESCR create mode 100644 x11/xp/PLIST delete mode 100644 x11/xp/pkg/DESCR delete mode 100644 x11/xp/pkg/PLIST (limited to 'x11/xp') diff --git a/x11/xp/DESCR b/x11/xp/DESCR new file mode 100644 index 00000000000..5eba2f84dd7 --- /dev/null +++ b/x11/xp/DESCR @@ -0,0 +1,18 @@ +Release 2.0 of xp + +xp started as a filter to simply display stdin in an Athena text +widget. It grew to be a more general file displayer with an emphasis +on ease of browsing and searching, but I've tried to keep its interface +(and implementation) simple and make it useful in shell scripts. + +xp tries to be reasonably efficient in use of memory when displaying +large files, given that the text widgets requires the whole file to be +in memory, by using a read-only text widget and freeing memory when a +file is no longer displayed (so if you go back to a previously +displayed file it gets re-opened). + +xp incorporates Henry Spencer's implementation of egrep style regular +expression matching. The xp distribution includes that part of the +regexp distribution which it requires. + +gerry.tomlinson@ncl.ac.uk November 1995 diff --git a/x11/xp/PLIST b/x11/xp/PLIST new file mode 100644 index 00000000000..db742ca0db6 --- /dev/null +++ b/x11/xp/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:12:26 zuntum Exp $ +bin/xp +bin/xpman +lib/X11/app-defaults/Xp +man/cat1/xp.0 diff --git a/x11/xp/pkg/DESCR b/x11/xp/pkg/DESCR deleted file mode 100644 index 5eba2f84dd7..00000000000 --- a/x11/xp/pkg/DESCR +++ /dev/null @@ -1,18 +0,0 @@ -Release 2.0 of xp - -xp started as a filter to simply display stdin in an Athena text -widget. It grew to be a more general file displayer with an emphasis -on ease of browsing and searching, but I've tried to keep its interface -(and implementation) simple and make it useful in shell scripts. - -xp tries to be reasonably efficient in use of memory when displaying -large files, given that the text widgets requires the whole file to be -in memory, by using a read-only text widget and freeing memory when a -file is no longer displayed (so if you go back to a previously -displayed file it gets re-opened). - -xp incorporates Henry Spencer's implementation of egrep style regular -expression matching. The xp distribution includes that part of the -regexp distribution which it requires. - -gerry.tomlinson@ncl.ac.uk November 1995 diff --git a/x11/xp/pkg/PLIST b/x11/xp/pkg/PLIST deleted file mode 100644 index ff298386469..00000000000 --- a/x11/xp/pkg/PLIST +++ /dev/null @@ -1,5 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/08/13 19:35:45 tron Exp $ -bin/xp -bin/xpman -lib/X11/app-defaults/Xp -man/cat1/xp.0 -- cgit v1.2.3