pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/rlwrap Initial import of rlwrap-0.28.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b3ee62f1b23
branches:  trunk
changeset: 532601:0b3ee62f1b23
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Fri Aug 24 09:54:31 2007 +0000

description:
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:

 misc/rlwrap/DESCR    |   5 +++++
 misc/rlwrap/Makefile |  27 +++++++++++++++++++++++++++
 misc/rlwrap/PLIST    |   7 +++++++
 misc/rlwrap/distinfo |   5 +++++
 4 files changed, 44 insertions(+), 0 deletions(-)

diffs (60 lines):

diff -r 2340e82b6c21 -r 0b3ee62f1b23 misc/rlwrap/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/rlwrap/DESCR Fri Aug 24 09:54:31 2007 +0000
@@ -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 -r 2340e82b6c21 -r 0b3ee62f1b23 misc/rlwrap/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/rlwrap/Makefile      Fri Aug 24 09:54:31 2007 +0000
@@ -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@localhost
+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 -r 2340e82b6c21 -r 0b3ee62f1b23 misc/rlwrap/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/rlwrap/PLIST Fri Aug 24 09:54:31 2007 +0000
@@ -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 -r 2340e82b6c21 -r 0b3ee62f1b23 misc/rlwrap/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/rlwrap/distinfo      Fri Aug 24 09:54:31 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index