mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
curses based user friendly windowing shell
This commit is contained in:
parent
b4bc06c5bf
commit
d0bf855b25
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13391
6 changed files with 55 additions and 0 deletions
33
misc/cwish/Makefile
Normal file
33
misc/cwish/Makefile
Normal file
|
@ -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>
|
1
misc/cwish/distinfo
Normal file
1
misc/cwish/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (cwish.tar.gz) = 486e7319343294f5422a0d774d2c32d2
|
17
misc/cwish/files/patch-01
Normal file
17
misc/cwish/files/patch-01
Normal file
|
@ -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
|
1
misc/cwish/pkg-comment
Normal file
1
misc/cwish/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
curses based user friendly windowing shell
|
2
misc/cwish/pkg-descr
Normal file
2
misc/cwish/pkg-descr
Normal file
|
@ -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.
|
1
misc/cwish/pkg-plist
Normal file
1
misc/cwish/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/cwish
|
Loading…
Add table
Reference in a new issue