Maintenance update to 2.2.58. Zile is now part of the GNU project.

This commit is contained in:
naddy 2008-05-07 15:28:00 +00:00
parent 02c7cbf779
commit be78cc3606
4 changed files with 24 additions and 32 deletions

View File

@ -1,17 +1,17 @@
# $OpenBSD: Makefile,v 1.27 2007/12/01 21:37:06 naddy Exp $
# $OpenBSD: Makefile,v 1.28 2008/05/07 15:28:00 naddy Exp $
COMMENT= lightweight Emacs clone
DISTNAME= zile-2.2.52
DISTNAME= zile-2.2.58
CATEGORIES= editors
HOMEPAGE= http://zile.sourceforge.net/
HOMEPAGE= http://www.gnu.org/software/zile/
# GPL
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zile/}
MASTER_SITES= ${MASTER_SITE_GNU:=zile/}
WANTLIB= c ncurses

View File

@ -1,5 +1,5 @@
MD5 (zile-2.2.52.tar.gz) = woi/UF7DFnmU+is8uDqSOA==
RMD160 (zile-2.2.52.tar.gz) = NA8kJUUsjmbhF20O9WgWww2ubgk=
SHA1 (zile-2.2.52.tar.gz) = HwML72x2ZJL0RQqCIRfB5uzCIyI=
SHA256 (zile-2.2.52.tar.gz) = 2UozDN83vVilyoOVkeeLBrAiS1lpi9ZbZFFg7fOFjZw=
SIZE (zile-2.2.52.tar.gz) = 328493
MD5 (zile-2.2.58.tar.gz) = /uPFpB+JNDE4IF+osXYsOA==
RMD160 (zile-2.2.58.tar.gz) = 3z8+RogS7MEUcaLM+mnk0dQNyHI=
SHA1 (zile-2.2.58.tar.gz) = N+FiP4r/4e2+zEPTA2TyaQAm2/w=
SHA256 (zile-2.2.58.tar.gz) = irLBkBcM3nATiC0+qHeW/9VpoHf/oUN+ddoQiWAvKsE=
SIZE (zile-2.2.58.tar.gz) = 364065

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-src_Makefile_in,v 1.3 2007/12/01 21:37:06 naddy Exp $
--- src/Makefile.in.orig Sat Dec 1 22:33:29 2007
+++ src/Makefile.in Sat Dec 1 22:33:39 2007
@@ -30,7 +30,7 @@ POST_INSTALL = :
$OpenBSD: patch-src_Makefile_in,v 1.4 2008/05/07 15:28:00 naddy Exp $
--- src/Makefile.in.orig Sat Apr 26 17:14:13 2008
+++ src/Makefile.in Wed May 7 17:08:01 2008
@@ -53,7 +53,7 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :

View File

@ -1,19 +1,11 @@
Zile is a small 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.
GNU Zile is a lightweight Emacs clone. Zile is short for Zile Is
Lossy Emacs. Zile has been written to be as similar as possible
to Emacs; every Emacs user should feel at home.
Zile features:
* Small. 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 with multi level undo. The number of files
and undo operations that Zile can handle is limited only by memory.
* Multi window. Zile can display multiple windows on the screen.
* Killing, yanking and registers. The standard killing, yanking and
register features of Emacs are available under Zile.
* Minibuffer completion. Zile can complete commands and filenames
in the minibuffer.
* Auto fill (word wrap). Zile automatically breaks the lines when
they become too wide (if the Auto Fill Mode is enabled).
Zile has all of Emacs's basic editing features: it is 8-bit clean
(though it currently lacks Unicode support), and the number of
editing buffers and windows is only limited by available memory and
screen space respectively. Registers, minibuffer completion and
auto fill are available. Function and variable names are identical
with Emacs's (except those containing the word "emacs", which instead
contain the word "zile"!).