diff options
-rw-r--r-- | sysutils/clex/DESCR | 11 | ||||
-rw-r--r-- | sysutils/clex/Makefile | 16 | ||||
-rw-r--r-- | sysutils/clex/PLIST | 3 | ||||
-rw-r--r-- | sysutils/clex/distinfo | 5 |
4 files changed, 35 insertions, 0 deletions
diff --git a/sysutils/clex/DESCR b/sysutils/clex/DESCR new file mode 100644 index 00000000000..9dc609a5e54 --- /dev/null +++ b/sysutils/clex/DESCR @@ -0,0 +1,11 @@ +CLEX (pronounced KLEKS) is a file manager with a full-screen user +interface. It displays directory contents including the file status +details and provides features like command history, filename +insertion, or name completion in order to help users to create +commands to be executed by the shell. + +CLEX is a versatile tool for system administrators and all users that +utilize the enormous power of the command line. Its unique one-panel +user interface enhances productivity and lessens the probability of +mistake. There are no built-in commands, CLEX is an add-on to your +favorite shell. diff --git a/sysutils/clex/Makefile b/sysutils/clex/Makefile new file mode 100644 index 00000000000..38e9216959f --- /dev/null +++ b/sysutils/clex/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/12/01 03:54:26 minskim Exp $ +# + +DISTNAME= clex-3.14 +CATEGORIES= sysutils +MASTER_SITES= http://www.clex.sk/download/ + +MAINTAINER= bartosz@atom.eu.org +HOMEPAGE= http://www.clex.sk/download/ +COMMENT= File manager with a full-screen user interface + +USE_NCURSES= # enter_{bold,reverse,underline}_mode +GNU_CONFIGURE= yes + +.include "../../devel/ncurses/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/clex/PLIST b/sysutils/clex/PLIST new file mode 100644 index 00000000000..f9f60ff4351 --- /dev/null +++ b/sysutils/clex/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/12/01 03:54:26 minskim Exp $ +bin/clex +man/man1/clex.1 diff --git a/sysutils/clex/distinfo b/sysutils/clex/distinfo new file mode 100644 index 00000000000..539d34ab6f3 --- /dev/null +++ b/sysutils/clex/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/12/01 03:54:26 minskim Exp $ + +SHA1 (clex-3.14.tar.gz) = 8ed56610d2e6bb8db9af5ddbcc44b289d1b2d97c +RMD160 (clex-3.14.tar.gz) = a23df661efa0451bd6cf1db31f9254354cee5b73 +Size (clex-3.14.tar.gz) = 178492 bytes |