Commit Graph

785 Commits

Author SHA1 Message Date
naddy
97e795dc3d Update to 1.2.0. Major additions in this release:
- nanorc support
- color syntax highlighting
- multiple file buffers
- search/replace history
- new translations
2003-02-20 13:26:29 +00:00
marcm
76ec09dba3 WRKSRC, WRKDIST, it's all the same thing :) 2003-02-20 05:50:34 +00:00
couderc
b3bf87b643 Cosmetic changes, now use regular process for patching. 2003-02-11 19:47:34 +00:00
marcm
22ddefeb3e Don't compile against libxml2 when using the 'gnome' flavor. Causes
conflicts with Gnome's libxml1 and bad things happen.

This fixes the segfault when trying to print with the 'gnome' flavor.

ok couderc@
2003-02-11 18:50:22 +00:00
brad
666eecc346 - convert to using kde module
- remove PATCH_LIST since this was broken after the patches were moved
- add missing %%SHARED%% to PLIST
- use proper shared object name in PFRAG.shared
2003-02-11 04:16:26 +00:00
couderc
bd997406d1 Fix packaging, thanks to Gabriel Kihlman 2003-02-06 17:59:32 +00:00
lebel
f91adac292 update vim/stable to 6.1.320; did ya know that patch 265 fixed
an arbitrary command execution vulnerability?  I sure didn't. So, expect a
MFC to at least OPENBSD_3_2 branch soon.
2003-02-06 17:55:07 +00:00
couderc
2afa72d077 Update to 1.0.4 with some ttf patches from Jim Geovedi. 2003-02-03 15:13:10 +00:00
couderc
4a64afae9d Missing files of the update. 2003-01-24 22:31:12 +00:00
couderc
c435e22f83 Update to 1.0.3 from marcm@ 2003-01-24 22:29:52 +00:00
pvalchev
69a751d30d Fix identical to the one drahn made to emacs21:
Work around the fact that emacs undump knows too much about the layout
of elf files (or thinks it does). These assumptions were just broken
by binutils/ld changes to put GOT and PLT into their own PT_LOAD sections.
Thus BSS is no longer part of the DATA PT_LOAD section. This is a workaround
using the '-Z' compatibility flag which disables the GOT/PLT padding.
2003-01-24 08:54:54 +00:00
pvalchev
dec44446da varargs paramters get promoted to u_int if u_int16_t; on response
from maintainer
2003-01-18 08:12:23 +00:00
drahn
d75ddb5679 Work around the fact that emacs undump knows too much about the layout
of elf files (or thinks it does). These assumptions were just broken
by binutils/ld changes to put GOT and PLT into their own PT_LOAD sections.
Thus BSS is no longer part of the DATA PT_LOAD section. This is a workaround
using the '-Z' compatibility flag which disables the GOT/PLT padding.
2003-01-17 21:04:41 +00:00
lebel
39e3c33c21 update vim/stable to 6.1.287 2003-01-10 15:31:20 +00:00
brad
06ae6d0357 use MASTER_SITE_BACKUP for now 2003-01-04 00:05:46 +00:00
fgsch
8625bbcf91 byebye NEED_VERSION. 2002-12-29 19:43:49 +00:00
couderc
75964089f4 Fix LOCALBASE, noticed by Jim Geovedi. 2002-12-14 08:21:56 +00:00
lebel
ec8d3f09f9 update vim/stable to 6.1.263;
implements a new 'ruby' FLAVOR; thanks to Jim Geovedi <jim@corebsd.or.id>
2002-12-13 14:54:37 +00:00
pvalchev
8e99944cff solve more signed vs unsigned char issues by using correct types, some of
it was just a matter of making functions match their prototypes.....
ok maintainer Jose Nazario
2002-12-13 07:52:10 +00:00
brad
fb4ec1cc36 change e-mail address.
--
From: MAINTAINER
2002-12-09 15:37:23 +00:00
pvalchev
c0ada65aac remove binutils workaround; bug has been found 2002-12-02 23:13:04 +00:00
naddy
8948311f28 kill accidental run dependencies on gmake 2002-12-01 02:53:24 +00:00
naddy
62203a9228 fix fallout from the libcurses -> libncurses link; from pvalchev@ 2002-11-29 01:49:57 +00:00
mark
bb8965111c + respect libpng header location
(from Can Erkin Acar <canacar@eee.metu.edu.tr>)
+ chop NEED_VERSION
2002-11-24 00:49:50 +00:00
marcm
1884bd9e18 Added gnome flavor and fixed some verbage in MESSAGE file.
ok couderc@
2002-11-14 20:16:27 +00:00
lebel
fd5fd9f762 new pf.vim from camield@; karma seems to be good, expect this to be bundled
into vim sooner than later.
2002-11-12 13:59:52 +00:00
lebel
1b0bd6e68e small diff in pf.vim from camield@ 2002-11-04 19:00:22 +00:00
lebel
67e6b07992 new pf.vim version from camield@ thru jakob@ 2002-11-04 16:51:55 +00:00
lebel
bf9d1e4a02 update vim/stable to 6.1.247; adds pf.vim to the syntax dir 2002-11-02 02:11:23 +00:00
lebel
171eae9b5a update vim/stable to version 6.1.234 2002-10-27 14:30:01 +00:00
naddy
46cd41f99e No regression tests available. 2002-10-26 00:39:14 +00:00
naddy
ebd06ee11c Master site/home page update; seen on FreeBSD. 2002-10-25 23:57:10 +00:00
couderc
bd5ad44fd3 Update to 1.0.2, ok todd@ 2002-10-17 18:37:13 +00:00
naddy
4ce0dc6944 - Fix dependencies.
- Clean-up, bug fixes.
From: Jim Geovedi <jim@corebsd.or.id>
2002-10-11 18:40:46 +00:00
naddy
d7beb03a59 Fix multiple declaration of default arguments; required for gcc3. 2002-09-28 18:24:14 +00:00
brad
4456905e4f drop suid/sgid bits on backup files.
--
Patch based on CVS change.
2002-09-26 23:00:08 +00:00
danh
38ecf4accb brad@ said CPPFLAGS does not need to be preserved, so undo my last
changes.
2002-09-23 14:44:41 +00:00
naddy
9274d7a57a Update to 2002-09-19, use bzip2.
From: Jean-Yves Burlett <jean-yves@burlett.org>
2002-09-21 11:38:52 +00:00
naddy
57ad755c26 Update to release 2002-07-20.
From: Jean-Yves Burlett <jean-yves@burlett.org>.
2002-09-19 18:28:55 +00:00
lebel
66cc19e658 update vim/stable to 6.1.184 2002-09-16 20:23:07 +00:00
naddy
2e8f9cdd82 - Respect CC.
- Include prototypes for str*().
- Don't hardcode /usr/local.

