summaryrefslogtreecommitdiff
path: root/misc/kcd-devel
diff options
context:
space:
mode:
Diffstat (limited to 'misc/kcd-devel')
-rw-r--r--misc/kcd-devel/Makefile43
-rw-r--r--misc/kcd-devel/distinfo1
-rw-r--r--misc/kcd-devel/pkg-comment1
-rw-r--r--misc/kcd-devel/pkg-descr21
-rw-r--r--misc/kcd-devel/pkg-plist8
5 files changed, 0 insertions, 74 deletions
diff --git a/misc/kcd-devel/Makefile b/misc/kcd-devel/Makefile
deleted file mode 100644
index a1d616b46b97..000000000000
--- a/misc/kcd-devel/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# New ports collection makefile for: kcd
-# Date created: 5 May 1999
-# Whom: Andrey Zakhvatov
-#
-# $FreeBSD$
-#
-
-PORTNAME= kcd
-PORTVERSION= 4.11.2
-CATEGORIES= misc
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= ports@FreeBSD.org
-
-.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 400010
-LIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses
-.endif
-
-USE_NEWGCC= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/ncurses -I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-MAN1= kcd.1
-
-post-patch:
- @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/*.cc
-
-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
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/kcd
- ${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/kcd
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/kcd
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/misc/kcd-devel/distinfo b/misc/kcd-devel/distinfo
deleted file mode 100644
index 602f94f569f4..000000000000
--- a/misc/kcd-devel/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (kcd-4.11.2.tar.gz) = 932583bb246fe79380db267d75bedd67
diff --git a/misc/kcd-devel/pkg-comment b/misc/kcd-devel/pkg-comment
deleted file mode 100644
index d38c22946ed5..000000000000
--- a/misc/kcd-devel/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Change directory in full-screen visual mode
diff --git a/misc/kcd-devel/pkg-descr b/misc/kcd-devel/pkg-descr
deleted file mode 100644
index 98a968a03ed4..000000000000
--- a/misc/kcd-devel/pkg-descr
+++ /dev/null
@@ -1,21 +0,0 @@
-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://kcd.sourceforge.net/
diff --git a/misc/kcd-devel/pkg-plist b/misc/kcd-devel/pkg-plist
deleted file mode 100644
index d4749b515622..000000000000
--- a/misc/kcd-devel/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-bin/kcdmain
-bin/kcdscr
-share/doc/kcd/CHANGES
-share/doc/kcd/README
-share/examples/kcd/kcd.csh.init
-share/examples/kcd/kcd.sh.init
-@dirrm share/examples/kcd
-@dirrm share/doc/kcd