Import Rox Wrappers v1.0.2 into the NetBSD packages collection.
This package provides Rox filer wrappers to existing applications such as Netscape and Emacs so that these applications can be run easily from the Rox filer. From Rui-Xiang Guo (rxg at ms25.url.com.tw) in PR#17043. Thanks!
This commit is contained in:
parent
f1ae32bea9
commit
07cda4cb9f
5 changed files with 135 additions and 0 deletions
13
sysutils/rox-wrappers/DESCR
Normal file
13
sysutils/rox-wrappers/DESCR
Normal file
|
@ -0,0 +1,13 @@
|
|||
Here are some example wrapper applications for rox.
|
||||
|
||||
Click on them to run them. Note that you must have the full program
|
||||
already installed - if you haven't got Netscape then the Netscape wrapper
|
||||
won't work, etc!
|
||||
|
||||
You can drag these to your panel or pinboard to add them, and you can drag
|
||||
files to them.
|
||||
|
||||
Some of these wrappers can run various different commands - for example,
|
||||
Lock can either use xlock or xscreensaver. To change the command used,
|
||||
load the AppRun script in the Lock directory into Edit and move the hash
|
||||
(#) mark to the other line (lines beginning with # are ignored).
|
27
sysutils/rox-wrappers/Makefile
Normal file
27
sysutils/rox-wrappers/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2002/05/26 17:22:48 cjep Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Wrappers-1.0.2
|
||||
PKGNAME= rox-wrappers-1.0.2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rox/}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= rxg@netbsd.org
|
||||
HOMEPAGE= http://rox.sourceforge.net/
|
||||
COMMENT= some example Wrapper applications
|
||||
|
||||
DEPENDS+= rox>=1.2.0:../../sysutils/rox
|
||||
|
||||
DIST_SUBDIR= rox
|
||||
|
||||
NO_CONFIGURE= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/Wrappers
|
||||
|
||||
do-install:
|
||||
${RM} -f ${WRKSRC}/Emacs/AppRun.orig
|
||||
${CP} -Rf ${WRKSRC} ${PREFIX}/share/examples
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
77
sysutils/rox-wrappers/PLIST
Normal file
77
sysutils/rox-wrappers/PLIST
Normal file
|
@ -0,0 +1,77 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2002/05/26 17:22:48 cjep Exp $
|
||||
share/examples/Wrappers/AbiWord/AppIcon.xpm
|
||||
share/examples/Wrappers/AbiWord/AppInfo.xml
|
||||
share/examples/Wrappers/AbiWord/AppRun
|
||||
share/examples/Wrappers/Emacs/AppIcon.xpm
|
||||
share/examples/Wrappers/Emacs/AppInfo.xml
|
||||
share/examples/Wrappers/Emacs/AppRun
|
||||
share/examples/Wrappers/Emacs/Config
|
||||
share/examples/Wrappers/GMix/AppIcon.xpm
|
||||
share/examples/Wrappers/GMix/AppInfo.xml
|
||||
share/examples/Wrappers/GMix/AppRun
|
||||
share/examples/Wrappers/GQView/AppIcon.xpm
|
||||
share/examples/Wrappers/GQView/AppInfo.xml
|
||||
share/examples/Wrappers/GQView/AppRun
|
||||
share/examples/Wrappers/Galeon/AppIcon.xpm
|
||||
share/examples/Wrappers/Galeon/AppInfo.xml
|
||||
share/examples/Wrappers/Galeon/AppRun
|
||||
share/examples/Wrappers/GhostView/AppIcon.xpm
|
||||
share/examples/Wrappers/GhostView/AppInfo.xml
|
||||
share/examples/Wrappers/GhostView/AppRun
|
||||
share/examples/Wrappers/Gimp/AppIcon.xpm
|
||||
share/examples/Wrappers/Gimp/AppInfo.xml
|
||||
share/examples/Wrappers/Gimp/AppRun
|
||||
share/examples/Wrappers/Gnumeric/AppIcon.xpm
|
||||
share/examples/Wrappers/Gnumeric/AppInfo.xml
|
||||
share/examples/Wrappers/Gnumeric/AppRun
|
||||
share/examples/Wrappers/Lock/AppIcon.xpm
|
||||
share/examples/Wrappers/Lock/AppInfo.xml
|
||||
share/examples/Wrappers/Lock/AppRun
|
||||
share/examples/Wrappers/Lyx/AppIcon.xpm
|
||||
share/examples/Wrappers/Lyx/AppInfo.xml
|
||||
share/examples/Wrappers/Lyx/AppRun
|
||||
share/examples/Wrappers/Mozilla/AppIcon.xpm
|
||||
share/examples/Wrappers/Mozilla/AppInfo.xml
|
||||
share/examples/Wrappers/Mozilla/AppRun
|
||||
share/examples/Wrappers/Netscape/.AppRun.swp
|
||||
share/examples/Wrappers/Netscape/AppIcon.xpm
|
||||
share/examples/Wrappers/Netscape/AppInfo.xml
|
||||
share/examples/Wrappers/Netscape/AppRun
|
||||
share/examples/Wrappers/README
|
||||
share/examples/Wrappers/Spruce/AppIcon.xpm
|
||||
share/examples/Wrappers/Spruce/AppInfo.xml
|
||||
share/examples/Wrappers/Spruce/AppRun
|
||||
share/examples/Wrappers/TCD/AppIcon.xpm
|
||||
share/examples/Wrappers/TCD/AppInfo.xml
|
||||
share/examples/Wrappers/TCD/AppRun
|
||||
share/examples/Wrappers/Terminal/AppIcon.xpm
|
||||
share/examples/Wrappers/Terminal/AppInfo.xml
|
||||
share/examples/Wrappers/Terminal/AppRun
|
||||
share/examples/Wrappers/Vim/AppIcon.xpm
|
||||
share/examples/Wrappers/Vim/AppInfo.xml
|
||||
share/examples/Wrappers/Vim/AppRun
|
||||
share/examples/Wrappers/XMMS/AppIcon.xpm
|
||||
share/examples/Wrappers/XMMS/AppInfo.xml
|
||||
share/examples/Wrappers/XMMS/AppRun
|
||||
share/examples/Wrappers/XPaint/AppIcon.xpm
|
||||
share/examples/Wrappers/XPaint/AppInfo.xml
|
||||
share/examples/Wrappers/XPaint/AppRun
|
||||
@dirrm share/examples/Wrappers/XPaint
|
||||
@dirrm share/examples/Wrappers/XMMS
|
||||
@dirrm share/examples/Wrappers/Vim
|
||||
@dirrm share/examples/Wrappers/Terminal
|
||||
@dirrm share/examples/Wrappers/TCD
|
||||
@dirrm share/examples/Wrappers/Spruce
|
||||
@dirrm share/examples/Wrappers/Netscape
|
||||
@dirrm share/examples/Wrappers/Mozilla
|
||||
@dirrm share/examples/Wrappers/Lyx
|
||||
@dirrm share/examples/Wrappers/Lock
|
||||
@dirrm share/examples/Wrappers/Gnumeric
|
||||
@dirrm share/examples/Wrappers/Gimp
|
||||
@dirrm share/examples/Wrappers/GhostView
|
||||
@dirrm share/examples/Wrappers/Galeon
|
||||
@dirrm share/examples/Wrappers/GQView
|
||||
@dirrm share/examples/Wrappers/GMix
|
||||
@dirrm share/examples/Wrappers/Emacs
|
||||
@dirrm share/examples/Wrappers/AbiWord
|
||||
@dirrm share/examples/Wrappers
|
5
sysutils/rox-wrappers/distinfo
Normal file
5
sysutils/rox-wrappers/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2002/05/26 17:22:48 cjep Exp $
|
||||
|
||||
SHA1 (rox/Wrappers-1.0.2.tgz) = 2178bcc56eebb54b3033bf690b187c7cc0cd49d2
|
||||
Size (rox/Wrappers-1.0.2.tgz) = 68517 bytes
|
||||
SHA1 (patch-aa) = 78b70a1bab2b3778ac6fbd16eaea8d58e36e4df8
|
13
sysutils/rox-wrappers/patches/patch-aa
Normal file
13
sysutils/rox-wrappers/patches/patch-aa
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-aa,v 1.1.1.1 2002/05/26 17:22:48 cjep Exp $
|
||||
|
||||
--- Emacs/AppRun.orig Sun Oct 22 23:16:51 2000
|
||||
+++ Emacs/AppRun
|
||||
@@ -3,7 +3,7 @@
|
||||
# If necessary, emacs is started
|
||||
. `dirname $0`/Config
|
||||
echo USE_CLIENT=$USE_CLIENT
|
||||
-function start_emacs {
|
||||
+start_emacs() {
|
||||
local start_server
|
||||
[ -z "$USE_CLIENT" ] || start_server="-eval '(server-start)'"
|
||||
eval emacs $start_server $@
|
Loading…
Reference in a new issue