summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
1998-08-24Add and enable hexedit.frueauf1-1/+2
1998-08-24Initial addition of hexedit-0.9.4, to view and edit files in hexadecimalfrueauf7-0/+79
or ASCII.
1998-08-24Upgrade vim to version 5.2.agc3-8/+43
> - A file browser has been added for the Win32, Motif and Athena GUI versions. > - Dialogs have been added. They can be used to ask for confirmation on Ex > commands that can fail. > - Options and commands have been added to offer a mode that works like > MS-Windows cut/copy/paste. This makes the Win32 GUI version fit in better > with other MS-Windows applications. > - Session files can be used to store and restore an editing session. > - Functions and Ex commands can be defined by the user. This is much nicer > and more powerful than using mappings. > - Lines longer than the screen size can be edited, also when lines wrap. > - Support for Cscope and an interaface for TCL have been added. > - Port to the RISC OS and GUI port for the Amiga. > - Support for Multi-byte files (DBCS and Unicode).
1998-08-20Define USE_LIBTOOL.agc1-2/+2
1998-08-20The Grand Homepagification:tsarna7-7/+14
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-14Add and enable "ne", fixes PR pkg/5920.tron1-1/+2
1998-08-14New "ne" package created by Ben Harris:tron5-0/+38
A re-write of Phoenix E. A sensible light-weight editor.
1998-08-14New "ne" package created Ben Harris:tron1-0/+28
A re-write of Phoenix E. A sensible light-weight editor.
1998-08-11Add a simple DEPENDS on libutf-2.10, and remove the BUILD_DEPENDSagc1-3/+2
and RUN_DEPENDS.
1998-08-07Add NetBSD RCS Ids.agc2-0/+4
1998-08-07Add NetBSD RCS Ids.agc9-0/+18
1998-08-07Add NetBSD RCS Ids.agc9-0/+18
1998-08-07Add NetBSD RCS Ids.agc27-0/+56
1998-08-04Make this work on elf systems, fixes PR pkg/5881 by Tim Rightnour.tron1-0/+11
1998-08-02Update xemacs to 20.4; make mule support actually work; set infopath sofrueauf7-2683/+7066
that other info files the package systems installs get found.
1998-07-22Update Pico to 3.2 (without the lots of U's this time).tv4-8/+8
Update Pine to 4.02. Many bug fixes over 4.00.
1998-07-21Revert pico back to 3.0. Some bug in the updated libpico caused thosetv4-9/+9
nice strings of `U's at the beginning of the pine and pico commit messages. (None here, this time, I hope. :) The libpico API didn't change, so pine 4.01 can make use of libpico from Pico 3.0.
1998-07-21UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU ↵tv4-9/+9
pdate to 3.1. (No major changes beyond bumping the library minor number.)
1998-07-20Always fetch the archive that contains the version in its name to preventfrueauf4-9/+8
confusion if a new version is available.
1998-07-19Re-add pine-3.96 to the CONFLICTS list.tv1-2/+2
1998-07-19Update pico to 3.0, part of the pine 4.00 distribution. Build libpicotv9-109/+112
with libtool, enabling a libpico shared object useable with pine.
1998-07-15Update libpng to 1.0.2. Works with all dependent pkgs I have testedtv1-2/+2
(everything but ImageMagick, gs5, and xemacs20). The API hasn't changed much, say the install instructions, but it isn't binary compatible--bump shlib version to 1.0.
1998-07-10This emacs understands GNU autoconf's --host option; don't try to overridetv1-2/+2
that setting from <bsd.pkg.mk> with a configure command line option.
1998-07-04Update xpm to 3.4k.mycroft1-2/+2
1998-07-04Update Xaw3d to 1.5.mycroft1-2/+2
1998-07-04Update libjpeg to v6b.mycroft1-2/+2
1998-06-27Remove libpico from installation - it's static only, and we're nottv1-2/+1
installing headers for it, so it is basically useless. However, this should be re-added when libpico is made shared (it will reduce pico and pilot to less than 8K each).
1998-06-27Install pilot, too - a small file browser that uses the Pico core, and istv2-4/+8
built by the pkg already.
1998-06-22Update package Makefiles for automatic manual page handling.agc2-9/+2
1998-06-22Update package Makefiles for automatic manual page handling.agc9-24/+9
1998-06-20Add "USE_X11" as suggested by Tim Rightnour in PR pkg/5619.tron1-1/+2
1998-06-20Remove unnecessary "USE_X11= yes".tron1-2/+1
1998-06-09Rationalise Motif/Lesstif handling.agc1-2/+2
Get rid of HAVE_MOTIF, MOTIF_STATIC, REQUIRES_MOTIF and MOTIF_ONLY. Standardise on USE_MOTIF, which uses the pkgsrc dependency checks to use Motif, if it's available, or Lesstif, if not.
1998-06-07Add but don't enable pico by default. Its a subset of pine.frueauf1-1/+2
1998-06-07Initial addition of a handy text editor that ships with Pine.frueauf9-0/+173
Fixes pr 5548 by Tim Rightnour, some portlint cleanups.
1998-06-04Put xvile's perl files in ${PREFIX}/share/xvile/perl, to avoid conflictagc3-17/+28
with the Perl files which vile installs. Minor cleanup in Makefile.
1998-06-03Use MACHINE_GNU_ARCH in PLISTs that require it, so that arm32 (andtv2-46/+46
possibly other future platforms) will get the `right' name.
1998-06-03Include bsd.prefs.mk in case USE_MENUS is set in /etc/mk.confagc1-2/+2
1998-06-03Include bsd.prefs.mk to get the value for OPSYS, and in case USE_MULEagc1-2/+3
is set in /etc/mk.conf
1998-06-02Fix package to compile under good old NetBSD 1.3.tron4-2/+35
1998-06-02Enable "nedit".tron1-2/+2
1998-06-02New "nedit-5.0.2" package: Motif based standard GUI style text editortron7-0/+65
1998-06-02Update xvile, the vi clone for X11, to version 8.0 - mainly bug fixes, butagc3-14/+26
with added Perl scripting functionality.
1998-06-02Upgrade to version 8.0 of vile, and use the new Perl utilities.agc3-12/+21
1998-05-31Add ${MACHINE_GNU_ARCH}--netbsd to CONFIGURE_ARGS to get the homogenousfrueauf1-2/+3
name scheme for PLIST.
1998-05-31As the configure script of xemacs20 does not know about a --host option,frueauf1-3/+3
don't use GNU_CONFIGURE but HAS_CONFIGURE instead. Add --prefix=${PREFIX} to the CONFIGURE_ARGS.
1998-05-23Fix --host= rule to use a three part architecture, and fix GNU pkgs to usetv1-4/+3
the new automatic --host= setting. Now all GNU pkgs should work on all archs (including arm32), except emacs/xemacs, which I'll fix soon.
1998-05-06Grab the distfile from ftp.netbsd.org, like vile.agc1-3/+7
1998-05-06vile-7.4 is on the MASTER_SITES now, so grab the 7.3 distfile fromagc1-3/+7
ftp.netbsd.org. We'll do a 7.4 package ASAP, when circumstances permit.
1998-04-24Move to relative paths in the pkgsrc tree.agc1-3/+3