diff options
-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 00000000000..8e0a0cf43b3 --- /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 00000000000..474d61ae424 --- /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 00000000000..397037a03cf --- /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 00000000000..fc0f1151b67 --- /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 00000000000..609bd44dfd7 --- /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 |