From 4a209d70f83beca6260ab5ecf0199925e9c90d00 Mon Sep 17 00:00:00 2001 From: jtb Date: Sat, 4 May 2002 01:27:08 +0000 Subject: Initial import of zile. 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. --- editors/zile/DESCR | 3 +++ editors/zile/Makefile | 18 ++++++++++++++++++ editors/zile/PLIST | 16 ++++++++++++++++ editors/zile/distinfo | 5 +++++ editors/zile/patches/patch-aa | 15 +++++++++++++++ 5 files changed, 57 insertions(+) create mode 100644 editors/zile/DESCR create mode 100644 editors/zile/Makefile create mode 100644 editors/zile/PLIST create mode 100644 editors/zile/distinfo create mode 100644 editors/zile/patches/patch-aa (limited to 'editors') diff --git a/editors/zile/DESCR b/editors/zile/DESCR new file mode 100644 index 00000000000..b4f28ef5e02 --- /dev/null +++ b/editors/zile/DESCR @@ -0,0 +1,3 @@ +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. diff --git a/editors/zile/Makefile b/editors/zile/Makefile new file mode 100644 index 00000000000..152ad01d497 --- /dev/null +++ b/editors/zile/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/05/04 01:27:08 jtb Exp $ + +DISTNAME= zile-1.6.1 +CATEGORIES= editors +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zile/} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://zile.sourceforge.net +COMMENT= Emacs-like text editor + +GNU_CONFIGURE= yes +USE_NCURSES= yes +USE_BUILDLINK_ONLY= yes +INFO_FILES= zile.info + +.include "../../devel/ncurses/buildlink.mk" +.include "../../mk/texinfo.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/editors/zile/PLIST b/editors/zile/PLIST new file mode 100644 index 00000000000..09a6018405f --- /dev/null +++ b/editors/zile/PLIST @@ -0,0 +1,16 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/05/04 01:27:08 jtb Exp $ +bin/zile +@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/zile.info +info/zile.info +@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/zile.info +man/man1/zile.1 +share/zile/AUTODOC +share/zile/FAQ +share/zile/HELP +share/zile/LATEST_VERSION +share/zile/MINIHELP1 +share/zile/MINIHELP2 +share/zile/MINIHELP3 +share/zile/TUTORIAL +share/zile/zilerc.sample +@dirrm share/zile diff --git a/editors/zile/distinfo b/editors/zile/distinfo new file mode 100644 index 00000000000..b702d0ec184 --- /dev/null +++ b/editors/zile/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/05/04 01:27:08 jtb Exp $ + +SHA1 (zile-1.6.1.tar.gz) = 722abd74e112a15f6347abd06e9c3885ef026352 +Size (zile-1.6.1.tar.gz) = 235031 bytes +SHA1 (patch-aa) = 3b27915efa4a3c6eaf100d61ab784befb11c6bfd diff --git a/editors/zile/patches/patch-aa b/editors/zile/patches/patch-aa new file mode 100644 index 00000000000..308e60d82ed --- /dev/null +++ b/editors/zile/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/05/04 01:27:08 jtb Exp $ + +--- doc/zile.info.orig Thu Apr 25 14:08:45 2002 ++++ doc/zile.info Thu Apr 25 14:08:34 2002 +@@ -1,5 +1,10 @@ + This is zile.info, produced by makeinfo version 4.0 from zile.texi. + ++INFO-DIR-SECTION Editors ++START-INFO-DIR-ENTRY ++* Zile: (zile). Zile is Lossy Emacs ++END-INFO-DIR-ENTRY ++ +  + File: zile.info, Node: Top, Next: Overview, Prev: (dir), Up: (dir) + -- cgit v1.2.3