summaryrefslogtreecommitdiff
path: root/editors/nvi/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2017-04-04Fix an issue with editor segfaulting in ex mode on Darwin and suppress ↵fhajny1-2/+4
benign stderr output regarding locale. Reported in joyent/pkgsrc/issues/402, patch provided by @bjcooke in joyent/pkgsrc/pull/463. Bump PKGREVISION.
2015-11-03Add SHA512 digests for distfiles for editors categoryagc1-1/+2
Problems found with existing distfiles: distfiles/javascript-2.1b1.el distfiles/yEd-3.14.2.zip No changes made to the javascript-mode or yEd distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-05-11Fix ^G to print correct ratio on Mac OSX. Without this fix, the outputenami1-1/+2
looks like this: Makefile: unmodified: line 1 of 55 [140733193388033%]
2013-09-20Fix build on SunOS with native curses.ryoon1-2/+4
* Detect isblank in configure script.
2013-02-08fix conversion issuechristos1-1/+2
2013-01-23Rename patches to match the files patched.wiz1-4/+4
2013-01-23Fix build with automake-1.13.wiz1-34/+34
While here, use a better WRKSRC and rebase patches.
2012-05-22Deal with the fact that Makefile.in is now regenerated by also patchingjoerg1-1/+2
Makefile.am as appropiate. automake can't be run directly, since it doesn't like configure itself.
2012-03-26Don't install cat pages.joerg1-2/+2
2011-12-26Add AC_CHECK_HEADERS for <sys/stropts.h>, ifdef wrap it in ex/ex_script.c andsbd1-1/+3
because it may be called <stropts.h> check for it and alternatively use it. In ex/ex_script.c disable the I_PUSH ioctl call on linux.
2010-06-02Revision bump for db4 update; use custom CFLAGSadam1-1/+2
2009-08-16Apply more fixes from NetBSD src/dist/nvi:lukem1-3/+5
* Fix :ESC * Fix #+ #- in multibyte configuration * Update reported version to nvi-1.81.6nb5 Update package revisiion to nb5 to suite.
2009-08-07Apply various features and fixes from NetBSD basesrc:lukem1-2/+28
* Implement options: expandtab gtagsmode matchchars * Fix tty garbling when quitting from recovery mode. * Don't coredump during autoindent edge case. * Set internal version to "nvi-1.81.6nb4 (2009-08-07)" * Crank pkgrevision to nb4.
2008-12-21- nvi actually supports db4, so just include bdb.buildlink3.mkepg1-1/+2
- Add minor patch for db 4.4 and up
2008-04-15Update to 1.81.6:wiz1-14/+4
Changes since 1.81.5 * various compilation fixes * support for newer DBs * tcl support compiles again
2008-02-21+ Rename the "ncursesw" option to "wide-curses". This should be supportedjlam1-2/+1
under NetBSD-current without actually needing ncursesw. + Only make "wide-curses" an available option on platforms that have the necessary wide-character support. It turns out NetBSD-3.x is not one of them. + Use a less patchy way to turn -ldb into -ldb3 by letting the wrappers do it. + Add full DESTDIR support. Bump the PKGREVISION to 6.
2006-12-12Patches to avoid lvalue casting. Fixes PR/35179 and issues with gcc4.dogcow1-1/+7
No new functionality.
2006-09-16Add missing RCS Id.hira1-2/+2
2006-01-06doh! wrong path in patchrtr1-2/+2
2006-01-06include ctype.h earlier to avoid isblank macro running over c99 isblank()rtr1-1/+2
* fixes build on Solaris10
2005-02-23Add RMD160 digests in addition to the SHA1 ones.agc1-1/+2
2002-01-15Add patches to avoid collision between nvi's VI cpp macro and VI externalseb1-1/+4
variable declared in older NetBSD curses.h.
2002-01-12Initial import of nvi 1.81.5.wiz1-0/+5
Nvi is an implementation of the ex/vi text editor originally distributed as part of the Fourth Berkeley Software Distribution (4BSD), by the University of California, Berkeley. The source code to nvi is freely available, and nvi may be freely redistributed.