Commit graph

74 commits

Author SHA1 Message Date
snj
9f9d5ccef7 Convert to buildlink3. 2004-04-25 01:46:11 +00:00
wiz
04afa01b54 Bump PKGREVISION for previous. 2003-12-14 10:14:28 +00:00
cjs
eefb4d4d66 Add enable-multibyte option so that vim properly displays Asian languages.
(This is now worthwhile because xterm now supports UTF-8.)
2003-12-14 10:10:52 +00:00
jlam
a9f08159c4 Back out last change related to moving ncurses/buildlink2.mk to
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-28 09:13:55 +00:00
grant
7a71199b50 move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides
support for base system curses/ncurses as well as ncurses itself.

suggested by wiz.
2003-09-27 17:07:34 +00:00
grant
dfba081206 s/gui/GUI/ 2003-08-10 03:15:28 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
martti
686485904b Added vim-gtk2 2003-06-02 08:26:02 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
martti
be6e0d22b1 This CONFLICTs with vim-motif 2003-02-15 18:56:17 +00:00
jlam
ab6d0b18de buildlink1 -> buildlink2. This should fix pkg/15160 by Brad Forschinger
<bnjf@optushome.com.au>.
2002-09-14 00:10:45 +00:00
martti
a594c75f3b Updated vim to 6.1
* several bug fixes
* new and updated syntax files
* translated menus and messages
* license has been made compatible with the GNU GPL
2002-03-24 19:38:25 +00:00
zuntum
273821c4d3 Move pkg/ files into package's toplevel directory 2001-10-31 20:59:00 +00:00
agc
69fbfe0111 Unify all the vim patches together in a single patches directory, located
in vim-share.
2001-10-04 12:38:00 +00:00
martti
7547085046 Here it is folks, VIM 6.0! Changes since version 5.8:
-----------------------------------------------------
The number of changes is huge.  These are just the main new items:

                     Folding - momentarily hide part of the text
    Vertically split windows - mixed with horizontal splits
                   Diff mode - show and remove differences between files
    Easy Vim: click-and-type - for those who really don't like two modes
                 User manual - learn to use Vim, reads like a book
          Flexible indenting - automatic indenting for any language
    Extended search patterns - more regexp power than you will need
               UTF-8 support - Unicode allows editing nearly all languages
      Multi-language support - translated messages and menus
              Plugin support - drop a script in a directory and you can use it
            Filetype plugins - an easy way to setup for editing a type of file
                File browser - browse directories, also on a terminal
Editing files over a network - read and write a remote file directly
 command-line editing window - use any Vim command to edit an Ex command
              Debugging mode - debug your Vim functions and scripts
  Cursor in virtual position - edit tables and draw ASCII pictures
          Debugger interface - use Vim with Sun Visual Workshop
  Communication between Vims - let one Vim tell another Vim what to do
                    Printing - print with syntax colors
           Quickfix extended - see error messages in a window and jump there
      Writing files improved - rename or copy to make a backup file
               Argument list - select groups of files to work on
              Restore a View - save the looks of a window and restore it later
               Color schemes - quickly switch between different color setups
2001-10-04 10:18:11 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
pooka
5fd19e91d0 add conflicts for vim6 (vim-devel) 2001-08-06 17:44:44 +00:00
jlam
7732303bf3 Convert to use buildlink.mk file for ncurses dependency and simplify
curses handling during configure process.  Mark as USE_BUILDLINK_ONLY.
2001-06-20 18:59:37 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
pooka
6a547d9a75 Update vim to 5.8
Changes since 5.7:
* 74 new syntax files.
* bugfixes
* couple of security-related fixes
* ctags is no longer distributed with vim
2001-06-06 06:07:28 +00:00
agc
7d757ead9a Move to sha1 digests, and add distfile sizes. 2001-04-19 11:00:59 +00:00
agc
d7d36b3561 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:57:56 +00:00
wiz
94dc65fbec Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:38:16 +00:00
wiz
a2d75a1dd3 Move special flags for ncurses in the NEED_NCURSES==YES case. 2001-01-08 13:23:53 +00:00
rh
5ec6d64f71 Another patch-sum sync to undo. 2000-12-07 13:30:12 +00:00
rh
224a7afec4 Sync w/ reality 2000-12-07 12:46:47 +00:00
wiz
3d00d4c119 NEED_NCURSES check doesn't have to be after bsd.pkg.mk inclusion anymore
(only after bsd.prefs.mk inclusion)
2000-11-02 03:25:32 +00:00
wiz
d63de2f4a3 Add USE_CURSES for packages that need curses functionality that only
got added in 1.4Y; on older version of NetBSD, ncurses will be used.
Replace previous code that did the same, but wasn't shared.
2000-07-28 10:33:56 +00:00
pooka
d0e460b82d Upgrade vim packages to version 5.7. Use internal curses if possible.
New since version 5.6
---------------------
Not much:
- 19 new syntax files.
- "explorer.vim" script, works like a file browser.

