Add worker 2.1.0, a X11 File Manager based on Directory Opus.
PR: 25800 Submitted by: Simon Dick <simond@irrelevant.org>
This commit is contained in:
parent
e5a7403488
commit
a04eba9ba6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40628
6 changed files with 48 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
SUBDIR += systemg
|
||||
SUBDIR += tkdesk
|
||||
SUBDIR += vide
|
||||
SUBDIR += worker
|
||||
SUBDIR += workplace
|
||||
SUBDIR += x-files
|
||||
SUBDIR += xcruise
|
||||
|
|
21
x11-fm/worker/Makefile
Normal file
21
x11-fm/worker/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# New ports collection makefile for: worker
|
||||
# Date created: 14 March 2001
|
||||
# Whom: Simon Dick <simond@irrelevant.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= worker
|
||||
PORTVERSION= 2.1.0
|
||||
CATEGORIES= x11-fm
|
||||
MASTER_SITES= http://www.boomerangsworld.de/worker/downloads/ \
|
||||
http://www.informatik.uni-halle.de/~hoffmanr/worker/downloads/
|
||||
|
||||
MAINTAINER= simond@irrelevant.org
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_XLIB= yes
|
||||
|
||||
MAN1= worker.1
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11-fm/worker/distinfo
Normal file
1
x11-fm/worker/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (worker-2.1.0.tar.gz) = c12f36091a027a7ccc2edccec95aeef8
|
1
x11-fm/worker/pkg-comment
Normal file
1
x11-fm/worker/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
X11 File Manager based on Directory Opus
|
10
x11-fm/worker/pkg-descr
Normal file
10
x11-fm/worker/pkg-descr
Normal file
|
@ -0,0 +1,10 @@
|
|||
Worker is a file-manager exclusive for X based on the famous filemanager
|
||||
"DirectoryOpus" on the AmigaOS. It is configurable on the fly without
|
||||
restarting Worker. Any extern program can be easily integrated in the GUI,
|
||||
including a button and a hotkey. Worker uses real file-recognition on
|
||||
file-content AND/OR file-ending, where each file-type can get it's own action.
|
||||
|
||||
WWW: http://www.boomerangsworld.de/worker/
|
||||
|
||||
- Simon Dick
|
||||
simond@irrelevant.org
|
14
x11-fm/worker/pkg-plist
Normal file
14
x11-fm/worker/pkg-plist
Normal file
|
@ -0,0 +1,14 @@
|
|||
bin/worker
|
||||
bin/worker_inst
|
||||
bin/xliwrapper_worker
|
||||
share/worker/catalogs/deutsch.catalog
|
||||
share/worker/catalogs/deutsch.catalog.coms
|
||||
share/worker/catalogs/deutsch.catalog.flags
|
||||
share/worker/catalogs/francais.catalog
|
||||
share/worker/catalogs/francais.catalog.coms
|
||||
share/worker/catalogs/francais.catalog.flags
|
||||
share/worker/config-de
|
||||
share/worker/config-en
|
||||
share/worker/config-fr
|
||||
@dirrm share/worker/catalogs
|
||||
@dirrm share/worker
|
Loading…
Reference in a new issue