diff options
author | taoka <taoka@FreeBSD.org> | 1999-03-31 06:24:17 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-03-31 06:24:17 +0000 |
commit | 4a0b01986b1f249a3359a8593111ed709e79fb0a (patch) | |
tree | aa34bf97e0ad5e4b70d1df337a6301b8bc3fc972 /www | |
parent | 8f5ab27ff72e7aafb72bacea39c42b681c52ef08 (diff) | |
download | FreeBSD-ports-4a0b01986b1f249a3359a8593111ed709e79fb0a.zip FreeBSD-ports-4a0b01986b1f249a3359a8593111ed709e79fb0a.tar.gz |
WindowMaker Netscape launcher to display urls from X selection
PR: ports/10467
Submitted by: David McNett <nugget@slacker.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/wmnetselect/Makefile | 23 | ||||
-rw-r--r-- | www/wmnetselect/distinfo | 1 | ||||
-rw-r--r-- | www/wmnetselect/pkg-comment | 1 | ||||
-rw-r--r-- | www/wmnetselect/pkg-descr | 15 | ||||
-rw-r--r-- | www/wmnetselect/pkg-plist | 1 |
5 files changed, 41 insertions, 0 deletions
diff --git a/www/wmnetselect/Makefile b/www/wmnetselect/Makefile new file mode 100644 index 0000000..e66c161 --- /dev/null +++ b/www/wmnetselect/Makefile @@ -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> diff --git a/www/wmnetselect/distinfo b/www/wmnetselect/distinfo new file mode 100644 index 0000000..2f326d9 --- /dev/null +++ b/www/wmnetselect/distinfo @@ -0,0 +1 @@ +MD5 (wmnetselect-0.4.tar.gz) = c1e463bc1021f884d11a942ad49d92d8 diff --git a/www/wmnetselect/pkg-comment b/www/wmnetselect/pkg-comment new file mode 100644 index 0000000..2ed5f91 --- /dev/null +++ b/www/wmnetselect/pkg-comment @@ -0,0 +1 @@ +WindowMaker Netscape launcher to display urls from X selection. diff --git a/www/wmnetselect/pkg-descr b/www/wmnetselect/pkg-descr new file mode 100644 index 0000000..74943b2 --- /dev/null +++ b/www/wmnetselect/pkg-descr @@ -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 diff --git a/www/wmnetselect/pkg-plist b/www/wmnetselect/pkg-plist new file mode 100644 index 0000000..0879ea3 --- /dev/null +++ b/www/wmnetselect/pkg-plist @@ -0,0 +1 @@ +bin/wmnetselect |