mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
WindowMaker Netscape launcher to display urls from X selection
PR: ports/10467 Submitted by: David McNett <nugget@slacker.com>
This commit is contained in:
parent
5e03417a8a
commit
3972d8d246
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17480
23
www/wmnetselect/Makefile
Normal file
23
www/wmnetselect/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: wmnetselect
|
||||
# Version required: 0.4
|
||||
# Date created: 7 March 1999
|
||||
# Whom: David McNett <nugget@slacker.com>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= wmnetselect-0.4
|
||||
CATEGORIES= www windowmaker
|
||||
MASTER_SITES= http://home.att.net/~apathos/code/
|
||||
|
||||
MAINTAINER= nugget@slacker.com
|
||||
|
||||
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
||||
|
||||
USE_IMAKE= yes
|
||||
NO_INSTALL_MANPAGES= yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/wmnetselect ${X11BASE}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
1
www/wmnetselect/distinfo
Normal file
1
www/wmnetselect/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (wmnetselect-0.4.tar.gz) = c1e463bc1021f884d11a942ad49d92d8
|
1
www/wmnetselect/pkg-comment
Normal file
1
www/wmnetselect/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
WindowMaker Netscape launcher to display urls from X selection.
|
15
www/wmnetselect/pkg-descr
Normal file
15
www/wmnetselect/pkg-descr
Normal file
@ -0,0 +1,15 @@
|
||||
wmnetselect is a WindowMaker docked applet designed to make launching netscape
|
||||
simpler and more featureful. It offers the following features:
|
||||
|
||||
Double click left mouse button to launch Netscape
|
||||
(Just like any docked window maker appicon).
|
||||
|
||||
Single click middle mouse button to send X selection to
|
||||
Netscape, (causes Netscape to go to URL represented by selection).
|
||||
|
||||
Ctrl-click middle mouse button to instruct Netscape to open
|
||||
a new window with URL.
|
||||
|
||||
Trims whitespace from X selection.
|
||||
|
||||
More information can be found at http://home.att.net/~apathos/wmnetsel.html
|
1
www/wmnetselect/pkg-plist
Normal file
1
www/wmnetselect/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/wmnetselect
|
Loading…
Reference in New Issue
Block a user