summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
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
2003-06-30Convert to USE_NEW_TEXINFO.seb2-6/+3
2003-06-30Convert to USE_NEW_TEXINFO.seb2-5/+4
2003-06-30Convert to USE_NEW_TEXINFO.seb2-5/+5
2003-06-30Convert to USE_NEW_TEXINFO.seb2-52/+8
Register all info files. A '@unexec...${MKDIR}' looked like a thinko, should have been '@unexec...${RMDIR}'. Anyway rewrote into the usual idiom. XXX Too much unusual '@.*exec' in there IMHO. To be removed in a future rototil.
2003-06-30Update to 1.12, all XEmacs binary packages as of 20030629.uebayasi3-340/+685
Added / updated packages: * auctex-1.35 * bbdb-1.23 * cc-mode-1.33 * clearcase-1.06 * dictionary-1.12 * ecb-1.08 * ecrypto-0.13 * edebug-1.18 * ediff-1.47 * edit-utils-2.02 * eshell-1.05 * ess-1.04 * eudc-1.38 * games-1.14 * gnus-1.71 * hm--html-menus-1.21 * ilisp-1.32 * jde-1.45 * liece-1.12 * mail-lib-1.59 * mh-e-1.23 * mule-base-1.43 * net-utils-1.32 * os-utils-1.31 * pgg-1.03 * prog-modes-1.79 * psgml-1.40 * sasl-1.13 * sieve-1.13 * sml-mode-0.09 * texinfo-1.24 * text-modes-1.61 * time-1.13 * tm-1.36 * tramp-1.15 * vc-1.37 * vhdl-1.17 * viper-1.36 * vm-7.14 * x-symbol-1.05 * xemacs-base-1.78 * xemacs-devel-1.55 * xslide-1.07
2003-06-30Convert to USE_NEW_TEXINFO.seb2-32/+5
2003-06-29Convert to USE_NEW_TEXINFO.seb1-4/+5
Earned in the process: fixed info files registration for binary package and all info files actually registered.
2003-06-29Update to version 1.6.2.jtb3-10/+10
Changes from Zile 1.6.1 - Zile 1.6.2 * Fixed a few core dumps. * Fixed some bugs with patches from Nicolas Duboc. * Fixed a build problem where dumb makes tried to build "-lncurses".
2003-06-28copy the GNU ld fix from editors/emacs; also don't install dist patchjoda1-2/+15
backup files
2003-06-23Convert to USE_NEW_TEXINFO.seb1-4/+5
Earned in the process: fixed info files registration for binary package and all info files actually registered.
2003-06-20Builds and runs fine with native curses now;wiz1-2/+3
replace USE_NCURSES with INCOMPAT_CURSES.