summaryrefslogtreecommitdiff
path: root/misc/rlwrap
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2007-08-24 09:54:31 +0000
committerheinz <heinz@pkgsrc.org>2007-08-24 09:54:31 +0000
commit0783d536c3f19d74d739d37f76f01cf3f8cd39db (patch)
tree4899591975439bc595f84606da359d1f11d9916e /misc/rlwrap
parenta9d3f2b8535a007c189c721b47502564ffecac4c (diff)
downloadpkgsrc-0783d536c3f19d74d739d37f76f01cf3f8cd39db.tar.gz
Initial import of rlwrap-0.28.
rlwrap is a 'readline wrapper' that uses the GNU readline library to allow the editing of keyboard input for other commands. Input history is remembered across invocations, separately for each command; history completion and search work as in bash and completion word lists can be specified on the command line.
Diffstat (limited to 'misc/rlwrap')
-rw-r--r--misc/rlwrap/DESCR5
-rw-r--r--misc/rlwrap/Makefile27
-rw-r--r--misc/rlwrap/PLIST7
-rw-r--r--misc/rlwrap/distinfo5
4 files changed, 44 insertions, 0 deletions
diff --git a/misc/rlwrap/DESCR b/misc/rlwrap/DESCR
new file mode 100644
index 00000000000..649324b2596
--- /dev/null
+++ b/misc/rlwrap/DESCR
@@ -0,0 +1,5 @@
+rlwrap is a 'readline wrapper' that uses the GNU readline library to
+allow the editing of keyboard input for any other command. Input history
+is remembered across invocations, separately for each command; history
+completion and search work as in bash and completion word lists can be
+specified on the command line.
diff --git a/misc/rlwrap/Makefile b/misc/rlwrap/Makefile
new file mode 100644
index 00000000000..481c27e23b5
--- /dev/null
+++ b/misc/rlwrap/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/08/24 09:54:31 heinz Exp $
+#
+
+DISTNAME= rlwrap-0.28
+CATEGORIES= misc
+MASTER_SITES= http://utopia.knoware.nl/~hlub/uck/rlwrap/
+
+MAINTAINER= heinz@NetBSD.org
+HOMEPAGE= http://utopia.knoware.nl/~hlub/uck/rlwrap/
+COMMENT= Provides command line editing and history for other commands
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+BUILDLINK_API_DEPENDS.readline+=readline>=4.2
+
+GNU_CONFIGURE= yes
+
+USE_GNU_READLINE= yes
+USE_LANGUAGES= c
+USE_TOOLS+= gmake
+
+TEST_TARGET= check
+
+.include "../../devel/ncurses/buildlink3.mk"
+.include "../../devel/readline/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/misc/rlwrap/PLIST b/misc/rlwrap/PLIST
new file mode 100644
index 00000000000..42c01b6fa12
--- /dev/null
+++ b/misc/rlwrap/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/08/24 09:54:31 heinz Exp $
+bin/rlwrap
+man/man1/rlwrap.1
+share/rlwrap/coqtop
+share/rlwrap/ftp
+share/rlwrap/testclient
+@dirrm share/rlwrap
diff --git a/misc/rlwrap/distinfo b/misc/rlwrap/distinfo
new file mode 100644
index 00000000000..a77fab26f49
--- /dev/null
+++ b/misc/rlwrap/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/08/24 09:54:31 heinz Exp $
+
+SHA1 (rlwrap-0.28.tar.gz) = b48bb61902e9c76eb22c63acd8c20a40a88a9a82
+RMD160 (rlwrap-0.28.tar.gz) = 09666c3706c4d0fd0acd1963ca212ab264dad022
+Size (rlwrap-0.28.tar.gz) = 163374 bytes