summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-02-25Allow overriding PKG_DBDIR in /etc/mk.confhubertf1-5/+6
2001-02-25Updated hdf5 to 1.4.0. For further details of changes seejtb5-330/+324
${PREFIX}/share/doc/hdf5/RELEASE.txt. New Features ============ * The Virtual File Layer, VFL, was added to replace the old file drivers. It also provides an API for user defined file drivers. * New features added to snapshots. Use 'snapshot help' to see a complete list of features. * Improved configure to detect if MPIO routines are available when parallel mode is requested. * Added Thread-Safe support. Phase I implemented. See: http://hdf.ncsa.uiuc.edu/HDF5/papers/mthdf/MTHDFpaper.htm for more details. * Added data sieve buffering to raw data I/O path. This is enabled for all VFL drivers except the mpio & core drivers. Setting the sieve buffer size is controlled with the new API function, H5Pset_sieve_buf_size(), and retrieved with H5Pget_sieve_buf_size(). * Added new Virtual File Driver, Stream VFD, to send/receive entire HDF5 files via socket connections. * As parts of VFL, HDF-GASS and HDF-SRB are also added to this release. To find out details, please read INSTALL_VFL file. * Increased maximum number of dimensions for a dataset (H5S_MAX_RANK) from 31 to 32 to align with HDF4 & netCDF. * Added 'query' function to VFL drivers. Also added 'type' parameter to VFL 'read' & 'write' calls, so they are aware of the type of data being accessed in the file. Updated the VFL document also. * A new h4toh5 utility, to convert HDF4 files to analogous HDF5 files. * Added a new array datatype to the datatypes which can be created. Removed "array fields" from compound datatypes (use an array datatype instead). * Parallel HDF5 works correctly with mpich-1.2.1 on Solaris, SGI, Linux. * You can now install the HDF5 documentation using the ``make install-doc'' command. The documentation is installed in the $(prefix)/doc directory where $(prefix) is the prefix specified by the (optional) ``--prefix'' flag during configuration. * HDF5 can operate correctly in the OpenMP environment in a limited way. Check doc/html/TechNotes/openmp-hdf5.html for details.
2001-02-24update to 0.4.20christos5-31/+28
2001-02-24Add and enable "gnubile" package.tron1-1/+2
2001-02-24Import new "gnubile" package:tron6-0/+43
Unix Gnutella client for GNOME
2001-02-24Updated to nhc-1.02. No changelog, but seejtb3-38/+60
http://www.cs.york.ac.uk/fp/nhc98/status.html for a summary of changes for this new release.
2001-02-24Bump the version number to 1.0nb3 after major rework of IPv6 patch:tron6-74/+107
- No busy loops when connecting to the NNTP server. - Handle multiple records return by getaddrinfo(3) at the proper location. - Avoid unnecessary socket creations and deletions by always passing the correct address family to open_socket().
2001-02-24Run man pages through tbl(1) before installing.tv3-3/+26
Don't try to create a Berkeley DB file with fopen(); let DB create it.
2001-02-24Add german mirror site.tron3-6/+7
2001-02-24update to f2c-20001205.dmcmahill7-63/+123
while here, add more options to the f2c-f77 script: from Jason Beegan, -r8, promote REAL and COMPLEX to DOUBLE REAL and DOUBLE COMPLEX -s, to strip executible generalize the -Wall flag to accept -Wxxx and pass it to the c compiler -Wxxx for gcc warnings complete change log from the f2c maintainers since the last packaged version: ------------------------------------------ libf2c.zip: fix bug with the sequence backspace(n); endfile(n); rewind(n); read(n). Supply missing (long) casts in a couple of places where they matter when size(ftnint) == sizeof(int) < sizeof(long). Tue Jan 18 19:22:24 EST 2000 Arrange for parameter statements involving min(...) and max(...) functions of three or more arguments to work. Warn about text after "end" (rather than reporting a syntax error with a surprising line number). Accept preprocessor line numbers of the form "# 1234" (possibly with trailing blanks). Accept a comma after write(...) and before a list of things to write. Fri Jan 21 17:26:27 EST 2000 Minor updates to make compiling Win32 console binaries easier. A side effect is that the MSDOS restriction of only one Fortran file per invocation is lifted (and "f2c *.f") works. Tue Feb 1 18:38:32 EST 2000 f2c/src/tokdefs.h added (to help people on non-Unix systems -- the makefile has always had a rule for generating tokdefs.h). Fri Mar 10 18:48:17 EST 2000 libf77, libf2c.zip: z_log.c: the real part of the double complex log of numbers near, e.g., (+-1,eps) with |eps| small is now more accurate. For example if z = (1,1d-7), then "write(*,*) z" now writes "(5.E-15,1.E-07" rather than the previous "(4.88498131E-15,1.E-07)". Thu Apr 20 13:02:54 EDT 2000 libf77, libi77, libf2c.zip: s_cat.c, rsne.c, xwsne.c: fix type errors that only matter if sizeof(ftnint) != sizeof(ftnlen). Tue May 30 23:36:18 EDT 2000 expr.c: adjust subcheck() to use a temporary variable of type TYLONG rather than TYSHORT under -C -I2. Wed May 31 08:48:03 EDT 2000 Simplify yesterday's adjustment; today's change should be invisible. Tue Jul 4 22:52:21 EDT 2000 misc.c, function "addressable": fix fault with "f2c -I2 foo.f" when foo.f consists of the 4 lines subroutine foo(c) character*(*) c i = min(len(c),23) end Sundry files: tweaks for portability, e.g., for compilation by overly fastidious C++ compilers; "false" and "true" now treated as C keywords (so they get two underscores appended). libf77, libi77, libf2c.zip: "invisible" adjustments to permit compilation by C++ compilers; version numbers not changed. Thu Jul 6 23:46:07 EDT 2000 Various files: tweaks to banish more compiler warnings. lib?77, libf2c.zip/makefile.u: add "|| true" to ranlib invocations. Thanks to Nelson H. F. Beebe for messages leading to these changes (and to many of the ones two days ago). xsum.c: tweak include order. Fri Jul 7 18:01:25 EDT 2000 fc: accept -m xxx or -mxxx, pass them to the compiler as -mxxx (suggestion of Nelson Beebe). Note that fc simply appends to CFLAGS, so system-specific stuff can be supplied in the environment variable CFLAGS. With some shells, invocations of the form CFLAGS='system-specific stuff' fc ... are one way to do this. Thu Aug 17 21:38:36 EDT 2000 Fix obscure glitch: in "Error on line nnn of ...: Bad # line:...", get nnn right. Sat Sep 30 00:28:30 EDT 2000 libf77, libf2c.zip: dtime_.c, etime_.c: use floating-point divide; dtime_.d, erf_.c, erfc_.c, etime.c: for use with "f2c -R", compile with -DREAL=float. Tue Dec 5 22:55:56 EST 2000 lread.c: under namelist input, when reading a logical array, treat Tstuff= and Fstuff= as new assignments rather than as logical constants.
2001-02-24Modified the package so that it uses rpm2pkg. Enabled extraction of some filesmanu4-96/+30
that were not extracted before, but that were requiered in order to run Netscape.
2001-02-24Add missing "PROVIDE:" line.tron1-1/+2
2001-02-24regenwiz1-1/+3
2001-02-24add FOX_USE_XUNICODE.sakamoto1-1/+7
Used in fox to build in support for Unicode by XUnicode.
2001-02-24Add foxsakamoto1-1/+2
2001-02-24Adjust for NetBSDsakamoto12-147/+115
2001-02-24Initial import of fox:sakamoto9-0/+336
Fast and extensive C++ GUI toolkit
2001-02-24Distfiles are in a subdir.jtb1-2/+4
2001-02-24Fix PLISTjtb1-3/+2
2001-02-24Add cu-prologjtb1-1/+2
2001-02-24Adjust for NetBSDjtb7-35/+53
2001-02-24Initial import of cu-prolog:jtb10-0/+164
Experimental constraint logic programming language
2001-02-24Updated to libctl-1.4.jtb7-97/+20
2001-02-22 Steven G. Johnson <stevenj@alum.mit.edu> * configure.in: fixed cppflags order 2001-02-20 Steven G. Johnson <stevenj@alum.mit.edu> * 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 <stevenj@alum.mit.edu> * 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 <stevenj@alum.mit.edu> * 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 <stevenj@alum.mit.edu> * 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 <stevenj@alum.mit.edu> * 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
2001-02-24port2pkg-1.9:sakamoto2-4/+4
fix s/$1/$_/ at reading COMMENT.
2001-02-24add misc/sch into SUBDIRitojun1-1/+2
2001-02-24sch, curses-based scheduler (SRA scheduler)itojun4-0/+25
2001-02-24- use ${TEST} instead of directly use of "test".taca1-2/+2
- Update chasen to 2.4.2. ChangeLog is bellow: 2001-02-24 Masayuki Asahara <masayu-a@is.aist-nara.ac.jp> * Makefile.am: sortdic are obsolete * connent.cha: Connective Postpositions at the preceding positions are grouped. 2001-01-04 Masayuki Asahara <masayu-a@is.aist-nara.ac.jp> * Makefile.am: output zip format(make sjis-dist)
2001-02-24- use ${TEST} instead of directly use of "test".taca1-3/+3
- Update ipadic to 2.4.2. ChangeLog is below: 2001-02-24 Masayuki Asahara <masayu-a@is.aist-nara.ac.jp> * Makefile.am: sortdic are obsolete * connent.cha: Connective Postpositions at the preceding positions are grouped. 2001-01-04 Masayuki Asahara <masayu-a@is.aist-nara.ac.jp> * Makefile.am: output zip format(make sjis-dist)
2001-02-24First round of cleaning up INSTALL usage:hubertf1-2/+2
INSTALL -d => INSTALL_*_DIR INSTALL => INSTALL_* Beware that only invocations are changed that don't set special values for owner, mode or group! Cleanup suggested by zuntum@IRC
2001-02-24Fix configure script.jtb2-2/+4
2001-02-24First round of cleaning up INSTALL usage:hubertf8-23/+21
INSTALL -d => INSTALL_*_DIR INSTALL => INSTALL_* Beware that only invocations are changed that don't set special values for owner, mode or group! Cleanup suggested by zuntum@IRC
2001-02-24Add tcmjtb1-1/+2
2001-02-24Initial import of tcm:jtb28-0/+1498
TCM is a collection of graphical editors for different software specification methods. It contains generic editors (for generic diagrams, tables and trees), editors for Structured Analysis (entity-relationship diagrams, data and event flow diagrams, state-transition diagrams, function refinement trees etc.) and editors for UML (static-structure diagrams, use-case diagrams, activity diagrams etc.). TCM supports constraint checking for single documents (e.g. name duplication and cycles in is-a relationships). TCM distinguishes built-in constraints (of which a violation cannot even be attempted) from immediate constraints (of which an attempted violation is immediately prevented) and soft constraints (against which the editor provides a warning when it checks the drawing). TCM is planned to support hierarchic graphs, so that it can handle, for example, hierarchic statecharts. Features to be added later include constraint checking across documents and executable models. In addition to the TCM file format, TCM outputs Plain PostScript, Encapsulated PostScript, PNG and the XFig file format. The TCM file format is simple to read and parse so other forms of output can be generated easily.
2001-02-24Update to chasen 2.2.3. Fix bug of creating SUFARY dictionary.taca5-29/+10
ChangeLog: 2001-02-24 Masayuki Asahara <masayu-a@is.aist-nara.ac.jp> release-2.2.3 2001-02-23 TAKAOKA Kazuma <kazuma-t@is.aist-nara.ac.jp> * Rewrite function definitions in ANSI-C style. * Remove the code of KoCha. * lib/select.c (sa_common_prefix_search): The loop can't find end-of-string. Fix.
2001-02-24fix installation path. (forgot to cvs add)itojun2-0/+26
2001-02-23Update MD5 checksum to match what is on master site.tron1-2/+2
2001-02-23Add IPv6 support and bump version number to 1.0nb2.tron26-6/+531
2001-02-23Package cleanup, as requested by Hubertf.is1-20/+19
2001-02-23Add tcl-itcljtb1-1/+2
2001-02-23Initial import of tcl-itcl. Package submitted by Mark Daviesjtb13-0/+717
<mark@MCS.VUW.AC.NZ> in PR pkg/12060. Some minor adjustments by me. [incr Tcl] provides the extra language support needed to build large Tcl/Tk applications. It introduces the notion of objects, which act as building blocks for an application. Each object is a bag of data with a set of procedures or "methods" that are used to manipulate it. Objects are organized into "classes" with identical characteristics, and classes can inherit functionality from one another. This object-oriented paradigm adds another level of organization on top of the basic variable/procedure elements, and the resulting code is easier to understand and maintain.
2001-02-23Use ${MOTIFBASE}.jtb1-3/+3
2001-02-23MKDIR -> INSTALL_DATA_DIR, noted by zuntum on IRChubertf3-6/+6
2001-02-23MKDIR -> INSTALL_DATA_DIRhubertf1-2/+2
2001-02-23Remove some mirror sites that don't, and update md5, as requested inwiz2-8/+4
pkg/12064. (Previous version of the same name on ftp.netbsd.org removed.)
2001-02-23Make this right: We want RCS Ids.wiz3-3/+7
2001-02-23Apply patches supplied in pkg/11959 by Anders Dinsen to displaywiz3-1/+186
a BSD daemon instead of something else...
2001-02-23remove debug code to work with LOCALBASE!=/usr/pkghubertf1-2/+6
Pointed out by Dieter Baron <dillo@danbala.ifoer.tuwien.ac.at>
2001-02-23Refer CHANSE_VERSION from ../chasen-base/Makefile.common.taca1-2/+3
2001-02-23- Update chasen to 2.2.2.taca10-71/+18
- Move CHASEN_VERSION to Makefile.common. 2001-02-21 Masayuki Asahara <masayu-a@is.aist-nara.ac.jp> * lib/Makefile.am (DEFS): default chasenrc path (PREFIX/etc) * configure.in: version number update * README: version number update * README-ja: version number update * doc/manual.tex: * doc/manual-j.tex: modification for chasenrc path 2001-02-19 TAKAOKA Kazuma <kazuma-t@is.aist-nara.ac.jp> * lib/parse.c (utf8_check_undefword_len): Add UTF-8 tokenizer. (iso8859_check_undefword_len): Add ISO-8859-* tokenizer. 2001-02-13 Masayuki Asahara <masayu-a@is.aist-nara.ac.jp> * doc/manual.tex: * doc/manual-j.tex: modification for manual. 2001-02-13 Masayuki Asahara <masayu-a@is.aist-nara.ac.jp> * lib/*.c: lib/*.h: chasen/chasen.c: merged from the branch `release-2_2_0-patches' `fclose' problem Thanks to Takahiro Kambe <taca@sky.yamashina.kyoto.jp> the branch `release-2_2_0-patches' are obsolete. 2001-02-03 TAKAOKA Kazuma <kazuma-t@is.aist-nara.ac.jp> * lib/patfile.c: Use fgetc and fputc instead of egetc and eputc. 2001-02-02 Akira Kitauchi <kitauchi@rd.nttdata.co.jp> * lib/print.c: new output format '%i0'. 2001-01-14 Akira Kitauchi <kitauchi@rd.nttdata.co.jp> * lib/jfgets.c: Modified a bug in -j option. Now replaces "KANJI SPACES \n SPACES KANJI" with "KANJI KANJI" again.
2001-02-23Fix build on alpha.wiz2-0/+15