ok kevlo@
2002-09-13 11:22:30 +00:00
danh
0988dabefa respect CPPFLAGS; ok maintainer 2002-09-11 20:32:06 +00:00
mpech
a8924e572b Remove Oleg Safiullin from MAINTAINERS.
form@ ok
2002-09-01 18:49:00 +00:00
lebel
46e1b60570 include share/vim/vim61/synmenu.vim in PLIST 2002-08-31 17:12:08 +00:00
lebel
3f00c5da4d update vim/stable to 6.1.171 2002-08-31 00:38:11 +00:00
pvalchev
4b93d5e7e7 There is no "X Windows" 2002-08-26 04:23:24 +00:00
lebel
acd9eed530 update vim/stable to 6.1.151 2002-08-08 14:44:56 +00:00
naddy
f5abc26344 proper CVS keyword 2002-08-03 18:00:18 +00:00
kevlo
6ab9ce13be - upgrade to version 1.40.15
- update MASTER_SITES; pointed out by <dreamwvr@dreamwvr.com>
- regen patches
2002-08-02 03:45:17 +00:00
lebel
81cd9d5949 fixes a problem with vim's link.sh under ELF that result in a
can't load library 'crtend.o' when running vim; thanks drahn@ and
Marc Matteo <marcm@lectroid.net>
2002-07-31 15:52:33 +00:00
lebel
a2ebd15e0d update vim/stable to 6.1.141 2002-07-21 20:47:44 +00:00
pvalchev
dd9edfb0c2 new png header path 2002-07-20 00:21:22 +00:00
pvalchev
1598d0e046 new png header path 2002-07-19 22:25:59 +00:00
lebel
1b321aa4ef update vim/stable to 6.1.125 2002-07-07 02:54:37 +00:00
kevlo
a3ef6e6a8f - upgrade to version 0.7.2
- qt2/kde2 -> qt3/kde3
- bump NEED_VERSION
2002-06-25 02:41:03 +00:00
lebel
4853ea068d update vim/stable to 6.1.112 2002-06-25 00:41:40 +00:00
lebel
15336b1d3f update vim/stable to 6.1.100; uses the mega patch file instead of
100 individual patch files
2002-06-19 14:27:13 +00:00
naddy
894e66d349 update to 2002-05-22; from maintainer Jean-Yves Burlett <jean-yves@burlett.org> 2002-06-17 00:33:29 +00:00
nino
3cf003ee0e +glimmer 2002-06-13 12:41:08 +00:00
nino
3faf15a594 Import glimmer 1.2.1:
Glimmer is a full featured code editor with many advanced features,
including full scripting integration using Python. It is still in
the development stages, but is fairly useful as a C/C++ editor with
all the frills.

From Jim Geovedi <jim@corebsd.or.id>.
2002-06-13 12:37:07 +00:00
form
36aa24ba0e update to 5.3rc1 2002-06-13 05:44:57 +00:00
naddy
c5636dea40 Update to 1.54. Notable changes:
* Added a feature that highlights the respective location of the value
  currently under the cursor in the opposite window
