diff options
Diffstat (limited to 'sysutils/cdls')
-rw-r--r-- | sysutils/cdls/Makefile | 30 | ||||
-rw-r--r-- | sysutils/cdls/distinfo | 2 | ||||
-rw-r--r-- | sysutils/cdls/files/patch-Makefile | 9 | ||||
-rw-r--r-- | sysutils/cdls/pkg-descr | 10 |
4 files changed, 0 insertions, 51 deletions
diff --git a/sysutils/cdls/Makefile b/sysutils/cdls/Makefile deleted file mode 100644 index b79645bccad5..000000000000 --- a/sysutils/cdls/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# Created by: Hans de Hartog -# $FreeBSD$ - -PORTNAME= cdls -PORTVERSION= 4.2 -CATEGORIES= sysutils -MASTER_SITES= ftp://freebsd4ever.xs4all.nl/ ftp://vps337.directvps.nl/ - -MAINTAINER= hansdehartog@xs4all.nl -COMMENT= Curses based file manager for system managers - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -PLIST_FILES= bin/cdls - -USES= ncurses - -.include <bsd.port.pre.mk> - -.if ${NCURSESBASE} == /usr -# no need to use ncurses-config if we use ncurses from the base system -CONFIGURE_ARGS+= NCURSES_CONFIG=/usr/bin/true -.endif - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/cdls ${STAGEDIR}${PREFIX}/bin - -.include <bsd.port.post.mk> diff --git a/sysutils/cdls/distinfo b/sysutils/cdls/distinfo deleted file mode 100644 index 087a9c5354a5..000000000000 --- a/sysutils/cdls/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (cdls-4.2.tar.gz) = cf184152823fd1102cdbca8f572d69eca2e582e14ca9bcc46134a2584a8e02fe -SIZE (cdls-4.2.tar.gz) = 23751 diff --git a/sysutils/cdls/files/patch-Makefile b/sysutils/cdls/files/patch-Makefile deleted file mode 100644 index 707e9d5b2731..000000000000 --- a/sysutils/cdls/files/patch-Makefile +++ /dev/null @@ -1,9 +0,0 @@ ---- Makefile.orig 2012-04-13 16:42:46 UTC -+++ Makefile -@@ -1,5 +1,5 @@ - all: -- cc -O2 -Wall -o cdls cdls.c -lncurses -+ ${CC} ${CFLAGS} -o cdls cdls.c ${LDFLAGS} -lncurses - install: - install -o root -g wheel cdls /usr/local/bin/cdls - clean: diff --git a/sysutils/cdls/pkg-descr b/sysutils/cdls/pkg-descr deleted file mode 100644 index 0ac9c584c4f1..000000000000 --- a/sysutils/cdls/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -cdls is a curses-based file manager for quickly browsing directories and -files. The screen can be dynamically adjusted to include all information -(like 'ls -ail'), or just the filenames (multi-column), or anything in -between. - -All basic file and directory manipulations are possible with 1 keystroke: -copy, move, delete, view, execute, change owner/group/mode, edit, diff, -link (hard/symbolic), wc, tail -f, cksum, hexdump and many others. -Documentation is self-contained in cdls and consists of two screens from -which each option or subject can be selected to show its info screen. |