summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2006-07-31Explicitly set USE_LANGUAGES, since the default value changes whenrillig1-1/+2
NO_BUILD is set.
2006-07-29Remove conflicting declaration of malloc(). Include stdlib.h instead.minskim2-1/+22
2006-07-25Extract with gtar, pax-as-tar can't find the header correctly onjoerg1-1/+2
both NetBSD and DragonFly.
2006-07-25Updated editors/vim-share to 7.0.42martti3-5/+15
1946 7.0.040 mouse selection with "z=" and inputlist() gets wrong entry 2229 7.0.041 cursor([1, 2]) failed, required third item in the list 1603 7.0.042 crash or hang when pasting a block in Insert mode
2006-07-24remove comments left over from automatic creation, found by wizdrochner1-24/+1
2006-07-24Changes 3.5:adam3-7/+10
- Query windows now expand to multiple lines if necessary - Single key queries are now internationalized (set local versions in the .po file) - Spell check language can be set in the editor - New syntax files: m4, joerc - New debug window for highlight file syntax errors. - Macros can be typed at the ESC X prompt (before it used to accept only commands). - Built-in joerc file allows joe to run even if /etc/joe directory is missing. - Support for 'long long' allows editing parts of files larger than 4GB. For example, you can say: joe /dev/hda,0x100000000,0x1000 to edit the 4KB block at offset 4GB of a hard drive. - Option which allows you set how many undo records to keep. - You can give a path to the tags file in the TAGS environment variable.
2006-07-23Update to 1.4.2.reed8-68/+23
New features include: * A new function buffer-toggle-compression (and corresponding entry in the Document menu) has been added to change whether the file will be compressed on disk or not. * A "LaTeX (pdflatex)" output format has been added. This new output format produces .tex files that are suitable for pdflatex, including figure conversion to png, pdf or jpeg instead of eps. Changelog is at http://www.lyx.org/announce/1_4_2.txt MESSAGE updated for new user interface. gtar not needed to extract. (Note that the xforms version was not tested.)
2006-07-22Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,rillig1-2/+2
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed.
2006-07-22Reformat.minskim1-8/+8
2006-07-22Make this package build with gcc-4.minskim2-1/+14
2006-07-22Adjust the valloc return value on Darwin not to conflict with the oneminskim2-5/+5
declared in unistd.h.
2006-07-21"BUILD_ENV" was misnamed. It's actually the environment that is passedjlam2-5/+5
to all internal recursive make processes. As such, rename it to "PKGSRC_MAKE_ENV". XXX Note, some of the usage of this variable in package Makefiles seems XXX incorrect. They probably want "MAKE_ENV", which is the environment XXX passed to the make process when running "make" within ${WRKSRC}.
2006-07-19Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrcjlam1-3/+1
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using the default LIBTOOL_OVERRIDE to replace libtool scripts in packages. This just formalizes the fact that LTCONFIG_OVERRIDE is not used meaningfully by pkgsrc.
2006-07-18* Make sure PATCHDIR is always set so that the patches are really used.martti5-16/+48
This fixes the vim-motif build. * Update to 7.0.39 3990 7.0.036 can't compile with small features and syntax HL 1880 7.0.037 crash when resizing Vim window when a line doesn't fit 3236 7.0.038 complete() can be used from expr. mapping after inserting text 3240 7.0.039 third argument for inputdialog() doesn't work in the console
2006-07-11Fix errno regression.joerg2-1/+15
2006-07-10Changes 2.4.5:adam7-38/+15
Almost completely rewrote the DocBook export filter, gaining substantial more functionality in the process Fixed a security bug pointed out to us by Joxean Koret Fixed a massive amount of bugs in the OpenDocument import and export filters Fixed the unstability on x86_64 architectures
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