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

11
sysutils/vifm/DESCR Normal file
View File

@@ -0,0 +1,11 @@
Vifm is a ncurses based file manager with vi like keybindings. If you
use vi, vifm gives you complete keyboard control over your files without
having to learn a new set of commands.
Features:
* Two file list windows.
* Bookmarks.
* User-defined association of file types/extensions with multiple
applications per extension.
* Visual mode for selecting files.
* User-defined commands.

30
sysutils/vifm/Makefile Normal file
View File

@@ -0,0 +1,30 @@
# $NetBSD: Makefile,v 1.20 2012/10/23 19:51:29 asau Exp $
#
DISTNAME= vifm-0.1
PKGREVISION= 4
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vifm/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://vifm.sourceforge.net/
COMMENT= Ncurses based file manager with vi like keybindings
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
INCOMPAT_CURSES= NetBSD-1.5*-* NetBSD-1.6[-_.]*-*
INCOMPAT_CURSES+= NetBSD-1.6[A-Z]-* NetBSD-1.6Z[A-C]*-*
pre-configure:
@${SED} -e "s/cfg.use_screen = 0/cfg.use_screen = 1/" \
-e "s,/usr/local,${PREFIX},g" \
${WRKSRC}/src/config.c > ${WRKSRC}/src/config.c.new && \
${MV} ${WRKSRC}/src/config.c.new ${WRKSRC}/src/config.c
@${SED} -e "s/USE_SCREEN=0/USE_SCREEN=1/" \
${WRKSRC}/src/vifmrc0.1 > ${WRKSRC}/src/vifmrc0.1.new && \
${MV} ${WRKSRC}/src/vifmrc0.1.new ${WRKSRC}/src/vifmrc0.1
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

7
sysutils/vifm/PLIST Normal file
View File

@@ -0,0 +1,7 @@
@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:16:16 joerg Exp $
bin/pauseme
bin/vifm
share/vifm/vifm-0.1.help.txt
share/vifm/vifm.txt
share/vifm/vifm.vim
share/vifm/vifmrc0.1

5
sysutils/vifm/distinfo Normal file
View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.2 2005/02/24 13:40:58 agc Exp $
SHA1 (vifm-0.1.tar.gz) = 911e54a3cb78ea456dfe038ed997a349fcea6a5e
RMD160 (vifm-0.1.tar.gz) = 82977221c5fa08de24764e57a5b5e74fbdd70d99
Size (vifm-0.1.tar.gz) = 80719 bytes