summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2003-10-11bump PKGREVISIONs after bump of expat BUILDLINK_DEPENDS.grant1-2/+2
2003-10-08Allow to use teTeX2 also.reed1-2/+2
2003-10-05Update to 2.7.6:wiz3-6/+61
2.7.6: More Open Type tables are supported. The rendering of complex scripts (Indic) was improved. Punjabi menu translations were added. Bugfixes were made. 2.7.5: This version is updated for Unicode 4.0, includes better entry level (not full) Tibetan support, and adds new x-input styles, new key maps, new menu translations, and bugfixes. [remaining changes to 2.7.2, if any, not found.]
2003-10-01Move comment so that this works. Closes PR 23030.wiz1-2/+3
2003-09-28Fix GCC 3.3.1 related build problem.tron2-4/+4
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam16-32/+32
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant16-32/+32
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-09-27Bump package revision to 1 (scrollkeeper's dependency)xtraeme1-1/+2
2003-09-27Add pthread's buildlink and scrollkeeper's omf.mk (fixes latest bulk buildxtraeme1-1/+4
by hubertf@)
2003-09-26Update to 1.3.3recht4-15/+40
Remove dependency on ispell since it can be installed at any time later. Adapted changes to CXXFLAGS from LyX's configure script and downgrade optimizations only for archs where gcc is known to produce broken code for >= -02. What's new ========== ** Updates - add basic support for the memoir class - add Proof layout to elsart class and get sections to be numbered - make LyX compile almost out-of-the-box with Qt/Mac (see README.MacOSX) - add a bit of documentation of the AGU journals support in the Extended manual; small tweaks to the english documentation; german documentation overhaul; french documentation and examples update - completely new italian localization; french, german, russian and slovenian localization updates ** Bug fixes - fix possible crash when changing text class [bug #1050] - fix language setting when switching textclass - fix math bug where formulas containing for example a \prettyref would not be parsed correctly [bug #1126] - speed up conversion of large old files on some systems - fix bad conversion of tables from LyX 1.0 [bug #1045] - convert old files (0.11 series) correctly, suppressing space between number and units [bug #763] - fix docbook export with nested environments [bug #821] - output newline and hfill correctly in docbook [bug #1148] - when pressing delete or backspace over a selection, do not modify the clipboard [bug #1049] - when inserting a float or a note over a selection, make sure that the insets and font changes in the selection are correctly kept (note however that doing this now modifies the clipboard) - clean-up properly after completed graphics conversion processes. - enable graphics conversion using the default convertDefault.sh converter when exporting, even if convertDefault.sh is not executable. - work around a Qt 3.1.2 bug with the environment combo box [bug #1136] - fix bug where browsing for files in graphics inset would always return an absolute path [bug #1028, Qt only] - do not write in preference file the colors which are still at their default value [bug #1069, Qt only] - fix loading of symbol fonts [Qt 3.2.0 only] - fix loading of symbol fonts on solaris - fix the math panel symbols [Qt 3.2.0 only] - do not reset natbib style when adding a new entry to a citation [Qt only] - allow insertion of width strings like "2.5in" into tabular dialog [Qt only] - fix some cases where the View>TeX information dialog would get confused because the same file gets listed several times - remove annoying message on console when LyX tries to make TeX fonts available to the X server - it was not possible to view the french versions of the Extended and Customization manual. - the lib/configure script now works correctly with zsh [bug #977] - add missing c_str.sed file in the distribution - hopefully really fix problems with patch requiring aclocal-1.6 - fix compilation on HP-UX 11.x - do not report failed inlining when compiling with gcc - fix compilation with new development versions of xforms - fix compilation with AikSaurus 1.0
2003-09-26Let this compile with NetBSD-current/gcc-3.3.1.fredb4-1/+52
2003-09-25Updated to 0.7.4.xtraeme5-47/+35
Changes: Enhancements Beginnings of RELAX NG support * An importer that reads DTD files and generate RELAX NG schema. (me) * A Conglomerate display specification for editing RELAX NG schema files. (me) Beginnings of XHTML support: * A Conglomerate display specification for editing XHTML (strict) web pages. (me) * A simple template for creating new web pages. (me) Attribute editing: * The Property dialog now has a tab page listing any attributes found in the DTD for the selected node (me) * Utility functions to make it easy to create attribute editors by binding GTK and Glade widgets to XML attributes (me) * A custom property dialog for DocBook <orderedlist> tags as an example of the above. (me) Improvements to document type infrastructure: * Support for template files that can be used in the File->New assistant (Jeff Martin) * A template for creating new Conglomerate display specification files (Jeff Martin) * XML doc types can specify a file extension. For example, RELAX NG schema files have a ".rng" extension, and HTML files have ".html" extension. (me) * The display spec file can specify a formal Public ID for the DTD, and the code will try to use this, even if the XML file doesn't explicitly specify the DTD. (me) * The File->Properties dialog allows you to remove DTD associations, and can guess at a DTD if one is not present. It has a button to add the association to the document header. (me) * The display specification file format now supports XML namespaces (me) Improvements to the "Cleanup the XML Source" tool * The tool now understands the difference between structural and span tags and doesn't force line breaks for span tags. (me) * Fixed some bugs and improved look of the resulting source, IMHO. (me) Other Enhancements * Stability enhancements (me) * Improvements to the DTD for our display specification files (me, Jeff Martin) * Various test files should now be in the examples subdirectory of the tarball (Geert Stappers) * You can now merge adjacent paragraphs (as requested by Linux Weekly News) - move the cursor to the end of a <para> tag and press Delete, or to the start of a tag and press Backspace. (me) * Probably some other things I missed :-) Fixes * Fixed lots of cleanup bugs when documents were closed; this makes the app much more stable. (me) * Fix for bux #118769 - a new dialog to select importers if more than one is applicable (me) * Empty context submenus are now insensitive (me) * Removed an unnecessary dependency on GDK 2.2 which broke the build on Red Hat 8
2003-09-25Fix install target under SunOS. From Jonathan Perkin in PR pkg/22932.jmmv2-5/+23
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>.