summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-09-25 10:57:57 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-09-25 10:57:57 +0000
commitd0bf855b25f501adb69c8dac4e475a5d0aa113f7 (patch)
tree096d2dcda88191360dab8ef34bf1ee547ac405c7 /misc
parentsecurity/rsaref has been ELFized. (diff)
curses based user friendly windowing shell
Notes
Notes: svn path=/head/; revision=13391
Diffstat (limited to 'misc')
-rw-r--r--misc/cwish/Makefile33
-rw-r--r--misc/cwish/distinfo1
-rw-r--r--misc/cwish/files/patch-0117
-rw-r--r--misc/cwish/pkg-comment1
-rw-r--r--misc/cwish/pkg-descr2
-rw-r--r--misc/cwish/pkg-plist1
6 files changed, 55 insertions, 0 deletions
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 <bsd.port.mk>
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