diff options
author | tg <tg@FreeBSD.org> | 1998-05-06 20:22:44 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-05-06 20:22:44 +0800 |
commit | 4fa6d628834d7b8b5c692e61372fb696b77af414 (patch) | |
tree | b162b6bd76e0116052a350bec3c10cfb20de2465 /x11 | |
parent | 101f9ff173afd846b70e22a6f4b8b3b25e52a86b (diff) | |
download | freebsd-ports-graphics-4fa6d628834d7b8b5c692e61372fb696b77af414.tar.gz freebsd-ports-graphics-4fa6d628834d7b8b5c692e61372fb696b77af414.tar.zst freebsd-ports-graphics-4fa6d628834d7b8b5c692e61372fb696b77af414.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')
-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 00000000000..408820e3643 --- /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 00000000000..5e2b32ca4dc --- /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 00000000000..8ad30b25fe7 --- /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 00000000000..0478c772cff --- /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 00000000000..fdfd6c9df47 --- /dev/null +++ b/x11/offix-execute/pkg-plist @@ -0,0 +1 @@ +bin/execute |