* Fixed a rare division by zero problem
* Added the ctrl+b key mapping for the End key
* Fixed a problem with the End key where the cursor wouldn't go to
the end of the file if it was on a certain line(s)

From maintainer Lonny Gomes <devel@n0mansland.net>.
2002-06-09 19:06:58 +00:00
wilfried
0440d7845c add specifier to RUN_DEPENDS and BUILD_DEPENDS 2002-06-09 05:31:40 +00:00
wilfried
126bbc6208 use correct urls 2002-06-09 04:32:55 +00:00
couderc
037422f294 Add beaver 2002-06-06 07:26:28 +00:00
couderc
ed447151c2 Initial import of editors/beaver
--
Beaver is an Early AdVanced EditoR, for Linux and other Unices (and even
Windows); in other words, it's a text editor that is intended to be
light-weight, but full of useful features for programming, from editing of web
sites to C coding. It is based upon the GTK+ toolkit, supports many languages
through config files and offers functions such as automatic indentation and
completion or syntax highlighting. In fact, it is 100% compatible with
Ultraedit's wordfile.txt files, and has its own mini macro language.
2002-06-05 17:50:01 +00:00
lebel
db3e955e9f update vim/stable to 6.1.84 2002-06-03 13:37:06 +00:00
naddy
d5c317d548 +hexcurse 2002-05-30 11:00:43 +00:00
naddy
a91a12b411 Import of hexcurse 1.50.1.
Submitted by Lonny Gomes <devel@n0mansland.net>.

