diff options
Diffstat (limited to 'misc/cwish')
-rw-r--r-- | misc/cwish/Makefile | 28 | ||||
-rw-r--r-- | misc/cwish/distinfo | 2 | ||||
-rw-r--r-- | misc/cwish/files/patch-01 | 43 | ||||
-rw-r--r-- | misc/cwish/files/patch-03 | 14 | ||||
-rw-r--r-- | misc/cwish/files/patch-04 | 10 | ||||
-rw-r--r-- | misc/cwish/pkg-descr | 2 |
6 files changed, 0 insertions, 99 deletions
diff --git a/misc/cwish/Makefile b/misc/cwish/Makefile deleted file mode 100644 index 6f02f8665ac1..000000000000 --- a/misc/cwish/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: David O'Brien (obrien@NUXI.com) -# $FreeBSD$ - -PORTNAME= cwish -PORTVERSION= 3.52 -PORTREVISION= 2 -CATEGORIES= misc shells -MASTER_SITES= http://www.predatorlabs.net/dl/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Curses based user friendly windowing shell - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2014-03-10 - -NO_WRKSUBDIR= yes -ALL_TARGET= cwish -PLIST_FILES= bin/cwish man/man1/cwish.1.gz -MAKEFILE= Makefile.FreeBSD - -post-patch: - ${REINPLACE_CMD} -e 65d ${WRKSRC}/cwish.h - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/cwish ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/cwish.1 ${STAGEDIR}${MANPREFIX}/man/man1 - -.include <bsd.port.mk> diff --git a/misc/cwish/distinfo b/misc/cwish/distinfo deleted file mode 100644 index 0eeed395adf1..000000000000 --- a/misc/cwish/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (cwish-3.52.tar.gz) = 64f30f59cf59efeaef4366a490c11bff3efa4fb829d3d926b66fe7eadf778c0b -SIZE (cwish-3.52.tar.gz) = 59290 diff --git a/misc/cwish/files/patch-01 b/misc/cwish/files/patch-01 deleted file mode 100644 index 7860f8e4a564..000000000000 --- a/misc/cwish/files/patch-01 +++ /dev/null @@ -1,43 +0,0 @@ ---- Makefile.FreeBSD.orig Fri Jul 30 16:59:53 1999 -+++ Makefile.FreeBSD Fri Feb 9 16:37:40 2007 -@@ -6,7 +6,7 @@ - # - #--------------------------------------------------------------------------- - --CC= cc -+CC?= cc - NAME= cwish - DEST= /usr/local/bin - MANDIR= /usr/local/man -@@ -27,25 +27,25 @@ - - #-- FreeBSD debugging ------------------------------------------------------- - #CFLAGS= -O2 -Wall -g -pipe $(DEFS) --#LFLAGS= -lncurses -lmytinfo -+#LFLAGS= -lncurses - - #-- FreeBSD curses debugging ------------------------------------------------ - #CFLAGS= -O2 -Wall -g -pipe $(DEFS) --#LFLAGS= -ldncurses -lmytinfo -+#LFLAGS= -ldncurses - - #-- FreeBSD production ------------------------------------------------------ --CFLAGS= -O2 -Wall -pipe $(DEFS) --LFLAGS= -lncurses -lmytinfo -+CFLAGS+= -Wall $(DEFS) -+LFLAGS= -lncurses - - - CFILES= cwish.c files.c movement.c commandline.c rcinit.c \ - fkeys.c paging.c cursor.c header.c history.c help.c \ -- usrgrp.c showtime.c config.c chdir.c complete.c\ -+ showtime.c config.c chdir.c complete.c\ - system.c usage.c - - OFILES= cwish.o files.o movement.o commandline.o rcinit.o \ - fkeys.o paging.o cursor.o header.o history.o help.o \ -- usrgrp.o showtime.o config.o chdir.o complete.o\ -+ showtime.o config.o chdir.o complete.o\ - system.o usage.o - - HFILES= config.h control.h cwish.h rcinit.h version.h diff --git a/misc/cwish/files/patch-03 b/misc/cwish/files/patch-03 deleted file mode 100644 index 81c6c71d64af..000000000000 --- a/misc/cwish/files/patch-03 +++ /dev/null @@ -1,14 +0,0 @@ ---- files.c.orig Sun Apr 18 14:16:10 1999 -+++ files.c Sun Apr 18 14:17:43 1999 -@@ -45,6 +45,11 @@ - - #include "cwish.h" /* global include file */ - -+#ifdef __FreeBSD__ -+#include <sys/disklabel.h> -+#define MOUNT_CD9660 FS_ISO9660 -+#endif -+ - #ifdef ultrix - - #include <sys/fs_types.h> diff --git a/misc/cwish/files/patch-04 b/misc/cwish/files/patch-04 deleted file mode 100644 index e51fac827ebf..000000000000 --- a/misc/cwish/files/patch-04 +++ /dev/null @@ -1,10 +0,0 @@ ---- header.c.orig Wed Sep 4 19:24:30 2002 -+++ header.c Wed Sep 4 19:24:48 2002 -@@ -118,7 +118,6 @@ - #ifndef OWN_SYS_ERRLIST - extern char *sys_errlist[]; - #endif -- extern int sys_nerr; - - int i; - diff --git a/misc/cwish/pkg-descr b/misc/cwish/pkg-descr deleted file mode 100644 index cf56e7547be2..000000000000 --- a/misc/cwish/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -Cwish is an easy to use tool for traveling through the filesystem, - either for doing administrative work or as a shell replacement. |