Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1998-11-17 | I'm not going to pretend I know why there are two copies of this file, but | mycroft | 1 | -1/+2 | |
they should both be in the PLIST. | |||||
1998-11-13 | Update pico to 3.4 (from Pine 4.05) | tv | 7 | -47/+75 | |
1998-11-12 | Fix some more pkglint nits. | frueauf | 3 | -8/+9 | |
1998-11-12 | Remove a blank line, flagged as a fatal error in pkglint. | agc | 1 | -2/+1 | |
1998-11-01 | Also populate /usr/pkg/share/{doc,info}. Don't make /usr/pkg/share/bin. | hwr | 3 | -7/+66 | |
1998-10-31 | Remove unnecesary mkdir rules. | frueauf | 1 | -5/+1 | |
1998-10-31 | Dito to what I fixed in slrn/Makefile. | frueauf | 1 | -13/+12 | |
1998-10-31 | Enable jed. | hwr | 1 | -2/+2 | |
1998-10-31 | Import of the Jed editor. Jed is powerful and extensible through | hwr | 9 | -0/+204 | |
S-Lang functions. | |||||
1998-10-05 | Update xvile package to version 8.1. | agc | 4 | -6/+23 | |
1998-10-05 | Update the vile package to version 8.1. | agc | 4 | -25/+21 | |
1998-10-03 | Gracefully try to delete the site-lisp dirs, and quietly continue if the | tv | 1 | -3/+3 | |
directories are not empty. Fixes PR 6232, Greg Woods <woods@weird.com>. | |||||
1998-09-28 | Update hexedit to 1.0.0. | frueauf | 5 | -44/+56 | |
1998-09-22 | add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail | garbled | 2 | -2/+6 | |
on alpha. There may be more, but I haven't seen them yet. | |||||
1998-09-17 | Remove the exec/unexec ln stuff to xemacs, just list bin/xemacs. | frueauf | 2 | -6/+4 | |
Pointed out by Bob Baron (through Alistair Crooks). | |||||
1998-09-16 | Always use Athena widget set because we would need a dependence on the | tron | 1 | -1/+2 | |
"lesstif" package otherwise. | |||||
1998-09-16 | Add patch to Makefile.in to use LDFLAGS when linking. | agc | 1 | -0/+15 | |
1998-09-14 | Make this pkg honor LDFLAGS and thus work on ELF. | garbled | 1 | -4/+12 | |
1998-09-14 | Tweak this a little to get it to build on ELF with X11. | garbled | 1 | -1/+2 | |
1998-09-14 | Make this package honor LDFLAGS and *poof* it works on ELF. | garbled | 1 | -0/+16 | |
1998-09-10 | Update Pico to use the Pine 4.03 souerce tarball (no pico-specific | tv | 2 | -4/+4 | |
changes, and still the same version number). | |||||
1998-09-04 | pkglint: "rm" -> "${RM}" | tron | 1 | -2/+2 | |
1998-09-04 | Lots of bug fixes: | tron | 21 | -221/+313 | |
- sync package list with reality and use "mkdir -p" - add missing RCSIds - split patches - don't install texinfo documentation - avoid conflict with "xemacs" and "vim" - remove unnecessary "${WRKSRC}" - add missing info files to "${INFO}" - don't remove "share/emacs/20.3/etc/DOC-20.3.[13-9]*" (fixes PR pkg/6097) | |||||
1998-09-02 | Oops, we need to include the emacs executable in the packing list for best ↵ | mellon | 1 | -0/+2 | |
results. | |||||
1998-09-01 | Clean things up a bit. Support arm32. Fix install failures. | mellon | 7 | -818/+846 | |
1998-09-01 | Define USE_LIBTOOL, and use the ${LIBTOOL} definition appropriately. | agc | 1 | -4/+4 | |
1998-09-01 | Upgrade to version 5.3 of the vi editor clone, to include minor bugfixes | agc | 3 | -9/+12 | |
since 5.2. Re-arrange the Makefile so that it hits the faster ftp sites first. Add some additional syntax checking files. | |||||
1998-08-31 | Update "emacs" package to version 20.3. | tron | 6 | -1298/+1314 | |
1998-08-30 | Add DEPENDS on gdbm, set -with-ncurses=no, some cleanup. | frueauf | 1 | -13/+10 | |
1998-08-30 | Only use and depend on pkgsrc/mail/faces if USE_XFACE is set. | frueauf | 1 | -2/+9 | |
1998-08-29 | Fix a ton of build problems on the alpha. Mind you it still doesn't | garbled | 6 | -17/+390 | |
actually build on the alpha, but this is the groundwork for someone more ELF clued to take a look at it and figure out what is going wrong with the purespace dumping. | |||||
1998-08-28 | There are multiple reports that this patch causes problems. Back it | agc | 1 | -123/+0 | |
out for now. | |||||
1998-08-27 | Update hexedit to 0.9.5. | frueauf | 4 | -23/+32 | |
1998-08-24 | Add and enable hexedit. | frueauf | 1 | -1/+2 | |
1998-08-24 | Initial addition of hexedit-0.9.4, to view and edit files in hexadecimal | frueauf | 7 | -0/+79 | |
or ASCII. | |||||
1998-08-24 | Upgrade vim to version 5.2. | agc | 3 | -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-20 | Define USE_LIBTOOL. | agc | 1 | -2/+2 | |
1998-08-20 | The Grand Homepagification: | tsarna | 7 | -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-14 | Add and enable "ne", fixes PR pkg/5920. | tron | 1 | -1/+2 | |
1998-08-14 | New "ne" package created by Ben Harris: | tron | 5 | -0/+38 | |
A re-write of Phoenix E. A sensible light-weight editor. | |||||
1998-08-14 | New "ne" package created Ben Harris: | tron | 1 | -0/+28 | |
A re-write of Phoenix E. A sensible light-weight editor. | |||||
1998-08-11 | Add a simple DEPENDS on libutf-2.10, and remove the BUILD_DEPENDS | agc | 1 | -3/+2 | |
and RUN_DEPENDS. | |||||
1998-08-07 | Add NetBSD RCS Ids. | agc | 2 | -0/+4 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 9 | -0/+18 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 9 | -0/+18 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 27 | -0/+56 | |
1998-08-04 | Make this work on elf systems, fixes PR pkg/5881 by Tim Rightnour. | tron | 1 | -0/+11 | |
1998-08-02 | Update xemacs to 20.4; make mule support actually work; set infopath so | frueauf | 7 | -2683/+7066 | |
that other info files the package systems installs get found. | |||||
1998-07-22 | Update Pico to 3.2 (without the lots of U's this time). | tv | 4 | -8/+8 | |
Update Pine to 4.02. Many bug fixes over 4.00. | |||||
1998-07-21 | Revert pico back to 3.0. Some bug in the updated libpico caused those | tv | 4 | -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. |