Bug 25800 - New port: x11-fm/worker - X11 File Manager based on Directory Opus
Summary: New port: x11-fm/worker - X11 File Manager based on Directory Opus
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-03-14 12:20 UTC by simond
Modified: 2001-03-31 03:58 UTC (History)
0 users

See Also:


Attachments
file.shar (2.38 KB, text/plain)
2001-03-14 12:20 UTC, simond
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description simond 2001-03-14 12:20:01 UTC

    
Comment 1 Donald Maddox 2001-03-20 03:18:13 UTC
I submitted a port of Worker months ago.  See PR 24339...

Thus far, no committer has looked at it... :(

simond@irrelevant.org wrote:
> 
> >Number:         25800
> >Category:       ports
> >Synopsis:       New port: x11-fm/worker - X11 File Manager based on Directory Opus
> >Confidential:   no
> >Severity:       non-critical
> >Priority:       low
> >Responsible:    freebsd-ports
> >State:          open
> >Quarter:
> >Keywords:
> >Date-Required:
> >Class:          change-request
> >Submitter-Id:   current-users
> >Arrival-Date:   Wed Mar 14 04:20:01 PST 2001
> >Closed-Date:
> >Last-Modified:
> >Originator:     Simon Dick
> >Release:        FreeBSD 4.3-BETA i386
> >Organization:
> N/A
> >Environment:
> System: FreeBSD laptop.irrelevant.org 4.3-BETA FreeBSD 4.3-BETA #8: Wed Mar 14 10:09:06 GMT 2001 root@laptop.irrelevant.org:/usr/obj/usr/src/sys/LAPTOP i386
> 
> 
> >Description:
> 
> >How-To-Repeat:
> 
> >Fix:
> 
> # This is a shell archive.  Save it in a file, remove anything before
> # this line, and then unpack it by entering "sh file".  Note, it may
> # create directories; files and directories will be owned by you and
> # have default permissions.
> #
> # This archive contains:
> #
> #       worker
> #       worker/Makefile
> #       worker/distinfo
> #       worker/pkg-plist
> #       worker/pkg-descr
> #       worker/pkg-comment
> #
> echo c - worker
> mkdir -p worker > /dev/null 2>&1
> echo x - worker/Makefile
> sed 's/^X//' >worker/Makefile << 'END-of-worker/Makefile'
> X# New ports collection makefile for: worker
> X# Date created: 14 March 2001
> X# Whom: Simon Dick <simond@irrelevant.org>
> X#
> X# $FreeBSD$
> X#
> X
> XPORTNAME=      worker
> XPORTVERSION=   2.1.0
> X# PORTREVISION=
> XCATEGORIES=    x11-fm
> XMASTER_SITES=  http://www.boomerangsworld.de/worker/downloads/ \
> X               http://www.informatik.uni-halle.de/~hoffmanr/worker/downloads/
> X
> XMAINTAINER=    simond@irrelevant.org
> X
> XGNU_CONFIGURE= yes
> XUSE_XLIB=      yes
> X
> X.include <bsd.port.mk>
> END-of-worker/Makefile
> echo x - worker/distinfo
> sed 's/^X//' >worker/distinfo << 'END-of-worker/distinfo'
> XMD5 (worker-2.1.0.tar.gz) = c12f36091a027a7ccc2edccec95aeef8
> END-of-worker/distinfo
> echo x - worker/pkg-plist
> sed 's/^X//' >worker/pkg-plist << 'END-of-worker/pkg-plist'
> Xbin/worker
> Xbin/worker_inst
> Xbin/xliwrapper_worker
> Xshare/worker/catalogs/deutsch.catalog
> Xshare/worker/catalogs/deutsch.catalog.coms
> Xshare/worker/catalogs/deutsch.catalog.flags
> Xshare/worker/catalogs/francais.catalog
> Xshare/worker/catalogs/francais.catalog.coms
> Xshare/worker/catalogs/francais.catalog.flags
> Xshare/worker/config-de
> Xshare/worker/config-en
> Xshare/worker/config-fr
> Xman/man1/worker.1
> X@dirrm share/worker/catalogs
> X@dirrm share/worker
> END-of-worker/pkg-plist
> echo x - worker/pkg-descr
> sed 's/^X//' >worker/pkg-descr << 'END-of-worker/pkg-descr'
> XWorker is a file-manager exclusive for X based on the famous filemanager
> X"DirectoryOpus" on the AmigaOS. It is configurable on the fly without
> Xrestarting Worker. Any extern program can be easily integrated in the GUI,
> Xincluding a button and a hotkey. Worker uses real file-recognition on
> Xfile-content AND/OR file-ending, where each file-type can get it's own action.
> X
> XWWW: http://www.boomerangsworld.de/worker/
> X
> X- Simon Dick
> Xsimond@irrelevant.org
> END-of-worker/pkg-descr
> echo x - worker/pkg-comment
> sed 's/^X//' >worker/pkg-comment << 'END-of-worker/pkg-comment'
> XX11 File Manager based on Directory Opus
> END-of-worker/pkg-comment
> exit
> 
> >Release-Note:
> >Audit-Trail:
> >Unformatted:
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-ports" in the body of the message

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
Comment 2 simond 2001-03-23 13:59:24 UTC
Here's a patch to upgrade the previously submitted port to the current
worker version:

diff -ruN worker.orig/Makefile worker/Makefile
--- worker.orig/Makefile        Fri Mar 23 13:58:01 2001
+++ worker/Makefile     Thu Mar 22 11:41:13 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=      worker
-PORTVERSION=   2.1.0
+PORTVERSION=   2.2.0
 # PORTREVISION=
 CATEGORIES=    x11-fm
 MASTER_SITES=  http://www.boomerangsworld.de/worker/downloads/ \
diff -ruN worker.orig/distinfo worker/distinfo
--- worker.orig/distinfo        Fri Mar 23 13:58:09 2001
+++ worker/distinfo     Thu Mar 22 11:41:30 2001
@@ -1 +1 @@
-MD5 (worker-2.1.0.tar.gz) = c12f36091a027a7ccc2edccec95aeef8
+MD5 (worker-2.2.0.tar.gz) = a8ae89748d501abf54218e09bfe9be6f


-- 
Simon Dick					simond@irrelevant.org
"Why do I get this urge to go bowling everytime I see Tux?"
Comment 3 Will Andrews freebsd_committer freebsd_triage 2001-03-31 03:57:42 UTC
State Changed
From-To: open->closed

Committed, thanks.  Cleanups: Removed PORTREVISION, tabbed the 
header, used MAN1 instead of putting manpage in pkg-plist.