Initial import of viewglob:
viewglob is a utility designed to complement the Unix shell in graphical environments. It has two parts: 1. A tool that sits as a layer between the shell and X terminal, keeping track of the user's current directory and command line. 2. A graphical display which shows the layouts of directories referenced on the command line (including pwd). The display also shows the results of file globs and expansions as they are typed (hence the name), highlighting selected files and potential name completions. Imported into pkgsrc-wip since it's not quite there yet, at least for my use cases...
This commit is contained in:
parent
34a032769c
commit
fa988c5b0e
4 changed files with 48 additions and 0 deletions
13
viewglob/DESCR
Normal file
13
viewglob/DESCR
Normal file
|
@ -0,0 +1,13 @@
|
|||
viewglob is a utility designed to complement the Unix shell in
|
||||
graphical environments. It has two parts:
|
||||
|
||||
1. A tool that sits as a layer between the shell and X
|
||||
terminal, keeping track of the user's current directory
|
||||
and command line.
|
||||
|
||||
2. A graphical display which shows the layouts of directories
|
||||
referenced on the command line (including pwd).
|
||||
|
||||
The display also shows the results of file globs and expansions as
|
||||
they are typed (hence the name), highlighting selected files and
|
||||
potential name completions.
|
19
viewglob/Makefile
Normal file
19
viewglob/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2004/09/17 17:43:16 thomasklausner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= viewglob-0.9
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=viewglob/}
|
||||
|
||||
MAINTAINER= wiz@NetBSD.org
|
||||
HOMEPAGE= http://viewglob.sourceforge.net/
|
||||
COMMENT= Utility designed to complement the shell in graphical environments
|
||||
|
||||
DEPENDS+= bash>=2.0:../../shells/bash2
|
||||
|
||||
USE_BUILDLINK3= yes
|
||||
USE_PKGLOCALEDIR= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include "../../x11/gtk2/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
12
viewglob/PLIST
Normal file
12
viewglob/PLIST
Normal file
|
@ -0,0 +1,12 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/09/17 17:43:16 thomasklausner Exp $
|
||||
bin/gviewglob
|
||||
bin/viewglob
|
||||
man/man1/gviewglob.1
|
||||
man/man1/viewglob.1
|
||||
share/viewglob/.zshrc
|
||||
share/viewglob/getopt.sh
|
||||
share/viewglob/glob-expand
|
||||
share/viewglob/gviewglob
|
||||
share/viewglob/init-viewglob.bashrc
|
||||
share/viewglob/seer
|
||||
@dirrm share/viewglob
|
4
viewglob/distinfo
Normal file
4
viewglob/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2004/09/17 17:43:16 thomasklausner Exp $
|
||||
|
||||
SHA1 (viewglob-0.9.tar.gz) = 163a3ff38207d47cd5abebbabd852daa6149c07e
|
||||
Size (viewglob-0.9.tar.gz) = 187422 bytes
|
Loading…
Reference in a new issue