Hexcurse is a user-friendly, ncurses-based hex editor that contains
many useful features.  Some of its features include hex and decimal
address output, ASCII/EBCDIC output, searching, jumping to specified
locations in the file, bolded modifications, an undo feature, and
quick keyboard shortcuts to commands.
2002-05-30 10:58:55 +00:00
form
7ba783ab3a better "Processing joerc" messages 2002-05-22 07:55:29 +00:00
lebel
554ad6e0fa update vim/stable to 6.1.76 2002-05-18 14:47:06 +00:00
naddy
a4db3d05df bye MASTER_SITE_SUBDIR 2002-05-13 12:37:36 +00:00
naddy
8a782141c1 fix line continuation 2002-05-13 12:37:15 +00:00
form
2111d9a7a4 bye bye MASTER_SITE_SUBDIR.
correct package name.
2002-05-13 02:43:38 +00:00
lebel
b891fa7b10 update vim/stable to 6.1.54 2002-05-06 15:03:40 +00:00
lebel
7cd4492090 update vim/stable to 6.1.42 2002-04-30 15:12:42 +00:00
pvalchev
79e96d3d8c Update to emacs21-leim-21.2; from maintainer yozo@v007.vaio.ne.jp 2002-04-28 00:33:38 +00:00
form
12e75d7135 $OpenBSD$ 2002-04-25 02:59:09 +00:00
lebel
d1a4d286cf update vim/stable to 6.1.32 2002-04-24 15:08:24 +00:00
form
86b60a702c Upgrade to 2.9.8.1
Set MAINTAINER.
2002-04-24 11:05:06 +00:00
mark
cbe49bdea7 emacs 21.2 update with corrected PLIST ordering 2002-04-24 00:21:43 +00:00
naddy
78abeaa0e8 Update to 1.0.9. Notable changes in this release:
* Bug fixes.
* Updated translations.
* "Norwegian" has been replaced by separate Nynorsk and Bokmaal translations.
2002-04-16 22:37:30 +00:00
lebel
37e1391365 update vim/stable to 6.1.18 2002-04-16 16:49:02 +00:00
naddy
e5230d5c9f Add missing RCS Id. 2002-04-07 01:54:47 +00:00
pvalchev
587cc7b953 register ungif dependency... thanks jason.
is lib-depends-check that hard to use?
2002-03-29 19:13:25 +00:00
lebel
188d1520e6 fix the dependencies for the -lang subpackage; thanks espie@ 2002-03-28 16:50:02 +00:00
mark
93dd6903ac Force dependencies check of emacs21 port specifically. Solves i386 (and
others) conflict between emacs20 and emacs21-leim.  ok, naddy@
2002-03-28 00:19:40 +00:00
mark
3f8c9540f7 add missing CVS tags, ok naddy@ 2002-03-28 00:13:49 +00:00
espie
9642761765 Version 2.11 2002-03-25 20:21:54 +00:00
pvalchev
6a78fec612 build no_x11 emacs flavor as well, dunno how that was missed 2002-03-25 03:25:59 +00:00
pvalchev
67d13e2eda fix alpha 2002-03-25 02:53:57 +00:00
lebel
1918ca5d08 don't try to build snapshot from here, it's not there 2002-03-24 20:27:58 +00:00
lebel
d6c93f59c3 since 6.1 is released, remove snapshot and replace it with a stub unti a new
snapshot version is released.
2002-03-24 20:27:12 +00:00
lebel
63c4abd15b update vim/stable to 6.1 2002-03-24 20:26:24 +00:00
matt
0ae151590e fix python flavor; ok espie@ 2002-03-23 23:37:53 +00:00
pvalchev
c96b34102a alpha pieces, not working right yet 2002-03-23 19:13:14 +00:00
pvalchev
88b81fcf9d pieces for sparc64 (now it builds, but doesn't work yet), some taken from netbsd 2002-03-23 18:40:02 +00:00
pvalchev
73b0f60ef7 remove bogus patch 2002-03-23 07:13:04 +00:00
lebel
0dc86b8829 sync RUN_DEPENDS change from vim/snapshot 2002-03-23 03:17:42 +00:00
lebel
d6edfd1912 update vim/snapshot to 6.1b.34
- remove @pkgdep from PLIST-lang and replaced it with a RUN_DEPENDS inside
  the Makefile
2002-03-23 02:49:33 +00:00
drahn
7ded5f489d Allow emacs21 to build on macppc. ok pvalchev@ 2002-03-22 18:58:00 +00:00
jasoni
8550723924 These no longer conflict with xemacs-21. 2002-03-22 07:23:51 +00:00
jasoni
471f20d606 move info files to no longer conflict with emacs and mailcrypt.
- ok maintainer.
2002-03-22 07:19:44 +00:00
jasoni
8737605eec Modify to no longer conflict with Emacs.
- prefix b2m, ctags and etags with xemacs-
- move info files to ${LOCALBASE}/info/xemacs-${VERSION}
ok maintainer.
2002-03-22 07:18:44 +00:00
espie
c7c34c2206 Bump NEED_VERSION 2002-03-21 20:46:23 +00:00
espie
e3edfb9aea md5->distinfo 2002-03-21 20:20:41 +00:00
mark
c61738f361 Revert back to GMAKE, BSD make links twice during faking, thus
incrementing the fns elisp file needed for Eshell and bumping
Emacs version to 21.1.2 rather then the expected 21.1.1.

Needs more investigation.  ok espie@
2002-03-20 02:27:24 +00:00
pvalchev
3a450dc0dc fix some drug-ery, get patches in shape 2002-03-18 02:59:14 +00:00
espie
c4dbce5bb2 Simpler flavors. 2002-03-18 01:58:03 +00:00
lebel
9a5089372e change the python depends from 2.1.* to 2.2. Thanks to matt@ 2002-03-17 23:40:00 +00:00
lebel
7bf4dbafe2 update vim/snapshot to 6.1b.23:
- use python 2.2 instead of 2.1.*; thanks to matt@
2002-03-17 23:33:29 +00:00
mark
35e51bb960 + reduce no_x11 depends to essentials
+ no more gmake
+ bump NEED_VERSION

fix from shiva.brahma@inwind.it
2002-03-12 09:03:42 +00:00
lebel
ee05465e9f update vim/snapshot to 6.1b 2002-03-10 17:48:48 +00:00
lebel
4f702835b8 update vim/snapshot to 6.1a.38 2002-03-08 23:51:24 +00:00
mark
c5f5d41a99 + add emacs21-leim
+ uncomment emacs21
2002-03-03 07:11:16 +00:00
mark
8fbebb8ece emacs21-leim import
Library of Emacs Input Method for GNU Emacs 21.1

Thanks to Yozo TODA <yozo@v007.vaio.ne.jp> for the port, made changes
for depends to accept any Emacs flavor.
2002-03-03 07:08:36 +00:00
lebel
8f9e6da4d1 update vim/snapshot to 6.1a.19 2002-03-02 15:25:09 +00:00
naddy
910e1ab7a5 RUN_DEPENDS is evaluated despite BROKEN, so put a valid value there 2002-03-01 19:42:53 +00:00
lebel
0c162d2650 update vim/snapshot to 6.1a.8 2002-02-27 15:17:59 +00:00
mark
92f2f9524c Fix package list -- deinstalls clean now
patch from yozo@v007.vaio.ne.jp
2002-02-25 21:07:28 +00:00
lebel
943c137937 re-enable vim/snapshot 2002-02-24 22:37:04 +00:00
lebel
ff7869b98e update vim/snapshot to 6.1a.
- vim is entering a BETA period with 6.1.
- this commit is dedicated to the women's and men's Team Canada gold winning teams!
2002-02-24 22:15:12 +00:00
lebel
1117347811 update vim/stable to 6.0.270 2002-02-24 21:41:08 +00:00
mark
12cdfceea1 Emacs 21.1.1 adds tty font-locking that does not play nice with termcap.
This bug is being looked into.  It only affects tty font-lock settings
within a .emacs file.  If you do not use color syntaxing in Emacs under
an xterm, this will not affect you.  For those that do, setting TERM
to xterm (rather then one of the color xterm variants) is a temporary
fix.
2002-02-24 21:09:21 +00:00
lebel
f26d3a19f8 update vim/stable to 6.0.241 2002-02-21 03:07:48 +00:00
naddy
f6e1080a7f * getc() returns int
* md5 -> distinfo while we're here
2002-02-20 19:31:43 +00:00
naddy
968230c3a5 Update to 1.3.1. 2002-02-19 00:12:29 +00:00
lebel
7da9b9b88b update vim's python dependencies 2002-02-16 15:23:16 +00:00
matt
fa5b2ea85c Update Python dependencies. 2002-02-15 19:53:42 +00:00
mark
1d0df36da0 __ELF__ is defined in OpenBSD 2.9+ (brad@)
hack filed (#139) with GNU Emacs dev team
2002-02-15 08:45:43 +00:00
mark
b3e8434807 simply sparc64 patch (brad@) 2002-02-15 08:42:34 +00:00
lebel
ac68160c61 update to vim/stable 6.0.222
- now, the first 200 patches in available as a single compressed patch file.
2002-02-14 19:03:51 +00:00
lebel
7e894bc1c2 update vim/stable to 6.0.215 2002-02-11 16:06:17 +00:00
mark
73f1a6c797 sparc64 build fix 2002-02-11 05:44:14 +00:00
mark
7fe92a9e7f +emacs21 (commented out for now) 2002-02-10 22:12:12 +00:00
mark
2d9dcfd00b Emacs 21.1 import
Some of you may opt to stick with 20.x, as this is a typical beginning of
a major rev.  Maintainership is directed my way, so feed patches to me.

Thanks to A B <obsdfaq30@yahoo.com> for the submission.
2002-02-10 22:05:40 +00:00
brad
cd7967f0b6 use gettext module. 2002-02-06 01:17:08 +00:00
lebel
ad8870ae65 update vim/stable to 6.0.169 2002-02-03 21:14:27 +00:00
lebel
9ab7bbc261 update vim/stable to 6.0.156 2002-01-29 17:53:33 +00:00
lebel
c4d376f5fb update vim/stable to 6.0.152 2002-01-26 04:20:59 +00:00
jsyn
cd6bd85126 disheveled; now sorted 2002-01-25 00:56:46 +00:00
naddy
21a4513d09 update checksum; no response from maintainer 2002-01-22 02:14:14 +00:00
lebel
aec55f57bb update vim/stable to 6.0.143 2002-01-18 13:56:51 +00:00
naddy
742051faaa Update to 1.0.8. Changes in this version include:
* various minor bug fixes
* updated translations and a new Polish one
* Meta-A as an alternate key for the marker key (^^)
2002-01-17 12:56:40 +00:00
lebel
4c52912edb update vim/stable to 6.0.134:
also, replace perl call to build the list of patch by a (simpler) call to jot.
2002-01-15 16:28:51 +00:00
form
72a8f3d4e2 nedit.org is alive! 2002-01-15 04:30:58 +00:00
lebel
845670b87f update vim/stable to 6.0.127 2002-01-11 21:04:57 +00:00
lebel
efb7dc31fb update vim/stable to 6.0.120. 2002-01-09 02:42:18 +00:00
lebel
73f4456bea update vim/stable to 6.0.118 2002-01-03 18:35:14 +00:00
form
09f2e34644 - nedit.org zone doesn't work, use IP address and ftp.openbsd.ru
MASTER_SITES.
- md5 -> distinfo
2001-12-27 03:37:36 +00:00
shell
c3aa87a6f0 Upgrade to 1.2.2
- add NO_REGRESS
- used distinfo
- fmt on DESCR
ok'ed by brad@
2001-12-25 03:25:26 +00:00
lebel
a7e2deb861 update vim/stable to 6.0.101 2001-12-19 19:27:12 +00:00
naddy
8be5af834d Update to 1.0.7: minor fixes and translation updates. 2001-12-18 18:53:43 +00:00
lebel
72d21adff4 update vim/stable to 6.0.99 2001-12-15 16:22:00 +00:00
lebel
825c149324 fix typo when FLAVOR athena is selected; Sean Cavanaugh <seanc@unixgeeks.ca> 2001-12-14 16:03:49 +00:00
brad
f0e4ab441e : -> , for FLAVOR name separation 2001-12-09 17:27:48 +00:00
lebel
8b509cb258 major OOPS. This is not .94, it's .93 2001-11-26 00:13:43 +00:00
form
ca7dac35ad Enable keyboard shortcuts. 2001-11-16 08:44:53 +00:00
espie
00ce723944 Kill remaining RUN_DEPENDS/BUILD_DEPENDS first parters. 2001-11-13 22:13:22 +00:00
naddy
2346dd8c79 +ee 2001-11-13 15:24:39 +00:00
naddy
f8d399a33b Import of ee-1.4.4.
Submitted by Jose Nazario <jose@crimelabs.net>.

An easy to use text editor.  Intended to be usable with little or
no instruction.  Provides a terminal (curses-based) interface.
Features pop-up menus.
2001-11-13 15:23:15 +00:00
espie
7f486ccba1 let it build if automake is around (admin/am_edit generates buggy
Makefile.in with loops, the kind that our make doesn't like)
2001-11-12 22:07:49 +00:00
espie
0e6f6f93bb Kill first component of BUILD_DEPENDS.
Fix sawfish comment while I'm at it.
`window manager for the X windows system'.
Like DUH ! It's going to be a window manager for my microwave oven ?
2001-11-10 15:00:47 +00:00
lebel
267645081b update vim/stable to 6.0.94:
--
- add -lang subpackage to add NLS languages files.
2001-11-08 03:24:18 +00:00
naddy
9e8051ec2a correct master site path 2001-11-07 01:02:36 +00:00
lebel
4963325c2c update vim/stable to 6.0.70. 2001-11-04 17:20:14 +00:00
lebel
0e6c6e506c update vim/stable to 6.0.64:
--
- fix the problem with patch 6.0.046 by touching the src/auto/configure file
so the Makefile doesn't try to regenerate the configure script since
configure.in is newer than the configure script since that patch was applied.
2001-11-01 22:29:55 +00:00
lebel
6326821c93 hmmm. patch 6.0.046 breaks FLAVOR no_x11. Revert back to 6.0.45. 2001-11-01 17:36:35 +00:00
lebel
410263e9bd update vim/stable to 6.0.61.
Matt Sauve-Frankel <baud@philosophiebleue.com> for the heads up.
2001-11-01 16:08:49 +00:00
brad
965e6e43e4 revert commit for gtk module. 2001-11-01 01:49:15 +00:00
form
d19c6fec0d One more bug...
I need sleep...
2001-10-31 12:24:01 +00:00
form
ba61e5bbd4 Oops. 2001-10-31 12:01:04 +00:00
form
fcfd2a2abe upgrade to 5.2 2001-10-31 08:03:18 +00:00
lebel
b09d6f5f81 patch 6.0.035 has been modified on the master site, update the checksum.
While at it, update to 6.0.42.
2001-10-31 00:02:10 +00:00
lebel
7960e6834a update to vim/stable 6.0.40.
- download vim-6.0-extra.tar.gz so some of the newest patches
work correctly.
- eventually, I'll add support for vim's NLS language files in a
subpackage.
2001-10-30 20:17:43 +00:00
naddy
241470cf6f Update to 1.0.6.
- The "do previous word" function (Meta-Space) has been backported
  from nano 1.1.
- The biggest bug fix is the huge bug in null_at which was discarding
  reallocated memory addresses.
- There were some minor fixes in the cutting code, and some display
  fixes also.
2001-10-30 13:03:40 +00:00
lebel
55cf5fa44d update vim/stable to 6.0.31.
use gtk module with FLAVOR contains gtk.
2001-10-29 00:28:56 +00:00
espie
100196f27a Zap default MAINTAINER from Makefile.
Especially now that the default line is more verbose.
2001-10-28 13:05:44 +00:00
kevlo
07341d8818 - upgrade to version 0.7.1
- bump NEED_VERSION
2001-10-27 15:23:39 +00:00
lebel
1510856954 oups. With my last commit, 6.0.26 went in when it shouldn't have.
Thus, files/md5 was not commited along with it.
Thanks to Kenneth R Westerback <kwesterback@home.com>
This completes the update to 6.0.26.
2001-10-27 04:10:07 +00:00
lebel
951794d053 be clearer when no GUI interface are selected.
pointed out by fries@
2001-10-26 02:17:24 +00:00
naddy
716a9beb18 no regression test framework 2001-10-25 16:14:51 +00:00
lebel
341f4e5030 allow vim to build on vax and m68k. I did test this on one of
miod@ sloooow VAX and it works.  Could someone with a m68k test this out?
2001-10-25 15:10:44 +00:00
brad
cdbeedc2ad use gettext module. 2001-10-25 02:11:10 +00:00
lebel
1dab5e6927 update vim/stable to 6.0.25 2001-10-25 01:25:27 +00:00
lebel
a1609a4b58 update vim/stable to 6.0.23 2001-10-24 13:44:03 +00:00
espie
49d27ed1e4 Complete lib dependencies 2001-10-24 12:14:50 +00:00
naddy
8c686f60e5 fix dependencies for python flavor 2001-10-19 00:11:15 +00:00
espie
1f8ac28237 Fix dependency, let it build. 2001-10-12 10:09:01 +00:00
espie
4a5955b2b7 Fix naddy's carelessness... 2001-10-11 19:32:32 +00:00
naddy
9699350f62 MODGNU_CONFIG_GUESS_DIRS default is correct 2001-10-06 21:42:28 +00:00
naddy
1314695e6d update to 1.05:
- new Dutch and Danish translations
- updated Italian, Finnish, and Catalan translations
- minor bugfixes for cutting marked text
2001-10-04 12:37:57 +00:00
brad
aaceb3cc70 upgrade to hexedit 1.2.1 2001-10-02 15:45:52 +00:00
lebel
d751904f65 update vim/stable to 6.0.11 2001-09-30 18:59:40 +00:00
naddy
d25e090145 skip disabled snapshot port 2001-09-28 12:23:58 +00:00
pvalchev
be54d47d8c CONFIGURE_STYLE=gnu w/ proper MODGNU_CONFIG_GUESS_DIRS
needed for the powerpc -> macppc name change
2001-09-28 06:02:12 +00:00
lebel
3d2d0e69eb . do as with zsh/snapshot and put a stub in here to say that there is
no current snapshot version of vim.
2001-09-27 19:39:55 +00:00
lebel
3c206acfaf . update vim/stable to the latest stable version, which is the new 6.0.
. take over as maintainer of vim/stable.  jasoni@ OK'ed.
. too many new features to resume in this commit;  check out
  http://wwwv.vim.org.
2001-09-27 19:39:14 +00:00
kevlo
1bfa181080 upgrade to version 1.8.1 2001-09-27 05:19:22 +00:00
lebel
9069bdec83 bump NEED_VERSION, use gettext and iconv modules 2001-09-24 17:38:00 +00:00
lebel
99f5165f7a update vim/snapshot to 6.0ax. The final 6.0 is expected in the next few days. 2001-09-21 14:46:30 +00:00
lebel
9235852b8e update vim/snapshot to 6.0aw 2001-09-16 21:55:01 +00:00
brad
e0303255af simplify 2001-09-15 21:43:42 +00:00
lebel
a14da92420 update vim/snapshot to 6.0av 2001-09-13 21:14:52 +00:00
naddy
9cf0630f48 fix build; from maintainer Sungman Cho <smcho@tsp.korea.ac.kr> 2001-09-12 23:46:54 +00:00
kevlo
e02364a694 - upgrade to version 0.6
- bump NEED_VERSION
- add USE_X11 and USE_GMAKE

>ChangeLog:
o Added feature: Show attributes in tree view
o Fixed bug: Element delete bug when Dragdrop
o Added feature: Open xml file with specified element
o Added feature: Shrunk multilined contents in tree-view.
2001-09-12 07:08:22 +00:00
heko
ee57224ee3 o PATCH_FUZZ_FACTOR is unneeded, and it should be in
PATCH_DIST_ARGS or PATCH_ARGS anyways.
o Don't hardcode PREFIX in pkg/MESSAGE
o Rename ru_SU.KOI8-R in catalog to ru_RU.KOI8-R to match nvi in
  base distribution.
o Remove itojun@ from MAINTAINER (now defaults to ports@) on his request.
itojun@ ok
2001-09-11 22:36:34 +00:00
lebel
81115d6a61 nuke fake flavour 'light'. pointed out by heko@. 2001-09-09 00:38:46 +00:00
lebel
85909f42eb heko@ suggested that we could also build vim with maximum bloatage, so
I'm adding a huge FLAVOR to pass --with-features=huge to configure.
2001-09-09 00:26:19 +00:00
lebel
f1cafbbaa6 Add perl and python embedded support.
By default, they are not enabled.  To get a vim that is able to run natively
perl and/or python code, you must specify the appropriate FLAVOR tags.

I have tested those quite throughfully, but it might need some more testing.
2001-09-08 22:40:20 +00:00
naddy
02658ea7b3 cooledit's python flavor now refers to python2; kill python15 dependency 2001-09-06 11:10:13 +00:00
lebel
68a4e479cb update vim/snapshot to 6.0au 2001-09-03 14:00:12 +00:00
kevlo
cf599c7a3e - use module qt2
- bump NEED_VERSION
- fix PLIST
2001-09-02 10:18:30 +00:00
lebel
c66992f890 update vim/snapshot to 6.0at 2001-08-27 21:50:47 +00:00
naddy
941ef51bbf update to 1.0.4:
- fix search strings when switching back and forth from Pico mode
- new translations for Norwegian and Swedish
- some new keystroke handlers in the main editor and file browser
2001-08-25 15:48:40 +00:00
naddy
cced4a53fe - re-enable
- regen patches
- make it build and work with XF4; patches from Hwei Sheng Teoh
  <hsteoh@debian.org> via Debian
- prettify
2001-08-22 00:04:41 +00:00
lebel
c4314741d7 update vim/snapshot to 6.0as 2001-08-20 02:09:36 +00:00
naddy
95ce8844ae mark as BROKEN: does not build with XFree86-4 2001-08-18 22:13:51 +00:00
kevlo
4f93565367 - upgrade to version 0.5
- /usr/local -> ${LOCALBASE}
2001-08-18 03:39:14 +00:00
lebel
6a75b6d792 update vim/snapshot to 6.0ar 2001-08-13 14:14:22 +00:00
heko
def0f0c8a0 - NEED_MOTIF -> USE_MOTIF (Noticed by me, fix from maintainer)
- Add a dependency to gettext for the mule flavor (From maintainer)
Ok: maintainer Jean-Yves Burlett <jeav-yves@burlett.org> and jakob@
2001-08-11 23:11:14 +00:00
kevlo
1eb57a5e22 fix HOMEPAGE 2001-08-11 15:50:12 +00:00
naddy
4289f0822f - disable python check in plain flavor
- use ERRORS infrastructure
2001-08-09 21:05:28 +00:00
heko
35530dec65 /usr/X11R6 -> ${X11BASE}
ok maintainer && brad@
2001-08-08 13:32:42 +00:00
lebel
dfa2f9e7ce update pkg/INSTALL with a message about the BETA phase 2001-08-06 02:46:39 +00:00
lebel
943c60954a update vim/snapshot to 6.0aq:
vim 6.0 is now in its BETA phase.  If you need to know all the good
reasons to move to version 6.0, please go read the following webpage:

http://vim.sourceforge.net/whyvim.php

Eventually, the message in pkg/INSTALL will be removed.
2001-08-06 02:33:24 +00:00
jasoni
b150675b4b update to 5.8.8 (bug fix) 2001-08-02 03:10:17 +00:00
naddy
d941b46eca document available flavors 2001-08-01 00:39:05 +00:00
lebel
dcd804e414 update vim/snapshot to 6.0ao 2001-07-23 14:09:29 +00:00
kevlo
136fa62bf7 bump major rev in libxml dependency entries after upgrade of libxml:
xml2.5 -> xml2.6
2001-07-20 16:22:30 +00:00
lebel
401402c86d document the flavors that we support 2001-07-20 02:34:10 +00:00
lebel
591115270c Since we enable multibyte by default, it is a good idea to depend on
converters/libiconv, so it works as expected.  pvalchev@ put me on the
right track to find this one.
2001-07-19 15:33:46 +00:00
naddy
5f2065c764 - Make use of new bsd.port.mk feature and replace error reporting through
.BEGIN with ERRORS.
- Sync NEED_VERSION accordingly.
ok espie@
2001-07-18 10:59:00 +00:00
kevlo
a18d147168 +kxmleditor 2001-07-15 09:26:17 +00:00
kevlo
069b0b1430 Initial import of kxmleditor-0.4
KXML editor is a program that displays contents of XML file. Left side
contain tree with XML document structure, right side contain list of
attributes for for selected XML element and its contents.
2001-07-15 09:25:41 +00:00
lebel
e1eda3176f update vim/snapshot to 6.0an 2001-07-13 19:28:26 +00:00
espie
509eb157dc Bump to 2.10
Fix png compile
2001-07-13 13:28:23 +00:00
espie
a30de9c0df Fix 2001-07-13 13:26:11 +00:00
naddy
49afc89ea6 MASTER_SITES fix by Heikki Korpela <heko@saitti.net>:
- Add ftp.funet.fi and ftp.sunet.se mirrors where available.
- Remove broken ftp.funet.fi references.
2001-07-13 11:23:37 +00:00
kevlo
02a1625d44 +hnb 2001-07-12 08:42:18 +00:00
kevlo
c765f6cf78 Initial import of hnb-1.7
Hierarchical notebook (hnb) is a program to organize many kinds of data
in one place, including addresses, TODO lists, ideas, book reviews,
brainstorming, speech outlines, etc. It stores data in XML format,
and is capable of native export to ASCII and HTML.
2001-07-12 08:41:31 +00:00
pvalchev
85d139059d spell "useful" correctly. 2001-07-11 07:28:09 +00:00
jasoni
0465faa5a1 Update to patch level 07 (Vim 5.8.7)
Fixes:
  - GTK GUI: Vim may exit if 'shell' is not a valid program
  - defining a highlight link overruled existing GUI highlighting
  - Synchronizing on a C comment failed after "//*/"
2001-07-03 22:12:24 +00:00
lebel
cc0e85049d update vim/snapshot to 6.0am 2001-07-03 16:10:14 +00:00
naddy
5f3f8d882c Update to 1.0.3.
This release features oodles of bug fixes with cutting text,
especially with the -k (cut to end) option.  There is also a new
suspend handler which should make nano play better with mutt.  Nano
now also features mutt's case insensitive string compare function
for more speed and less memory usage.  Two new translations are
included, Ukrainian and Russian.
2001-07-01 17:49:00 +00:00
lebel
40e8469a29 update vim/snapshot to 6.0al 2001-06-25 01:27:24 +00:00
jasoni
038a7952b3 - Update to 5.8.4.
- Remove dead master site.
2001-06-22 18:45:33 +00:00
pvalchev
e8a2398d62 Remove deprecated LICENSE_TYPE and set appropriate # comments
with its contents.
2001-06-20 01:43:11 +00:00
lebel
2e0baa0025 update vim/snapshot to 6.0ak 2001-06-18 20:23:21 +00:00
brad
47b3922b45 mark this as BROKEN for now, needs an upgrade. 2001-06-15 15:27:36 +00:00