diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-05-06 12:22:44 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-05-06 12:22:44 +0000 |
commit | 72c020440a66a595c25c6e564b14255ce5f0fc86 (patch) | |
tree | 03829967c39a6053d2d8ce9cef40d83c49c228bb /x11/offix-execute | |
parent | 5bfccef2f1eb553632a34546fd339001827d20ae (diff) | |
download | freebsd-ports-72c020440a66a595c25c6e564b14255ce5f0fc86.zip |
New port: Execute from the OffiX package. Execute runs programs
and redirects stdout/stderr to a window.
PR: part of 3991
Submitted by: Ruslan Shevchenko <ruslan@shevchenko.kiev.ua>
Diffstat (limited to 'x11/offix-execute')
-rw-r--r-- | x11/offix-execute/Makefile | 24 | ||||
-rw-r--r-- | x11/offix-execute/distinfo | 1 | ||||
-rw-r--r-- | x11/offix-execute/pkg-comment | 1 | ||||
-rw-r--r-- | x11/offix-execute/pkg-descr | 9 | ||||
-rw-r--r-- | x11/offix-execute/pkg-plist | 1 |
5 files changed, 36 insertions, 0 deletions
diff --git a/x11/offix-execute/Makefile b/x11/offix-execute/Makefile new file mode 100644 index 000000000000..408820e36436 --- /dev/null +++ b/x11/offix-execute/Makefile @@ -0,0 +1,24 @@ +# ports collection makefile for: Clipboard +# Version required: 2.4 +# Date created: 28 Jun 1997 +# Whom: Ruslan Shevchenko <ruslan@shevchenko.kiev.ua> +# +# $Id$ +# + +DISTNAME= Execute-2.4 +PKGNAME= offix-execute-2.4 +CATEGORIES= x11 offix +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= desktop_managers/OffiX + +MAINTAINER= ruslan@shevchenko.kiev.ua + +LIB_DEPENDS= Dnd\\.1\\.:${PORTSDIR}/x11/libdnd \ + Xpm\\.4\\.:${PORTSDIR}/graphics/xpm + +GNU_CONFIGURE= YES +USE_GMAKE= YES +USE_X11= YES + +.include <bsd.port.mk> diff --git a/x11/offix-execute/distinfo b/x11/offix-execute/distinfo new file mode 100644 index 000000000000..5e2b32ca4dc8 --- /dev/null +++ b/x11/offix-execute/distinfo @@ -0,0 +1 @@ +MD5 (Execute-2.4.tar.gz) = 974f701c72c64d66bd68b999a4ec8948 diff --git a/x11/offix-execute/pkg-comment b/x11/offix-execute/pkg-comment new file mode 100644 index 000000000000..8ad30b25fe72 --- /dev/null +++ b/x11/offix-execute/pkg-comment @@ -0,0 +1 @@ +Files executor from OffiX diff --git a/x11/offix-execute/pkg-descr b/x11/offix-execute/pkg-descr new file mode 100644 index 000000000000..0478c772cff6 --- /dev/null +++ b/x11/offix-execute/pkg-descr @@ -0,0 +1,9 @@ +This is Executor from OffiX --- part of desktop package with +DND Drag & Drop protocol support. + +Execute is a simple tool that work as a wrapper to non-X applications. It +redirects stdout/stderr of application to an X window. From that window the +user is able to abort the running program, to quit completely or to restart +the application. + +To run Execute do: execute application args_to_application diff --git a/x11/offix-execute/pkg-plist b/x11/offix-execute/pkg-plist new file mode 100644 index 000000000000..fdfd6c9df476 --- /dev/null +++ b/x11/offix-execute/pkg-plist @@ -0,0 +1 @@ +bin/execute |