And many bug fixes!  This version is aimed at stability.
2000-06-25 11:50:32 +00:00
pooka
7300f22d21 Do the same here that was done for vim-gtk, ie. fix solaris curses handling
and modify post-install into a tidy loop.
2000-02-18 14:37:43 +00:00
pooka
9a530df968 Remove all files that might conflict with a `normal vi', eg. bin/ex and
man/man1/view.1. The functionality is still there, the links are just no
longer created.
2000-01-25 17:13:14 +00:00
pooka
d46e9800b9 Kill files missed by previous commit. 2000-01-17 17:40:05 +00:00
pooka
81c57ad586 Upgrade vim packages to vim 5.6.
New since version 5.5
---------------------
Not much:
- New "Edit with Vim" popup menu entry for MS-Windows.  Avoids problems with
  the MS Office taskbar.
- 18 new syntax files.
- "z+" and "z^" commands.

And many bug fixes!  This version is aimed at stability.

See ":help version-5.6" in Vim for the details.
2000-01-17 17:36:31 +00:00
jlam
24ef86f870 Update dependency on ncurses to >=4.2 2000-01-15 18:46:22 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
agc
840817d532 Explain things a bit more fully. 2000-01-04 14:03:33 +00:00
pooka
52971756e0 Use soft links also here to be consistent. 1999-12-21 17:18:59 +00:00
pooka
4cfa84b23b argh, of course this got screwed up. Repair the package 1999-12-21 13:34:24 +00:00
pooka
e4038c12ef Make way for a new glorious vim package structure 1999-12-21 13:18:05 +00:00
tron
baf886ba14 Move check for "${XAW_TYPE}" behind the inclusion of "bsd.pkg.mk" as
suggested by Antti Kantee in private e-mail. This fixes PR pkg/8908
by "Wiz".
1999-11-28 23:50:37 +00:00
tron
768ecc09fa Backout last commit: "bsd.pkg.mk" provides a default for "${XAW_TYPE}".
It is the "readme" target which is broken.
1999-11-28 23:26:23 +00:00
tron
41296b85fa Provide a default for "${XAW_TYPE}". 1999-11-28 18:57:52 +00:00
tron
79e2f26a8d Add support for using "Xaw3d" or "Xaw-Xpm" inspired by Antti Kantee. 1999-11-25 20:20:32 +00:00
tron
a4f86da30c Update "vim" package to version 5.5 using patches supplied by Antti Kantee
in PR pkg/8832. Changes since version 5.4:
- Support for a mouse scroll wheel in X11 (GTK, Athena and Motif). Should
  also work in an xterm when translations are installed.
- Support for decompression of bzip2 files in the example vimrc file.
- Handling of patch numbers, they show up in the ":version" output.
- Uninstall program for MS-Windows, for those that have a problem with the
  "Edit with Vim" popup menu entry.
And many bug fixes!  This version is aimed at stability.
1999-11-22 08:49:12 +00:00
agc
3adb459850 Make this package compile on Solaris. 1999-11-12 16:55:11 +00:00
tron
8d7d754dfa Remove me as maintainer of those packages. 1999-10-07 17:41:46 +00:00
rh
e3e0a0d2aa Add conflict with vim-gtk. 1999-08-08 09:31:18 +00:00
rh
257bc2798f Move documentation to ${PREFIX}/share/doc/vim. 1999-08-08 09:20:49 +00:00
rh
7a020786bd Update vim to 5.4
Notable changes are:

- Recognizing file types and syntax highlighting has been separated.  This
  allows you to add your own file type specific items.  And syntax
  highlighting is more flexible.
- Now includes syntax highlighting for over 150 file types.
- Vim scripts have been improved: Line continuation with a backslash, more
  built-in functions, etc.
- The hit-return prompt is avoided by truncating messages.  A message history
  has been added to view previous (untruncated) messages.
- Support for encryption of files.
- Quickfix support extended to support more error formats, including
  multi-line error messages and change-directory messages.
- Menus can be used in console mode.  The wildmenu feature offers menu-like
  command line completion.
- Several useful commands and options added.
- Many improvements for existing commands.
1999-08-08 07:23:46 +00:00
tron
3dfa85c967 Make the new patches really work. 1999-07-19 00:12:37 +00:00