head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.54 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.52 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.50 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.48 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.46 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.44 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.42 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.40 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.38 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.36 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.34 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.32 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.30 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.28 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.26 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.24 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.22 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.20 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.18 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.16 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.14 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.12 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.10 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.8 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.5.0.6 pkgsrc-2004Q2-base:1.5 pkgsrc-2004Q1:1.5.0.4 pkgsrc-2004Q1-base:1.5 pkgsrc-2003Q4:1.5.0.2 pkgsrc-2003Q4-base:1.5 netbsd-1-6-1:1.3.0.2 netbsd-1-6-1-base:1.3 netbsd-1-6:1.1.0.4 netbsd-1-6-RELEASE-base:1.1; locks; strict; comment @# @; 1.5 date 2003.03.23.10.12.21; author jmmv; state dead; branches; next 1.4; 1.4 date 2003.03.02.14.57.37; author kei; state Exp; branches; next 1.3; 1.3 date 2002.12.31.09.19.02; author martti; state Exp; branches; next 1.2; 1.2 date 2002.08.23.09.08.09; author martti; state Exp; branches; next 1.1; 1.1 date 2002.08.11.02.34.26; author dmcmahill; state Exp; branches; next ; desc @@ 1.5 log @Remove lyx, superseded by editors/lyx-qt and editors/lyx-xforms. Finally fixes PR pkg/20805 by Marc Recht. @ text @$NetBSD: patch-ad,v 1.4 2003/03/02 14:57:37 kei Exp $ --- boost/boost/detail/limits.hpp.orig 2003-02-18 13:12:14.000000000 +0100 +++ boost/boost/detail/limits.hpp 2003-02-18 13:13:50.000000000 +0100 @@@@ -47,6 +47,14 @@@@ #include // for WCHAR_MIN and WCHAR_MAX #endif +#ifdef __NetBSD__ +#include +#if BYTE_ORDER == BIG_ENDIAN +#define BOOST_BIG_ENDIAN +#else +#define BOOST_LITTLE_ENDIAN +#endif +#else // The macros are not named appropriately. We don't care about integer // bit layout, but about floating-point NaN (etc.) bit patterns. #if defined(__sparc) || defined(__sparc__) || defined(__powerpc__) || defined(__ppc__) || defined(__hppa) || defined(_MIPSEB) || defined(_POWER) @@@@ -56,6 +64,7 @@@@ #else #error The file boost/detail/limits.hpp needs to be set up for your CPU type. #endif +#endif namespace std { @ 1.4 log @Updated print/lyx package to 1.3.0. Major new features are listed below. ** Qt frontend ** Xforms frontend ** Gnome frontend ** Instant preview ** Math editor ** Reading old files ** Miscellaneous changes A complete announcement is found at `http://www.lyx.org/announce/1_3_0.txt'. Also, it now depends on teTeX2. This package was provided by Marc Recht. Close pkg/20417. @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.3 2002/12/31 09:19:02 martti Exp $ @ 1.3 log @Updated lyx to 1.2.2 - selecting a word by double clicking now sets the X clipboard (like when dragging the mouse) - it is now possible to specify the arguments for viewers; in particular, this means that it is possible to use browsers which require a file: URL as HTML viewers (mozilla is used as default if found) - when a new LyX version is launched, the Edit>Reconfigure tool is automatically invoked; this should avoid many problems with users who are not aware that it is needed - when changing the current layout with the toolbar, the corresponding keyboard binding is shown in the minibuffer - in hebrew language, the key " now inserts a typewriter quote (since other quotes do not make sense in hebrew) - Insert>Lists & TOC>Bibtex Reference uses style 'plain' by default - new class ijmpd; update cl2emult, llncs and foils textclasses - update sciword bindings - small cleanup of UserGuide and FAQ; update to German, French and Russian documentation; new Hebrew tutorial - update french, german, russian, finnish and danish localization of the interface @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.2 2002/08/23 09:08:09 martti Exp $ d3 5 a7 5 --- boost/boost/detail/limits.hpp.orig Fri Oct 18 10:07:55 2002 +++ boost/boost/detail/limits.hpp Fri Dec 27 23:15:03 2002 @@@@ -42,12 +42,21 @@@@ //#include // for WCHAR_MIN and WCHAR_MAX #include d17 2 d20 1 a20 3 #define BOOST_BIG_ENDIAN #elif defined(__i386__) || defined(__alpha__) #define BOOST_LITTLE_ENDIAN d23 1 a24 1 #endif d27 1 @ 1.2 log @Updated lyx to 1.2.1 - partial rewrite of the find & replace feature. This should solve most of the performance problems - new option `keep aspect ratio' in graphics dialog - revert to the old behaviour when creating new floats (figure, table...): the empty paragraph in the float now is a caption. It seems that 1.2.0 behaviour was confusing too many people - it is now possible to set the float placement parameters to "document defaults" - when the cursor is inside a collapsible inset, `Edit>Open/close float' will leave it after the inset after closing it (this should help entering of ERT insets) - update Finnish, Danish, French and Russian localizations - update Tutorial to 1.2.x features - better support for entering Cyrillic and Greek alphabets - cleanup shortcuts for section layouts. Starred versions are now obtained by prepending a * to the section number (M-p asterisk 0, ..., M-p asterisk 6) - add keyboard shortcuts to the Documents menu - support the numpad direction keys as equivalent to normal cursor keys - it is now possible to specify a non-existent file name on the command line and have this file created for you - new class cl2emult; update template for IEEEtran; small update to heb-article and hollywood textclasses @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.1 2002/08/11 02:34:26 dmcmahill Exp $ d3 4 a6 4 --- boost/boost/detail/limits.hpp.orig Wed Jul 3 08:40:45 2002 +++ boost/boost/detail/limits.hpp Thu Aug 22 14:16:33 2002 @@@@ -38,12 +38,21 @@@@ #include // for WCHAR_MIN and WCHAR_MAX @ 1.1 log @decrease optimization level on a handful of files to make this compile using netbsd-1.5.3/alpha and the gcc-2.95.3 package. while here fix the test for endian-ness instead of relying on a small set of hard coded processor types. @ text @d1 1 a1 1 $NetBSD$ d3 2 a4 2 --- boost/boost/detail/limits.hpp.orig Wed Aug 29 18:33:34 2001 +++ boost/boost/detail/limits.hpp d17 1 a17 1 #if defined(__sparc) || defined(__sparc__) || defined(__powerpc__) || defined(__ppc__) || defined(__hppa) || defined(_MIPSEB) d19 1 a19 1 #elif defined(__i386__) @