Age | Commit message (Collapse) | Author | Files | Lines |
|
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
|
|
not LOCALBASE. Noted by J. D. Fisher on tech-pkg.
|
|
|
|
Specific changes to each module are not listed anywhere easy.
|
|
Implementation of Trellis Graphics
|
|
Graphics layout capabilities, plus some support for interaction.
|
|
|
|
User-Visible Changes
o XDR support is now guaranteed to be available, so the default
save format will always be XDR binary files, and it is safe to
distribute data in that format. (We are unaware of any
platform that did not support XDR in recent versions of R.)
gzfile() is guaranteed to be available, so the preferred
method to distribute sizeable data objects is now via
save(compress = TRUE).
o pie() replaces piechart() and defaults to using pastel colours.
o formatC has new arguments (see below) and formatC(*, d = <dig>)
is no longer valid and must be written as formatC(*, digits = <dig>).
o Missingness of character strings is treated much more
consistently, and the character string "NA" can be used as a
non-missing value.
o summary.factor() now uses a stable sort, so the output will
change where there are ties in the frequencies.
Plus lots of new features and many bug fixes.
|
|
|
|
|
|
This perl module implements the algorithm for the solution of Bezier curves as
presented by Robert D. Miller in Graphics Gems V, "Quick and Simple Bezier
Curve Drawing"
|
|
|
|
dot letessier at sun dot com> in pkg/18086.
|
|
|
|
buildlink2.mk files back into the main trunk.
|
|
|
|
math/gp-grape.
GRAPE is a GAP package for mathematical computation with graphs and groups.
It was written by Leonard H. Soicher of Queen Mary, University of London.
|
|
|
|
collection as math/gap.
GAP (Groups, Algorithms and Programs) is a free system for computational
discrete algebra. Its capabilities include computation involving
cyclotomic and finite fields, residue class rings, p-adic numbers,
multivariate polynomials and rational functions, vectors, matrices
and finite groups.
GAP can be copied and distributed freely for any non-commercial purpose.
|
|
|
|
package. Depend on "gnumeric" 1.0.x on platforms which can build this
package and disable "gnumeric" support on other platforms.
|
|
with a whole 36 MB of memory.
|
|
|
|
* Recompute spans after reading from applix.
* Fix the guia2 prop bag import warnings
* Fix 0 sized TXO import inside escher streams
* Fix import of IMDATA inside escher streams
* Improve lotus importer
* wrap text does no supercede center across selection
* Match cummulative time
* Fix typo that broke workbook-view attribute import.
* Fix doc build.
* Register for more mime types
* use value_as_string for array content
* Don't crash on xls import if locale is confused.
* COUNT should only count ints and floats not bools
* Add Drachma to EURO.
* Support implicit conversion from string -> number in scalar graphs.
* make value_as_string as smarter when handling ValueError.
|
|
Huberts latest bulk-build, and, as such, also fix the broken depends
for gnucash from that buil-build.
|
|
|
|
Also, add a missing @dirrm for the help directory.
|
|
Add proper @exec/unexec scrollkeeper-rebuilddb statements to PLIST
Bump PKGREVISION
|
|
they try to link it.
|
|
|
|
bulk build.
|
|
http://mail-index.netbsd.org/tech-pkg/2002/07/15/0020.html
|
|
|
|
|
|
|
|
|
|
Add --without-psiconv to avoid picking up and choking on an installed
psiconv package
Bump PKGREVISION
|
|
Add --without-psiconv so build doesn't try to used and choke on an
installed psiconv package
Bump PKGREVISION
|
|
|
|
|
|
|
|
specifically - do so.
|
|
|
|
|
|
|
|
|
|
<kent@tiamat.goathill.org>
with some changes and finishing of the package by me.
GLPK is a set of routines written in ANSI C and organized in the form
of a callable library. This package is intended for solving large-scale
linear programming (LP), mixed integer linear programming (MIP), and
other related problems.
GLPK includes the following main components:
* implementation of the primal/dual simplex method;
* implementation of the primal-dual interior point method;
* implementation of the branch-and-bound procedure (based on the dual
simplex method);
* application program interface (API);
* GLPK/L, a modeling language intended for writing LP/MIP models;
* GLPSOL, a stand-alone program intended for solving LP/MIP problems
either prepared in the MPS format or written in the GLPK/L modeling
language.
|
|
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}.
While here substitute a couple of ${PREFIX} by `%D' in
`@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
|
|
to the fortran compiler). Also mark as not for older netbsd-alpha systems
as this is an IEEE-754 infected program (hi ross!).
|
|
* Fix (possible) segfaults caused by the "mid", "left" and "right"
right string functions and protect those functions and
the "replace" function against invalid arguments.
* Fix validation entry sensitivity.
* Fix some memory problems in the solver.
* Don't crash on xls import/export if locale is confused.
* Simple autodetection of tab delimited vs csv
* Avoid mistranslated font names.
* Actually disable wide character checking if it is not available.
* Fix grab when selecting a col/row with validation failure.
* Handle inserting col/row if the first is hidden.
* clone grouping and frozen status too.
* preset canvas scroll region in case something scrolls before we are
realized.
* Handle some XL export breakage cause by TagoH's patch.
* Fix advanced filter of value based implied enums.
* gdk_flush after all grab/ungrab events so that long running
operations that do not update the display are certain to ungrab
without delay (thanks rconover)
* Apply the accounting format rather than the numeric version for
Keelyn.
* Fix the omf file.
* Some gda plugin warnings.
* correct the help references in a few languages
* Fix some gcc-3 warnings.
|