diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-10-31 23:19:17 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-10-31 23:19:17 +0000 |
commit | dc22e17f7f7eadd42a97c6af5bfc9f57ad9f5505 (patch) | |
tree | a2f634543ffd842560a5cf75dded096041ab5345 /misc | |
parent | 109170b231ba1184a4bd0b2d03040f1ab99ab8a0 (diff) | |
download | ports-dc22e17f7f7eadd42a97c6af5bfc9f57ad9f5505.tar.gz ports-dc22e17f7f7eadd42a97c6af5bfc9f57ad9f5505.zip |
Added clex, a commandline file manager
PR: ports/44754
Submitted by: Michael L.Hostbaek <mich@freebsdcluster.org>
Notes
Notes:
svn path=/head/; revision=69222
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/clex/Makefile | 22 | ||||
-rw-r--r-- | misc/clex/distinfo | 1 | ||||
-rw-r--r-- | misc/clex/pkg-comment | 1 | ||||
-rw-r--r-- | misc/clex/pkg-descr | 14 | ||||
-rw-r--r-- | misc/clex/pkg-plist | 1 |
6 files changed, 40 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index b7aaadaf5639..870c897737b4 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -34,6 +34,7 @@ SUBDIR += chef SUBDIR += chord SUBDIR += chord2html + SUBDIR += clex SUBDIR += cmatrix SUBDIR += colortail SUBDIR += compat22 diff --git a/misc/clex/Makefile b/misc/clex/Makefile new file mode 100644 index 000000000000..30e3b3f90fea --- /dev/null +++ b/misc/clex/Makefile @@ -0,0 +1,22 @@ +# Ports collection makefile for: clex-tty +# Date created: Tue Oct 30, 2002 +# Whom: Michael L. Hostbaek <mich@freebsdcluster.org> +# +# $FreeBSD$ +# + +PORTNAME= clex +PORTVERSION= 3.1.6 +CATEGORIES= misc +MASTER_SITES= http://www.clex.sk/download/ +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ${PORTNAME}-${PORTVERSION}.src + +MAINTAINER= mich@freebsdcluster.org + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +GNU_CONFIGURE= yes + +MAN1= clex.1 + +.include <bsd.port.mk> diff --git a/misc/clex/distinfo b/misc/clex/distinfo new file mode 100644 index 000000000000..b82196de728d --- /dev/null +++ b/misc/clex/distinfo @@ -0,0 +1 @@ +MD5 (clex-3.1.6.src.tar.gz) = 05c074491db8cbb407221e7471e84bb3 diff --git a/misc/clex/pkg-comment b/misc/clex/pkg-comment new file mode 100644 index 000000000000..a8cea410fe93 --- /dev/null +++ b/misc/clex/pkg-comment @@ -0,0 +1 @@ +A commandline file manager diff --git a/misc/clex/pkg-descr b/misc/clex/pkg-descr new file mode 100644 index 000000000000..1082183601a0 --- /dev/null +++ b/misc/clex/pkg-descr @@ -0,0 +1,14 @@ +CLEX is a file manager with a full-screen user interface +written in C with the curses library. It displays directory +contents (including file status details) and provides +features like command history, filename insertion, or name +completion in order to help the user to construct commands +to be executed by the shell (there are no built-in commands). +CLEX is easily configurable and all its features are +explained in the on-line help. + +WWW: http://www.clex.sk/ +AUTHOR: Vlado Potisk <clex@clex.sk> + + - Michael L. Hostbaek + mich@freebsdcluster.org diff --git a/misc/clex/pkg-plist b/misc/clex/pkg-plist new file mode 100644 index 000000000000..99169186d561 --- /dev/null +++ b/misc/clex/pkg-plist @@ -0,0 +1 @@ +bin/clex |