diff options
author | Ralf S. Engelschall <rse@FreeBSD.org> | 1998-01-03 12:04:58 +0000 |
---|---|---|
committer | Ralf S. Engelschall <rse@FreeBSD.org> | 1998-01-03 12:04:58 +0000 |
commit | 41ebeb122f695aa8d1c8802b7caba0bdfb484e2c (patch) | |
tree | e76c7e3c37162923505d99add847f24a0ea4a67e /misc/iselect | |
parent | 5a47182c2161d31b2f95620f287f31acf314d935 (diff) | |
download | ports-41ebeb122f695aa8d1c8802b7caba0bdfb484e2c.tar.gz ports-41ebeb122f695aa8d1c8802b7caba0bdfb484e2c.zip |
Notes
Diffstat (limited to 'misc/iselect')
-rw-r--r-- | misc/iselect/Makefile | 21 | ||||
-rw-r--r-- | misc/iselect/distinfo | 1 | ||||
-rw-r--r-- | misc/iselect/pkg-comment | 1 | ||||
-rw-r--r-- | misc/iselect/pkg-descr | 16 | ||||
-rw-r--r-- | misc/iselect/pkg-message | 13 | ||||
-rw-r--r-- | misc/iselect/pkg-plist | 2 |
6 files changed, 54 insertions, 0 deletions
diff --git a/misc/iselect/Makefile b/misc/iselect/Makefile new file mode 100644 index 000000000000..1a3a7e9cc00a --- /dev/null +++ b/misc/iselect/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: iselect +# Version required: 1.0.4 +# Date created: 03-Jan-1998 +# Whom: Ralf S. Engelschall <rse@engelschall.com> +# +# $Id$ +# + +DISTNAME= iselect-1.0.4 +CATEGORIES= misc +MASTER_SITES= http://www.engelschall.com/sw/iselect/distrib/ \ + ftp://ftp.engelschall.com/sw/iselect/ \ + ftp://ftp.hyperreal.org/software/engelschall/iselect/ + +MAINTAINER= rse@engelschall.com + +HAS_CONFIGURE= yes + +MAN1= iselect.1 + +.include <bsd.port.mk> diff --git a/misc/iselect/distinfo b/misc/iselect/distinfo new file mode 100644 index 000000000000..ce48333cb3df --- /dev/null +++ b/misc/iselect/distinfo @@ -0,0 +1 @@ +MD5 (iselect-1.0.4.tar.gz) = aabdd38babc723add77cd537665bf540 diff --git a/misc/iselect/pkg-comment b/misc/iselect/pkg-comment new file mode 100644 index 000000000000..af523ff344bb --- /dev/null +++ b/misc/iselect/pkg-comment @@ -0,0 +1 @@ +Interactive Selection Tool diff --git a/misc/iselect/pkg-descr b/misc/iselect/pkg-descr new file mode 100644 index 000000000000..81e7a729c408 --- /dev/null +++ b/misc/iselect/pkg-descr @@ -0,0 +1,16 @@ + _ ____ _ _ + (_) ___| ___| | ___ ___| |_ + / /\___ \ / _ \ |/ _ \/ __| __| + / / ___) | __/ | __/ (__| |_ + (_( |____/ \___|_|\___|\___|\__| + + iSelect -- Interactive Selection Tool + + iSelect is an interactive line selection tool for ASCII files, operating + via a full-screen Curses-based terminal session. It can be used either as + an user interface frontend controlled by a Bourne-Shell/Perl/Tcl backend + as its control script or in batch mode as a pipeline filter (usually + between grep and the final executing command). + + The latest release can be found on + http://www.engelschall.com/sw/iselect/ diff --git a/misc/iselect/pkg-message b/misc/iselect/pkg-message new file mode 100644 index 000000000000..a08f665d6e5b --- /dev/null +++ b/misc/iselect/pkg-message @@ -0,0 +1,13 @@ + + Copyright (c) 1996,1997 Ralf S. Engelschall, All rights reserved. + + This program is free software; it may be redistributed and/or modified + only under the terms of either the Artistic License or the GNU General + Public License, which may be found in the ePerl source distribution. + Look at the files ARTISTIC and COPYING or run ``eperl -l'' to receive + a built-in copy of both license files. + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See either the + Artistic License or the GNU General Public License for more details. diff --git a/misc/iselect/pkg-plist b/misc/iselect/pkg-plist new file mode 100644 index 000000000000..39a5805bfd05 --- /dev/null +++ b/misc/iselect/pkg-plist @@ -0,0 +1,2 @@ +bin/iselect +man/man1/iselect.1.gz |