aboutsummaryrefslogtreecommitdiff
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/files/patch-ac13
-rw-r--r--misc/kcd-devel/files/patch-ad25
-rw-r--r--misc/kcd-devel/files/patch-ae13
-rw-r--r--misc/kcd-devel/files/patch-af14
-rw-r--r--misc/kcd-devel/files/patch-ag13
-rw-r--r--misc/kcd-devel/pkg-comment1
-rw-r--r--misc/kcd-devel/pkg-descr21
-rw-r--r--misc/kcd-devel/pkg-plist8
10 files changed, 0 insertions, 152 deletions
diff --git a/misc/kcd-devel/Makefile b/misc/kcd-devel/Makefile
deleted file mode 100644
index 3e7928774fe6..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= 5.0.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.5:${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}/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
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/kcd
- ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${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 281151c3c782..000000000000
--- a/misc/kcd-devel/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (kcd-5.0.2.tar.gz) = e42ab183f368d651495ab8a351a84d70
diff --git a/misc/kcd-devel/files/patch-ac b/misc/kcd-devel/files/patch-ac
deleted file mode 100644
index 2f297c027f4e..000000000000
--- a/misc/kcd-devel/files/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile.in.orig Fri Aug 11 23:14:54 2000
-+++ Makefile.in Sat Aug 12 05:23:26 2000
-@@ -46,8 +46,8 @@
- CXXFLAGS = @CXXFLAGS@
- CPPFLAGS = @CPPFLAGS@
-
--CCFLAGS = $(CPPFLAGS) $(CFLAGS)
--CXXCFLAGS = $(CPPFLAGS) $(CXXFLAGS)
-+CCFLAGS = $(CPPFLAGS) $(CFLAGS) -DSYSCONFDIR=\"$(etcdir)\"
-+CXXCFLAGS = $(CPPFLAGS) $(CXXFLAGS) -DSYSCONFDIR=\"$(etcdir)\"
-
- LDFLAGS = @LDFLAGS@
- LIBS = @LIBS@
diff --git a/misc/kcd-devel/files/patch-ad b/misc/kcd-devel/files/patch-ad
deleted file mode 100644
index 0a40c49352b3..000000000000
--- a/misc/kcd-devel/files/patch-ad
+++ /dev/null
@@ -1,25 +0,0 @@
---- configure.orig Sat Aug 12 17:03:47 2000
-+++ configure Tue Aug 15 01:09:10 2000
-@@ -1105,11 +1105,6 @@
- echo "$ac_t""$CXXCPP" 1>&6
-
-
--if test "$GXX" = yes; then
-- CFLAGS="$CFLAGS -W -Wall"
-- CXXFLAGS="$CXXFLAGS -W -Wall"
--fi
--
- ac_aux_dir=
- for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
- if test -f $ac_dir/install-sh; then
-@@ -5309,10 +5304,6 @@
- fi
- if test "$prefix" = NONE; then
- prefix=$ac_default_prefix
--fi
--
--if test "$sysconfdir" = '${prefix}/etc'; then
-- sysconfdir=/etc
- fi
-
-
diff --git a/misc/kcd-devel/files/patch-ae b/misc/kcd-devel/files/patch-ae
deleted file mode 100644
index b413bdaeaf3b..000000000000
--- a/misc/kcd-devel/files/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
---- conffile.cc.orig Fri Aug 11 23:14:54 2000
-+++ conffile.cc Sat Aug 12 04:57:34 2000
-@@ -1276,9 +1276,7 @@
- return;
-
- loaded = 1;
-- LoadConfig("/etc/kcd.conf", quiet);
-- LoadConfig("/usr/etc/kcd.conf", quiet);
-- LoadConfig("/usr/local/etc/kcd.conf", quiet);
-+ LoadConfig(SYSCONFDIR "/kcd.conf", quiet);
- LoadConfig(confLocalFile, quiet);
- }
-
diff --git a/misc/kcd-devel/files/patch-af b/misc/kcd-devel/files/patch-af
deleted file mode 100644
index cfd92798b3cd..000000000000
--- a/misc/kcd-devel/files/patch-af
+++ /dev/null
@@ -1,14 +0,0 @@
---- cxxlib.cc.orig Fri Aug 11 23:14:55 2000
-+++ cxxlib.cc Sat Aug 12 05:33:05 2000
-@@ -19,7 +19,11 @@
- */
-
- #include "cxxlib.h"
-+#ifdef HAVE_MALLOC_H
- #include <malloc.h>
-+#else
-+#include <stdlib.h>
-+#endif
- #include <unistd.h>
-
- extern char progName[];
diff --git a/misc/kcd-devel/files/patch-ag b/misc/kcd-devel/files/patch-ag
deleted file mode 100644
index 87b0a9e34381..000000000000
--- a/misc/kcd-devel/files/patch-ag
+++ /dev/null
@@ -1,13 +0,0 @@
---- kcd.1.orig Sat Aug 12 17:03:56 2000
-+++ kcd.1 Tue Aug 15 02:14:01 2000
-@@ -64,9 +64,7 @@
- .TP
- .I "\-\-config"
- Display current configuration (excluding screen attributes) obtained from
--.I /etc/kcd.conf
--.I /usr/etc/kcd.conf,
--.I /usr/local/etc/kcd.conf,
-+.I %%PREFIX%%/etc/kcd.conf,
- and
- .I ~/.kcd.conf.
-
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 13a9e30d4bf8..000000000000
--- a/misc/kcd-devel/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-bin/kcdmain
-bin/kcdscr
-share/doc/kcd/ChangeLog
-share/doc/kcd/README
-share/examples/kcd/kcd.csh.init
-share/examples/kcd/kcd.sh.init
-@dirrm share/examples/kcd
-@dirrm share/doc/kcd