Date: Fri, 16 Jul 1999 18:11:17 +0400 (MSD) From: Andrey Zakhvatov <andy@icc.surw.chel.su> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/12666: New port: kcd-4.7.10 Message-ID: <199907161411.SAA05272@icc.surw.chel.su>
next in thread | raw e-mail | index | archive | help
>Number: 12666 >Category: ports >Synopsis: New port: kcd-4.7.10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 16 07:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.1-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a port of kcd-4.7.10, utility to change directory in full-screen visual mode 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 # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # kcd-4.7.10 # kcd-4.7.10/Makefile # kcd-4.7.10/files # kcd-4.7.10/files/md5 # kcd-4.7.10/pkg # kcd-4.7.10/pkg/PLIST # kcd-4.7.10/pkg/COMMENT # kcd-4.7.10/pkg/DESCR # echo c - kcd-4.7.10 mkdir -p kcd-4.7.10 > /dev/null 2>&1 echo x - kcd-4.7.10/Makefile sed 's/^X//' >kcd-4.7.10/Makefile << 'END-of-kcd-4.7.10/Makefile' X# New ports collection makefile for: kcd X# Version required: 4.7.10 X# Date created: 5 May 1999 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= kcd-4.7.10 XCATEGORIES= misc XMASTER_SITES= ${MASTER_SITE_SUNSITE} \ X http://www-scf.usc.edu/~lerdsuwa/util/ XMASTER_SITE_SUBDIR= utils/shell X XMAINTAINER= andy@icc.surw.chel.su X XLIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses X XGNU_CONFIGURE= yes XCONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include/ncurses -I${LOCALBASE}/include" \ X LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" XMAN1= kcd.1 X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/kcdmain ${PREFIX}/bin X @ ${INSTALL_SCRIPT} ${WRKSRC}/kcdscr ${PREFIX}/bin X @ ${INSTALL_MAN} ${WRKSRC}/kcd.1 ${PREFIX}/man/man1 X @ ${MKDIR} ${PREFIX}/share/examples/kcd X @ ${INSTALL_DATA} ${WRKSRC}/kcd.csh.init ${PREFIX}/share/examples/kcd X @ ${INSTALL_DATA} ${WRKSRC}/kcd.sh.init ${PREFIX}/share/examples/kcd X Xpost-install: X.if !defined(NOPORTDOCS) X @ ${MKDIR} ${PREFIX}/share/doc/kcd X.for file in CHANGES COPYING INSTALL README X @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/kcd X.endfor X.endif X X.include <bsd.port.mk> END-of-kcd-4.7.10/Makefile echo c - kcd-4.7.10/files mkdir -p kcd-4.7.10/files > /dev/null 2>&1 echo x - kcd-4.7.10/files/md5 sed 's/^X//' >kcd-4.7.10/files/md5 << 'END-of-kcd-4.7.10/files/md5' XMD5 (kcd-4.7.10.tar.gz) = 9ca05310969d900a752b900405630813 END-of-kcd-4.7.10/files/md5 echo c - kcd-4.7.10/pkg mkdir -p kcd-4.7.10/pkg > /dev/null 2>&1 echo x - kcd-4.7.10/pkg/PLIST sed 's/^X//' >kcd-4.7.10/pkg/PLIST << 'END-of-kcd-4.7.10/pkg/PLIST' Xbin/kcdmain Xbin/kcdscr Xshare/doc/kcd/CHANGES Xshare/doc/kcd/COPYING Xshare/doc/kcd/INSTALL Xshare/doc/kcd/README Xshare/examples/kcd/kcd.csh.init Xshare/examples/kcd/kcd.sh.init X@dirrm share/doc/kcd X@dirrm share/examples/kcd END-of-kcd-4.7.10/pkg/PLIST echo x - kcd-4.7.10/pkg/COMMENT sed 's/^X//' >kcd-4.7.10/pkg/COMMENT << 'END-of-kcd-4.7.10/pkg/COMMENT' Xchange directory in full-screen visual mode END-of-kcd-4.7.10/pkg/COMMENT echo x - kcd-4.7.10/pkg/DESCR sed 's/^X//' >kcd-4.7.10/pkg/DESCR << 'END-of-kcd-4.7.10/pkg/DESCR' Xkcd allows user to change directory by using various methods: X X - By using cursor keys to navigate through the directory tree X screen X - By searching in directory tree screen X - By typing part of the directory name directly at the X command line. X X Other features include: X - Can be configured to filter out to some subdirectories, X useful for cdrom and msdos partition mounting points X - Can be configured to scan directory tree starting from some X specified directory inwards, for example, home directory. X - If the number directories that matches to the name given in X the command line exceeds a specified number, kcd displays X the whole list. X - Faster directory rescan if old data file exists. Only X directories with newer modified/changed time are scanned. X - Sorted directory tree listing. X XWWW: http://www-scf.usc.edu/~lerdsuwa/util/kcd.html END-of-kcd-4.7.10/pkg/DESCR exit >How-To-Repeat: >Fix: Please, check and commit this port. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907161411.SAA05272>