Import Zile 1.6.2.

Submitted by Han Boetes <han@linux-mandrake.com>.

Zile is another Emacs-clone. Zile is a customizable, self-documenting
real-time open-source display editor.
This commit is contained in:
naddy 2003-07-03 19:54:35 +00:00
parent b042d4c11b
commit 3b6ebbabad
4 changed files with 67 additions and 0 deletions

23
editors/zile/Makefile Normal file
View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/07/03 19:54:35 naddy Exp $
COMMENT= "zile is lossy emacs"
DISTNAME= zile-1.6.2
CATEGORIES= editors
HOMEPAGE= http://zile.sourceforge.net/
MAINTAINER= Han Boetes <han@linux-mandrake.com>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zile/}
CONFIGURE_STYLE= simple
CONFIGURE_ARGS= ${CONFIGURE_SHARED} --enable-xterm-support
.include <bsd.port.mk>

3
editors/zile/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (zile-1.6.2.tar.gz) = 7bb34d180c9de83f54cf079c694fcf9b
RMD160 (zile-1.6.2.tar.gz) = aeca66c82176b1329991e5ccc939878803d32107
SHA1 (zile-1.6.2.tar.gz) = 3e88d5d7d50f65c58f1d305f93fe275a49650ac7

28
editors/zile/pkg/DESCR Normal file
View File

@ -0,0 +1,28 @@
Zile is another Emacs-clone. Zile is a customizable, self-documenting
real-time open-source display editor.
Zile was written to be as similar as possible to Emacs; every Emacs user
should feel at home with Zile. Zile features
* Small but fast and powerful. It is very useful for small footprint
installations (like on floppy disk) or quick editing sessions.
* 8-bit clean. Zile can operate with binary files.
* Looks like Emacs. Most Zile key sequences and function names are
identical to Emacs ones.
* Multi buffer editing w/multi level undo. Zile can open an infinite
number of files and can record an infinite sequence of undo
operations.
* Multi window. Zile can display multiple windows on the screen.
* Killing, yanking and registers. The typical killing, yanking and
register features of Emacs are available under Zile.
* Minibuffer completion. Zile can complete the user written text.
This is very useful for M-x commands and for selecting files.
* Colors. Zile makes use of the color capatibilities of the terminal
if available.
* Source highlighting (``C'', ``C++'', and shell scripts). Zile can
highlight ``C'', ``C++'' source files and shell scripts for
better reading.
* Auto fill (word wrap). Zile automatically breaks the lines when
they become too wide (if the Auto Fill Mode is enabled).
WWW: ${HOMEPAGE}

13
editors/zile/pkg/PLIST Normal file
View File

@ -0,0 +1,13 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/07/03 19:54:35 naddy Exp $
bin/zile
info/zile.info
man/man1/zile.1
share/zile/zilerc.sample
share/zile/FAQ
share/zile/HELP
share/zile/MINIHELP1
share/zile/MINIHELP2
share/zile/MINIHELP3
share/zile/LATEST_VERSION
share/zile/TUTORIAL
share/zile/AUTODOC