diff options
author | jtb <jtb@pkgsrc.org> | 2001-02-14 11:44:22 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-02-14 11:44:22 +0000 |
commit | 2f5a852791afc01c88e6b7319839e63826afbe81 (patch) | |
tree | bc515516271b7c0ece4a6269d9ec9ebb935f5be1 | |
parent | 2260bb934fcbf563a02fbb2256b818812148a9f1 (diff) | |
download | pkgsrc-2f5a852791afc01c88e6b7319839e63826afbe81.tar.gz |
Initial import of iselect:
Iselect is a curses based interactive selection tool. It can be used
either as an user interface frontend controlled by a
Bourne-Shell/Perl/Tcl backend as its wrapper or in batch mode as a
pipeline filter (usually between grep and the final executing command).
-rw-r--r-- | misc/iselect/Makefile | 13 | ||||
-rw-r--r-- | misc/iselect/files/md5 | 3 | ||||
-rw-r--r-- | misc/iselect/files/patch-sum | 3 | ||||
-rw-r--r-- | misc/iselect/patches/patch-aa | 13 | ||||
-rw-r--r-- | misc/iselect/pkg/COMMENT | 1 | ||||
-rw-r--r-- | misc/iselect/pkg/DESCR | 4 | ||||
-rw-r--r-- | misc/iselect/pkg/PLIST | 3 |
7 files changed, 40 insertions, 0 deletions
diff --git a/misc/iselect/Makefile b/misc/iselect/Makefile new file mode 100644 index 00000000000..14ac20917bd --- /dev/null +++ b/misc/iselect/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/02/14 11:44:22 jtb Exp $ + +DISTNAME= iselect-1.2.0 +CATEGORIES= misc +MASTER_SITES= http://www.engelschall.com/sw/iselect/distrib/ + +MAINTAINER= jtb@netbsd.org +HOMEPAGE= http://www.engelschall.com/sw/iselect/ + +GNU_CONFIGURE= #defined +USE_CURSES= #defined + +.include "../../mk/bsd.pkg.mk" diff --git a/misc/iselect/files/md5 b/misc/iselect/files/md5 new file mode 100644 index 00000000000..7727c299546 --- /dev/null +++ b/misc/iselect/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/02/14 11:44:22 jtb Exp $ + +MD5 (iselect-1.2.0.tar.gz) = e2421e7b883171eb8082239c44bcd872 diff --git a/misc/iselect/files/patch-sum b/misc/iselect/files/patch-sum new file mode 100644 index 00000000000..f0d5ea470c0 --- /dev/null +++ b/misc/iselect/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1.1.1 2001/02/14 11:44:22 jtb Exp $ + +MD5 (patch-aa) = 799284977415355153e75388cd585425 diff --git a/misc/iselect/patches/patch-aa b/misc/iselect/patches/patch-aa new file mode 100644 index 00000000000..5000ce1407b --- /dev/null +++ b/misc/iselect/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/02/14 11:44:22 jtb Exp $ + +--- iselect_browse.c.orig Tue Feb 13 13:38:50 2001 ++++ iselect_browse.c +@@ -758,7 +758,7 @@ + nRelLastDraw = nAbsLastLine-nAbsFirstLine; + strcpy(msg, ""); + iSelect_Draw(wField, wYSize, wXSize, wYPos, wXPos, nAbsFirstLine, nAbsLastLine, nRelMarked, nRelFirstDraw, nRelLastDraw, nLines, sField, title, name, mField, msg, tagbegin, tagend); +-#ifndef USE_SLCURSES ++#ifdef USE_NCURSES + redrawwin(wField); + #endif + wrefresh(wField); diff --git a/misc/iselect/pkg/COMMENT b/misc/iselect/pkg/COMMENT new file mode 100644 index 00000000000..036e7351ced --- /dev/null +++ b/misc/iselect/pkg/COMMENT @@ -0,0 +1 @@ +Curses based Interactive Selection Tool diff --git a/misc/iselect/pkg/DESCR b/misc/iselect/pkg/DESCR new file mode 100644 index 00000000000..acbd497453a --- /dev/null +++ b/misc/iselect/pkg/DESCR @@ -0,0 +1,4 @@ +Iselect is a curses based interactive selection tool. It can be used +either as an user interface frontend controlled by a +Bourne-Shell/Perl/Tcl backend as its wrapper or in batch mode as a +pipeline filter (usually between grep and the final executing command). diff --git a/misc/iselect/pkg/PLIST b/misc/iselect/pkg/PLIST new file mode 100644 index 00000000000..ace5403c0fb --- /dev/null +++ b/misc/iselect/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/02/14 11:44:22 jtb Exp $ +bin/iselect +man/man1/iselect.1 |