diff options
Diffstat (limited to 'misc/kcd-devel')
-rw-r--r-- | misc/kcd-devel/Makefile | 44 | ||||
-rw-r--r-- | misc/kcd-devel/distinfo | 1 | ||||
-rw-r--r-- | misc/kcd-devel/files/patch-cxxlib.cc | 18 | ||||
-rw-r--r-- | misc/kcd-devel/files/patch-cxxlib.h | 17 | ||||
-rw-r--r-- | misc/kcd-devel/pkg-comment | 1 | ||||
-rw-r--r-- | misc/kcd-devel/pkg-descr | 21 | ||||
-rw-r--r-- | misc/kcd-devel/pkg-plist | 11 |
7 files changed, 0 insertions, 113 deletions
diff --git a/misc/kcd-devel/Makefile b/misc/kcd-devel/Makefile deleted file mode 100644 index 615f2acf1fb7..000000000000 --- a/misc/kcd-devel/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: kcd -# Date created: 5 May 1999 -# Whom: Andrey Zakhvatov -# -# $FreeBSD$ -# - -PORTNAME= kcd -PORTVERSION= 6.4.1 -CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org - -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext - -USE_PERL5= yes -GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lintl" - -MAN1= kcd.1 - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/kcd-inst ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/kcdscr ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/kcdmain ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/kcd.1 ${MANPREFIX}/man/man1 -.for i in en_GB en_GB.UTF-8 en_US.UTF-8 - @${MKDIR} ${PREFIX}/share/locale/${i}/LC_MESSAGES - ${INSTALL_DATA} ${WRKSRC}/po/${i}.gmo \ - ${PREFIX}/share/locale/${i}/LC_MESSAGES/kcd.mo -.endfor -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/kcd.csh.init ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/kcd.sh.init ${EXAMPLESDIR} -.endif - -.include <bsd.port.mk> diff --git a/misc/kcd-devel/distinfo b/misc/kcd-devel/distinfo deleted file mode 100644 index 1de86f77dab7..000000000000 --- a/misc/kcd-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (kcd-6.4.1.tar.gz) = d36bc66015d813d696c5425cf440955e diff --git a/misc/kcd-devel/files/patch-cxxlib.cc b/misc/kcd-devel/files/patch-cxxlib.cc deleted file mode 100644 index 3388c062954a..000000000000 --- a/misc/kcd-devel/files/patch-cxxlib.cc +++ /dev/null @@ -1,18 +0,0 @@ ---- cxxlib.cc.orig Sun Nov 3 23:49:03 2002 -+++ cxxlib.cc Wed Nov 6 09:42:38 2002 -@@ -48,6 +48,7 @@ - abort(); - } - -+#ifndef __FreeBSD__ - void *operator new (size_t size) CXX__NEW_THROW - { - #ifdef LARGE_MEMORY_THRES -@@ -101,6 +102,7 @@ - } - - #endif /* CXX__HAVE_ARRAY_NEW */ -+#endif - - #ifndef CXX__NEW_THROW_BAD_ALLOC - void kcd_new_handler() diff --git a/misc/kcd-devel/files/patch-cxxlib.h b/misc/kcd-devel/files/patch-cxxlib.h deleted file mode 100644 index 66512291d73b..000000000000 --- a/misc/kcd-devel/files/patch-cxxlib.h +++ /dev/null @@ -1,17 +0,0 @@ ---- cxxlib.h.orig Sun Nov 3 23:49:03 2002 -+++ cxxlib.h Wed Nov 6 09:41:36 2002 -@@ -33,12 +33,14 @@ - // new/delete operators - // - -+#ifndef __FreeBSD__ - void *operator new (size_t s) CXX__NEW_THROW; - void operator delete (void *p) CXX__DELETE_THROW; - #ifdef CXX__HAVE_ARRAY_NEW - void *operator new[] (size_t s) CXX__NEW_THROW; - void operator delete[] (void *p) CXX__DELETE_THROW; - #endif /* CXX__HAVE_ARRAY_NEW */ -+#endif - - // - // string I/O stream 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 c92f07ed9238..000000000000 --- a/misc/kcd-devel/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -bin/kcd-inst -bin/kcdmain -bin/kcdscr -share/locale/en_GB/LC_MESSAGES/kcd.mo -share/locale/en_GB.UTF-8/LC_MESSAGES/kcd.mo -share/locale/en_US.UTF-8/LC_MESSAGES/kcd.mo -%%PORTDOCS%%share/doc/kcd/README -%%PORTDOCS%%share/examples/kcd/kcd.csh.init -%%PORTDOCS%%share/examples/kcd/kcd.sh.init -%%PORTDOCS%%@dirrm share/examples/kcd -%%PORTDOCS%%@dirrm share/doc/kcd |