diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-29 09:29:06 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-29 09:29:06 +0000 |
commit | 93a81566acfd457cff05484595e2f24ae3d7acfa (patch) | |
tree | 0d1328b9f9a6ef50720016bf8724d8fe3b0294be /misc/kcd | |
parent | 7147035ad66070abedd16ebb7bc3bd39f1cf3e29 (diff) | |
download | ports-93a81566acfd457cff05484595e2f24ae3d7acfa.tar.gz ports-93a81566acfd457cff05484595e2f24ae3d7acfa.zip |
Notes
Diffstat (limited to 'misc/kcd')
-rw-r--r-- | misc/kcd/Makefile | 40 | ||||
-rw-r--r-- | misc/kcd/distinfo | 1 | ||||
-rw-r--r-- | misc/kcd/pkg-comment | 1 | ||||
-rw-r--r-- | misc/kcd/pkg-descr | 21 | ||||
-rw-r--r-- | misc/kcd/pkg-plist | 10 |
5 files changed, 73 insertions, 0 deletions
diff --git a/misc/kcd/Makefile b/misc/kcd/Makefile new file mode 100644 index 000000000000..09857d52e4e8 --- /dev/null +++ b/misc/kcd/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: kcd +# Version required: 4.11.1 +# Date created: 5 May 1999 +# Whom: Andrey Zakhvatov +# +# $FreeBSD$ +# + +DISTNAME= kcd-4.11.1 +CATEGORIES= misc +MASTER_SITES= ${MASTER_SITE_SUNSITE} \ + http://www-scf.usc.edu/~lerdsuwa/util/ +MASTER_SITE_SUBDIR= utils/shell + +MAINTAINER= andy@icc.surw.chel.su + +LIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses + +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include/ncurses -I${LOCALBASE}/include" \ + LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" +MAN1= kcd.1 + +do-install: + @ ${INSTALL_PROGRAM} ${WRKSRC}/kcdmain ${PREFIX}/bin + @ ${INSTALL_SCRIPT} ${WRKSRC}/kcdscr ${PREFIX}/bin + @ ${INSTALL_MAN} ${WRKSRC}/kcd.1 ${PREFIX}/man/man1 + @ ${MKDIR} ${PREFIX}/share/examples/kcd + @ ${INSTALL_DATA} ${WRKSRC}/kcd.csh.init ${PREFIX}/share/examples/kcd + @ ${INSTALL_DATA} ${WRKSRC}/kcd.sh.init ${PREFIX}/share/examples/kcd + +post-install: +.if !defined(NOPORTDOCS) + @ ${MKDIR} ${PREFIX}/share/doc/kcd +.for file in CHANGES COPYING INSTALL README + @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/kcd +.endfor +.endif + +.include <bsd.port.mk> diff --git a/misc/kcd/distinfo b/misc/kcd/distinfo new file mode 100644 index 000000000000..676189b21774 --- /dev/null +++ b/misc/kcd/distinfo @@ -0,0 +1 @@ +MD5 (kcd-4.11.1.tar.gz) = c51a04ed4e964a59ac80f7563a960986 diff --git a/misc/kcd/pkg-comment b/misc/kcd/pkg-comment new file mode 100644 index 000000000000..d38c22946ed5 --- /dev/null +++ b/misc/kcd/pkg-comment @@ -0,0 +1 @@ +Change directory in full-screen visual mode diff --git a/misc/kcd/pkg-descr b/misc/kcd/pkg-descr new file mode 100644 index 000000000000..6e31fc82db47 --- /dev/null +++ b/misc/kcd/pkg-descr @@ -0,0 +1,21 @@ +kcd allows user to change directory by using various methods: + + - By using cursor keys to navigate through the directory tree + screen + - By searching in directory tree screen + - By typing part of the directory name directly at the + command line. + + Other features include: + - Can be configured to filter out to some subdirectories, + useful for cdrom and msdos partition mounting points + - Can be configured to scan directory tree starting from some + specified directory inwards, for example, home directory. + - If the number directories that matches to the name given in + the command line exceeds a specified number, kcd displays + the whole list. + - Faster directory rescan if old data file exists. Only + directories with newer modified/changed time are scanned. + - Sorted directory tree listing. + +WWW: http://www-scf.usc.edu/~lerdsuwa/util/kcd.html diff --git a/misc/kcd/pkg-plist b/misc/kcd/pkg-plist new file mode 100644 index 000000000000..9493b19e98a2 --- /dev/null +++ b/misc/kcd/pkg-plist @@ -0,0 +1,10 @@ +bin/kcdmain +bin/kcdscr +share/doc/kcd/CHANGES +share/doc/kcd/COPYING +share/doc/kcd/INSTALL +share/doc/kcd/README +share/examples/kcd/kcd.csh.init +share/examples/kcd/kcd.sh.init +@dirrm share/doc/kcd +@dirrm share/examples/kcd |