Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

44
misc/rlwrap/Makefile Normal file
View File

@@ -0,0 +1,44 @@
# $NetBSD: Makefile,v 1.9 2013/05/31 12:41:29 wiz Exp $
#
DISTNAME= rlwrap-0.37
PKGREVISION= 2
CATEGORIES= misc
MASTER_SITES= http://utopia.knoware.nl/~hlub/uck/rlwrap/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://utopia.knoware.nl/~hlub/uck/rlwrap/
COMMENT= Provides command line editing and history for other commands
LICENSE= gnu-gpl-v2
BUILDLINK_API_DEPENDS.readline+=readline>=4.2
GNU_CONFIGURE= yes
.include "options.mk"
USE_GNU_READLINE= yes
USE_LANGUAGES= c
USE_TOOLS+= gmake perl:run
TEST_TARGET= check
REPLACE_PERL+= filters/censor_passwords
REPLACE_PERL+= filters/count_in_prompt
REPLACE_PERL+= filters/ftp_filter
REPLACE_PERL+= filters/history_format
REPLACE_PERL+= filters/listing
REPLACE_PERL+= filters/logger
REPLACE_PERL+= filters/null
REPLACE_PERL+= filters/paint_prompt
REPLACE_PERL+= filters/pipeline
REPLACE_PERL+= filters/pipeto
REPLACE_PERL+= filters/scrub_prompt
REPLACE_PERL+= filters/simple_macro
REPLACE_PERL+= filters/template
REPLACE_PERL+= filters/unbackspace
.include "../../devel/ncurses/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"