From 5a84c939ead47763f65700c2253beb410c8af0a0 Mon Sep 17 00:00:00 2001 From: Pete Fritchman Date: Sat, 1 May 2004 21:08:25 +0000 Subject: Add cdargs 1.29, navigate the filesystem using a menu interface or a bookmark system. Submitted by: Wesley Shields --- sysutils/cdargs/Makefile | 29 +++++++++++++++++++++++++++++ sysutils/cdargs/distinfo | 2 ++ sysutils/cdargs/pkg-descr | 7 +++++++ 3 files changed, 38 insertions(+) create mode 100644 sysutils/cdargs/Makefile create mode 100644 sysutils/cdargs/distinfo create mode 100644 sysutils/cdargs/pkg-descr (limited to 'sysutils/cdargs') 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 +# +# $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 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/ -- cgit v1.2.3