summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorrse <rse@FreeBSD.org>1998-01-03 12:04:58 +0000
committerrse <rse@FreeBSD.org>1998-01-03 12:04:58 +0000
commit29797b88d2727924245b083c45362f12f44d220c (patch)
tree3006fdad6d363e477f3d0527ee631772cecfd224 /misc
parent597318b057e4d65328ce8e95a8cbe602f2e14bf8 (diff)
downloadFreeBSD-ports-29797b88d2727924245b083c45362f12f44d220c.zip
FreeBSD-ports-29797b88d2727924245b083c45362f12f44d220c.tar.gz
Import of iSelect, Version 1.0.4
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 homepage of iSelect can be found on http://www.engelschall.com/sw/iselect/ Submitted by: Ralf S. Engelschall Obtained from: Ralf S. Engelschall
Diffstat (limited to 'misc')
-rw-r--r--misc/iselect/Makefile21
-rw-r--r--misc/iselect/distinfo1
-rw-r--r--misc/iselect/pkg-comment1
-rw-r--r--misc/iselect/pkg-descr16
-rw-r--r--misc/iselect/pkg-message13
-rw-r--r--misc/iselect/pkg-plist2
6 files changed, 54 insertions, 0 deletions
diff --git a/misc/iselect/Makefile b/misc/iselect/Makefile
new file mode 100644
index 0000000..1a3a7e9
--- /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 0000000..ce48333
--- /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 0000000..af523ff
--- /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 0000000..81e7a72
--- /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 0000000..a08f665
--- /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 0000000..39a5805
--- /dev/null
+++ b/misc/iselect/pkg-plist
@@ -0,0 +1,2 @@
+bin/iselect
+man/man1/iselect.1.gz
OpenPOWER on IntegriCloud