summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2005-10-02Update to 0.8.4:jmmv3-8/+19
2005-09-24 version 0.8.4: * Implemented GOption (thanks Magnus Bergman). * Added '--tab-width' command line option. * Inform read-only file by less/greater than sign bracket. * Improved Korean auto-detection. * Added Hebrew translation (Yo'av Moshe). * Added Turkish translation (Kaya Oguz). * Added Greek translation (Stavros Giannouris). * Updated Italian translation (Alessio D'Ascanio). 2005-07-22 version 0.8.3: * Implemented replaced word highlighting. * Modified line-number margin. * Fixed space-separeted filename bugs (thanks Andrea Antolini). * Added Slovak translation (Peter Chabada). * Updated Polish translation (Michal Wrobel). 2005-07-02 version 0.8.2: * Improved dependency caused by intltool (thanks Machismo Ulverstein). * Modified left margin. * Fixed Macintosh return code bug (thanks young dave). * Fixed "response" signal of about diaglog (thanks Muthiah Annamalai). * Updated Bulgarian translation (Yavor Doganov). * Updated Simplified Chinese translation (Carlos Z.F. Liu). 2005-05-14 version 0.8.1: * Implemented searched word highlighting. * Modified Up/Down/PageUp/PageDown behaviour when scroll-outed. * Fixed space-separated filename bug (thanks Chris Everts). * Added Bulgarian translation (Yavor Doganov). * Added Vietnamese translation (Quy NGUYEN DAI). * Updated Hungarian translation (Reviczky Adam Janos). * Updated Polish translation (Michal Wrobel). 2005-04-29 version 0.8.0: * Implemented glib-gettext & intltool. * Added Print feature (only invoke lpr). * Added load stdin feature. * Added command line options. * Added '--enable-chooser' configure option for GtkFileChooser. * Modified some small points (DnD, caret, shadow, sensitivity...). * Changed shortcut keys displayed on menu. * Fixed replace question dialog behavior (thanks Keith). * Added Portuguese translation (thanks Alan Kelon). 2004-12-26 version 0.7.9: * Shrinked codeset menu. * Fixed destroy response for question dialog (thanks Richard S). * Removed local "G_BROKEN_FILENAMES" setting. * Removed scrollbar_spacing manipulation. * Updated Swedish translation (by Isak Savo). * Added Lithuanian translation (thanks Lech Jankovski). * Added Polish translation (thanks Michal Wrobel).
2005-10-01Make sure -Wl,-R${PREFIX}/lib is added when linking, so that this workkristerw3-2/+14
on platforms (such as NetBSD 1.6) where ncurses from pkgsrc is needed. Bump PKGREVISION.
2005-10-01Add and enable heme.minskim1-1/+2
2005-10-01Import heme from pkgsrc-wip. Packaged by pancake and modified by me.minskim5-0/+59
Heme is a fast and portable console hex editor for unix systems. It has undo support (number of undo operations is only limited by available memory), ability to fill a range of addresses with the specified byte, ability to search for a single byte or character string. Offsets can be given in hexadecimal, octal or decimal. There are two editing modes: hex and ascii. In hex mode you type hexadecimal digits and in ascii mode you type characters. In the ascii mode cursor is automatically moved to the next byte after typing a character (this behaviour is configurable for hex mode).
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig3-6/+6
NO_BUILD, USE_LIBTOOL.
2005-09-28Removed trailing white-space.rillig1-2/+2
2005-09-28Upgrade xvile to version 9.5agc3-9/+18
Differences to previous pkgsrc version (9.4): + many bug fixes + some minor enhancements
2005-09-27Upgrade vile to version 9.5.agc3-11/+17
Differences to previous pkgsrc version (9.4): + many bug fixes + some minor enhancements
2005-09-27Changes 2.2.10:adam3-10/+10
* Fix security bug: AbiWord RTF import stack-based buffer overflow / CESA-2005-004 - rev 1 * Fix a list corruption in the MS Word importer * Fix the text highlighting color in TOC and field elements (Windows)
2005-09-23Reset maintainer, posix dot org dot uk has no DNS entry.wiz1-2/+2
2005-09-17Include perl5/buildlink3.mk to use libperl.minskim1-2/+2
2005-09-12remove a temporary private location from MASTER_SITES, it is not neededdrochner1-2/+1
anymore because the DISTFILE is on the primary site again, requested by The Maintainer
2005-09-11As on NetBSD, force vi_cv_sys5_pty=no on Darwin to fix build on 10.4.schmonz1-1/+4
2005-09-11Reset maintainer to tech-pkg because email bounced.wiz1-2/+2
2005-09-08+texmakerdrochner1-1/+2
2005-09-08import texmaker-1.12, another LaTeX frontend, from pkgsrc-wipdrochner4-0/+71
2005-09-07Martti said I can maintain this now.reed1-2/+2
2005-09-07Use different descriptions for the QT and XForms versions of LyX.reed3-2/+13
2005-08-28Rework emacs.mk:uebayasi8-64/+68
1) Simplify the way how an emacs version is picked when no emacs is installed, but a user try to install an Emacs Lisp package. Just pick up the version set as EMACS_TYPE than searching for versions already installed etc. If the EMACS_TYPE version is not supported by the Emacs Lisp Package, just fail. EMACS_TYPE be default to GNU Emacs 21. (In other words, users should set EMACS_TYPE as they want. Otherwise GNU Emacs 21 is used.) 2) All Emacs Lisp Packages *must* prepend EMACS_PKGNAME_PREFIX to a) the PKGNAME itself, and b) PKGNAME in its dependency lines. EMACS_PKGNAME_PREFIX is expanded to "xemacs-" when XEmacs is used. This keeps dependency graph of Emacs-Lisp-packages- installed-for-XEmacs consistent. 3) Document EMACS_* variables as much as possible. 4) Provide more cookies for PLIST. Maybe utilized later. Note that the 2) change doesn't affect the default, GNU Emacs 21 behaviour. So no version / revision bumps in this commit.
2005-08-26update to 1.0.5.7drochner3-13/+13
changes: -Several minor bugfixes from buglist -Further improvements in configure -Finished implementation of document parts and preambles -Improved cursor accessability handling also change TeX dependency to teTeX-bin, so that this can be used with teTeX3 as well
2005-08-19build-depend on scons>=0.96.1nb1 which includes a dependency on py-xml,drochner1-2/+2
should fix build problem seen in bulk-builds
2005-08-17Add .include "../../lang/perl5/buildlink3.mk" to fix build problem.hiramatsu1-1/+2
2005-08-12Update to 4.10, part of Pine 4.63. Near zero changes; just onetv8-26/+25
international charset tweak. (libpico is ABI compatible with 4.9, so no BUILDLINK_DEPENDS bump required)
2005-08-12Changes 2.7.8:adam3-14/+35
o Several new keymaps has been added o New handwriting recognition files has been added. o FAQ and GUI translations has been added. o AMD 64 bit fixes has been added. o Filename and application icon is now shown.
2005-08-11Changes Zile 2.2.4:adam7-78/+24
* Fix macro creation. * Add --funcall back. * termcap terminal replaced with ncurses again. * More code cleanup. * .zilerc replaced by .zile, which is a pseudo-Lisp file. * Various other bug, design and documentation fixes. * Add case-replace and kill-whole-line. * Change command-line options to be more like Emacs.
2005-08-11Whitespace.uebayasi1-15/+15
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam9-26/+18
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-09+kdissertdrochner1-1/+2
2005-08-09import kdissert-1.0.3, a Mindmapping-like tool to generate text templatesdrochner5-0/+117
2005-08-08Update nvi-m17n to 1.79.20040401 applying patch from PR pkg/30216taca5-88/+11
by ISIHARA Takanori. Brief changes: 2004/4/1 publish a new diff as "cvs diff" (with old cvs) generated malformed diff. 2002/5/22 support iso-2022-15 character encoding. 2001/10/24 plug a printf string vulnerability. 2000/4/7 support automatically recognize iso-2022-jp-3 character encoding. common/multibyte.c
2005-08-07Depend on wxGTK24, bump PKGREVISION.wiz1-3/+4
2005-08-04It seems that "sleepy.vwh.net" isn't exist anymore.taca1-3/+2
2005-07-30Added -DMISSING_EXTERN_ENVIRON for NetBSD. Still does not build becauserillig1-1/+2
of missing Perl include files.
2005-07-28Changes 2.2.9:adam4-11/+13
* Bugfixes
2005-07-27update to 1.0.5.6drochner6-52/+41
changes: -Improvements in the double-buffering system -Implementation of a triple-buffering system for the graphical object -Improvements in the partial redraw system -Start the implementation of document parts and preambles -Simplifications in configure.in and the main makefile -Global folding and unfolding according to type of contents
2005-07-27Updated vim to 6.3.085martti3-5/+17
1729 6.3.081 glob() may execute shell command unexpectedly 2102 6.3.082 (after 6.3.081) more generic solution to avoid shell commands 5053 6.3.083 VMS: add function keys to vt320 termcap entry 3408 6.3.085 crash in syntax highlighting
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz9-18/+18
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-19update to 1.3.6drochner8-40/+56
changes: bugfixes, in particular: * It is now possible to typeset files which reside in a directory with spaces in its name; this requires a modern TeX implementation (such as teTeX 3.0). * It is possible to use Ctrl-PageDown and Control-PageUp (<opt>-tab and <opt><shift>-tab with LyX/Mac) to switch between the open documents. * LaTeX-type accents, ligature breaks and hyphenation marks are now considered as part of words
2005-07-19depends should be ../../<category>/<pkg>grant7-14/+14
2005-07-19Changes 3.3:adam3-8/+14
- The default background color can now be set. - JOE now supports 256 color xterm. - The mouse can now resize windows and select menu entries. - During selection with the mouse, the window will autoscroll when you go past the edge. - An xterm-patch is included which makes "-mouse" mode work better. (With the patch, also set "-joexterm"). - Syntax files are provided: ADA, AWK, COBOL, SED, Postscript, and SQL - Improved jpico: search now looks more like real pico - Grep find: use ESC g to grep. Then use ESC space to jump to to indicated file/line.
2005-07-18Do not include <malloc.h>.kristerw2-1/+14
2005-07-17Regenerate so that the Mac OS X patch program undestands howkristerw2-6/+8
to apply it.
2005-07-16Remove some unnecessarily strong dependencies on perl that resultedjlam2-4/+4
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam3-9/+6
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam4-8/+8
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package.
2005-07-12Prevent paths to the build directories from being included in the package.kristerw2-4/+9
Bump PKGREVISION.
2005-07-07Updated vim to 6.3.079martti4-7/+17
1745 6.3.075 syntax highlighting wrong after unloading another buffer 3546 6.3.076 crash when using Cscope interface with very long result 1853 6.3.079 crash after executing a command in the command-line window
2005-07-07Added vim-langmartti1-1/+2
2005-07-07Added vim language files.martti3-0/+234
2005-07-07Added vim-6.3-lang.tar.gz to the list of downloadable files (will only bemartti2-2/+8
used by the new vim-lang package).