summaryrefslogtreecommitdiff
path: root/editors/zile
AgeCommit message (Collapse)AuthorFilesLines
2006-03-31Move info file entries to PLIST.jlam2-3/+4
2006-03-05* Teach the tools framework how to supply the pkgsrc version ofjlam1-2/+2
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD when determining whether the native makeinfo can be used. * Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo. * Get rid of all the "split" argument deduction for makeinfo since the PLIST module already handles varying numbers of split info files correctly. NOTE: Platforms that have "makeinfo" in the base system should check that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are correct.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-12-09What's the point of a configure check if you don't use the result?joerg2-1/+16
Disable vsprintf on DragonFly, it doesn't compile and libc is fine.
2005-11-07Need devel/libgetopt for <getopt.h> and getopt_long(3).tv1-1/+2
2005-08-11Changes Zile 2.2.4:adam7-78/+24
* Fix macro creation. * Add --funcall back. * termcap terminal replaced with ncurses again. * More code cleanup. * .zilerc replaced by .zile, which is a pseudo-Lisp file. * Various other bug, design and documentation fixes. * Add case-replace and kill-whole-line. * Change command-line options to be more like Emacs.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to the SHA1 ones.agc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-08-15Honor CPPFLAGS to make this package build on Interix.minskim4-1/+52
2004-04-11Convert to buildlink3.snj1-3/+3
2004-03-26Update comment about why this needs ncurses.wiz1-2/+2
Only remaining: abuses stdscr->_delay (XXX: possible to replace with timeout()?).
2004-02-17Remove info files entries from PLIST.seb1-2/+1
2003-12-30Add trailing / on HOMEPAGEscjep1-2/+2
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam1-2/+2
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant1-2/+2
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-06-30Convert to USE_NEW_TEXINFO.seb2-5/+4
2003-06-29Update to version 1.6.2.jtb3-10/+10
Changes from Zile 1.6.1 - Zile 1.6.2 * Fixed a few core dumps. * Fixed some bugs with patches from Nicolas Duboc. * Fixed a build problem where dumb makes tried to build "-lncurses".
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-01-24Note in USE_NCURSES variable which functions actually are missing for thiswiz1-3/+2
to build with native curses.
2002-10-29buildlink1 -> buildlink2.wiz1-3/+4
2002-05-04Initial import of zile.jtb5-0/+57
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.