Commit graph

43 commits

Author SHA1 Message Date
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
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
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
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
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
pooka
52971756e0 Use soft links also here to be consistent. 1999-12-21 17:18:59 +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
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
jlam
b76508faab * Update ncurses dependency.
* Find termcap.h from ncurses.
1999-07-06 08:00:50 +00:00
tron
7d9a78e27b This packages requires X11. 1999-04-27 22:27:14 +00:00
tron
2bd3c41653 Because "vim" still doesn't work with NetBSD's termcap library in X11
window mode we use "ncurses" again.
1999-02-12 21:32:59 +00:00
tron
c4fd33ce03 Disable builtin termcap entries so that "vim" works with NetBSD's termcap
library. Patch supplied by Ingolf Koch.
1999-02-12 21:09:28 +00:00
tron
4aba3cc51f Use "ncurses" because "vim" doesn't work with our "termlib". 1999-01-10 22:29:38 +00:00
tron
137d55024f Always use Athena widget set because we would need a dependence on the
"lesstif" package otherwise.
1998-09-16 21:54:26 +00:00
garbled
24b85b3063 Tweak this a little to get it to build on ELF with X11. 1998-09-14 21:48:04 +00:00
agc
f0cf5f6a4b Upgrade to version 5.3 of the vi editor clone, to include minor bugfixes
since 5.2. Re-arrange the Makefile so that it hits the faster ftp sites
first. Add some additional syntax checking files.
1998-09-01 09:33:41 +00:00
agc
7348c78d1e Upgrade vim to version 5.2.
> - A file browser has been added for the Win32, Motif and Athena GUI versions.
> - Dialogs have been added.  They can be used to ask for confirmation on Ex
>   commands that can fail.
> - Options and commands have been added to offer a mode that works like
>   MS-Windows cut/copy/paste.  This makes the Win32 GUI version fit in better
>   with other MS-Windows applications.
> - Session files can be used to store and restore an editing session.
> - Functions and Ex commands can be defined by the user.  This is much nicer
>   and more powerful than using mappings.
> - Lines longer than the screen size can be edited, also when lines wrap.
> - Support for Cscope and an interaface for TCL have been added.
> - Port to the RISC OS and GUI port for the Amiga.
> - Support for Multi-byte files (DBCS and Unicode).
1998-08-24 10:12:22 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00
agc
9e05f2d76a Update package Makefiles for automatic manual page handling. 1998-06-22 12:27:08 +00:00
tron
c631942214 Update package to "vim-5.1". 1998-04-21 22:08:14 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
tron
1e79aaf5be Fix manual page compression 1998-03-01 13:35:54 +00:00
tron
3d6b092985 Fix error in MAN1 1998-02-28 22:03:20 +00:00
tron
a888b4ec93 Correct "MAN1". 1998-02-22 10:01:24 +00:00
tron
a3a5e9bf10 Initial commit of "vim-5.0" package. 1998-02-19 21:47:54 +00:00