summaryrefslogtreecommitdiff
path: root/editors/xvile
AgeCommit message (Collapse)AuthorFilesLines
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-1/+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-04-12bl3ifyxtraeme1-5/+5
2004-03-22Update to 9.4 (that version works with perl-5.8).wiz4-25/+50
Changes: Highlights since 9.3: + Bug fixes, lots. See the CHANGES file for details. General changes =============== + regular expressions and searches allow null characters. + minibuffer editing commands are more complete, implementing all of the inline cursor search- and motion-commands. + implement new editing commands in the minibuffer: r, ~, x, X. + use insert-mode bindings when mini-edit mode is active. Use insert-key to toggle, rather than set mini-edit mode. + modify buffer- and filename-completion on Unix to escape backslashes which are stored in the [Completions] buffer. Doing this allows one to complete a buffer or filename containing a backslash. + improve history-editing by quoting tokens which contain embedded blanks or other special characters, using that to retrieve tokens from the history buffer unambiguously. + save/restore window modes such as linewrap when rereading a file, or when executing a shell command. + use realpath() if it is available, and "$VILE_PWD" environment variable rather than "." as parameter to getcwd() if it is valid, to speed up operation on quasi-filesystems such as ClearCase. + add configure option --with-screen=XawPlus for XawPlus library. + add configure option --with-screen=ncursesw to allow building the curses driver using the wide-character version of ncurses. + add check in tcap.c for terminfo kmous capability like xterm, in case we are running in screen, which also supports xterm mouse protocol. + modify support for "^X-e" to make it use the whole line if the current buffer is a directory. Locale Improvements =================== + change default for --with-locale option to yes. Note that this option is only tested if locale support is found, and it is becoming less common to encounter systems with broken locale support. + add "locale" to the "$cfgopts" variable if vile is compiled with locale support. + modify vile-manfilt to decode UTF-8 emitted by groff 1.18 + in UTF-8 locale, adjust termcap driver to use UTF-8 to display codes in the 160-255 range, setting vile's locale to non-UTF-8 locale. (yes, this is a short-term fix). + add configure check for wctype functions, to work around defect in glibc's ctype functions: in UTF-8 locale, the latter return useless information on character classes. This works on Solaris. + move upper/lower case-conversion into tables so that locale support can augment the built-in translation. New Commands ============ + "which-keywords" macro shows the location of files containing keywords for the given majormode. + "edit-buffer" simplifies "which-keywords" and similar macros. + "encode-attributes-til" and "write-encoded-til" convert the syntax highlighting in a region back to control/A sequences, or write the corresponding data to a file. There is a corresponding alias "decode-attributes-til" for "attribute-cntl_a-sequences-til". + "substitute-all-til" implements the "^X-s" binding. New Modes ========= + add "overlap-matches" mode, to control whether highlighting for the visual-matches mode should skip to the next character, or past the current match when checking. + add "percent-crlf" mode, which controls the threshold at which the whole file will be considered DOS-format (CRLF record separators) if the given percentage already ends with CR/LF. + "yankmotion" mode controls whether the cursor should be moved as in vi after yanking text. + add "xterm-title" mode. + add logmode majormode, to distinguish some makefiles from logfiles. + add "texmode" majormode, as a variation of latexmode. New Variables and Functions =========================== + add several short-named relational operators "&geq", "&gt", "&leq", "&lt", "&neq", "&sgeq", "&sgt", "&sleq", "&slt", "&sneq" to reduce the need for "&not". + add "$pathname-separator" variable. Syntax Filters ============== + add Ruby syntax filter. + add syntax filter for rpm ".spec" files. + add syntax filter for PostScript ".ps" files. + add syntax filter for enscript ".st" files. + add xml-filter based on html-filter. + add pot-filt.l, to highlight ".po" files. Using sh-filt.l was not satisfactory since the quoting rules were not close enough. + add syntax filters and corresponding modes for assembler (GNU and M$), info and texinfo. + add -j option to c-filt.c, to implement some java-specific features such as "$" as part of an identifier, and \u escapes. + add un-filters (atr2ansi, atr2html, atr2text) which convert encoded control/A text to different forms. + modify spell.rc, spellflt.l and select.c to allow spell filter to work as a built-in filter. + modify built-in spell filter to work with encrypted files. + add a -t option to filters, to pass tabstop value. Use this in makefilt.l to provide better highlighting of problems with leading whitespace. + modify manpage.rc to check if the current buffer is perl, and if so, to render contents using pod2man or pod2text. + set "vilemode" for [History] buffer. + reorder lex-based filters to allow building with flex 2.5.31, which introduces several incompatibilities with respect to flex 2.5.4 and lex. + add configure check/warning for flex 2.5.31, which has broken support for the "-P" option used for built-in filters.
2004-01-28There's no need to use 'USE_X11BASE' in xvile package, we'll usextraeme1-2/+3
USE_X11 instead, bump PKGREVISION.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
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-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-05-05be noisier in post-installgrant1-4/+4
2002-11-27Update the xvile package from version 9.0 to 9.3. A large number ofagc5-39/+84
bugs have been fixed over the 3 years since 9.0 was released, and some major portability improvements have been made.
2002-10-08buildlink1 -> buildlink2jlam1-4/+6
2002-05-08G/c references to ftp.uni-trier.de.kleink1-2/+1
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-08-23Move per-package default XAW_TYPE setting above the inclusion ofjlam1-4/+4
bsd.prefs.mk so that it is actually used. Where possible, include xaw.buildlink.mk instead of setting USE_XAW, and use LIBXAW where needed.
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-09-07fix Xaw checkhubertf1-2/+2
2000-09-06Respect the XAW_TYPE setting and actually link in correct libraries ifjlam1-2/+12
XAW_TYPE == 3d.
2000-09-06Add PERL_POLLUTE to compile correctly with perl>=5.6.0 until source catchesjlam5-125/+171
up with latest perl API. While here, modify the builds so that vile and xvile don't conflict when xpkgwedge is installed. Fixes pkg/10947 by Matthias Scheler <tron@lyssa.zhadum.de>.
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron1-7/+6
2000-07-11Make these packages work better with xpkgwedge by using X11PREFIX inagc1-2/+2
preference to X11BASE, and by finding out where the xpm package is installed by using pkg_info(1), not hardcoding a best guess.
2000-05-23add missing filesdmcmahill1-1/+3
2000-02-05${MKDIR} includes '-p' by defaultwiz1-2/+2
2000-01-20Fix typo in MASTER_SITES.agc1-2/+2
Fixes PR 9254 from Brian Stark
2000-01-02Add missing files and remove "@dirrm" commands for obsolete "share/xvile"tron1-28/+52
and "share/xvile/perl" directories.
2000-01-02Don't try to strip shell script "xshell.sh" during installation.tron2-7/+16
2000-01-02Sync master site list with "vile" package.tron1-2/+3
2000-01-01Update the xvile package to version 9.0, to be the same as the vileagc2-5/+5
package. Mainly bug fixes from previous version.
1999-10-25Correct the location of the vile helpfile.agc1-2/+2
1999-10-22Rather than advising users to look at example .rc files before theagc2-4/+15
${WRKDIR} is deleted, install said files to ${PREFIX}/share/examples/xvile
1999-10-21Update this package to 8.3, to be consistent with the vile package,agc6-71/+101
and obviating the need for two distinct distfiles. Update the vile package to version 8.3. Remove the USE_MENUS /etc/mk.conf definition, which had very little point. Add configuration args to use xpm, and to make perl support legitimate. Changes since 8.2 include: + Add xpm support in xvile. + make C-style indent logic available as a mode 'cindent', so it can be assigned as part of a majormode. It is part of the builtin cmode. + added "-132" and "-80" command-line switches to set screen width from command line. + many other bug fixes, restructuring, and changes.
1999-07-09Add package patch-sum filesagc1-0/+4
1999-03-08s/make/${MAKE}/gagc1-2/+2
1999-03-02Update to vile 8.2. Mostly bug fixes since 8.1:agc2-5/+5
+ check for null top_widget in x_close; other xvile crashes on VMS. + modify glob-expansion to always recognize "~" as a synonym for $HOME if Unix-style passwd interface does not return anything useful (adapted from a patch by Ed Henderson). + rename vile.spec to vile-8.1.spec, change configure option to use Athena widgets so xvile is built with menu support (Radek Liboska). ** This is not an 8.3 filename, but is used only on Linux. + modify to use X11R6 input method and dead key support (patch by Stanislav Meduna <stano@trillian.eunet.sk>). + correct click-timeout value for xvile, overlooked in 8.1u (reported by Ryan Murray). + minor fixes to menu.c so that xvile builds on OpenVMS 7.2 with DEC C. > patches by Clark Morgan (mostly for visvile): + modified the w32 versions of vile so that during clipboard copy operations any character, c, in the following range: c > '~' && c >= val(printing-low) && c <= val(printing-high) is not translated to a hex representation (\xdd). (from report by Jukka Keto <Jukka.Keto@kati.fi>) + extended/updated README.PC + add explanation of filterregion() portability (spawn.c) + modify in conjunction with visvile, to have the ability to redirect user-specified keystrokes to DevStudio. + add a new file called visvile/visvile.dsm (a collection of DevStudio macros). + added an environment variable called $cfgopts to the editor. + add logic to ins_anytime() to prevent recursion or use in minibuffer, e.g., when pressing the insert-key. + correct an ifdef for SYS_VMS in main.c from 8.0s which left other platforms using vfork (reported by Ryan Murray and Billy Little).
1999-01-30Replace all occurrences of USE_X11 with USE_X11BASE. This means "install thisagc1-2/+2
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package".
1998-10-05Update xvile package to version 8.1.agc4-6/+23
1998-09-14Make this pkg honor LDFLAGS and thus work on ELF.garbled1-4/+12
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-07-20Always fetch the archive that contains the version in its name to preventfrueauf2-4/+4
confusion if a new version is available.
1998-06-22Update package Makefiles for automatic manual page handling.agc1-2/+1
1998-06-20Add "USE_X11" as suggested by Tim Rightnour in PR pkg/5619.tron1-1/+2
1998-06-04Put xvile's perl files in ${PREFIX}/share/xvile/perl, to avoid conflictagc3-17/+28
with the Perl files which vile installs. Minor cleanup in Makefile.
1998-06-03Include bsd.prefs.mk in case USE_MENUS is set in /etc/mk.confagc1-2/+2
1998-06-02Update xvile, the vi clone for X11, to version 8.0 - mainly bug fixes, butagc3-14/+26
with added Perl scripting functionality.
1998-05-06Grab the distfile from ftp.netbsd.org, like vile.agc1-3/+7
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-2/+2
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.