Add cdargs 1.29, navigate the filesystem using a menu interface or a

bookmark system.

Submitted by:	Wesley Shields <wxs@csh.rit.edu>
This commit is contained in:
Pete Fritchman 2004-05-01 21:08:25 +00:00
parent 0a23fefe70
commit 5a84c939ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108114
4 changed files with 39 additions and 0 deletions

View File

@ -43,6 +43,7 @@
SUBDIR += ccze
SUBDIR += cd-write
SUBDIR += cd9660_unicode
SUBDIR += cdargs
SUBDIR += cdbakeoven
SUBDIR += cdbkup
SUBDIR += cdrdao

29
sysutils/cdargs/Makefile Normal file
View File

@ -0,0 +1,29 @@
# New ports collection makefile for: cdargs
# Date created: 1 May 2004
# Whom: Wesley Shields <wxs@csh.rit.edu>
#
# $FreeBSD$
#
PORTNAME= cdargs
PORTVERSION= 1.29
CATEGORIES= sysutils
MASTER_SITES= http://www.skamphausen.de/software/cdargs/
MAINTAINER= wxs@csh.rit.edu
COMMENT= Navigate the filesystem using a menu interface or a bookmark system
GNU_CONFIGURE= yes
USE_GETOPT_LONG= yes
USE_REINPLACE= yes
CFLAGS+= -DHAVE_DECL_GETOPT
MAN1= cdargs.1
PLIST_FILES= bin/cdargs
post-patch:
@${REINPLACE_CMD} -e 's,CXXFLAGS =,CXXFLAGS +=,' \
${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>

2
sysutils/cdargs/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (cdargs-1.29.tar.gz) = 29cf31496b9e135460af5418701e1848
SIZE (cdargs-1.29.tar.gz) = 77848

View File

@ -0,0 +1,7 @@
CDargs heavily enhances the navigation of the common unix file-system
inside the shell. It plugs into the shell built-in cd-command (via a shell
function or an alias) and thus adds bookmarks and a browser to it. It
enables you to move to a very distant place in the file-system with just
a few keystrokes.
WWW: http://www.skamphausen.de/software/cdargs/