diff options
author | mrg <mrg@pkgsrc.org> | 1997-12-05 00:15:58 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 1997-12-05 00:15:58 +0000 |
commit | 0af81e9c127b522e947a503586477beddecee87e (patch) | |
tree | 21043a2a9d0599e0617c374be03cc838cecf079e | |
parent | a05b3d9fac33488f0b029d33a430004e941a02a2 (diff) | |
download | pkgsrc-0af81e9c127b522e947a503586477beddecee87e.tar.gz |
moved files.
-rw-r--r-- | misc/xless/pkg/COMMENT | 1 | ||||
-rw-r--r-- | misc/xless/pkg/DESCR | 22 | ||||
-rw-r--r-- | misc/xless/pkg/PLIST | 6 | ||||
-rw-r--r-- | misc/xpns/pkg/COMMENT | 1 | ||||
-rw-r--r-- | misc/xpns/pkg/DESCR | 29 | ||||
-rw-r--r-- | misc/xpns/pkg/PLIST | 15 | ||||
-rw-r--r-- | misc/xtimer/Makefile | 19 |
7 files changed, 0 insertions, 93 deletions
diff --git a/misc/xless/pkg/COMMENT b/misc/xless/pkg/COMMENT deleted file mode 100644 index 7836eb974a0..00000000000 --- a/misc/xless/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -An X11 viewer for text files. Useful as an add-on tool for other apps. diff --git a/misc/xless/pkg/DESCR b/misc/xless/pkg/DESCR deleted file mode 100644 index 23239df6569..00000000000 --- a/misc/xless/pkg/DESCR +++ /dev/null @@ -1,22 +0,0 @@ -This is a port of xless (version 1.7), a handy text file viewer for X. -Useful as a viewer tool for other apps (e.g., xfm, the X file manager), -or as a standalone viewer. Presents a scrollable text window (both -vertical and horizontal scrolling), with a number of clickable buttons. - -From the README file: - -FEATURES: - Display either the file(s) specified on the command line or input from - standard input, supplied by a pipe. File/pipe may be optionally - monitored so that the display is continuously updated as new text is - added. - Display new files in the current window or by creating a new window. - Reload or print the displayed file. - Search the displayed file using either exact, case-insensitive, or - regular expression patterns. - Edit the displayed file with your favorite editor (as specified in - the VISUAL or EDITOR environment variable) - --- -Conrad Sabatier -conrads@neosoft.com diff --git a/misc/xless/pkg/PLIST b/misc/xless/pkg/PLIST deleted file mode 100644 index d9cfde8f540..00000000000 --- a/misc/xless/pkg/PLIST +++ /dev/null @@ -1,6 +0,0 @@ -@comment $NetBSD: PLIST,v 1.3 1997/11/06 10:03:28 agc Exp $ -bin/xless -lib/X11/xless.help -lib/X11/app-defaults/XLess -lib/X11/app-defaults/XLess-color -man/cat1/xless.0.gz diff --git a/misc/xpns/pkg/COMMENT b/misc/xpns/pkg/COMMENT deleted file mode 100644 index c6ba332b84b..00000000000 --- a/misc/xpns/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Petri-Net Simulator for Xwindows diff --git a/misc/xpns/pkg/DESCR b/misc/xpns/pkg/DESCR deleted file mode 100644 index f81cee25a9d..00000000000 --- a/misc/xpns/pkg/DESCR +++ /dev/null @@ -1,29 +0,0 @@ -PNS ---- -Is a public domain Petri net simulation tool -for Unix systems. -PNS is a graphics tool and requires the X window system. -see also www-page: -http://www.informatik.uni-stuttgart.de/ipvr/bv/pns/pns.html - -Examples: ---------- -- simple.net - 3-2 Reduction - -- add.net - x = x + y - -- sub1.net - x >= y : x = x - y - x < y : y = y - x - -- sub2.net - x = x - y - NEGATIVE = 1 <=> x-y < 0 - -- mult.net - z = x * y - -- phil.net - Dining Philosophers Problem diff --git a/misc/xpns/pkg/PLIST b/misc/xpns/pkg/PLIST deleted file mode 100644 index bfcadec24c0..00000000000 --- a/misc/xpns/pkg/PLIST +++ /dev/null @@ -1,15 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 1997/11/06 10:03:32 agc Exp $ -lib/xpns/pns -lib/xpns/pns.hlp -lib/xpns/pns.shell -bin/xpns -share/doc/xpns/a.net -share/doc/xpns/a1.net -share/doc/xpns/add.net -share/doc/xpns/mult.net -share/doc/xpns/phil.net -share/doc/xpns/rw.net -share/doc/xpns/sub.net -share/doc/xpns/sub2.net -@dirrm share/doc/xpns -@dirrm lib/xpns diff --git a/misc/xtimer/Makefile b/misc/xtimer/Makefile deleted file mode 100644 index 1cb068329db..00000000000 --- a/misc/xtimer/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: xtimer -# Version required: 0.8087 -# Date created: 05 Apr 1997 -# Whom: candy@fct.kgc.co.jp -# -# $Id: Makefile,v 1.2 1997/10/27 01:58:11 hubertf Exp $ -# - -DISTNAME= xtimer-8087 -PKGNAME= xtimer-0.8087 -CATEGORIES= misc -MASTER_SITES= http://spock.vector.co.jp/authors/VA004959/xtimer/ - -MAINTAINER= candy@fct.kgc.co.jp - -USE_IMAKE= yes -MAN1= xtimer.1 - -.include <bsd.port.mk> |