summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam3-6/+6
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam3-3/+6
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-07Changes 3.4:adam4-21/+19
- Paragraph reformatter and word wrap now handle '*' and '-' bullet lists. - Better internationalization (i18n) - Multi-file search and replace - JOE now restores cursor position in previously visited files. - Build and grep window work more like Turbo-C: the messages window is forced onto the screen when you hit ^[ = and ^[ -. - Syntax highlighter definition files (.jsf files) can now have subroutines. This eases highlighter reuse: for example, Mason and PHP can share the HTML highlighter. - I've changed the way JOE handles '-' and redirected input - Many bugs have been fixed. I've tried to address every issue in the bug tracker. Hopefully I didn't create too many new ones :-) - You can now define which characters can indent paragraphs. Also the default list has been reduced so that formatting of TeX/LaTeX files works better. - Highlighting now uses less CPU time and always parses from the beginning of the file (the number of sync lines option is deprecated). Here is a CPU usage comparison for scrolling forwards and backwards through a 35K line C file: - JOE now matches Thomas Dickey's implementation of my xterm patch (but configure xterm with --paste64). - File selection menu/completion-list is now above the prompt (which is more like bash). Also it is transposed, so that it is sorted by columns instead of rows. - "Bufed" (prompt for a buffer to edit), works like other file prompt commands: it's a real prompt with history and completion. - Automatic horizontal left scroll jumps by 5-10 columns. - New syntax files: troff, Haskell, Cadance SKILL, REXX, LUA, RUBY. Many of the existing syntax files have been improved.
2006-07-07LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... justjlam1-2/+2
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC tree unless they're named something other than "libtool". SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just define it to the empty list and shlibtool-override will look for libtool scripts.
2006-07-07The package xemacs conflicts with is called gnuserv not gnuclient.markd1-2/+2
2006-07-06In URLs, the "NetBSD" should be capitalized as such, i.e. "NetBSD.org",jlam1-2/+2
not "netbsd.org".
2006-07-06Needs msgfmt.joerg1-1/+2
2006-07-05Sweep pkgsrc and convert packages that included intltool/buildlink3.mkjlam7-21/+14
to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
2006-07-04Update Apel to 1.32, needed by Wanderlust for XEmacs.rpaulo3-9/+9
Reviewed by magick@
2006-07-02Updated editors/vim-share to 7.0.35martti3-5/+52
1649 7.0.018 VMS: plugins are not loaded on startup 1425 7.0.019 crash for "VjA789" and repeating 1470 7.0.020 GUI: crash when using 'mousefocus' 4240 7.0.021 crash when using "\\[" and "\\]" in 'errorformat 5471 7.0.022 Ruby: buffer.append() could append to the wrong buffer 5351 7.0.023 crash after Insert mode completion without matches 1619 7.0.024 it is possible to set arbitrary v: variables 2606 7.0.025 crash when deleting an item from a:000 1800 7.0.026 Unix: when using libcall() and old error may be shown 1494 7.0.029 cursor position may be wrong when using getchar() 1664 7.0.030 the ":compiler" command can't be used in a FileChangedRO event 1808 7.0.031 after deleting a buffer its Select mode mappings remain 2431 7.0.033 pasting after autoindent removes the indent 2042 7.0.034 repeating completion was wrong after typing text or using BS 5905 7.0.035 repeating Insert mode completion doesn't work properly
2006-07-02Don't install the files in share/emacs group-writable. Bumpedrillig3-5/+6
PKGREVISION of emacs and emacs-nox11.
2006-06-30Remove some lvalue casts to make this compile with gcc-4.1.wiz6-1/+132
2006-06-30Fix build with GCC 4.x:tron3-1/+130
- Include "stdlib.h" and "string.h" where appropriate. - Don't use function-local forward declarations of static functions.
2006-06-30Instead of ${VERSION}* use to more specific ${VERSION}{,nb*} idiom.joerg1-2/+2
2006-06-30matlab-mode-* => matlab-mode-[0-9]*. Bump revision.joerg1-3/+3
2006-06-29Needs intltool.joerg1-1/+2
2006-06-29Needs intltool and msgfmt.joerg1-2/+3
2006-06-26Added patch-ae, which resolves a name collision (FT_FILE) with FreeType.rillig2-1/+16
2006-06-21Replaced /bin/bash with ${SH} in a shell script. Bumped PKGREVISION.rillig1-1/+3
2006-06-21Needs msgfmt.joerg1-2/+2
2006-06-21Too early: doesn't need pkg-config, but msgfmt.joerg1-2/+2
2006-06-21Needs pkg-config.joerg1-2/+2
2006-06-20Add a run-time depenency on perl because bin/emacs-grep-changelogminskim3-6/+6
requires perl to run. Bump PKGREVISION.
2006-06-20Use -pthread for thread linkage on DragonFly.joerg2-1/+15
2006-06-19Force gtar for extraction, pax-as-tar can't handle this at least onjoerg1-1/+2
DragonFly.
2006-06-17Fixed pkglint warnings.rillig1-5/+5
2006-06-17Changed line breaks in shell commands to appease pkglint.rillig1-5/+5
2006-06-17Fixed pkglint warnings.rillig1-3/+3
2006-06-12Patches work better when relative to WRKSRC...joerg2-5/+5
2006-06-11Needs msgfmt.joerg1-1/+2
2006-06-11Needs msgfmt.joerg1-2/+2
2006-06-08Make this package build with gcc-4.minskim4-2/+29
2006-06-07The C++ operator const_cast<> needs parentheses around its argument.rillig2-6/+6
2006-06-07Solaris is identified by the __sun macro, not SunOS.rillig2-5/+14
2006-06-06Make configure recognize Linux/amd64.minskim2-6/+17
2006-05-31update to 2.14.3drochner5-38/+8
changes: -do not display password when it's part of the uri -bugfixes -translation updates
2006-05-31The databases/openldap package has been split in -client and -server componentghen2-4/+4
packages. Convert LDAP-based applications to depend on openldap-client, and bump PKGREVISION for those that depend on it by default.
2006-05-31update to 1.0.6.2drochner3-15/+17
changes: -Simplified and improved table editing -First version of TeXmacs server -Further fixes in CJK support
2006-05-30Update to conglomerate 0.9.1:joerg3-8/+9
Enhancements * Added recent files support to File menu based on libegg ( bug #108524)(Nickolay V. Shmyrev) * Implemented triple-click selection of text ( bug #144667)(Yuriy Syrota) * Implementation of word-count feature ( bug #135093) (Thierry Moisan) (David Malcolm) * Implemented --unit-test command line option and unit-testing of example files (Geert Stappers) (David Malcolm) * Added context-menu option to convert an entity reference to a copy (David Malcolm) * Added new debug plugin (must be enabled with --enable-debug-plugin=yes), which adds a debug item to the Tools menu to dump the CongEditorArea tree as XML (and open the resulting file) (David Malcolm) * Initial (disabled) implementation of property pages (David Malcolm) Fixes * Huge cleanup of character handling; should compile cleanly on GCC4 with -Wall * Fixes to makefile and to packaging (Nickolay V. Shmyrev) (Geert Stappers) * Fixes to display specifications(Michèle Garoche) * Remove lots of excess debug logging (David Malcolm) * Various code cleanups (David Malcolm) (Nickolay V. Shmyrev) (Marcus Meissner) * Fixes for cursor handling during source-code cleanup (Nickolay V. Shmyrev)
2006-05-29Changes 4.0.2:adam3-10/+12
* Fixed speech on Windows * Updated alphabets/colours Changes 4.0.1: * Fixed segfault in control mode
2006-05-24USE_LANGUAGES=c c++; add missing qt3-tools build dependency.wiz1-1/+3
2006-05-21Updated vim to 7.0.17martti5-12/+114
SIZE NAME FIXES 1627 7.0.001 'spellsuggest' could not be added to 2007 7.0.002 C omni complete has problem with % and # in tags file path 1876 7.0.003 GUI: click in tab pages label may warp mouse pointer 1596 7.0.004 Compiler warning for debug_saved used before set 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 1919 7.0.007 AIX: compiling failed for message.c 2081 7.0.008 Can't call a function that uses both <SID> and {expr} 1625 7.0.009 ml_get errors when 'spell' is set 3705 7.0.010 spellfile plugin required typing login name and password 1989 7.0.011 can't compile with eval feature without folding feature 2532 7.0.012 matchparen plugin changed cursor column in Insert mode 4614 7.0.013 Insert mode completion: CTRL-L jumped back to original text 5712 7.0.014 Motif: doesn't compile with Motif 1.2 and earlier 4485 7.0.015 Athena: type casts for lvalues 1810 7.0.016 recognize encodings "mac-roman", "dec-mcs" and "hp-roman8" 2302 7.0.017 (after 7.0.014) Motif: doesn't link with Motif 1.2 and earlier
2006-05-21USE_LANGUAGES=c c++wiz1-1/+2
2006-05-19Fix dynamic export option.joerg2-10/+19
2006-05-19Uses C++.joerg1-1/+2
2006-05-18Mark as BROKEN_IN pkgsrc-2006Q1 according towiz1-1/+3
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
2006-05-17update to 1.0.6drochner3-40/+18
changes: -Improved LaTeX and Html converters and support for MathML -An &alpha;-version of a graphical mode for drawing technical pictures -Default use of Type 1 fonts -New plug-ins for Maple and Mathematica -Simple animations -Faster booting -Started documentation of the Scheme API
2006-05-15Install man pages into man1, not manl and no formated version.joerg6-48/+21
Bump revisions of elvis and elvis-x11. Should fix PR 33468.
2006-05-15Fix sort-columns function.markd5-6/+24
NetBSD sort objects to setting the field separator to the same value as the record separator. Since in this case the surrounding code guarantees there will be no tabs in the input set the field separator to tab. Bump PKGREVISION.
2006-05-15Update to kile 1.9.markd3-49/+395
Release 1.9 offers many improvements and bug fixes (over 50 bug fixes and wishes are implemented).