head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.4 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.2 pkgsrc-2012Q4-base:1.6 pkgsrc-2012Q1:1.5.0.22 pkgsrc-2012Q1-base:1.5 pkgsrc-2011Q4:1.5.0.20 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q3:1.5.0.18 pkgsrc-2011Q3-base:1.5 pkgsrc-2011Q2:1.5.0.16 pkgsrc-2011Q2-base:1.5 pkgsrc-2011Q1:1.5.0.14 pkgsrc-2011Q1-base:1.5 pkgsrc-2010Q4:1.5.0.12 pkgsrc-2010Q4-base:1.5 pkgsrc-2010Q3:1.5.0.10 pkgsrc-2010Q3-base:1.5 pkgsrc-2010Q2:1.5.0.8 pkgsrc-2010Q2-base:1.5 pkgsrc-2010Q1:1.5.0.6 pkgsrc-2010Q1-base:1.5 pkgsrc-2009Q4:1.5.0.4 pkgsrc-2009Q4-base:1.5 pkgsrc-2009Q3:1.5.0.2 pkgsrc-2009Q3-base:1.5 pkgsrc-2009Q2:1.4.0.24 pkgsrc-2009Q2-base:1.4 pkgsrc-2009Q1:1.4.0.22 pkgsrc-2009Q1-base:1.4 pkgsrc-2008Q4:1.4.0.20 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.18 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.16 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.14 pkgsrc-2008Q2-base:1.4 cwrapper:1.4.0.12 pkgsrc-2008Q1:1.4.0.10 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.8 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.6 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.4 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.2 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.3.0.8 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.6 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.4 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.2 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.2.0.10 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.8 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.6 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.4 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.2 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.1.1.1.0.6 pkgsrc-2004Q3-base:1.1.1.1 pkgsrc-2004Q2:1.1.1.1.0.4 pkgsrc-2004Q2-base:1.1.1.1 pkgsrc-2004Q1:1.1.1.1.0.2 pkgsrc-2004Q1-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.6 date 2012.06.14.08.24.14; author asau; state dead; branches; next 1.5; 1.5 date 2009.09.03.10.48.19; author asau; state Exp; branches; next 1.4; 1.4 date 2007.01.04.21.20.57; author adam; state Exp; branches; next 1.3; 1.3 date 2006.03.12.16.33.32; author rillig; state Exp; branches; next 1.2; 1.2 date 2004.11.29.08.47.29; author adam; state Exp; branches; next 1.1; 1.1 date 2004.03.05.14.46.23; author adam; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2004.03.05.14.46.23; author adam; state Exp; branches; next ; desc @@ 1.6 log @The package doesn't install HTML files, remove unneeded patch. @ text @$NetBSD: patch-ab,v 1.5 2009/09/03 10:48:19 asau Exp $ --- doc/Makefile.in.orig 2009-06-14 02:14:09.000000000 +0400 +++ doc/Makefile.in 2009-09-03 14:03:04.000000000 +0400 @@@@ -180,7 +180,7 @@@@ host_cpu = @@host_cpu@@ host_os = @@host_os@@ host_vendor = @@host_vendor@@ -htmldir = @@htmldir@@ +htmldir = @@htmldir@@/doc/cln/html includedir = @@includedir@@ infodir = @@infodir@@ install_sh = @@install_sh@@ @ 1.5 log @Update to CLN 1.3.0. Changes since previous package: 2009-06-30, version 1.3.0 * Use the GNU autotools as build system. * Implemented a more portable module dependency mechanism. 2008-04-05, version 1.2.2 * Re-establish CLN-1.2.0 ABI and fix ARM build, both inadvertently broken in the previous release. 2008-03-24, version 1.2.1 * Fixed some bugs in the output of numbers larger than 2^32 decimal digits. * Modifying C/C++ operators like +=, ++, etc. are now enabled by default. 2008-01-19, version 1.2.0 * Save big amounts of memory in computation of some functions and constants by: - Avoiding pre-computation of series terms and instead computing them in a streamed way. - Avoiding computation with excess precision in binary splitting algorithm by coercion of intermediate integer values to floating-point as early as possible. * Added support for huge numbers: - intC used for all counter loops. - intE is now a 64-bit type on all 64-bit platforms and even on selected 32-bit platforms. * CLN now uses C++ exceptions for error handling. The cl_abort() hook is not supported any more. Please refer to the documentation to learn about existing exception types. * Fixed a bug on i386 where comparing Z/2Z ring zeros returnd random results. * Removed cl_boolean. Use built-in C++ bool instead. * Dropped the cln-config script. Please use pkg-config instead. * Updated infrastructure to that of libtool-1.5.24. * Changed encoding of all files to UTF-8. * Fix compilation issues with GCC-4.3. * Fix linking issues on platforms that don't feature weak symbols (like win32). @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.4 2007/01/04 21:20:57 adam Exp $ @ 1.4 log @Changes 1.1.13: * Compilation fixes for 64-bit brokenness introduced in last release. Changes 1.1.12: * Fix rare assertion when printing quite large floats. * Compilation fixes for several platforms: *BSD, Intel Mac, and MinGW. @ text @d1 1 a1 1 $NetBSD$ d3 9 a11 4 --- doc/Makefile.in.orig 2006-08-06 14:14:20.000000000 +0200 +++ doc/Makefile.in @@@@ -13,7 +13,7 @@@@ datarootdir = @@datarootdir@@ datadir = @@datadir@@ d13 1 a13 29 mandir = @@mandir@@ -htmldir = $(datadir)/html +htmldir = $(datadir)/doc/cln/html dvidir = $(datadir)/dvi DESTDIR = @@@@ -43,7 +43,7 @@@@ SHELL = /bin/sh VPATH = $(srcdir) -all : info dvi ps html +all : info html info : $(srcdir)/$(PACKAGE).info @@@@ -88,13 +88,11 @@@@ install : all installdirs force install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$(PACKAGE).info || :;\ else : ; fi $(INSTALL_DATA) $(srcdir)/$(PACKAGE)_*.html $(DESTDIR)$(htmldir) - $(INSTALL_DATA) $(srcdir)/$(PACKAGE).dvi $(DESTDIR)$(dvidir)/$(PACKAGE).dvi installdirs : force $(MKDIR) $(DESTDIR)$(datadir) $(MKDIR) $(DESTDIR)$(infodir) $(MKDIR) $(DESTDIR)$(htmldir) - $(MKDIR) $(DESTDIR)$(dvidir) uninstall : force @@if (install-info --version && \ @ 1.3 log @Fixed pkglint warnings. Changed the directory of the HTML documentation to share/doc/cln/html. Bumped PKGREVISION. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.2 2004/11/29 08:47:29 adam Exp $ d3 1 a3 4 HTML documentation is installed to share/doc/cln/html, DVI and PostScript are left out. --- doc/Makefile.in.orig 2004-10-26 21:29:16.000000000 +0000 d5 1 a5 1 @@@@ -12,7 +12,7 @@@@ exec_prefix = @@exec_prefix@@ d14 1 a14 1 @@@@ -42,7 +42,7 @@@@ SHELL = /bin/sh d23 1 a23 1 @@@@ -87,13 +87,11 @@@@ install : all installdirs force @ 1.2 log @Changes 1.1.9: Algorithmic changes * Input of numbers in bases 2, 4, 8, 16 and 32 is now done in linear bit complexity as opposed to O(N^2). Useful for all kinds of persistency. Implementation changes * Fixed several bugs in the integer input and output routines that could be blamed for random crashes in the following cases: output in base 32 for quite large numbers, input in base 2 for fixnums and input in base 3 for fixnums on a 64 bit target. * Fixed crash when radix specifiers were used in input streams. * Speed up on x86_64 and ia64 by adding some inline assembly. Other changes * Fixes for compilation on MacOS X and little endian Mips. @ text @d1 4 a4 1 $NetBSD$ d13 1 a13 1 +htmldir = $(datadir)/doc/html/cln @ 1.1 log @Initial revision @ text @d3 1 a3 1 --- doc/Makefile.in.orig 2003-11-17 13:22:06.000000000 +0100 d23 3 a25 3 @@@@ -82,13 +82,11 @@@@ $(PACKAGE)_toc.html : $(srcdir)/$(PACKAG install : all installdirs force $(INSTALL_DATA) $(srcdir)/$(PACKAGE).info $(DESTDIR)$(infodir)/$(PACKAGE).info d36 1 a36 1 $(RM) $(DESTDIR)$(infodir)/$(PACKAGE).info @ 1.1.1.1 log @CLN - Class Library for Numbers is a C++ library providing the following features: * Rich set of number classes * Elementary, logical, transcendental functions * C++ as implementation language brings efficiency, type safety, and algebraic syntax * Memory efficiency * Speed efficiency * Interoperability @ text @@