summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2003-01-04Whitespace nitcjep1-3/+3
2003-01-03Change my email address to the NetBSD one (hispabsd.org -> netbsd.org).jmmv1-2/+2
Approved by wiz.
2002-12-31Mechanical conversion to use java-vm.mk.jlam1-2/+2
2002-12-30Update manedit to version 0.5.6 as requested in PR 19512.kristerw7-33/+88
The author does not keep any change log, so I don't know what has been changed since the last packaged version...
2002-12-28fixed the patch file to make the `make patch' target happy. It nowkei2-5/+3
compiles again.
2002-12-26Updated to nano-1.0.9shell3-8/+9
Changes : free_charptrarray, striponedir() - Plug some memory leaks (Steven Kneizys). read_file() - Abort if we read a file of 0 lines (num_lines == 0), fixes BUG #70. - Reverse tests to stop segfault on editing a new file of 0 lines (David Benbennick). do_int_speller() - Fix zombie processes and spelling buffer issues (Rocco Corsi) do_gotoline() - Set placewewant if we actually move to a different line. nanogetstr() - Add NANO_HOME_KEY and NANO_END_KEY to the home and end key code (fixes BUG #69). bottombars(), onekey() - Make bottom list dynamic with screen size (Guus Sliepen & Chris). do_credits() - Add Thomas Dickey. strcasestr() - Renamed to stristr since strcasestr has not been confirmed to be detected properly on various Linux systems. Updated POs : no nb it fr uk gl
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz6-7/+12
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-12-23Wildcard libutf depends.wiz1-2/+2
2002-12-21Update TeXmacs to 1.0.1. Also change my maintainer email address to thejmmv4-21/+16
NetBSD one. Changes since 1.0.0.24: * Several minor bugfixes (1.0.0.26). * Final changes in the menus (1.0.0.26). * Prittier checkmarks in menus (1.0.0.25). * Many minor bug fixes and cleanups (1.0.0.25). * Part I of the documentation on the markup in packages (1.0.0.24).
2002-12-18Update gedit to 2.0.6. Change in this version: Added Belarusian translation.jmmv3-6/+7
Patch provided in PR pkg/19413 by Juan RP with some minor changes.
2002-12-16use libcursesitojun2-5/+23
2002-12-16add editors/exitojun1-1/+2
2002-12-16Berkeley ex/vi 3.7itojun5-0/+71
2002-12-14Darwin doesn't want -lncurses.schmonz2-8/+10
2002-12-14Update "pico" package to version 4.4. Changes since version 4.2:tron8-56/+108
- Pico only preserves the start-stop characters (^Q/^S) if given the -p - New pico option -Q <quotestr>
2002-12-14Give up maintainership of these. They have become too complicated for mehubertf1-2/+2
to comprehend in the little time I have. Sorry.
2002-12-09Replace "true" by "${TRUE}".tron2-5/+5
2002-12-06Trivially update to TeXmacs 1.0.0.24. Changes include:jmmv3-7/+40
* Part I of the documentation on the markup in packages (1.0.0.24). * Variants for descriptions (1.0.0.24). * More customizable referencing and indexing (1.0.0.24). * Customizable page numbers (1.0.0.24).
2002-12-04Do not use MANCOMPRESSED and avoid manpage compression duringjmmv3-5/+17
installation (it was not even working properly and caused problems).
2002-12-02Update TeXmacs to 1.0.0.23.jmmv5-120/+292
Changes since 1.0.0.15: * Hacky support of numbers in equation arrays (1.0.0.23). * Some little improvements in the LaTeX input filter (1.0.0.23). * Cleanups by David Allouche, mainly in menu.scm (1.0.0.23). * Support of the Finnish language (1.0.0.22). * Improvements in the German dictionary (1.0.0.22). * Temporary fix for problem with g++ 3.2 (1.0.0.22). * Fixed problem with Guile 1.6 (1.0.0.22). * Several minor bugs have been fixed (1.0.0.21). * Low level support of elementary graphics (1.0.0.21). * The online documentation system becomes default (1.0.0.20). * New algorithm for the computation of table borders (1.0.0.20). * Entering Greek letters as variants of normal letters (1.0.0.20). * Applied many small patches from David Allouche (1.0.0.20). * Creation of a made-by-TeXmacs tag (1.0.0.20). * Updated interface for Axiom (1.0.0.20). * Very simple browsing through help (1.0.0.19). * Page breaks before (1.0.0.19). * Cleanup in base.scm by David Allouche (1.0.0.19). * A very rudimentary interface for GNU Octave (1.0.0.18). * Several minor bug corrections (1.0.0.18). * The packages number-europe and number-long-article can be used to customize the numbering conventions (1.0.0.17). * Automatic completion support for computer algebra systems (1.0.0.17). * Automatic completion using tab (1.0.0.17). * Added content-based tags to Text menu (1.0.0.16). * Improvements in the LaTeX to TeXmacs converter for reimporting documents which were previously exported (1.0.0.16). I've also changed the default location of documentation files to the standard place (providing a symlink for compatibility). It is hard (or at least seems to me) to make TeXmacs recognize the documentation in the new place without the symlink. This closes my own PR pkg/18495 which provided an update to 1.0.0.17. Reviewed by wiz.
2002-12-01Use the athena widget set if USE_ATHENA is set.magick1-2/+11
Patch submitted by Masao Uebayashi in private mail.
2002-11-30USE_PKGLOCALEDIR, delint.salo7-27/+33
2002-11-29Add and enable hnb.jmmv1-1/+2
2002-11-29Initial import of hnb, version 1.8.1. Description follows:jmmv6-0/+100
hnb stands for Hierarchical NoteBook. It is a console (ncurses) program to organize many kinds of data in one place, including addresses, TODO lists, ideas, book reviews, brainstorming, speech outlines, etc. It stores data in XML format, and is capable of native export to ASCII and HTML. Approved by wiz. This closes my own PR 18233 (the package was provided there).
2002-11-29fixed build problem noted by Ken Nakajima in port-powerpc-ja mailing list.kei3-4/+17
confirmed on i386 and macppc.
2002-11-27Make the colour syntax highlighting recognise a lot more of BSD makefilesagc2-1/+14
than it used to.
2002-11-27Update the xvile package from version 9.0 to 9.3. A large number ofagc5-39/+84
bugs have been fixed over the 3 years since 9.0 was released, and some major portability improvements have been made.
2002-11-27Update the vile package from version 9.0 to 9.3. A large number ofagc6-50/+82
bugs have been fixed over the 3 years since 9.0 was released, some major portability improvements have been made, and remove pkgsrc patch-ac "+ work around NetBSD 1.5's use of MK symbol in curses.h (reported by Matthias Buelow)."
2002-11-27Mark as BROKEN; compilation has some problems.uebayasi1-1/+3
2002-11-24Use "${TRUE}" instead of "true".tron1-3/+3
2002-11-24Don't cause a warning message if directory "share/emacs/site-lisp" ortron1-3/+3
"share/emacs" cannot be removed.
2002-11-23Update tamago to 2002/9/9 version from CVS.taca4-3802/+4043
- Use last updated date for pacakge version. - Utilize emacs.mk. Now build problem on emacs 20.X was fixed. 2002-09-09 NIIBE Yutaka <gniibe@m17n.org> Check JIS x0213 support at compile time. * check-jisx0213.el: New file. * configure.in: Check if JIS X0213 is supported or not. * Makefile.in (TOPSRCS): Remove egg-x0213.el. (DEPS): Don't load jisx0213.el. (ITSSRCS): Removed its/aynu.el. (AYNU): New variable. Bug fix. * its/thai.el (its-thai-add-vowel, its-thai-add-tone): Bug fixes. Just call compose-string.
2002-11-22Use canonical pkgsrc config.guess and config.sub to squelch aschmonz1-1/+3
configure warning on Darwin.
2002-11-15buildlink1 -> buildlink2jlam1-2/+2
2002-11-12Extend this package to include all available xemacs-packages.jschauma4-510/+4910
Bump PKGREVISION and remove MESSAGE to reflect this change.
2002-11-10fix MAINTAINER= Name <email> to only include email address.grant1-2/+2
2002-11-09use lkbreth.foretune.co.jp, it seems ftp.foretune.co.jp has problem with PASVitojun1-2/+2
2002-11-09use /usr/include/sys/queue.h for netbsd, to make other include file happyitojun1-1/+6
2002-11-03Add and enable geditrh1-1/+2
2002-11-03Initial import of gedit-2.0.5, a lightweight GNOME2 text editor.rh4-0/+219
2002-11-02Add and enable gconf-editorrh1-1/+2
2002-11-02Initial import of gconf-editor-0.3.1, an editor for the GConf2rh4-0/+73
configuration system. Version 0.2 was provided by Scott Aaron Bamford in PR pkg/18660 This is an updated version that uses buildlink2
2002-11-02Add and enable gbibrh1-1/+2
2002-11-02Initial import of gbib-0.1.1b, a user-friendly editor and browser forrh4-0/+34
BibTeX databases.
2002-11-01Depend on latest gdbm and bump PKGREVISION (major bump in gdbm library).wiz2-3/+4
2002-10-30Update kile to version 1.3markd3-32/+26
version 1.3beta -> 1.3 : - fixed some minor bugs - new user manual - added more options for the "Quick Start" wizard version 1.2 -> 1.3beta : - the "label" tags written on the same line than a "section" tag are now detected - added a "find next" command - improved the "replace" command - improved the "edit user menu" command (ability to insert several lines) - added more options for the "quick start", "tabular" and "array" wizards - added new LaTeX tags (maketitle, footnote, tableofcontents, ref, pageref) - added DCOP support (no new instance when kile is already running - Kdvi "inverse search" should work better)
2002-10-29buildlink1 -> buildlink2.wiz1-3/+4
2002-10-26Xaw may need xpm, add support for this in configure.bouyer4-32/+1563
2002-10-25buildlink1 -> buildlink2.wiz1-4/+4
2002-10-25buildlink1 -> buildlink2.wiz2-7/+7