diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-04 07:39:52 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-04 07:39:52 +0000 |
commit | d2f84c95a92ea9eedb98af8ae5a3ab3ff3216660 (patch) | |
tree | 5aeb6528bbc9335b6c00a6db4eee36f5384a8cd0 /editors/axe | |
parent | Document describe target. (diff) |
John Capo <jc@irbs.com>'s port of the axe editor. Thanks, John!
Submitted by: jc
Notes
Notes:
svn path=/head/; revision=688
Diffstat (limited to 'editors/axe')
-rw-r--r-- | editors/axe/Makefile | 14 | ||||
-rw-r--r-- | editors/axe/pkg-comment | 1 | ||||
-rw-r--r-- | editors/axe/pkg-descr | 42 | ||||
-rw-r--r-- | editors/axe/pkg-plist | 16 |
4 files changed, 73 insertions, 0 deletions
diff --git a/editors/axe/Makefile b/editors/axe/Makefile new file mode 100644 index 000000000000..496d3538bb07 --- /dev/null +++ b/editors/axe/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: aXe-6.1.2 +# Version required: 6.1.2 +# Date created: 28 December 1994 +# Whom: jc@irbs.com John Capo +# +# $Id: $ +# + +DISTNAME= aXe-6.1.2 +DISTFILES= aXe-6.1.2.tar.Z +USE_IMAKE= yes +MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/editors/ + +.include <bsd.port.mk> diff --git a/editors/axe/pkg-comment b/editors/axe/pkg-comment new file mode 100644 index 000000000000..71d3d9ad9343 --- /dev/null +++ b/editors/axe/pkg-comment @@ -0,0 +1 @@ +aXe-6.1.2 - aXe version 6.1.2 diff --git a/editors/axe/pkg-descr b/editors/axe/pkg-descr new file mode 100644 index 000000000000..bf41e7a1d1df --- /dev/null +++ b/editors/axe/pkg-descr @@ -0,0 +1,42 @@ +aXe-6.1.2 + +Here is an extract from the source distribution aXe-6.1.2 README file: + +This, version 6.1.2, is an interim release that has been brought out +purely to enable aXe 6.1 to work under X11R6. It does not support +internationalisation. + + ...oooOOOooo... + +aXe is a simple to use text editor for X that represents a significant +improvement over xedit. Also built around the Athena Text Widget it +features, amongst other things, + + o multiple windows + o multiple buffers + o default menu interface + o configurable menus + o optional configurable button interface + o minibuffer for expert use and access to external filters + o provision for defining a keyboard macro + o geometry specification and resizing in terms of characters + o file selection via a browser + o knowledge of line numbers + o parenthesis matching + o regular expression searching + o restricted or unlimited undo + o ability to change font + o easy entry of control codes + o xterm-like keymap feature + o easy runtime setting of selected preferences (resources) + o both brief and comprehensive (hypertext) on-line help + o server mode with cooperating client programs + o optional extension language using Tcl + o optional Xaw3d widget set compatability + o collection of reusable widgets that embody the functionality of aXe + +Jim +--- +J.K.Wight@newcastle.ac.uk +Department of Computing Science, University of Newcastle, Tel: +44 91 222 8238 +Newcastle upon Tyne, NE1 7RU, United Kingdom. Fax: +44 91 222 8232 diff --git a/editors/axe/pkg-plist b/editors/axe/pkg-plist new file mode 100644 index 000000000000..84a7e4428191 --- /dev/null +++ b/editors/axe/pkg-plist @@ -0,0 +1,16 @@ +@cwd /usr/X11R6 +@mode 755 +bin/axe +bin/coaxe +bin/axinfo +bin/faxe +bin/poleaxe +@mode 444 +man/man1/axe.1.gz +man/man1/axinfo.1.gz +lib/X11/app-defaults/Axe +lib/X11/app-defaults/Axinfo +lib/X11/axe.tcl +lib/X11/axe.info +lib/X11/axe.info-1 +lib/X11/axe.info-2 |