Import clex 3.1.9.

Submitted by Victor Sahlstedt <cvss@home.se>.

CLEX 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.
This commit is contained in:
naddy 2004-05-03 19:13:28 +00:00
parent 8cd3639d8b
commit a97485817c
5 changed files with 52 additions and 0 deletions

24
misc/clex/Makefile Normal file
View File

@ -0,0 +1,24 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/05/03 19:13:28 naddy Exp $
COMMENT= "commandline shell and file manager"
DISTNAME= clex-3.1.9
CATEGORIES= misc
HOMEPAGE= http://www.clex.sk/
MAINTAINER= Victor Sahlstedt <cvss@home.se>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE:=download/}
EXTRACT_SUFX= .src.tar.gz
SEPARATE_BUILD= simple
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>

3
misc/clex/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (clex-3.1.9.src.tar.gz) = 33efce1122f01945b0e09bb7d8791282
RMD160 (clex-3.1.9.src.tar.gz) = affdfef45b78845a469ffa190a107a4b998dd8db
SHA1 (clex-3.1.9.src.tar.gz) = 22ec5eb0670dc5fdabc5c689250cdb052e6ecadf

View File

@ -0,0 +1,15 @@
$OpenBSD: patch-src_Makefile_in,v 1.1.1.1 2004/05/03 19:13:28 naddy Exp $
--- src/Makefile.in.orig 2004-05-03 21:06:24.000000000 +0200
+++ src/Makefile.in 2004-05-03 21:06:47.000000000 +0200
@@ -504,9 +504,9 @@ help.inc: help_en.hlp
-e 's:\(.*\)@@=\(.*\):#"\1", "\2":' \
-e '/^#/!s:\(.*\):#"\1", 0:' \
-e 's: *":":g' \
- -e 's:#\(.*\):{ \1 },:' $< > $@
+ -e 's:#\(.*\):{ \1 },:' $? > $@
clex.1: clex.1.in
- sed -e 's:@sysconfdir\@:$(sysconfdir):g' $< > $@
+ sed -e 's:@sysconfdir\@:$(sysconfdir):g' $? > $@
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:

7
misc/clex/pkg/DESCR Normal file
View File

@ -0,0 +1,7 @@
CLEX 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.
There are no built-in commands, CLEX is an add-on to your favorite
shell.

3
misc/clex/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/05/03 19:13:28 naddy Exp $
bin/clex
man/man1/clex.1