From d0bf855b25f501adb69c8dac4e475a5d0aa113f7 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 25 Sep 1998 10:57:57 +0000 Subject: curses based user friendly windowing shell --- misc/cwish/Makefile | 33 +++++++++++++++++++++++++++++++++ misc/cwish/distinfo | 1 + misc/cwish/files/patch-01 | 17 +++++++++++++++++ misc/cwish/pkg-comment | 1 + misc/cwish/pkg-descr | 2 ++ misc/cwish/pkg-plist | 1 + 6 files changed, 55 insertions(+) create mode 100644 misc/cwish/Makefile create mode 100644 misc/cwish/distinfo create mode 100644 misc/cwish/files/patch-01 create mode 100644 misc/cwish/pkg-comment create mode 100644 misc/cwish/pkg-descr create mode 100644 misc/cwish/pkg-plist (limited to 'misc') diff --git a/misc/cwish/Makefile b/misc/cwish/Makefile new file mode 100644 index 000000000000..28e67d590631 --- /dev/null +++ b/misc/cwish/Makefile @@ -0,0 +1,33 @@ +# ex:ts=8 +# Ports collection makefile for: cwish +# Version required: 3.37 +# Date created: Thur Sept 25, 1998 +# Whom: David O'Brien (obrien@NUXI.com) +# +# $Id: Makefile,v 1.2 1997/01/25 18:08:40 obrien Exp $ +# + +DISTNAME= cwish +PKGNAME= cwish-3.37 +CATEGORIES= misc +MASTER_SITES= http://www.hcs.de/users/hm/packages/ + +MAINTAINER= obrien@FreeBSD.org + +OSVERSION!= sysctl -n kern.osreldate +.if ${OSVERSION} >= 300000 +BROKEN= "headers problem" +.endif + +NO_WRKSUBDIR= yes +ALL_TARGET= #emtpy +MAN1= cwish.1 + +pre-configure: + ${CP} ${WRKSRC}/Makefile.freebsd ${WRKSRC}/Makefile + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/cwish ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/cwish.1 ${PREFIX}/man/man1 + +.include diff --git a/misc/cwish/distinfo b/misc/cwish/distinfo new file mode 100644 index 000000000000..b5daddbb0880 --- /dev/null +++ b/misc/cwish/distinfo @@ -0,0 +1 @@ +MD5 (cwish.tar.gz) = 486e7319343294f5422a0d774d2c32d2 diff --git a/misc/cwish/files/patch-01 b/misc/cwish/files/patch-01 new file mode 100644 index 000000000000..211b8bca7a5b --- /dev/null +++ b/misc/cwish/files/patch-01 @@ -0,0 +1,17 @@ +--- Makefile.freebsd.orig Fri Aug 30 04:41:24 1996 ++++ Makefile.freebsd Fri Sep 25 02:51:25 1998 +@@ -71,12 +71,12 @@ + + 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 patchlevel.h diff --git a/misc/cwish/pkg-comment b/misc/cwish/pkg-comment new file mode 100644 index 000000000000..b72261cf6e62 --- /dev/null +++ b/misc/cwish/pkg-comment @@ -0,0 +1 @@ +curses based user friendly windowing shell diff --git a/misc/cwish/pkg-descr b/misc/cwish/pkg-descr new file mode 100644 index 000000000000..cf56e7547be2 --- /dev/null +++ b/misc/cwish/pkg-descr @@ -0,0 +1,2 @@ +Cwish is an easy to use tool for traveling through the filesystem, + either for doing administrative work or as a shell replacement. diff --git a/misc/cwish/pkg-plist b/misc/cwish/pkg-plist new file mode 100644 index 000000000000..b1b45218bc6b --- /dev/null +++ b/misc/cwish/pkg-plist @@ -0,0 +1 @@ +bin/cwish -- cgit v1.2.3