diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2004-05-01 21:08:25 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2004-05-01 21:08:25 +0000 |
commit | 5a84c939ead47763f65700c2253beb410c8af0a0 (patch) | |
tree | a0b3b1e4da4bfd29392168c0b46212e39e54e95a /sysutils/cdargs | |
parent | - Add new vendor patches: (diff) |
Add cdargs 1.29, navigate the filesystem using a menu interface or a
bookmark system.
Submitted by: Wesley Shields <wxs@csh.rit.edu>
Diffstat (limited to 'sysutils/cdargs')
-rw-r--r-- | sysutils/cdargs/Makefile | 29 | ||||
-rw-r--r-- | sysutils/cdargs/distinfo | 2 | ||||
-rw-r--r-- | sysutils/cdargs/pkg-descr | 7 |
3 files changed, 38 insertions, 0 deletions
diff --git a/sysutils/cdargs/Makefile b/sysutils/cdargs/Makefile new file mode 100644 index 000000000000..89e79cdb1751 --- /dev/null +++ b/sysutils/cdargs/Makefile @@ -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> diff --git a/sysutils/cdargs/distinfo b/sysutils/cdargs/distinfo new file mode 100644 index 000000000000..e29e5c552bbf --- /dev/null +++ b/sysutils/cdargs/distinfo @@ -0,0 +1,2 @@ +MD5 (cdargs-1.29.tar.gz) = 29cf31496b9e135460af5418701e1848 +SIZE (cdargs-1.29.tar.gz) = 77848 diff --git a/sysutils/cdargs/pkg-descr b/sysutils/cdargs/pkg-descr new file mode 100644 index 000000000000..0b78c1eb4cbe --- /dev/null +++ b/sysutils/cdargs/pkg-descr @@ -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/ |