summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2008-11-06Update to 2.0.8. Changes from 2.0.7 are minor bugfixes. See bundledsnj2-7/+6
ChangeLog for details.
2008-11-06Update to 1.2.12. Included are some small bug fixes and a --color option.snj2-7/+6
See bundled Changes file for full details.
2008-11-05Update to 2.24.1:wiz2-6/+6
============ gedit 2.24.1 ============ New Features and Fixes ====================== - Fix performance problem with large dirs in the filebrowser plugin (Paolo Borelli, Jesse van den Kieboom) - Misc bugfixes New and updated translations ============================ - Robert Sedak (hr) - Anas Afif Emad (ar) - Ask H. Larsen (da) - Vladimir Melo (pt_BR)
2008-11-04Stop being MAINTAINER here, as this tracks pine, which I am no longer ↵jwise1-2/+2
maintaining.
2008-11-04Update to 1.1reed4-108/+6
This includes a security fix. From ChangeLog: 2008-10-14 Antonio Diaz <ant_diaz@teleline.es> * Version 1.1 released. * configure: Quote arguments stored in config.status. 2008-08-21 Antonio Diaz <ant_diaz@teleline.es> * Version 1.0 released. * configure: Added option `--program-prefix'. * signal.c (strip_escapes): Buffer overflow fixed. * signal.c (resize_buffer): Pointer aliasing warning fixed.
2008-10-30Add a workaround for PR 39778.minskim1-0/+9
2008-10-29Update to 4.9.0.wiz3-14/+15
Don't you adore concise summaries like the following? ============ Dasher 4.9.0 ============ * New development branch
2008-10-29Update to 2.24.1:wiz3-19/+43
2.24.1: * Fixes: - Add missing COPYING file and license headers. - Standardize .desktop file. - PRoperly unref GConfClient objects. - Use single header GTK+/GLib includes. * Updates: - Updated translations. 2.24.0.1: * Fixes: - Add missing license. 2.24.0: * Updates: - Updated translations. 2.23.91: * Fixes: - Code cleanup (#341288, #341252) (Kristof Vansant) - Use themed icons (#348822) (Christopher Bratusek, chpe) - Fix clipped icons in the search pane (#518297) (Jonathon Jongsma) - Use standard icon names where available (Matthias Clasen) * Updates: - Updated translations.
2008-10-28Clarify that the default EMACS_TYPE is set in mk/defaults/mk.conf. Prompteduebayasi1-14/+15
by Greg Troxel.
2008-10-27Update comment reflecting reality; from Greg Troxel.uebayasi1-2/+2
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he2-2/+4
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-10-16update to 2.24.0drochner3-20/+53
This switches to the gnome-2.24 release branch.
2008-10-14Put commented out LICENSE line (gnu-gpl-v3).uebayasi1-1/+2
2008-10-13Correct copy&paste error.uebayasi1-4/+4
2008-10-13Introduce EMACS_BUILDLINK to decide if Emacs lisp file wrappers are reallyuebayasi1-1/+13
created or not. Packages that include other ELP's buildlink3.mk must define EMACS_BUILDLINK. Other packages don't create wrappers, which reduces build time a lot.
2008-10-12No longer patching any lisp files so don't need to recompile them.markd1-8/+1
2008-10-11Update emacs to 22.3.uebayasi25-168/+110
Below is a simplified etc/NEWS; see the real file for full detail! ---- * Changes in Emacs 22.3 ** Support for several obsolete platforms will be removed in the next major version of Emacs. *** Support for systems without alloca will be removed. *** Support for Sun windows will be removed. *** Support for VMS will be removed. * Incompatible Editing Changes in Emacs 22.3 ** The following input methods were removed in Emacs 22.2, but this was not advertised: danish-alt-postfix, esperanto-alt-postfix, finnish-alt-postfix, german-alt-postfix, icelandic-alt-postfix, norwegian-alt-postfix, scandinavian-alt-postfix, spanish-alt-postfix, and swedish-alt-postfix. Use the versions without "alt-", which are identical. * Installation Changes in Emacs 22.2 ** Emacs is now licensed under the GNU GPL version 3 (or later). ** Support for GNU/kFreeBSD (GNU userland and FreeBSD kernel) was added. ** Deprecated machine types and operating systems (snip) * Changes in Emacs 22.2 ** `describe-project' is renamed to `describe-gnu-project'. ** `view-todo' is renamed to `view-emacs-todo'. ** `find-name-dired' now uses -iname rather than -name for case-insensitive filesystems. ** In Image mode, whenever the displayed image is wider and/or higher than the window, the usual keys for moving the cursor cause the image to be scrolled horizontally or vertically instead. ** Emacs can use stock icons in the tool bar when compiled with Gtk+. ** Scrollbars follow the system theme on Windows XP and later. ** focus-follows-mouse defaults to nil on MS Windows. ** `bad-packages-alist' will warn about external packages that are known to cause problems in this version of Emacs. ** The values of `dired-recursive-deletes' and `dired-recursive-copies' have been changed to `top'. ** `browse-url-emacs' loads a URL into an Emacs buffer. Handy for *.el URLs. ** The command gdba has been removed as gdb works now for those cases where it was needed. ** desktop.el now detects conflicting uses of the desktop file. ** Compilation mode now correctly respects the value of `compilation-scroll-output' between invocations. ** `font-lock-comment-face' no longer differs from the default on displays with fewer than 16 colors and dark background (e.g. older xterms and the Linux console). * New Modes and Packages in Emacs 22.2 ** bibtex-style-mode helps you write BibTeX's *.bst files. ** The new package css-mode.el provides a major mode for editing CSS files. ** The new package vera-mode.el provides a major mode for editing Vera files. ** The new package verilog-mode.el provides a major mode for editing Verilog files. ** The new package socks.el implements the SOCKS v5 protocol. ** VC *** VC backends can provide completion of revision names. *** VC backends can provide extra menu entries to the "Version Control" menu. This can be used to add menu entries for backend specific functions. *** VC has some support for Mercurial (Hg). *** VC has some support for Monotone (Mtn). *** VC has some support for Bazaar (Bzr). *** VC has some support for Git. * Incompatible Lisp Changes in Emacs 22.2 ** shell.el no longer defines the aliases `dirtrack-toggle' and `dirtrack-mode' for `shell-dirtrack-mode'. * Lisp Changes in Emacs 22.2. ** Frame-local variables are deprecated and are slated for removal. ** The function invisible-p returns non-nil if the character after a specified position is invisible. ** inhibit-modification-hooks is bound to t while running modification hooks. ** New function `window-full-width-p' returns t if a window is as wide as its frame. ** The new function `image-refresh' refreshes all images associated with a given image specification. ** The new function `combine-and-quote-strings' concatenates a list of strings using a specified separator. If a string contains double quotes, they are escaped in the output. ** The new function `split-string-and-unquote' performs the inverse operation to `combine-and-quote-strings', i.e. splits a single string into a list of strings, undoing any quoting added by `combine-and-quote-strings'. (For some separator/string combinations, the original strings cannot be recovered.)
2008-10-11Move mk/emacs.mk to editors/emacs/modules.mk.uebayasi28-58/+459
Don't call pkg_info to get the installed Emacs version; always use the version matching EMACS_TYPE set by users. Be DEPENDS to it. This should address pkg/37146 by Aleksey Cheusov. While here convert some emacs lisp packages to user-destdir.
2008-10-07Regen.martti1-85/+85
2008-10-07Move all VIM distfiles to a new subdirectory as the original vim-7.2.tar.bz2martti1-2/+2
was modified in the master site (yes I agree, this is bad practice). This appears to be only some permission changes though. If you are really interested to see what was changed, and you have the original distfile, execute rm -rf /tmp/vim* tar xjf vim-7.2.tar.bz2.orig -C /tmp mv /tmp/vim72 /tmp/vim72.orig tar xjf vim-7.2.tar.bz2 -C /tmp cd /tmp ls -lR vim72.orig | sed 's+vim72.orig+vim72+' > 1 ls -lR vim72 > 2 diff -u 1 2
2008-10-03Updated editors/vim-share to 7.2.25martti3-5/+27
Fixed possible out-of-memory error... 2269 7.2.019 completion and exists() don't work for ":noautocmd" 1521 7.2.020 "kvim" starts the GUI even though KDE is no longer supported 4806 7.2.021 getting full file name when executing autocmds may be slow 3823 7.2.022 (extra) cannot run tests with the MingW compiler 2062 7.2.023 'cursorcolumn' wrong in a closed fold when display is shifted 1452 7.2.024 'history' can be made negative, causes out-of-memory error 1470 7.2.025 a CursorHold event that invokes system() is retriggered
2008-09-30Prevent gzip(1) from nuking itself (yes, the gzip binary!) by passinghubertf1-0/+21
its name in the GZIP environment variable. Instead, pass the compression level in that variable.
2008-09-30Prevent gzip(1) from nuking itself (yes, the gzip binary!) by passinghubertf1-1/+2
its name in the GZIP environment variable. Instead, pass the compression level in that variable.
2008-09-25Bump PKGREVISION for infrastructure fix affecting /dev/null as CONF_FILESwiz1-2/+2
source.
2008-09-22Switch to x11/wxGTK26{,-contrib}.joerg1-2/+2
2008-09-16remove --enable-schemas-install which is overridden by the frameworkdrochner1-3/+2
anyway, and add second schema file
2008-09-14Updated editors/vim-share to 7.2.18martti4-7/+32
2873 7.2.011 error when inserting a float value from expression register 1444 7.2.012 compiler warnings when building with startup timing 4157 7.2.013 hang when waiting for X selection, consuming lots of CPU time 1769 7.2.014 synstack() doesn't work in an emptly line 1943 7.2.015 "make all test install" doesn't stop when the test fails 4536 7.2.016 cmdline completion pattern can be in freed memory 5319 7.2.017 X11: strlen() used wrongly, pasting very big selection fails 1390 7.2.018 memory leak when substitute is aborted
2008-09-14Re-apply pkg/38710martti1-2/+2
2008-09-14remove superfluous patchdrochner2-14/+1
(This was noticed by someone but I can't find it anymore.)
2008-09-09Update to vile-9.7. This is a bug-fix release with some minorbjs5-23/+24
feature improvements (remove obsolete filters, improve ruby filter, improved syntax highlighting, some locale/encoding fixes, etc.) In pkgsrc, add DESTDIR support to xvile. While here, include libXt and libXmu so that xvile will build if XAW_TYPE=xpm.
2008-09-08Add a gnome option which depends upon devel/libgnomeui (better gnomebjs1-3/+14
integration, according to the docs). PKGREVISION++
2008-09-06Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlibwiz1-2/+2
name change).
2008-09-06Updated editors/vim-share to 7.2.10martti3-5/+36
1877 7.2.001 Mac: pseudo-ttys don't work properly on Leopard 1462 7.2.002 leaking memory when displaying menus 3663 7.2.003 typo in translated message, message not translated 3413 7.2.004 Cscope help message is not translated 4638 7.2.005 a few problems when profiling 1552 7.2.006 HTML files are not recognized by contents 16735 7.2.007 (extra) minor issues for VMS 1947 7.2.008 wrong window count when using :bunload in a BufHidden autocmd 2245 7.2.009 can't compile with Perl 5.10 on MS-aindows 5415 7.2.010 "K" in Visual mode does not properly escape all characters 7.2.010 fixes http://www.rdancer.org/vulnerablevim-K.html
2008-08-26Follow the Maxima version change.ahoka4-16/+17
2008-08-18Set MAINTAINER to pkgsrc-users@.epg1-2/+2
2008-08-11Updated VIM to 7.2martti8-148/+134
This is a minor release of Vim. In the 15 months since Vim 7.1 many bugs were fixed and runtime files have been added and updated. There are also security improvements, therefore it's a good idea to upgrade. The main new feature since 7.1 is floating point support. You can use it in the Vim script language to add up a list of amounts, for example. Once you have installed Vim 7.2 you can find details about the changes since Vim 7.1 with ":help version-7.2".
2008-08-04Update to beaver-0.3.0.1.bjs5-41/+115
pkgsrc changes: -- Use correct master site. -- Use SUBST framework where appropriate, correcting hard-coded path to pixmaps in interface.c. -- Use desktop-file-utils to install new beaver.desktop. -- Uses GTK+2 (much better!) Changes since beaver-0.2.6: * First implementation of Python highlighting * New About window * Massive interface changes to comply with the GNOME HIG * Ported to GTK+ 2
2008-07-14Mark as destdir ready.joerg11-11/+33
2008-07-13Bump PKGREVISION from 0 to 13, to match emacs21 since we share all thedholland1-1/+2
patch files. This makefile should probably be rearranged to work the same way as the emacs22 nox11 package (or the nox11 packages should be finally dropped), but not until after Q2 is branched.
2008-07-13Add patch for CVE-2008-1694 (insecure temp files in SCCS vc handling)dholland3-3/+42
PKGREVISION -> 13.
2008-07-13Add patches for CVE-2008-1694 and CVE-2008-2142.dholland5-3/+73
PKGREVISION -> 11.
2008-07-13Add patch to fix build failure on DragonFly and FreeBSD.obache2-1/+16
Patch provided by Hasso Tepper in PR 39049.
2008-07-01Fix build with gcc41 on DragonFly BSD.obache1-0/+3
xemacs part of PR pkg/38633 from Hasso Tepper.
2008-07-01Fix build with gcc41 on DragonFly BSD.obache1-0/+3
emacs20 part of PR pkg/38633 from Hasso Tepper.
2008-06-23Updated editors/vim-share to 7.1.330martti4-13/+63
Add CHECK_INTERPRETER_SKIP for pkg/38710 Apply the following patches: 1480 7.1.316 when 'cscopetag' is set ":tag" gives an error message 5203 7.1.317 compiler warnings in Motif calls 5428 7.1.318 mem leak when closing xsmp conn.; crash on exit with Lesstif 1514 7.1.319 illegal memory access when pasting illegal utf-8 on cmd line 28763 7.1.320 Win64: Warnings while compiling Python interface 2603 7.1.321 (extra) Win32 / Win64: Install file is outdated 2677 7.1.322 can't get start of Visual area in an <expr> mapping 1734 7.1.323 test 19 and 38 fail with some termcaps 1847 7.1.324 file name path length on Unix is limited to 1024 3559 7.1.325 editing a command line that doesn't fit reverses char order 1641 7.1.326 ":smagic!from!to!" doesn't work, it sees the "!" as a flag 5454 7.1.327 gvimtutor is also installed when not building a GUI version 1859 7.1.328 crash when using Cygwin and non-posix path name in tags file 2172 7.1.329 right halve of double-wide char under popup menu not redrawn 1905 7.1.330 reading uninitialized memory when using Del in replace mode
2008-06-20Add DESTDIR support.joerg13-31/+50
2008-06-19Updated editors/vim-share to 7.1.315martti3-5/+37
2153 7.1.306 some Unicode symbol chars are handled like word chars 23714 7.1.307 many warnings when compiling with Python 2.5 2673 7.1.308 when in readonly mode ":options" produces an error 3989 7.1.309 installing and testing with a shadow directory doesn't work 8024 7.1.310 incomplete utf-8 byte sequence at end of the file not detected 2547 7.1.311 compiler warning for missing sentinel in X code 2346 7.1.312 there is no check for error number mistakes in .po files 3425 7.1.313 status and tile not updated when using netbeans setModified 1915 7.1.314 'pastetoggle' is written to the session file without escaping 3287 7.1.315 crash with specific search pattern using look-behind match
2008-06-12Add DESTDIR support.joerg4-4/+12
2008-06-03Fix build with gcc41 on dragonfly.markd1-0/+3
emacs21 part of PR pkg/38633 from Hasso Tepper.
2008-06-03Fix for CVE-2008-2142, automatically loading and executing .flc files.markd5-5/+54