head 1.7; access; symbols pkgsrc-2013Q2:1.7.0.54 pkgsrc-2013Q2-base:1.7 pkgsrc-2012Q4:1.7.0.52 pkgsrc-2012Q4-base:1.7 pkgsrc-2011Q4:1.7.0.50 pkgsrc-2011Q4-base:1.7 pkgsrc-2011Q2:1.7.0.48 pkgsrc-2011Q2-base:1.7 pkgsrc-2009Q4:1.7.0.46 pkgsrc-2009Q4-base:1.7 pkgsrc-2008Q4:1.7.0.44 pkgsrc-2008Q4-base:1.7 pkgsrc-2008Q3:1.7.0.42 pkgsrc-2008Q3-base:1.7 cube-native-xorg:1.7.0.40 cube-native-xorg-base:1.7 pkgsrc-2008Q2:1.7.0.38 pkgsrc-2008Q2-base:1.7 pkgsrc-2008Q1:1.7.0.36 pkgsrc-2008Q1-base:1.7 pkgsrc-2007Q4:1.7.0.34 pkgsrc-2007Q4-base:1.7 pkgsrc-2007Q3:1.7.0.32 pkgsrc-2007Q3-base:1.7 pkgsrc-2007Q2:1.7.0.30 pkgsrc-2007Q2-base:1.7 pkgsrc-2007Q1:1.7.0.28 pkgsrc-2007Q1-base:1.7 pkgsrc-2006Q4:1.7.0.26 pkgsrc-2006Q4-base:1.7 pkgsrc-2006Q3:1.7.0.24 pkgsrc-2006Q3-base:1.7 pkgsrc-2006Q2:1.7.0.22 pkgsrc-2006Q2-base:1.7 pkgsrc-2006Q1:1.7.0.20 pkgsrc-2006Q1-base:1.7 pkgsrc-2005Q4:1.7.0.18 pkgsrc-2005Q4-base:1.7 pkgsrc-2005Q3:1.7.0.16 pkgsrc-2005Q3-base:1.7 pkgsrc-2005Q2:1.7.0.14 pkgsrc-2005Q2-base:1.7 pkgsrc-2005Q1:1.7.0.12 pkgsrc-2005Q1-base:1.7 pkgsrc-2004Q4:1.7.0.10 pkgsrc-2004Q4-base:1.7 pkgsrc-2004Q3:1.7.0.8 pkgsrc-2004Q3-base:1.7 pkgsrc-2004Q2:1.7.0.6 pkgsrc-2004Q2-base:1.7 pkgsrc-2004Q1:1.7.0.4 pkgsrc-2004Q1-base:1.7 pkgsrc-2003Q4:1.7.0.2 pkgsrc-2003Q4-base:1.7 buildlink2-base:1.7 netbsd-1-5-PATCH001:1.6 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.7 date 2001.11.01.01.24.28; author zuntum; state dead; branches; next 1.6; 1.6 date 2001.02.24.13.42.07; author jtb; state Exp; branches; next 1.5; 1.5 date 2001.01.21.05.01.08; author jtb; state Exp; branches; next 1.4; 1.4 date 2001.01.21.04.49.45; author jtb; state Exp; branches; next 1.3; 1.3 date 2001.01.04.15.10.29; author agc; state Exp; branches; next 1.2; 1.2 date 2000.12.10.05.44.33; author jtb; state Exp; branches; next 1.1; 1.1 date 2000.11.25.21.34.05; author jtb; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2000.11.25.21.34.05; author jtb; state Exp; branches; next ; desc @@ 1.7 log @Move pkg/ files into package's toplevel directory @ text @@@comment $NetBSD: PLIST,v 1.6 2001/02/24 13:42:07 jtb Exp $ bin/gen-ctl-io include/ctl.h include/ctlgeom.h lib/libctl.a man/man1/gen-ctl-io.1 share/doc/libctl/COPYING share/doc/libctl/COPYRIGHT share/doc/libctl/ChangeLog share/doc/libctl/NEWS share/doc/libctl/README share/doc/libctl/advanced-user.html share/doc/libctl/basic-user.html share/doc/libctl/developer.html share/doc/libctl/guile-links.html share/doc/libctl/index.html share/doc/libctl/introduction.html share/doc/libctl/license.html share/doc/libctl/user-ref.html share/libctl/base/class.scm share/libctl/base/ctl.scm share/libctl/base/extern-funcs.scm share/libctl/base/help.scm share/libctl/base/include.scm share/libctl/base/interaction.scm share/libctl/base/io-vars.scm share/libctl/base/main.c share/libctl/base/math-utils.scm share/libctl/base/matrix3x3.scm share/libctl/base/simplex.scm share/libctl/base/utils.scm share/libctl/base/vector3.scm share/libctl/utils/ctl-io.scm share/libctl/utils/geom.c share/libctl/utils/geom.scm @@dirrm share/libctl/utils @@dirrm share/libctl/base @@dirrm share/libctl @@dirrm share/doc/libctl @ 1.6 log @Updated to libctl-1.4. 2001-02-22 Steven G. Johnson * configure.in: fixed cppflags order 2001-02-20 Steven G. Johnson * base/ctl.h.in, base/main.c, base/math-utils.scm, base/subplex.c, ChangeLog, configure.in, NEWS: added minimize-multiple-expert fmin parameter, after a suggestion from Dale Fried 2001-02-04 Steven G. Johnson * base/ctl.h.in, base/main.c: added hook functions to help us use MPI (where we need to call MPI_Init and MPI_Finalize) * base/interaction.scm: cleanups, and made sure output is flushed * base/extern-funcs.scm, base/help.scm, base/interaction.scm, base/math-utils.scm, base/simplex.scm, base/utils.scm, doc/user-ref.html, NEWS, utils/ctl-io.scm: display-many -> print, added print-ok? 2001-01-21 Steven G. Johnson * base/ctl.h.in: whoops, fixed prototype * base/ctl.c, base/ctl.h.in: put ctl_get_list etc. back in because MPB configure script looks for it * base/ctl.c, base/ctl.h.in: whoops, fixed 'function support * base/class.scm, base/ctl.c, base/ctl.h.in, doc/developer.html, NEWS: add support for 'function type * utils/ctl-io.scm: put class input & destruction headers in ctl-io.h so that they can be used elsewhere if desired * examples/example.c, examples/example.scm: added function-passing example * base/class.scm: slight clarification in comment 2001-01-20 Steven G. Johnson * doc/guile-links.html: another minor change * doc/guile-links.html: minor change * doc/license.html: spelling correction * doc/advanced-user.html: Fixed command-line parameter order (whoops). 2001-01-07 Steven G. Johnson * doc/guile-links.html: updated links * base/main.c, base/math-utils.scm, base/matrix3x3.scm, base/simplex.scm, base/utils.scm, base/vector3.scm, doc/license.html, examples/example.c, examples/example.scm, examples/Makefile.in, examples/run.ctl, utils/ctlgeom.h, utils/ctl-io.scm, utils/gen-ctl-io.1, utils/gen-ctl-io.in, utils/geom.c, utils/geom.scm, base/class.scm, base/ctl.c, base/ctl-f77-glue.c, base/ctl.h.in, base/ctl.scm, base/extern-funcs.scm, base/help.scm, base/include.scm, base/interaction.scm, base/io-vars.scm, COPYRIGHT: 2001 copyright year update * ChangeLog, configure.in, NEWS: bumped version for new release @ text @d1 1 a1 1 @@comment $NetBSD: PLIST,v 1.5 2001/01/21 05:01:08 jtb Exp $ @ 1.5 log @No need to change the libtool version number. @ text @d1 1 a1 1 @@comment $NetBSD: PLIST,v 1.4 2001/01/21 04:49:45 jtb Exp $ a5 4 lib/libctl.la lib/libctl.so lib/libctl.so.0 lib/libctl.so.0.0 @ 1.4 log @Updated libctl to version 1.3 . From the NEWS file: * Added improved "subplex" multidimensional optimization algorithm (for maximize-multiple and minimize-multiple). * Documented vector3-x, vector3-y, vector3-z functions for extracting vector3 components. @ text @d1 1 a1 1 @@comment $NetBSD: PLIST,v 1.3 2001/01/04 15:10:29 agc Exp $ d9 1 a9 1 lib/libctl.so.0.1 @ 1.3 log @ The way that shared objects were handled in the PLISTs and bsd.pkg.mk was out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this. @ text @d1 1 a1 1 @@comment $NetBSD: PLIST,v 1.2 2000/12/10 05:44:33 jtb Exp $ d9 1 a9 1 lib/libctl.so.0.0 @ 1.2 log @Added --version-info 0:0 to libtool arguments. Use autoreconf instead of patching configure. @ text @d1 1 a1 1 @@comment $NetBSD: PLIST,v 1.1.1.1 2000/11/25 21:34:05 jtb Exp $ d7 2 @ 1.1 log @Initial revision @ text @d1 1 a1 1 @@comment $NetBSD$ d7 1 a7 1 lib/libctl.so.1.2 @ 1.1.1.1 log @Initial import of new "libctl" package: Guile-based flexible control file library for scientific simulations @ text @@