Maintenance update to 2.2.58. Zile is now part of the GNU project.
This commit is contained in:
parent
02c7cbf779
commit
be78cc3606
@ -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
|
COMMENT= lightweight Emacs clone
|
||||||
DISTNAME= zile-2.2.52
|
DISTNAME= zile-2.2.58
|
||||||
CATEGORIES= editors
|
CATEGORIES= editors
|
||||||
HOMEPAGE= http://zile.sourceforge.net/
|
HOMEPAGE= http://www.gnu.org/software/zile/
|
||||||
|
|
||||||
# GPL
|
# GPLv3
|
||||||
PERMIT_PACKAGE_CDROM= Yes
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
PERMIT_PACKAGE_FTP= Yes
|
PERMIT_PACKAGE_FTP= Yes
|
||||||
PERMIT_DISTFILES_CDROM= Yes
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
PERMIT_DISTFILES_FTP= Yes
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zile/}
|
MASTER_SITES= ${MASTER_SITE_GNU:=zile/}
|
||||||
|
|
||||||
WANTLIB= c ncurses
|
WANTLIB= c ncurses
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
MD5 (zile-2.2.52.tar.gz) = woi/UF7DFnmU+is8uDqSOA==
|
MD5 (zile-2.2.58.tar.gz) = /uPFpB+JNDE4IF+osXYsOA==
|
||||||
RMD160 (zile-2.2.52.tar.gz) = NA8kJUUsjmbhF20O9WgWww2ubgk=
|
RMD160 (zile-2.2.58.tar.gz) = 3z8+RogS7MEUcaLM+mnk0dQNyHI=
|
||||||
SHA1 (zile-2.2.52.tar.gz) = HwML72x2ZJL0RQqCIRfB5uzCIyI=
|
SHA1 (zile-2.2.58.tar.gz) = N+FiP4r/4e2+zEPTA2TyaQAm2/w=
|
||||||
SHA256 (zile-2.2.52.tar.gz) = 2UozDN83vVilyoOVkeeLBrAiS1lpi9ZbZFFg7fOFjZw=
|
SHA256 (zile-2.2.58.tar.gz) = irLBkBcM3nATiC0+qHeW/9VpoHf/oUN+ddoQiWAvKsE=
|
||||||
SIZE (zile-2.2.52.tar.gz) = 328493
|
SIZE (zile-2.2.58.tar.gz) = 364065
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
$OpenBSD: patch-src_Makefile_in,v 1.3 2007/12/01 21:37:06 naddy Exp $
|
$OpenBSD: patch-src_Makefile_in,v 1.4 2008/05/07 15:28:00 naddy Exp $
|
||||||
--- src/Makefile.in.orig Sat Dec 1 22:33:29 2007
|
--- src/Makefile.in.orig Sat Apr 26 17:14:13 2008
|
||||||
+++ src/Makefile.in Sat Dec 1 22:33:39 2007
|
+++ src/Makefile.in Wed May 7 17:08:01 2008
|
||||||
@@ -30,7 +30,7 @@ POST_INSTALL = :
|
@@ -53,7 +53,7 @@ POST_INSTALL = :
|
||||||
NORMAL_UNINSTALL = :
|
NORMAL_UNINSTALL = :
|
||||||
PRE_UNINSTALL = :
|
PRE_UNINSTALL = :
|
||||||
POST_UNINSTALL = :
|
POST_UNINSTALL = :
|
||||||
|
@ -1,19 +1,11 @@
|
|||||||
Zile is a small Emacs clone. Zile is a customizable, self-documenting
|
GNU Zile is a lightweight Emacs clone. Zile is short for Zile Is
|
||||||
real-time open-source display editor. Zile was written to be as
|
Lossy Emacs. Zile has been written to be as similar as possible
|
||||||
similar as possible to Emacs; every Emacs user should feel at home.
|
to Emacs; every Emacs user should feel at home.
|
||||||
|
|
||||||
Zile features:
|
Zile has all of Emacs's basic editing features: it is 8-bit clean
|
||||||
* Small. It is very useful for small footprint installations (like
|
(though it currently lacks Unicode support), and the number of
|
||||||
on floppy disk) or quick editing sessions.
|
editing buffers and windows is only limited by available memory and
|
||||||
* 8-bit clean. Zile can operate with binary files.
|
screen space respectively. Registers, minibuffer completion and
|
||||||
* Looks like Emacs. Most Zile key sequences and function names are
|
auto fill are available. Function and variable names are identical
|
||||||
identical to Emacs ones.
|
with Emacs's (except those containing the word "emacs", which instead
|
||||||
* Multi buffer editing with multi level undo. The number of files
|
contain the word "zile"!).
|
||||||
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).
|
|
||||||
|
Loading…
Reference in New Issue
Block a user