diff options
author | petef <petef@FreeBSD.org> | 2004-05-02 05:08:25 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2004-05-02 05:08:25 +0800 |
commit | c7bfe9618677ca20e9c55f43e6cf0d3d601156d9 (patch) | |
tree | 18e2f8841d8c60f4e1d4ee176b25af7b53946b4f /sysutils | |
parent | b0a611dd81fdf46892b568a5a5865bc26d5cb0c2 (diff) | |
download | freebsd-ports-gnome-c7bfe9618677ca20e9c55f43e6cf0d3d601156d9.tar.gz freebsd-ports-gnome-c7bfe9618677ca20e9c55f43e6cf0d3d601156d9.tar.zst freebsd-ports-gnome-c7bfe9618677ca20e9c55f43e6cf0d3d601156d9.zip |
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')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/cdargs/Makefile | 29 | ||||
-rw-r--r-- | sysutils/cdargs/distinfo | 2 | ||||
-rw-r--r-- | sysutils/cdargs/pkg-descr | 7 |
4 files changed, 39 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 21ea6e2a394f..ba141b009696 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -43,6 +43,7 @@ SUBDIR += ccze SUBDIR += cd-write SUBDIR += cd9660_unicode + SUBDIR += cdargs SUBDIR += cdbakeoven SUBDIR += cdbkup SUBDIR += cdrdao 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/ |