head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.32 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.30 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.28 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.26 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.24 pkgsrc-2009Q4-base:1.6 pkgsrc-2008Q4:1.6.0.22 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.20 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.6.0.18 cube-native-xorg-base:1.6 pkgsrc-2008Q2:1.6.0.16 pkgsrc-2008Q2-base:1.6 pkgsrc-2008Q1:1.6.0.14 pkgsrc-2008Q1-base:1.6 pkgsrc-2007Q4:1.6.0.12 pkgsrc-2007Q4-base:1.6 pkgsrc-2007Q3:1.6.0.10 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.6.0.8 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.6.0.6 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.6.0.4 pkgsrc-2006Q4-base:1.6 pkgsrc-2006Q3:1.6.0.2 pkgsrc-2006Q3-base:1.6 pkgsrc-2006Q2:1.5.0.2 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.4.0.2 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.3.0.2 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.2.0.6 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.4 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.2 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.1.0.6 pkgsrc-2004Q4-base:1.1 pkgsrc-2004Q3:1.1.0.4 pkgsrc-2004Q3-base:1.1 pkgsrc-2004Q2:1.1.0.2 pkgsrc-2004Q2-base:1.1; locks; strict; comment @# @; 1.6 date 2006.07.23.00.28.12; author reed; state dead; branches; next 1.5; 1.5 date 2006.04.18.23.21.18; author reed; state Exp; branches; next 1.4; 1.4 date 2006.01.18.21.00.45; author reed; state dead; branches; next 1.3; 1.3 date 2005.11.18.06.23.09; author reed; state Exp; branches; next 1.2; 1.2 date 2004.12.21.07.00.52; author martti; state dead; branches; next 1.1; 1.1 date 2004.05.29.11.19.59; author shannonjr; state Exp; branches; next ; desc @@ 1.6 log @Update to 1.4.2. New features include: * A new function buffer-toggle-compression (and corresponding entry in the Document menu) has been added to change whether the file will be compressed on disk or not. * A "LaTeX (pdflatex)" output format has been added. This new output format produces .tex files that are suitable for pdflatex, including figure conversion to png, pdf or jpeg instead of eps. Changelog is at http://www.lyx.org/announce/1_4_2.txt MESSAGE updated for new user interface. gtar not needed to extract. (Note that the xforms version was not tested.) @ text @$NetBSD: patch-ac,v 1.5 2006/04/18 23:21:18 reed Exp $ --- src/client/client.C.orig 2006-04-11 14:56:26.000000000 -0700 +++ src/client/client.C 2006-04-11 14:57:53.000000000 -0700 @@@@ -27,6 +27,10 @@@@ # include #endif +#ifdef HAVE_SYS_TIME_H +# include +#endif + // select() #ifdef HAVE_SYS_SELECT_H # include @ 1.5 log @This is an update to lyx 1.4.1. The jump from 1.3.x to 1.4 is huge. Please see the announcements at http://www.lyx.org/announce/1_4_0.txt and http://www.lyx.org/announce/1_4_1.txt This adds a different interface, change tracking, character styles new tex2lyx (instead of reLyX) and a lot more. Pkgsrc changes include: DESCR -- remove the word "New" since it is not new. Improve COMMENT. makepsres tool not used anymore. New python scripts. Remove post-install target for texmf files as now done via normal install. patch-ah removed -- already integrated. patch-ai removed -- reLyX was removed. patch-aj removed -- Makefile changed (maybe this is needed to stop rebuild between build and install steps -- need to check this.) patch-ac added for sys./time.h needed; already in lyx development version. (I did this update last week and tested on Linux, NetBSD and DragonFly and havce been using on NetBSD.) @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @Update lyx to lyx-1.3.7. Verified that this works without qt3-tools so remove that comment and BUILDLINK_DEPMETHOD for that. (Now defaults to build only.) Add another download mirror. Use bzipped tar file. Update PLIST to add "hu" locale file, compiled python code, and other updates. And use PKG_LOCALTEXMFPREFIX instead of PKG_TEXMFPREFIX for the dirrm. Removed three patches related to DragonFly and other patch for a bug fix as all are now fixed in official release. Updated patch-ab. The official release removed the unlock() so still coredumps on NetBSD without this patch. And regenerated two other patches as lines didn't line up anymore. And remove PKGREVISION from Makefiles. (Note I did not test "xforms" version.) Changes include: ** Updates - Update lyx2lyx to handle properly the latest LyX 1.4 format (245). - New hungarian translation. Update Spanish translation. - Update German documentation. ** Bug fixes * Document input/output: - Don't load the wasysym package automatically anymore (bug 1942) - Fix crash with S-Home while entering a macro name (bug 2046) - Do not delete selection when entering an index entry. - Fix LaTeX output when a bibtex inset is used in a child document. - Support tex4ht for Tex -> MS Word conversion - Support the previewers kdvi, kpdf, and kghostview * User Interface: - Fix wrong path when drag-and-dropping files on Windows. [Qt only] - Fix interaction of LyX with external clipboard (e.g. Klipper) (bug 1976). - Ensure that no dialogs have one shortcut assigned to more than one action. Always connect the OK button to the Alt-O shortcut. [Qt only] - Ensure that the user cannot create a reference without first selecting one in the reference dialog. [Qt only]. - The Return key is no longer bound to the Goto button in the reference dialog. [Qt only]. - Double clicking in the reference dialog now inserts a reference (bug 2187) [Qt only]. - Searching backwards in the citation dialog always skipped one result (bug 2002). Fixed now. - Do not trim spaces from either end of the find and replace strings in the Edit->Find & Replace... dialog. [XForms only]. - Fix crash when trying to display current directory and ${HOME} is empty. - Don't force alignment to BLOCK when switching to fixed width cell (bug 1840). - Add key bindings for "primary-selection-paste". - Fix some math key sequences for sciword.bind. - On exit, don't attempt to unlock a mutex in the Qt library --- it causes undefined behaviour and leads to a crash on NetBSD. - Enable Instant Preview to work if the path to the external GhostScript executable contains spaces. (bug 2193). - The error/warning/confirmation dialogs aren't hidden behind the main window anymore [Qt only] (bug 1977). * Configuration/Installation: - Enable TeXFiles.sh to run when its path contains spaces. - Compile without STL compatibility support, since some systems do that by default (Slackware, for ex.). [Qt only] - Fix compilation with gcc 2.95 under OSX 10.4. This is useful because LyX crashes on startup when compiled with gcc3. - Fix compilation with Solaris/x86 (bug 992). - Enable compilation of LyX on DragonFly BSD. - Add missing cygwin support file in the distribution (bug 2035). - Enable Windows boxes to recognize the hard-coded paths needed to run LyX from the build tree. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.3 2005/11/18 06:23:09 reed Exp $ d3 13 a15 11 --- boost/boost/integer_traits.hpp.orig 2005-08-23 23:30:03.000000000 -0700 +++ boost/boost/integer_traits.hpp 2005-08-23 22:27:02.000000000 -0700 @@@@ -93,7 +93,7 @@@@ #elif defined(__BORLANDC__) || defined(__CYGWIN__) || defined(__MINGW32__) || (defined(__BEOS__) && defined(__GNUC__)) // No WCHAR_MIN and WCHAR_MAX, whar_t is short and unsigned: public detail::integer_traits_base -#elif (defined(__sgi) && (!defined(__SGI_STL_PORT) || __SGI_STL_PORT < 0x400)) || (defined __APPLE__) || (defined(__FreeBSD__) && defined(__GNUC__)) || (defined(__OpenBSD__) && defined(__GNUC__)) || (defined(__NetBSD__) && defined(__GNUC__)) || (defined(__hpux) && defined(__GNUC__) && (__GNUC__ == 3) && !defined(__SGI_STL_PORT)) +#elif (defined(__sgi) && (!defined(__SGI_STL_PORT) || __SGI_STL_PORT < 0x400)) || (defined __APPLE__) || (defined(__FreeBSD__) && defined(__GNUC__)) || (defined(__DragonFly__) && defined(__GNUC__)) || (defined(__OpenBSD__) && defined(__GNUC__)) || (defined(__NetBSD__) && defined(__GNUC__)) || (defined(__hpux) && defined(__GNUC__) && (__GNUC__ == 3) && !defined(__SGI_STL_PORT)) // No WCHAR_MIN and WCHAR_MAX, wchar_t has the same range as int. // - SGI MIPSpro with native library // - gcc 3.x on HP-UX @ 1.3 log @Add support for DragonFly. This is in the "boost" libraries. This was fixed upstream for "boost" also. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Updated lyx-qt and lyx-xforms to 1.3.5 This is mainly a bugfix release, with few notable user-visible improvements. However, we would like to highlight two fixes in particular: * Nested documents (with Insert>Include File...), which have been broken since LyX 1.2.0, should now work properly, including the case where the files are in different directories. * It is now possible to compile LyX with gcc 3.4. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.1 2004/05/29 11:19:59 shannonjr Exp $ d3 11 a13 83 --- src/frontends/controllers/ControlDialog.tmpl.orig 2004-05-29 04:23:23.000000000 -0600 +++ src/frontends/controllers/ControlDialog.tmpl @@@@ -4,7 +4,7 @@@@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Angus Leeming + * \author Angus Leeming * * Full author contact details are available in file CREDITS * @@@@ -27,54 +27,56 @@@@ ControlDialog::ControlDialog(LyXVi template void ControlDialog::show() { - if (isBufferDependent() && !bufferIsAvailable()) + if (this->isBufferDependent() && !this->bufferIsAvailable()) return; - connect(); + this->connect(); if (!dialog_built_) { - view().build(); + this->view().build(); dialog_built_ = true; } setParams(); - if (emergency_exit_) { + if (this->emergency_exit_) { hide(); return; } - bc().readOnly(bufferIsReadonly()); - view().show(); + this->bc().readOnly(this->bufferIsReadonly()); + this->view().show(); // The widgets may not be valid, so refresh the button controller - bc().refresh(); + this->bc().refresh(); } + template void ControlDialog::update() { - if (isBufferDependent() && !bufferIsAvailable()) + if (this->isBufferDependent() && !this->bufferIsAvailable()) return; setParams(); - if (emergency_exit_) { + if (this->emergency_exit_) { hide(); return; } - bc().readOnly(bufferIsReadonly()); - view().update(); + this->bc().readOnly(this->bufferIsReadonly()); + this->view().update(); // The widgets may not be valid, so refresh the button controller - bc().refresh(); + this->bc().refresh(); } + template void ControlDialog::hide() { - emergency_exit_ = false; + this->emergency_exit_ = false; clearParams(); - disconnect(); - view().hide(); + this->disconnect(); + this->view().hide(); } @ 1.1 log @Closes PR pkg/25695 @ text @d1 1 a1 1 $NetBSD$ @