aboutsummaryrefslogtreecommitdiff
path: root/misc/clex
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2002-10-31 23:19:17 +0000
committerOliver Braun <obraun@FreeBSD.org>2002-10-31 23:19:17 +0000
commitdc22e17f7f7eadd42a97c6af5bfc9f57ad9f5505 (patch)
treea2f634543ffd842560a5cf75dded096041ab5345 /misc/clex
parent109170b231ba1184a4bd0b2d03040f1ab99ab8a0 (diff)
downloadports-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/clex')
-rw-r--r--misc/clex/Makefile22
-rw-r--r--misc/clex/distinfo1
-rw-r--r--misc/clex/pkg-comment1
-rw-r--r--misc/clex/pkg-descr14
-rw-r--r--misc/clex/pkg-plist1
5 files changed, 39 insertions, 0 deletions
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