summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2001-08-17Remove explicit settings of FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} injlam2-5/+3
MAKE_ENV as they are now added by the buildlink files themselves.
2001-08-10Update abiword-personal to 0.9.0. This release is the first in the finaljlam13-128/+402
push toward a 1.0 release for AbiWord. Users will find this release is much faster and uses far fewer resources. Major changes from version 0.7.14: * _Tons_ of bug fixes * Fully Customizable Styles * Multi-Lingual Spell checking (Spell check in multiple languages) * Line Based Tables * Automatic Numbered Headings * Import/export improvements and additions * Preview as Web * Tons of Locale definitions * Plugin Architecture * AutoSaves of document * Major Encoding fixes and Improvements * Perl Bindings for AbiWord * Updated our Distrubuted Type 1 Fonts
2001-08-06add conflicts for vim6 (vim-devel)pooka4-7/+9
2001-08-06add & enable vim-develpooka1-1/+2
2001-08-06Beta version of the vim6 vi clone.pooka4-0/+645
Some new features since version 5.8: Folding - momentarily hide part of the text Vertically split windows - mixed with horizontal splits Diff mode - show and remove differences between files Easy Vim: click-and-type - for those who really don't like two modes User manual - learn to use Vim, reads like a book Flexible indenting - automatic indenting for any language Extended search patterns - more regexp power than you will need UTF-8 support - Unicode allows editing nearly all languages Multi-language support - translated messages and menus Plugin support - drop a script in a directory and you can use it Filetype plugins - an easy way to setup for editing a type of file File browser - browse directories, also on a terminal Editing files over a network - read and write a remote files directly command-line editing window - use any Vim command to edit an Ex command Debugging mode - debug your Vim functions and scripts Cursor in virtual position - edit tables and draw ASCII pictures Debugger interface - use Vim with Sun Visual Workshop Communication between Vims - let one Vim tell another Vim what to do Printing - print with syntax colors (MS-Windows only) Quickfix extended - see error messages in a window and jump there Writing files improved - rename or copy to make a backup file Argument list - select groups of files to work on Restore a View - save the looks of a window and restore it later Color schemes - quickly switch between different color setups The currently imported version is a minimalistic version. When the final release comes out, I'll modify it to live in the normal editors/vim-* packages.
2001-08-05add and enable treetextsakamoto1-1/+2
2001-08-05TreeText: multi documents editorsakamoto5-0/+41
TreeText is multi documents editor. This editor is usable as an outline processor.
2001-08-03Add and enable jde (hi chris!)wiz1-1/+2
2001-08-03Import JDE, the Java Development Environment for Emacs. Includes:cjones4-0/+317
* JDE menu with compile, run, debug, build, browse, project, and help commands * syntax coloring * auto indentation * compile error to source links * source-level debugging * source code browsing * make file support * automatic code generation * Java source interpreter (Pat Neimeyer's BeanShell)
2001-07-23Fix (and sort) PLIST. Noted wrong in recent bulk build.wiz1-112/+121
2001-07-23Ted installs an app-defaults file, so he should install into X11BASE bywiz1-2/+2
default. Problem noted in recent bulk build.
2001-07-15Added and enabled yudit, a unicode editorwulf1-1/+2
2001-07-15Initial port of yudit-2.4 unicode editorwulf4-0/+233
2001-07-04Use lesstif/buildlink.mk instead of USE_MOTIF. Also remove settingjlam1-3/+2
of USE_BUILDLINK_ONLY as it's not really true.
2001-07-02Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam3-11/+12
2001-07-02Use xpm/buildlink.mk instead of USE_XPM.jlam1-2/+2
2001-06-29Converted to use buildlink.mk fileszuntum1-6/+6
2001-06-29USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,jlam2-7/+7
so remove it from package Makefiles. Also move the inclusion of the buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk to ensure that any Makefile settings occur before the buildlink.mk files.
2001-06-26converted to use buildlink.mkzuntum1-4/+5
2001-06-20Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam2-31/+19
2001-06-20Convert to use buildlink.mk file for ncurses dependency and simplifyjlam1-13/+5
curses handling during configure process. Mark as USE_BUILDLINK_ONLY.
2001-06-20Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-6/+6
2001-06-20Remove explicit passing of -I$(includedir) to compiler during build.jlam2-1/+15
2001-06-20Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-14/+6
2001-06-17No functional changes:zuntum2-8/+9
o use #ifdef in patch-aa so it can be sent back to the author
2001-06-11* update manedit to 0.4jzuntum8-182/+26
+ Version 0.4.0j Mon Mar 26 19:43:26 PST 2001 -Added Find string in current loaded manual page on viewer. Keyboard keys SPACE, b, HOME, and END now work properly on viewer. -Fixed GTK+ `main breaking behavour' work-around made on the viewer's GtkText widget. + Version 0.4.0i Thu Feb 22 17:31:41 PST 2001 -Fixed Additional compiling bugs for FreeBSD and also directory defaults on FreeBSD. * pass maintainership to packages@netbsd.org * don't bother fixing manpages any more (author should fix that, not me) -- changing "preferances" to "preferences" to match the reality every time new version is out isn't something I like
2001-06-11Makefile cleanup -- no user visible changeszuntum1-21/+21
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam7-15/+9
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,jlam1-4/+3
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra definitions to add them from the package Makefiles. As advised by the bsd.buildlink.mk file, also ensure that the buildlink.mk files are included prior to defining any package-specific CFLAGS/LDFLAGS to ensure that the buildlink directories are at the head of the compiler search paths.
2001-06-10Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-buildjlam1-3/+1
targets as the buildlink.mk files now add the dependency automatically. Remove any NO_CONFIGURE definitions as they seem to be useless.
2001-06-09Remove bogus empty line in Makefile, and fix info handling in PLIST.wiz2-3/+4
2001-06-09add and enable speedbarwiz1-1/+2
2001-06-08Added the latest stable speedbar, a tree-structured file browser forcjones4-0/+101
Emacs. Required for JDE. Note that speedbar is already included with Emacs; this is a newer version.
2001-06-06Leftover of the old patches.common system. kill itpooka1-13/+0
2001-06-06Update vim to 5.8pooka15-365/+423
Changes since 5.7: * 74 new syntax files. * bugfixes * couple of security-related fixes * ctags is no longer distributed with vim
2001-06-05Remove some unexec for share/locale dirs that are created by default.wiz1-4/+1
2001-06-04Add LICENSE=pine-license.jtb1-1/+3
2001-05-31Fix dead HOMEPAGE, MASTER_SITESdent1-3/+3
2001-05-26Use buildlink.mk files to get libiconv and png dependencies, and, as ajlam1-14/+9
result, remove unnecessary flags to search specific source directories before ${LOCALBASE}/include for headers.
2001-05-24Update abiword to 0.7.14. There were a large number of changes from versionjlam14-308/+328
0.7.10, both in bugfixes and in feature additions. No list of changes is provided, but from gleaning the CVS logs, this is update is a large step forward for this application.
2001-05-23make it compile with USE_CANNA == YES.kei1-2/+2
2001-05-22Add one patch from OpenBSD to not use ./.joerc, and two from FreeBSD, onewiz5-13/+142
against a symlink attack on 'DEADJOE', and one to use vi-style file locking. Bump version to 2.8nb1.
2001-05-22Standardize patches (no functional change)wiz7-239/+185
2001-05-22Update dependency on png to >=1.0.11 because of the shlib major bump.wiz3-8/+8
Noted by Frederick Bruckman.
2001-05-19Update ted and its spell checking libraries to 2.10.wiz28-99/+90
Changes are unknown, except that it doesn't depend on libungif anymore. XXX: Merge the spellchecking packages? XXX: There are three more for sk, hu, and pl, if anybody cares.
2001-05-19Use ${XARGS} instead of invoking xargs directly.jlam2-4/+4
2001-05-18USE_LIBINTL=yes, USE_CURSES=yes.jtb1-2/+6
2001-05-17Move extra header include paths to the end of the search path. Thisjlam3-6/+21
fixes pkg/12969.
2001-05-17Mostly cosmetic changes. Also insert a delay after our informationaljlam1-18/+22
message prior to "building" the package so that the user can read it.
2001-05-17Add and enable nano.jtb1-1/+2