summaryrefslogtreecommitdiff
path: root/editors/lyx-qt
AgeCommit message (Collapse)AuthorFilesLines
2004-06-04Include converters/libiconv/buildlink3.mk in Makefile.commonreed2-3/+4
and bump PKGREVISIONS for lyx-qt and lyx-xforms packages. lyx uses iconv. The build suggests using libiconv. Under NetBSD 1.6.2, the lyx-qt build broke when not including this buildlink. Under Linux and NetBSD 2.x, it built fine before because it found native iconv() and used it. Thank you to John R. Shannon for research. Okayed by maintainer, Martti Kuparinen.
2004-05-29Backported correction from HEAD to correct problem that package does not ↵shannonjr1-2/+2
compile with gcc 3.4.0. The patches were those submitted in PR 25695
2004-05-29Closes PR pkg/25695shannonjr7-0/+263
2004-05-29Backported correction from HEAD to correct problem that package does not ↵shannonjr1-1/+8
compile with gcc 3.4.0. The patches were those submitted in PR 25695
2004-04-17Convert to buildlink3.snj2-8/+8
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-1/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-03-17Updated lyx-xforms and lyx-qt to 1.3.4martti4-17/+17
* It adds support for old files from LyX 0.10.x or 0.12.x; * Lyx documents can now be opened and edited even if they use text classes not present in your latex installation; * New Qt features have been added (improved selection, drag-and-drop); * Mac OS X support is much improved; * The interface and documentation localization have been polished.
2004-02-18Include "../../mk/compiler.mk" to get the value of CC_VERSION beforejlam1-2/+2
testing it.
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-3/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-09CC_VERSION is "gcc-2.8.1" for egcs. Also fix up a few nits: not alljlam1-9/+11
compilers understand "-O" to optimize, and if we only care about gcc, then wrap the block in an ifdef that is triggered only if we're using gcc.
2004-02-01In the new compiler selection framework, GCC_REQD is appended to, notjlam1-2/+2
overridden.
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-12-24Adjust dependancies and bump PKGREVISION due to:jmmv2-4/+4
- teTeX 1.0.x packages have been moved to teTeX1* directories. - teTeX 2.0.x packages have been moved to teTeX* directories and their base name has been changed to teTeX (instead of teTeX2).
2003-12-23Depend on either teTeX and teTeX2 (defaulting to the later).jmmv2-3/+4
Fixes PR pkg/23852.
2003-10-01Move comment so that this works. Closes PR 23030.wiz1-2/+3
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-08-05bump revision after qt3/kde prefix changedrochner1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+3
2003-05-29s/USE_CXX/USE_GCC_SHLIB/grant1-3/+2
2003-05-09Updated lyx to 1.3.2martti5-22/+8
* the spellchecker code has been overhauled and many bugs have been squashed * many small bugs in the Qt frontend have been fixed * several languages now benefit from an improved translation of the user interface
2003-05-02Move PKGREVISION from Makefile.common to Makefile.wiz2-3/+3
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2003-03-23Initial import of lyx-qt, version 1.3.1:jmmv1-0/+8
LyX is a wordprocessor frontend to LaTeX, which gives both the ease-of-use of a wordprocessor, and the flexibility and power of LaTeX. Quasi-WYSIWYG interface, many LaTeX styles and layouts automatically generated. Speeds up learning LaTeX and makes complicated layouts easy and intuitive. New features include spell-checking, international character support, WYSIWYG graphics, tables, and equations. Fixes part of PR pkg/20805 by Marc Recht.
2003-03-23Initial import of lyx-qt, version 1.3.1:jmmv1-0/+18
LyX is a wordprocessor frontend to LaTeX, which gives both the ease-of-use of a wordprocessor, and the flexibility and power of LaTeX. Quasi-WYSIWYG interface, many LaTeX styles and layouts automatically generated. Speeds up learning LaTeX and makes complicated layouts easy and intuitive. New features include spell-checking, international character support, WYSIWYG graphics, tables, and equations. Fixes part of PR pkg/20805 by Marc Recht.
2003-03-22Initial import of lyx-qt, version 1.3.1:jmmv2-0/+943
LyX is a wordprocessor frontend to LaTeX, which gives both the ease-of-use of a wordprocessor, and the flexibility and power of LaTeX. Quasi-WYSIWYG interface, many LaTeX styles and layouts automatically generated. Speeds up learning LaTeX and makes complicated layouts easy and intuitive. New features include spell-checking, international character support, WYSIWYG graphics, tables, and equations. Fixes part of PR pkg/20805 by Marc Recht.
2003-03-22Initial import of lyx-qt, version 1.3.1:jmmv1-0/+61
LyX is a wordprocessor frontend to LaTeX, which gives both the ease-of-use of a wordprocessor, and the flexibility and power of LaTeX. Quasi-WYSIWYG interface, many LaTeX styles and layouts automatically generated. Speeds up learning LaTeX and makes complicated layouts easy and intuitive. New features include spell-checking, international character support, WYSIWYG graphics, tables, and equations. Fixes part of PR pkg/20805 by Marc Recht.
2003-03-22Initial import of lyx-qt, version 1.3.1:jmmv1-0/+13
LyX is a wordprocessor frontend to LaTeX, which gives both the ease-of-use of a wordprocessor, and the flexibility and power of LaTeX. Quasi-WYSIWYG interface, many LaTeX styles and layouts automatically generated. Speeds up learning LaTeX and makes complicated layouts easy and intuitive. New features include spell-checking, international character support, WYSIWYG graphics, tables, and equations. Fixes part of PR pkg/20805 by Marc Recht.
2003-03-22Initial import of lyx-qt, version 1.3.1:jmmv1-0/+27
LyX is a wordprocessor frontend to LaTeX, which gives both the ease-of-use of a wordprocessor, and the flexibility and power of LaTeX. Quasi-WYSIWYG interface, many LaTeX styles and layouts automatically generated. Speeds up learning LaTeX and makes complicated layouts easy and intuitive. New features include spell-checking, international character support, WYSIWYG graphics, tables, and equations. Fixes part of PR pkg/20805 by Marc Recht.