summaryrefslogtreecommitdiff
path: root/editors/vile
AgeCommit message (Collapse)AuthorFilesLines
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache1-2/+2
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-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-3/+3
CONFIGURE_ARGS.
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig1-2/+2
NO_BUILD, USE_LIBTOOL.
2005-09-27Upgrade vile to version 9.5.agc3-11/+17
Differences to previous pkgsrc version (9.4): + many bug fixes + some minor enhancements
2005-08-17Add .include "../../lang/perl5/buildlink3.mk" to fix build problem.hiramatsu1-1/+2
2005-07-30Added -DMISSING_EXTERN_ENVIRON for NetBSD. Still does not build becauserillig1-1/+2
of missing Perl include files.
2005-07-16Remove some unnecessarily strong dependencies on perl that resultedjlam1-2/+2
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-2/+1
useful.
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-4/+4
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-08Update vile from version 9.3 to 9.4agc5-34/+49
Changes for vile 9.4 (released Mon Aug 04 2003) Various bug fixes and some new functionality: + modify vilefilt.l to highlight shell commands. + add cases for 'u', 'U', 'x' and 'X' to RegStrChr2(), making the [:upper:] and [:xdigit:] regular expression character classes work. + tested with gcc 3.3 and g++ 3.3, modifying several interfaces to use 'const'. gcc 3.x also introduces more nonstandard name-pollution. + modify manpage.rc to check if the current buffer is perl, and if so, to render contents using pod2man or pod2text. + add un-filters (atr2ansi, atr2html, atr2text) which convert encoded control/A text to different forms. + modify support for ^X-e to make it use the whole line if the current buffer is a directory. + increase output- and state transitions-limits for latexflt.l, rpm-filt.l, sh-filt.l and vilefilt.l to compile with Solaris and HPUX lex programs (report by Adam Denton). + modify vile-manfilt to decode UTF-8 emitted by groff 1.18 + add Ruby syntax filter (rb-filt.l, rb.key). + fix: java has no 'operator' keyword. + add texmode, as a variation of latexmode. + add .ltx, .sty suffixes for latexmode. + implement xml-filter based on html-filter. + implement xterm-title mode. + add syntax filter for rpm ".spec" files. + add syntax filter for PostScript ".ps" files. + add syntax filter for enscript ".st" files. + make cursor-movement on a yank command match vi's, tested for various left/up motions such as yk, yh, yH, y1G, y0, y-, yb (report by George Eccles). + updates to allow vile to build with perl 5.8.0 (ifdef's checked for 5.6.1, 5.5.3 and 5.4.5). + rewrote spell.rc to make it work properly if the spell-filter is built-in (reported by Clark Morgan).
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+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 noisy in post-installgrant1-4/+4
2003-03-27Add a homepage for this package.agc1-1/+2
2002-11-27Make the colour syntax highlighting recognise a lot more of BSD makefilesagc2-1/+14
than it used to.
2002-11-27Update the vile package from version 9.0 to 9.3. A large number ofagc6-50/+82
bugs have been fixed over the 3 years since 9.0 was released, some major portability improvements have been made, and remove pkgsrc patch-ac "+ work around NetBSD 1.5's use of MK symbol in curses.h (reported by Matthias Buelow)."
2002-10-25buildlink1 -> buildlink2.wiz1-4/+4
2002-05-08G/c references to ftp.uni-trier.de.kleink1-2/+1
2001-12-07Use ncurses and perl5 buildlink.mks, and set USE_BUILDLINK_ONLY.wiz1-11/+4
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
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-8/+6
+ 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
2001-01-23Fix build with curses on 1.5 (extern int *MK was making trouble).wiz2-1/+14
2001-01-07USE_CURSES instead of hard dependency on ncurses.wiz1-9/+9
2000-09-06Add PERL_POLLUTE to compile correctly with perl>=5.6.0 until source catchesjlam5-62/+112
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-02-05${MKDIR} includes '-p' by defaultwiz1-2/+2
2000-01-15Update dependency on ncurses to >=4.2jlam1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
2000-01-01Only use an ncurses dependency if the Operating System is NetBSD.agc1-6/+10
1999-12-26Update "vile" package to version 9.0. This version fixes many bugs foundtron3-24/+84
since release 8.3. Fixes PR pkg/9006 by Lennart Augustsson.
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/vile
1999-07-09Add package patch-sum filesagc1-0/+3
1999-06-26Update the vile package to version 8.3.agc4-14/+51
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-03-08s/make/${MAKE}/gagc1-2/+2
1999-03-02Update to vile 8.2. Mostly bug fixes since 8.1:agc2-4/+4
+ 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).
1998-10-05Update the vile package to version 8.1.agc4-25/+21
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-5/+4
confusion if a new version is available.
1998-06-22Update package Makefiles for automatic manual page handling.agc1-2/+1