diff options
author | tg <tg@FreeBSD.org> | 1998-05-06 20:18:25 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-05-06 20:18:25 +0800 |
commit | 101f9ff173afd846b70e22a6f4b8b3b25e52a86b (patch) | |
tree | 0384fc6a44b6db1b08050ce4c729a832c2bf8750 /editors | |
parent | a0144deb98442a06dbc561568df91cd3f9140b05 (diff) | |
download | freebsd-ports-gnome-101f9ff173afd846b70e22a6f4b8b3b25e52a86b.tar.gz freebsd-ports-gnome-101f9ff173afd846b70e22a6f4b8b3b25e52a86b.tar.zst freebsd-ports-gnome-101f9ff173afd846b70e22a6f4b8b3b25e52a86b.zip |
New port: Editor from the OffiX package.
PR: part of 3991
Submitted by: Ruslan Shevchenko <ruslan@shevchenko.kiev.ua>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/offix-editor/Makefile | 25 | ||||
-rw-r--r-- | editors/offix-editor/distinfo | 1 | ||||
-rw-r--r-- | editors/offix-editor/pkg-comment | 1 | ||||
-rw-r--r-- | editors/offix-editor/pkg-descr | 8 | ||||
-rw-r--r-- | editors/offix-editor/pkg-plist | 4 |
5 files changed, 39 insertions, 0 deletions
diff --git a/editors/offix-editor/Makefile b/editors/offix-editor/Makefile new file mode 100644 index 000000000000..8e0a0cf43b3e --- /dev/null +++ b/editors/offix-editor/Makefile @@ -0,0 +1,25 @@ +# ports collection makefile for: Editor +# Version required: 2.4 +# Date created: 28 Jun 1997 +# Whom: Ruslan Shevchenko <ruslan@shevchenko.kiev.ua> +# +# $Id$ +# + +DISTNAME= Editor-2.4 +PKGNAME= offix-editor-2.4 +CATEGORIES= editors 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 +MAN1= editor.1 + +.include <bsd.port.mk> diff --git a/editors/offix-editor/distinfo b/editors/offix-editor/distinfo new file mode 100644 index 000000000000..474d61ae4241 --- /dev/null +++ b/editors/offix-editor/distinfo @@ -0,0 +1 @@ +MD5 (Editor-2.4.tar.gz) = 1d2db63b500c84dd8f8f34f6c5e660d7 diff --git a/editors/offix-editor/pkg-comment b/editors/offix-editor/pkg-comment new file mode 100644 index 000000000000..397037a03cfd --- /dev/null +++ b/editors/offix-editor/pkg-comment @@ -0,0 +1 @@ +Editor from OffiX diff --git a/editors/offix-editor/pkg-descr b/editors/offix-editor/pkg-descr new file mode 100644 index 000000000000..fc0f1151b674 --- /dev/null +++ b/editors/offix-editor/pkg-descr @@ -0,0 +1,8 @@ +This is Editor from OffiX --- part with desktop package with +DND Drag & Drop protocol support. + +Editor is an Athena based text editor. It's a patched version of the xed +editor. Like xed, you can perform common actions via user-friendly menus. +You can also drop a file on the "filename" area and the editor will load +this file. If the file is saved, you can also drag from this area to +somewhere else (e.g. to the "printer" program). diff --git a/editors/offix-editor/pkg-plist b/editors/offix-editor/pkg-plist new file mode 100644 index 000000000000..609bd44dfd75 --- /dev/null +++ b/editors/offix-editor/pkg-plist @@ -0,0 +1,4 @@ +bin/editor +man/man1/editor.1.gz +share/OffiX/editor.help +@dirrm share/OffiX |