summaryrefslogtreecommitdiff
path: root/misc/kcd
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-29 09:29:06 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-29 09:29:06 +0000
commit93a81566acfd457cff05484595e2f24ae3d7acfa (patch)
tree0d1328b9f9a6ef50720016bf8724d8fe3b0294be /misc/kcd
parentAdd cgic version 1.06. (diff)
Adding kcd version 4.11.1.
A pogram that allows one to change direcotries in full-screen visual mode. PR: 12666 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Notes
Notes: svn path=/head/; revision=24256
Diffstat (limited to 'misc/kcd')
-rw-r--r--misc/kcd/Makefile40
-rw-r--r--misc/kcd/distinfo1
-rw-r--r--misc/kcd/pkg-comment1
-rw-r--r--misc/kcd/pkg-descr21
-rw-r--r--misc/kcd/pkg-plist10
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