diff --git a/editors/zile/Makefile b/editors/zile/Makefile new file mode 100644 index 00000000000..dee320d2368 --- /dev/null +++ b/editors/zile/Makefile @@ -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 + +# 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 diff --git a/editors/zile/distinfo b/editors/zile/distinfo new file mode 100644 index 00000000000..797c7ffee24 --- /dev/null +++ b/editors/zile/distinfo @@ -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 diff --git a/editors/zile/pkg/DESCR b/editors/zile/pkg/DESCR new file mode 100644 index 00000000000..af93e0e6dd9 --- /dev/null +++ b/editors/zile/pkg/DESCR @@ -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} diff --git a/editors/zile/pkg/PLIST b/editors/zile/pkg/PLIST new file mode 100644 index 00000000000..b2b0662cb18 --- /dev/null +++ b/editors/zile/pkg/PLIST @@ -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