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:
parent
8cd3639d8b
commit
a97485817c
24
misc/clex/Makefile
Normal file
24
misc/clex/Makefile
Normal 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
3
misc/clex/distinfo
Normal 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
|
15
misc/clex/patches/patch-src_Makefile_in
Normal file
15
misc/clex/patches/patch-src_Makefile_in
Normal 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
7
misc/clex/pkg/DESCR
Normal 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
3
misc/clex/pkg/PLIST
Normal 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
|
Loading…
x
Reference in New Issue
Block a user