summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2003-09-22Rewrite to use "stdarg.h" instead of "varargs.h" to fix build problemtron3-1/+172
with GCC 3.3.1.
2003-09-22Update to 4.16.0.63. Closes PR pkg/19924 by Greg A. Woods.jmmv5-75/+48
Changes since 4.16: - Portability fixes. Most important: work around a never-to-be-fixed bug in ncurses (the freely redistributable termcap/terminfo database). - Various minor bug fixes. Highlights: + use mkstemp to avoid a security loophole + avoid bad interaction between metakey and xterm mouse support in windows wider than 95 characters + handle symlinks better + obscure bug in text justification that could hang JOVE + misuse of stat that only misbehaved on LINUX
2003-09-18Add SETENV MAKE_ENV to build target.wiz1-2/+3
From Jeremy C. Reed in PR 22759.
2003-09-17get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD orgrant1-2/+2
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-17Remove patch-ae.work.wiz1-3/+1
2003-09-12No reason to bump PKGREVISION -- no change here. Undo, it was not long ago.wiz1-2/+1
2003-09-12kill all references to gcc.buildlink2.mk and compiler.mk, and definegrant1-2/+2
USE_GCC2 or USE_GCC3 where appropriate. the functionality of the old gcc.buildlink2.mk has been rolled into compiler.mk now, which is automatically used. more changes to come later...
2003-09-12Let "pico" use the Pine 4.58 distribution file because older versiontron2-5/+6
have been removed due to security problems. Bump package revision to reflect this change. This fixes PR pkg/22757 by Jeremy C. Reed.
2003-09-09fix mastersite/homepagehubertf1-3/+3
2003-09-06Update xemacs-current to 21.5.15magick3-11/+11
This beta release includes mainly bugfixes. No new features.
2003-09-05Remove "/pub" from pathnames on "ftp.fu-berlin.de" because such a directorytron1-2/+2
doesn't exist. It's apparently only mapped in the FTP server configuration.
2003-09-04Add bbdb.minoura1-2/+3
2003-09-02Add skk, remove ddskk.minoura1-3/+3
2003-09-01Add NetBSD RCS tagscjep2-0/+2
2003-08-30Fix spelling typo.reed1-1/+1
2003-08-30"It's" stands for "it is" (or "it has"). The apostrophe is not usedreed3-3/+3
for a possessive (like her, his, whose, their, and its). Note that I didn't check for proper use of "its" (when it should be "it is" or "it has" instead). I also saw over 15 other grammar or punctuation problems, but not fixed in this commit.
2003-08-29Remove extra "done" state ment in do-install target.taca1-3/+2
NetBSD 1.5.X's sh(1) dosen't allow it.
2003-08-29Fix MASTER_SITES.jmmv1-2/+2
2003-08-29Bump package revision to 2, (fox buildlink was changed to the new version).xtraeme1-2/+2
2003-08-28Change my email address to the NetBSD one, ok'ed by wiz@xtraeme2-4/+4
2003-08-26Touch a few files so configure doesn't run again on buildjmc1-1/+4
2003-08-24USE_GNU_ICONV as an interim measure to get this to build again onmarkd1-1/+2
NetBSD-current. Someone may be able to get this to use the native iconv but the configure script at least is very GNU iconv specific.
2003-08-23Put this package into a new pseudo-category called 'java'.jschauma1-2/+4
2003-08-10s/gui/GUI/grant1-2/+2
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb7-14/+7
2003-08-08Update vile from version 9.3 to 9.4agc5-34/+49
Changes for vile 9.4 (released Mon Aug 04 2003) Various bug fixes and some new functionality: + modify vilefilt.l to highlight shell commands. + add cases for 'u', 'U', 'x' and 'X' to RegStrChr2(), making the [:upper:] and [:xdigit:] regular expression character classes work. + tested with gcc 3.3 and g++ 3.3, modifying several interfaces to use 'const'. gcc 3.x also introduces more nonstandard name-pollution. + modify manpage.rc to check if the current buffer is perl, and if so, to render contents using pod2man or pod2text. + add un-filters (atr2ansi, atr2html, atr2text) which convert encoded control/A text to different forms. + modify support for ^X-e to make it use the whole line if the current buffer is a directory. + increase output- and state transitions-limits for latexflt.l, rpm-filt.l, sh-filt.l and vilefilt.l to compile with Solaris and HPUX lex programs (report by Adam Denton). + modify vile-manfilt to decode UTF-8 emitted by groff 1.18 + add Ruby syntax filter (rb-filt.l, rb.key). + fix: java has no 'operator' keyword. + add texmode, as a variation of latexmode. + add .ltx, .sty suffixes for latexmode. + implement xml-filter based on html-filter. + implement xterm-title mode. + add syntax filter for rpm ".spec" files. + add syntax filter for PostScript ".ps" files. + add syntax filter for enscript ".st" files. + make cursor-movement on a yank command match vi's, tested for various left/up motions such as yk, yh, yH, y1G, y0, y-, yb (report by George Eccles). + updates to allow vile to build with perl 5.8.0 (ifdef's checked for 5.6.1, 5.5.3 and 5.4.5). + rewrote spell.rc to make it work properly if the spell-filter is built-in (reported by Clark Morgan).
2003-08-08Fix some off_t format strings. hexedit now displays addresses correctlyscw4-3/+54
on big-endian platforms.
2003-08-05bump revision after qt3/kde prefix changedrochner3-5/+6
2003-07-31Pine 4.56 requires Pico 4.6; 4.4 will not do. Fixed so updates won't fail.jklos1-2/+2
2003-07-30x11/kde3/ -> meta-pkgs/kde3/markd1-2/+2
2003-07-30Update kile to 1.5.2 (seems 1.32 was actually 1.3.2).markd3-29/+61
Changes 1.5 - 1.5.2: user can define an arbitrary number of user tools/tags autosave (optional) user can stop running processes (for example latex) better syntax highlighting (deals with \verb and verbatim environment) summary of compilation results after running LaTeX support for templates improved error handling many small improvements in the interface fixed spell checking bugs many other small bugfixes Changes 1.32 - 1.5: Unknown.
2003-07-30Set USE_PKGINSTALL instead of directly including bsd.pkg.install.mk.jmmv1-2/+2
2003-07-28Released with Pine 4.56adam4-23/+19
Cannot find any changes information
2003-07-22Update to 5.5.0:wiz5-41/+31
5.5.0 - fixed bug of non repainting of bottom part of window under some vt100 terminals (NK). 5.3.2 - use /struct termdesc/ instead of /int/ for terminal type - compiler warnings cleanup 5.3.1 - changed default prefix to /usr/local, cosmetic fixes 5.3.0 - BIEW/LINUX: reduce use of system calls, use pwrite if possible, keyboard functions reimplemented using async IO, added proper pseudographics support on xterms (with G1 charset) and console (with null map), autodetection of vcsaN number, "Save as" codepage conversion fixed. - BIEW/SLANG: wrap lines in WriteBuff when buffer length exceeds terminal width - thanks to John Davis for helping me out. - BIEW/CURSES: added mouse support (ncurses are required for this), added acs_map ncurses hack. - BIEW/VT100: added proper pseudographics support (with G1 charset), keyboard functions reimplemented using async IO, added mouse support on Linux systems (gpm). - use getpwuid() to determine home directory when HOME is unavailable - reduce malloc()/free() calls in vioWriteBuff() - moved default datadir from /usr/lib/biew to /usr/share/biew
2003-07-22Back out previous and more; "\ No newline at end of file" *is* needed inuebayasi2-3/+7
this case. Sprinkle two more copies of the mark. Tested by Isihara-san, the originator of PR22172.
2003-07-21COMMENT should start with a capital letter.martti12-24/+24
2003-07-18Remove "No newline at end of file" lines.uebayasi2-5/+3
Addresses PR22172 by Takanori Isihara <isihara at stud dot sccs dot chukyo-u dot ac dot jp>.
2003-07-17s/netbsd.org/NetBSD.org/grant68-136/+136
2003-07-16checksum changed again...itojun1-3/+3
2003-07-14Replace perl interpreter in grep-changelog. From Soren Jacobsen in PR 21197.wiz1-1/+3
2003-07-13PKGREVISION bump for libiconv update.wiz33-48/+67
2003-07-08Be explicit about --srcdir. Fixes PR 21944 (emacs fails to build onmarkd1-1/+2
Solaris 8)
2003-07-07Update along with the ${DIST_SUBDIR} change.uebayasi1-229/+229
2003-07-07Put distfiles into a fixed subdirectory across versions, instead of creatinguebayasi1-2/+2
each directory per version. Before: % ls -rt /usr/pkgsrc/distfiles/xemacs-packages*/apel* /usr/pkgsrc/distfiles/xemacs-packages-1.9/apel-1.25-pkg.tar.gz /usr/pkgsrc/distfiles/xemacs-packages-1.10/apel-1.26-pkg.tar.gz /usr/pkgsrc/distfiles/xemacs-packages-1.12/apel-1.26-pkg.tar.gz /usr/pkgsrc/distfiles/xemacs-packages-1.11/apel-1.26-pkg.tar.gz After: % ls -rt /usr/pkgsrc/distfiles/xemacs-packages*/apel* /usr/pkgsrc/distfiles/xemacs-packages/apel-1.25-pkg.tar.gz /usr/pkgsrc/distfiles/xemacs-packages/apel-1.26-pkg.tar.gz Pointed out by Robert Elz, PR22085.
2003-07-06On NetBSD, link "temacs" against /usr/lib/crt{n,i}.o if they exist. Oruebayasi6-28/+91
"temacs" fails to start. (Actually, I don't understand the fact inside.) Bump revision to 2.
2003-07-04Add and enable conglomerate.jmmv1-1/+2
2003-07-04Initial import of conglomerate, version 0.5.4:jmmv6-0/+129
Conglomerate is a project to create a complete structured information authoring, management, archival, revision control and transformation system. Conglomerate uses XML semantics and powerful graphical editing, coupled with a centralised storage model and a flexible transformation language to create an environment which is easy to use, produces high-quality structured output and lets the user target several output media with a single source document. Provided by Juan RP in pkgsrc-wip with some changes by me.
2003-07-03Respect ${CC} and ${MAKE}. Fixes build on Solaris.cjep4-224/+264
2003-07-01Upgrade mined from version 2000.6 to 2000.7agc5-6/+64
Pkgsrc changes include displaying the help file correctly. New features in this release: * Enhanced East Asian input method support; selection menu for multiple character choices ("pick list"). * Support for editing CJK encoded files in UTF-8 terminal; major CJK encodings are supported (Big5, GBK, JIS, S-JIS, UHC, Johab). Main enhancements: (for details see the change log) * Flag menus for all flags for more intuitive selection. * Enhanced and generalized coded character input (CJK / decimal / illegal code recognition). * Extended bullet recognition for clever justification (auto-indent). * Makefile for Mac OS X.
2003-06-30No need for texinfo.mk here.seb1-2/+1