summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2006-12-23Variable `EMACSVERSION' used but not defined.obache1-3/+4
2006-12-19CHECK_WRKREF_SKIP wants a relative path nowadays.wiz1-3/+3
2006-12-19Set INCOMPAT_CURSES.wiz1-1/+2
This package fails in bulk builds up to at least NetBSD-3.1; but I can build it on 4.99.6. Assume curses in NetBSD-2* and NetBSD-3* are not good enough. Feel free to make the selection more specific.
2006-12-15Mechanically replace all includes of buildlink3.mk of the followingjoerg9-19/+19
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
2006-12-15update to 4.2.2drochner2-7/+6
changes: -bugfixes -translation updates
2006-12-15update to 1.0.6.7drochner5-176/+11
changes: Better LaTeX export of elsart style and other fixes in the LaTeX converter Several minor improvements in the graphical mode Fixes for Maxima 5.10.0
2006-12-12Updated editors/vim-share to 7.0.178martti3-5/+18
1498 7.0.175 tr() didn't add a final NUL 1781 7.0.176 ":emenu" isn't executed directly, breaks the crypt key prompt 4292 7.0.177 key from mapping at press-enter prompt would be remapped 1565 7.0.178 comparing utf-8 strings with 'ic' may look past NUL bytes
2006-12-12Patches to avoid lvalue casting. Fixes PR/35179 and issues with gcc4.dogcow7-1/+189
No new functionality.
2006-12-06buildlink3.mk should not include things not used by the main package.joerg1-2/+1
Unbreaks wrapper phase in security/seahorse-gedit.
2006-12-06Require perl at run time and bump revision.joerg1-3/+4
2006-12-06CHECK_WRKREF_SKIP is already relative to PREFIX.joerg1-3/+3
2006-12-06CHECK_WRKREF_SKIP takes relative names.joerg1-3/+3
2006-12-06Look in wchar.h for mbstate_t, not machine/ansi.h. The latter is quitejoerg1-2/+2
NetBSD specific. If that creates problem on older NetBSD, maybe the test should be conditionalized for NetBSD instead.
2006-12-057.0.174martti1-2/+2
2006-12-05Updated editors/vim-share to 7.0.174martti2-3/+22
1812 7.0.169 Visual block highlighting not removed for "I" and "A" 2545 7.0.170 (extra) Win32: un-maximizing and tab pages line problem 14457 7.0.171 (extra) VMS: problem with file names with multiple paths 2389 7.0.172 crash when recovering a file and quitting hit-enter prompt 1703 7.0.173 ":call f().TT()" doesn't work 2838 7.0.174 ":mksession" doesn't restore tab page window layout properly
2006-12-03Update kile to 1.9.3markd2-6/+6
version 1.9.2-> 1.9.3 Fixes: - Recognize escaped chars in \newcommand. - Use KPDF as embedded viewer for quick preview, because KPDF can remember current settings. - Bugs in tabular wizard, when merging, breaking and merging again some cells - Quote replacement should not happen inside verbatim/verb environment - Fix bug in tabular wizard, when breaking some multicolumn cells - Don't use default permissions for backup file - Fix bug in syntax highlighting: mathmode in optional parameter - Allow tools with brackets in the configuration string also in sequence tools, fixed also the crash which hid the bug. - One fix in latex-document-cwl and color.cwl - Fix crash when adding a file to a project (with no open documents) which contains an undefined reference - Improve the logic for closing environments - Don't treat \\[foo] as a math environment - Remove selected text also if we insert a " Feature: - Prepared the latex syntax file for beamer commands
2006-11-29Fix some more missing includes of unistd.h. Fix a long standingjoerg4-1/+41
problem with the build on DragonFly: /usr/libexec/binutils215/elf/ld: : No such file: No such file or directory is not a very helpful message to trace down to a spurious comma. I'm not sure how this built at all on other platforms.
2006-11-26Updated editors/vim-share to 7.0.168martti4-7/+26
4306 7.0.163 can't get the position of a sign over the netbeans interface 1518 7.0.164 ":redir @+" doesn't work 2284 7.0.165 using CTRL-L to add to a search pattern fails for some chars 1865 7.0.166 crash with cscope when a file descriptor is NULL 1942 7.0.167 can't redefine a function in a dictionary 2224 7.0.168 reading uninitialized memory and a memory leak in recovery
2006-11-23Enable "ipfilter" syntax highlighting for ipf6.conf as well. Bump PKGREVISION.ghen3-3/+17
2006-11-16Remove sourceforge from MASTER_SITES. Most recent version there is 2.4.1.markd1-3/+2
2006-11-14DESTDIR support.joerg1-3/+5
2006-11-13Use PKGMANDIR for man symlinks.reed1-4/+5
Use libXpm buildlink3 instead of xpm. Should be no change for default setup because that points to xpm anyways. This needed X intrinsic's headers, so also include on libXt/buildlink3.mk. Also no change as in non-modular pkgsrc usage it will include x11.buildlink3.mk instead.
2006-11-13Reduce number of downloaded patch files by downloading 7.0.001-100.gzmartti2-326/+15
2006-11-10Update to version 1.4.3.reed3-14/+59
Also replace "python" with real path to python in more files. NOTE: this is not complete a few more files still have "python" hard-coded. The release notes says: "This is a bug fix release that improves stability and MS Windows support. Notable new features include: * The windows port does not need a MSys (unix-like tools) installation anymore. * A new function inset-dissolve has been added to delete an text inset and put its contents in the enclosing text; this can be accessed (like in the math editor) by pressing Backspace at the start of an inset, or Delete at the end. * Many crashes have been fixed, in particular for systems based on gcc 4.1. All current 1.4.x users are encouraged to upgrade to this version."
2006-11-10Use find -print | xargs rather than find -exec.tv1-3/+3
2006-11-09update to 2.16.2drochner3-8/+18
changes: -bugfixes -translation updates
2006-11-09update to 1.0.6.6drochner4-80/+14
changes: -Clean mathematical types and routines for graphics -Detection of intersections in graphical mode -Several bug fixes
2006-11-09Changes 2.4.6:adam2-6/+5
* Bug-fix release, see ChangeLog for details
2006-11-09Changes 2.4.6:adam4-30/+12
* Bug-fix release, see ChangeLog for details
2006-11-08Updated editors/vim-share to 7.0.162martti3-5/+37
4356 7.0.153 crash with cscope when temp file can't be opened 1727 7.0.154 when 'foldnextmax' is negative Vim could hang 5872 7.0.155 when getchar() returns a mouse button the position is unknown 21499 7.0.156 (extra) Vim doesn't compile on Amiga OS4 3594 7.0.157 profiling info was bogus for a recursively called function 1485 7.0.158 cursor in closed fold after adding new line 2455 7.0.159 not enough information for an I/O error in the swap file 9446 7.0.160 ":@a" echoes the command 6639 7.0.161 (extra) Win32: window and tabline menu may use wrong encoding 5819 7.0.162 doesn't exit with "vim -o a b" and abort at ATTENTION prompt
2006-11-06DESTDIR support and switch to modular buildlinks.joerg1-11/+13
2006-11-03CHECK_WRKREF_SKIP paths seem to relative to ${PREFIX} now, adapt.wiz2-5/+5
2006-11-01Don't clobber START_FILES in m/pmax.h.markd2-1/+25
Should fix PR pkg/26679.
2006-10-27- make sure buildlink does not kill path to Mac OS X heradersschwarz1-2/+6
- use -f option to remove files in order to cope with permission issues
2006-10-25Updated editors/vim-share to 7.0.152martti3-5/+30
1463 7.0.145 (after 7.0.142) compiler warning 4308 7.0.146 opening file for quickfix may ignore windows already open 8181 7.0.147 session file can be wrong when there are multiple tab pages 1710 7.0.148 no error message for ":call d.foo()" when "foo" doesn't exist 5277 7.0.149 when resizing windows scrolling is not done in the best way 2416 7.0.150 when resizing the Vim window scrollbinding doesn't work 1932 7.0.151 button order in GTK file dialog is different from Gnome rules 2279 7.0.152 crash when using lesstif 2
2006-10-24The emacs binary may have the build path embedded.rillig1-1/+5
2006-10-23support maxima-5.10, from a post to the maxima mailing listdrochner5-3/+176
by Andrey Grozin bump PKGREVISION
2006-10-17Updated editors/vim-share to 7.0.138martti6-49/+146
* download and extract vim-7.0-extra.tar.gz so that previously unused patches can be applied and that all future patches will apply without errors 1579 7.0.005 (extra) Win32: uninstall didn't delete spell and autoload dirs 1347 7.0.006 Mac: "make shadow" didn't link infplist.xml 1344 7.0.027 (extra) Win32: hang on exit when compiled with SNiFF+ 3014 7.0.028 (extra) OS/2: compilation problem 1424 7.0.032 (extra, after 7.0.027) missing semicolon 1741 7.0.045 (extra) Win32: MSVC 2005 compiler warnings for OLE version 1779 7.0.057 (extra, after 7.0.45) compilation trouble with Borland C 5.5 1750 7.0.065 (extra) Mac: horizontal scroll wheel caused vertical scroll 6819 7.0.074 (extra) Win32: tooltips can be in the wrong encoding 2583 7.0.108 (extra) Amiga: compilation error for mch_mkdir() * changes since 7.0.121 2865 7.0.122 only half of double-wide bold character may be drawn 4200 7.0.123 SCO Openserver: configure selects the wrong terminal library 2376 7.0.124 window-local variables from getwinvar() are for current window 2335 7.0.125 '< and '> marks were set before Visual mode finishes 2112 7.0.126 undo could be wrong when 'formatexpr' uses setline() 2605 7.0.127 crash when swap file has invalid timestamp 2246 7.0.128 GUI: display not updated when cancelling exit dialog 2884 7.0.129 GTK GUI: avoid GTK bug concerning directory for file dialog 5509 7.0.130 (extra) MS-DOS, MS-Windows: may get stuck using a device name 2632 7.0.131 Win32: "vim -r" does not find swap files starting with a dot 2163 7.0.132 (after 7.0.130) crash when reading from stdin 3189 7.0.133 too many messages in history when searching included files 2290 7.0.134 crash when trying to compare recusively looped List or Dict 10022 7.0.135 crash in garbage collector with recusively looped List/Dict 1703 7.0.136 CursorMoved not triggered when inserting a line 2746 7.0.137 configure check for big features is wrong 12174 7.0.138 (extra) Mac: modifiers keys don't work with function keys 2044 7.0.139 undo info missing when using CTRL-PageUp in Insert mode 2235 7.0.140 (after 7.0.134) comparing list/dict with itself is inefficient 6513 7.0.141 extra CR when pasting with the mouse on the command line 2075 7.0.142 middle mouse button didn't work right in Select mode 1531 7.0.143 setting 'scroll' to its default value didn't work correctly 5584 7.0.144 pattern matching may do wrong pointer computations
2006-10-17Pass CHECK_WRKREF check: do not let the path on the perl tool wrapper scriptseb3-8/+10
be embedded in the installed share/vim/vim70/tools/efm_perl.pl script; make this script interpreter be '${SETENV} perl' hence avoiding a run-time package dependency on perl. Approved by MAINTAINER.
2006-10-17Fix "test =="markd2-1/+15
2006-10-16Fix test ==martti3-3/+26
2006-10-15Fixed "test ==".rillig2-1/+15
2006-10-14Fixed "test ==".rillig4-8/+31
2006-10-09Added optional ruby support (from Matthias-Christian Ott in a private mail)martti4-23/+120
Updated to 7.0.121 2952 7.0.092 (after 7.0.082) list of internal function args is obsolete 2320 7.0.093 matchparen plugin can't handle some values of 'matchpairs' 2394 7.0.094 fileinfo message is given too often after ":buf N" 52575 7.0.095 Greek tutor is not available in utf-8 2561 7.0.096 taglist() does not use path of tags file 2617 7.0.097 tab pages line was not updated for ":tabclose N" 2196 7.0.098 redirection didn't work inside cmdline completion 2189 7.0.099 GUI: scrolling causes problems for the popup menu 2086 7.0.100 "zug" may report the wrong filename 2732 7.0.101 "zw" mostly doesn't work; "zg" may create wrong directory 1634 7.0.102 redraw problem in cmdline when using SCIM 1617 7.0.103 (after 7.0.101) compiler warning for uninitialized variable 2522 7.0.104 CursorHold[I] may trigger when it is not wanted 1513 7.0.105 during incremental search the ruler is not updated 5102 7.0.106 spell popup menu may have side effects 1805 7.0.107 tab pages line was not redrawn when using 'incsearch' 1923 7.0.109 Lisp indenting gets confused by an escaped quote in a string 2557 7.0.110 Amiga: Compilation problems when not using libnix 10411 7.0.111 gzip plugin can't handle file names with special characters 2687 7.0.112 Python interface doesn't compile with Python 2.5 1878 7.0.113 crash when using CTRL-L in Insert mode completion 1964 7.0.114 get extra undo point when using CTRL-C to abort Insert mode 2339 7.0.115 missing some matches when Insert mode completion ignores case 1508 7.0.116 MS-Windows: :version reported 32 bits for 64 bits systems 5028 7.0.117 problem when mixing keepend and extend in syntax highlighting 1529 7.0.118 printf() doesn't allow zero padding for strings 1412 7.0.119 CursorHold event is not triggered when leaving Insert mode 1780 7.0.120 crash when using getreg('=') in the = register 1549 7.0.121 GUI: dragging last status line doesn't work with text tabline
2006-10-09Updated emacs-packages to 0.7, since mail/mew3 does not exist anymore.rillig1-5/+3
2006-10-05Fix a problem with fontconfig 2.4.x; revision bumpadam3-3/+19
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz6-13/+14
2006-10-03Moved the pkgsrc substitutions before the configure stage, so theyrillig1-3/+3
actually take effect. Bumped PKGREVISION.
2006-09-30Add some missing entry.obache1-1/+14
2006-09-30Some forgotten renumbering 19->27.obache1-4/+4