Commit graph

889 commits

Author SHA1 Message Date
dillo
a833d5ca80 get rid of autoconf dependency by patching configure 2002-10-02 21:23:17 +00:00
dillo
40a656268e get rid of autoconf dependency by patching configure. also, fix
configure.in patch
2002-10-02 20:56:34 +00:00
jlam
d7b3313d6e Use buildlink2 and use gcc/buildlink2.mk instead of Makefile.gcc. 2002-09-30 22:36:08 +00:00
jlam
0ce68ec199 buildlink1 -> buildlink2 2002-09-29 06:56:18 +00:00
jlam
bc36e3accf udunits installs static libraries, so by default, use a build dependency. 2002-09-29 06:55:55 +00:00
jlam
e236de1637 Add buildlink2.mk file to add a build dependency on libffm. 2002-09-29 03:22:24 +00:00
jlam
80b8299907 buildlink1 -> buildlink2 2002-09-29 03:20:41 +00:00
drochner
f61c279f9e update to 5.1.10 (PR pkg/18369 by Wolfgang Rupprecht)
notable changes:
-many bugfixes
-allow XYZ sets in polar graphs
-extended x-correlation routines
-use leading zeros in axis year formats
-implemented "safe" mode
2002-09-27 12:01:15 +00:00
jschauma
8f5616e1a9 Patch Makefile to quote variables.
This prevents the compiler to bail out if the user has set
CFLAGS=-O2 -mcpu=pentiumpro -march=pentium
for example.
2002-09-26 15:46:47 +00:00
markd
34fd0ce4df INSTALL_DIRS -> R_INSTALL_DIRS to not conflict with the variable introduced
in bsd.pkg.mk revision 1.1045.  Fixes pkg/18332
2002-09-26 05:36:48 +00:00
jlam
8a24c57277 Sort, and add some files installed that weren't listed. 2002-09-24 19:36:19 +00:00
wiz
e8817c9088 Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
jlam
f73847924c Add a buildlink2.mk file for use by other package Makefiles. 2002-09-24 10:24:59 +00:00
jlam
b67bb1603b buildlink1 -> buildlink2 2002-09-24 10:20:06 +00:00
jlam
393305a676 buildlink1 -> buildlink2 2002-09-23 23:11:58 +00:00
jlam
e9e26df1fc buildlink1 -> buildlink2 2002-09-23 21:55:11 +00:00
jlam
eb73441760 buildlink1 -> buildlink2 2002-09-23 20:51:51 +00:00
wiz
1864f05443 Convert to buildlink2. 2002-09-23 17:22:54 +00:00
markd
bf511b48c1 find ... -or ... -> find ... -o ... for more portability. 2002-09-23 13:41:15 +00:00
jlam
548b468291 Use buildlink2. 2002-09-22 10:29:42 +00:00
jlam
86cd651f41 Follow the guidelines set forth in bsd.buildlink2.mk for making a
buildlink2.mk file.  This package installs headers, so we need to define a
BUILDLINK_FILES variable for them.
2002-09-22 10:29:18 +00:00
jlam
e44bf515dc Strip the ".buildlink" from the names of the python application and
extension Makefile fragments, because they really don't have anything to
do with the buildlink[12] frameworks.  Change all the Makefiles that use
application.buildlink.mk and extension.buildlink.mk to use application.mk
and extension.mk instead.
2002-09-21 23:46:45 +00:00
jlam
8c3c851c1e buildlink1 -> buildlink2 2002-09-21 00:31:17 +00:00
wiz
80ee491886 Since the major of libiconv was increased during the update to 1.8,
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
2002-09-10 16:06:32 +00:00
wiz
d526fb76ce Because of USE_X11BASE, guppi installs into X11PREFIX by default,
not LOCALBASE. Noted by J. D. Fisher on tech-pkg.
2002-09-09 21:26:05 +00:00
markd
0417b85750 Add R-grid and R-lattice. 2002-09-09 01:20:49 +00:00
markd
64243dc128 Update to recommended set for R 1.5.1.
Specific changes to each module are not listed anywhere easy.
2002-09-09 01:19:32 +00:00
markd
0d51d79845 Initial import of R extension library lattice, version 0.5-3
Implementation of Trellis Graphics
2002-09-09 01:09:31 +00:00
markd
36e6f4f7ba Initial import of R extension library grid, version 0.6
Graphics layout capabilities, plus some support for interaction.
2002-09-09 01:06:17 +00:00
markd
a38bcacb28 buildlink2 2002-09-09 01:00:57 +00:00
markd
64e555d68e Update R to 1.5.1, switch to buildlink2, change maintainer.
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.
2002-09-09 00:59:00 +00:00
jlam
336220fb5c Remove debugging lines that shouldn't have been committed. 2002-08-29 17:15:15 +00:00
seb
2d841b5c74 Add & enable p5-Math-Bezier. 2002-08-28 19:18:14 +00:00
seb
1e58211f6f Initial import of p5-Math-Bezier version 0.01 into the Packages Collection.
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"
2002-08-28 19:16:47 +00:00
jlam
589016dbaa Use buildlink2. 2002-08-27 17:32:09 +00:00
grant
5bee87327e add SunOS to ONLY_FOR_PLATFORM. From Julien Letessier <julien
dot letessier at sun dot com> in pkg/18086.
2002-08-27 14:43:16 +00:00
mjl
19b0b8e12a Add buildlink.mk, needed for gnucash 2002-08-26 19:21:19 +00:00
jlam
efb93b17bd Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00
cjep
88cb0c1c2f Add and enable gp-grape 2002-08-21 08:11:03 +00:00
cjep
13338e0d25 Initial import of GRAPE 4r1 into the NetBSD packages collection as
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.
2002-08-21 08:09:56 +00:00
cjep
1b1c4a3ba3 Add and enable gap 2002-08-21 08:04:51 +00:00
cjep
08da6fc17a Initial import of GAP-4.3 (bug fix level 1) into the NetBSD packages
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.
2002-08-21 08:04:03 +00:00
tron
ccc84595e0 Fix oversight in last commit. 2002-08-12 19:45:37 +00:00
tron
03aa4a7cb1 The "guppi" package doesn't work with version 0.75 of the "gnumeric"
package. Depend on "gnumeric" 1.0.x on platforms which can build this
package and disable "gnumeric" support on other platforms.
2002-08-12 19:43:20 +00:00
agc
ab31b5f231 Unlimit data and memory size so that this package will build on my ss2
with a whole 36 MB of memory.
2002-08-09 11:54:01 +00:00
tron
e02e9214e1 Add missing file "guppi-gnumeric-format-guru.glade". 2002-08-09 11:02:02 +00:00
mjl
4267a3b2ba Update gnumeric to 1.0.9
* 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.
2002-07-26 01:09:51 +00:00
jschauma
65e5dfe7c1 Synch PLIST with reality. This should fix the problem reported in
Huberts latest bulk-build, and, as such, also fix the broken depends
for gnucash from that buil-build.
2002-07-25 17:43:56 +00:00
wiz
1adeb49c0d Complete move of textproc/t1lib, textproc/t1utils, and x11/typeinst to fonts. 2002-07-19 12:43:47 +00:00
mycroft
270c4b7e11 Build with psiconv.
Also, add a missing @dirrm for the help directory.
2002-07-19 04:32:34 +00:00
rh
bd61c0404b Set localstatedir so the scrollkeeper database gets updated correctly
Add proper @exec/unexec scrollkeeper-rebuilddb statements to PLIST
Bump PKGREVISION
2002-07-17 23:56:06 +00:00
markd
85b39d0110 Give path for -lblas so modules such as R-KernSmooth can find it when
they try to link it.
2002-07-17 13:12:54 +00:00
agc
719a50195b Update the patch to match the new Makefile in version 1.30 2002-07-17 11:30:41 +00:00
agc
0923b6564a We need the blas buildlink file for -lblas - fixes a problem in the last
bulk build.
2002-07-17 09:38:47 +00:00
wiz
2d9a53104b Remove gnome-core dependency, not necessary according to Dan Winship, see
http://mail-index.netbsd.org/tech-pkg/2002/07/15/0020.html
2002-07-16 13:21:34 +00:00
agc
5ea26ea27a Use scrollkeeper's buildlink.mk file 2002-07-16 12:51:54 +00:00
mycroft
13649aa998 A package to fix obvious errors in the psiconv plugin. 2002-07-15 16:51:31 +00:00
wiz
f62b0b84d9 Add libunicode buildlink. Remove references to LOCALBASE. 2002-07-15 14:47:13 +00:00
wiz
42dbc9b256 Add libunicode buildlink. Remove -{I,L}${LOCALBASE}/{include,lib}. 2002-07-15 14:24:58 +00:00
rh
d248ce43ba Make this strongly buildlinked
Add --without-psiconv to avoid picking up and choking on an installed
psiconv package
Bump PKGREVISION
2002-07-14 02:13:25 +00:00
rh
4aaefbdb11 Make this strongly buildlinked
Add --without-psiconv so build doesn't try to used and choke on an
installed psiconv package
Bump PKGREVISION
2002-07-14 01:34:40 +00:00
lukem
b0a1e0dd99 depend upon x11/gnome-core as well 2002-07-03 07:41:17 +00:00
wiz
1a4485ab32 Add RCS Id. 2002-07-02 12:56:53 +00:00
agc
e9cec5e4bb Make this package compile in the presence of xpkgwedge 2002-06-28 12:11:01 +00:00
agc
8527edc3d6 On 1.6 and above, <readline/history.h> needs <stdio.h> to be included
specifically - do so.
2002-06-28 08:00:27 +00:00
jtb
1e851074a4 Fix mistake in last commit. 2002-06-27 03:50:47 +00:00
jtb
b56e3493aa Regenerate. 2002-06-27 00:41:20 +00:00
jtb
34f40541eb Don't call the times() function with the argument NULL. 2002-06-27 00:35:31 +00:00
dmcmahill
530a5f216b add and enable glpk 2002-06-26 15:31:25 +00:00
dmcmahill
ff73294c77 import of glpk-3.0.7 provided in PR pkg/16691 by Kent Polk <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.
2002-06-26 15:30:39 +00:00
seb
db84442a67 Substitute a couple of mkdir' by ${MKDIR}'.
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!
2002-06-26 10:29:33 +00:00
dmcmahill
e9bca5e160 don't key off of `alpha' to decide to do OSF specific things (-fpe3 flag
to the fortran compiler).  Also mark as not for older netbsd-alpha systems
as this is an IEEE-754 infected program (hi ross!).
2002-06-16 02:56:50 +00:00
mjl
4d523c018d Update gnumeric to 1.0.7
* 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.
2002-06-08 18:55:11 +00:00
dmcmahill
da57834a77 use lang/gcc on arm32. Makes this compile and work on shark. 2002-05-25 18:47:24 +00:00
markd
3aafc4760f Reorder PLIST so pkg_delete works cleanly 2002-05-24 13:24:36 +00:00
markd
ac6b16707a Add dependency on scrollkeeper to reliably have .omf files created and
so add share/omf/gnumeric/gnumeric-C.omf back to the PLIST
2002-05-24 13:19:33 +00:00
hubertf
da0b6d62bb move @exec down so %D is defined 2002-05-23 19:12:17 +00:00
dmcmahill
5127d2fbca turn off optimization on one particular fortran file. Fixes a crashing
bug in the scilab function mgetl() which prevents the build from completing
correctly.  Problem noted in recent sparc bulk build.
2002-05-22 10:37:04 +00:00
wiz
6da7db5282 regen (checksum mismatch for patch-aa) 2002-05-21 11:18:11 +00:00
cjep
7b2dd08919 Mark this package as broken for arm32. The package does not build due
to an internal compiler error, even with gcc-2.95.3:
genbet.f:247: internal error--unrecognizable insn:
(insn 56 54 57 (set (reg:SF 1 r1)
        (const_double:SF (mem/u:SF (symbol_ref/u:SI ("*LC4")) 0) 60635201 [0x39d3841] 16384 [0x4000] [2.928064102298758e-291])) -1 (nil)
    (expr_list:REG_EQUAL (const_double:SF (mem/u:SF (symbol_ref/u:SI ("*LC4")) 0) 60635201 [0x39d3841] 16384 [0x4000] [2.928064102298758e-291])
        (nil)))
2002-05-20 23:53:49 +00:00
cjep
829655b2be Fix up distinfo to reflect last change to patches. 2002-05-20 18:16:41 +00:00
cjep
d7ad712b60 Add NetBSD tag. Fix NetBSD tag in patch-ad. 2002-05-20 18:16:01 +00:00
mjl
00179c5f9b Update guppi to 0.40.3
Changes are lots of bug fixes and removal of the dependency on python.
Also enable gnumeric support so the graphing functions in gnumeric actually work.
2002-05-15 20:44:15 +00:00
jtb
f747b0f042 Use REPLACE_BUILDLINK on the `telakka' script. 2002-05-14 00:37:04 +00:00
dmcmahill
b44b62bb7e update to grpn-1.1.2nb1
adds several constants found in science and engineering:
  - 'k'  Boltzmanns constnat
  - 'q'  Electron charge
  - 'e0' Free space permitivity
  - 'mu0'Free space permeability
  - 'c'  Free space speed of light.
2002-05-12 23:21:53 +00:00
jtb
95fcf34e78 Add and enable euler. 2002-05-04 01:49:52 +00:00
jtb
199b36e6f2 Initial import of euler.
EULER  is  a program for quickly and interactively computing with real
and  complex  numbers and matrices, or with intervals, in the style of
MatLab,  Octave,...  It can draw and animate your functions in two and
three dimensions.

Euler features :
  * real, complex and interval scalars and matrices,
  * a  programming  language, with local variables, default values for
    parameters, variable parameter number, passing of functions,
  * two and three dimensional graphs,
  * marker plots,
  * density and contour plots,
  * animations,
  * numerical integration and differentiation,
  * statistical functions and tests,
  * differential equations,
  * interval methods with guaranteed inclusions,
  * function minimizers (Brent, Nelder-Mean),
  * Simplex algorithm,
  * interpolation and approximation,
  * finding roots of polynomials,
  * Fast Fourier transform (FFT),
  * an exact scalar product using a long accumulator,
  * Postscript graphics export
2002-05-04 01:49:09 +00:00
jtb
3c71cce0c1 Add and enable algae. 2002-05-04 01:10:45 +00:00
jtb
0010661e2c Initial import of algae.
Algae is an interpreted language for numerical analysis.  Algae
borrows ideas from languages like MATLAB, APL, and C, but it was
developed in response to a need for a free, efficient, and versatile
high-level language with large problem capability.
2002-05-04 01:10:02 +00:00
jtb
142a7dae3b Update to version 1.34. Changes since 1.32:
- The function whos() didn't work in the previous release,
  for which reason there is this early bug fix release now.

- Since introduction of KShallowObjectArray in 1.32, I forgot to
  increase the constant 12 to 13 in #define pair(ka,kb) ... in
  objarithm.C. Result: E.g., 2/x where x is undefined did not produce
  error message but silently evaluated to 0. There could be other much
  more obscure errors also. Now the constant 12 is no longer
  hard-coded but is defined to be int(Kundef)+1. This works as long as
  Kundef remains the last in enum Tkind (object.H).  There is comment
  telling it...  - in tela.C:FindMachineNan(), using switch()
  statement can cause compile-time error due to duplicate case labels,
  fixed now by rewriting switch() as nested if's (tela.C)
  (This is in code segment that was put in tela only in the previous
  release.)

- some changes to allow compilation with gcc-3.0 (contributed by Ch. Spiel)
2002-05-03 23:32:12 +00:00
jtb
6c84e5b562 Add buildlink infrastructure. 2002-05-03 22:59:53 +00:00
jtb
f34c1a55ba Add buildlink infrastructure. 2002-05-03 22:44:04 +00:00
jtb
9246be9e38 Update to version 1.1.1. From the NEWS file:
* What is new in gsl-1.1.1:

** Fixes to histogram2d stat functions

** Added missing prototypes for complex LU determinant functions

** Improved error handling in multifit routines

** Added check to avoid division by zero for rank-deficient matrix in
multifit iteration

* What was new in gsl-1.1:

** The permutation module now includes a copy function
gsl_permutation_memcpy

** The implementation of gsl_sf_gamma_inc has been improved and now
avoids problems caused by internal singularities which occurred in the
series expansion for some combinations of parameters.

** IEEE comparisons of infinities and NaNs are tested during the
configure stage and the functions gsl_isnan, gsl_isinf and gsl_finite
are only compiled on platforms which support the necessary tests.

** The histogram routines now include a sum function,
gsl_histogram_sum for computing the total bin sum, and additional
statistics functions for 2d histograms.

** Internal error checking of user-defined functions has been improved
in the multiroots functions.

** Constants now include the Bohr Radius and Vacuum Permittivity.

** Range checking is now turned off when building the library, but is
still on by default when compiling user applications.

** A combinations directory has been added for generating combinations (n,k).

** The gamma function now returns exact values for integer arguments.

** Fixed bugs in gsl_sf_hyperg_1F1_int and gsl_sf_hyperg_1F1.

** Fixed internal error handling in gsl_sf_laguerre_n to allow
recovery from overflow.

** Several routines for handling divided difference polynomials have
been added to the poly/ directory.

** The interpolation routines now include polynomial interpolation,
based on divided-differences.

** Added new random number generators from Knuth's Seminumerical
Algorithms, 3rd Edition: borosh13, coveyou, fishman18, fishman20,
fishman2x, knuthran, knuthran2, lecuyer21, waterman14.

** Changed divisor in random number generator gfsr4 from 2^32-1 to
2^32 to prevent exact value of 1.0 from being returned, as specified
in the documentation.
2002-05-03 21:41:31 +00:00
markd
ba3781530e Add etc/Makeconf to REPLACE_BUILDLINK. Fixes pkg/16620 2002-05-03 12:34:39 +00:00
jschauma
adc3b7bac2 Upgrade to 1.30.
New in Version 1.30:
Several vector operations are now available directly in ARIBAS
   (vec1 + vec2, vec1 - vec2, lambda*vec, vec mod N , etc.)


(approved by hubertf)
2002-04-29 16:59:28 +00:00
dmcmahill
870bd27d66 update homepage and master site 2002-04-27 12:44:05 +00:00
martti
9403ea4ccd Updated gnumeric to 1.0.6
* bug fixes
2002-04-23 13:31:44 +00:00
jlam
ec8f6ad65a Note explicitly that this package is USE_X11BASE. Currently, it relies on
motif.buildlink.mk to define it.
2002-04-23 02:08:51 +00:00
markd
077cab978b Add the R extension packages 2002-04-23 01:49:34 +00:00
markd
f70244aed8 Inital import of meta-package for the recommended extension library set
for the R-1.4.1 release.
2002-04-23 01:43:43 +00:00
markd
556852192c Initial import of R extension library survival, version 2.8-2
survival analysis: descriptive statistics, two-sample
  tests, parametric accelerated failure models, Cox model. Delayed entry
  (truncation) allowed for all models; interval censoring for parametric
  models.
2002-04-23 01:40:18 +00:00
markd
692344d16c Initial import of R extension library rpart, version 3.1-5
Recursive partitioning and regression trees
2002-04-23 01:38:58 +00:00
markd
d2d849b752 Initial import of R extension library nlme, version 3.1-23
Fit and compare Gaussian linear and nonlinear mixed-effects models.
2002-04-23 01:37:28 +00:00
markd
31022200e8 Initial import of R extension library mgcv, version 0.7-1
Routines for GAMs and other generalized ridge regression problems
     with multiple smoothing parameter selection by GCV or UBRE.
     Includes an implementation (not a clone) of gam().
2002-04-23 01:35:51 +00:00
markd
64b0c748ea Initial import of R extension library foreign, version 0.4-9
Functions for reading and writing data stored by statistical
         packages such as Minitab, S, SAS, SPSS, Stata, ...
2002-04-23 01:34:06 +00:00
markd
d5d2ea8eb6 Initial import of R extension library cluster, version 1.4-0
Functions for cluster analysis, originally from
  Peter Rousseeuw, Anja Struyf and Mia Hubert.
2002-04-23 01:32:43 +00:00
markd
459184f629 Initial import of R extension library boot, version 1.2-7
functions and datasets for bootstrapping from the
  book "Bootstrap Methods and Their Applications" by A.C. Davison and
  D.V. Hinkley (1997, CUP).
2002-04-23 01:31:30 +00:00
markd
b96e5144cb Initial import of R extension library VR, version 6.3-2
Various functions from the libraries of Venables and
  Ripley, `Modern Applied Statistics with S-PLUS' (3rd edition).
2002-04-23 01:29:20 +00:00
markd
76259cffb1 Initial import of R extension library KernSmooth, version 2.22-7
functions for kernel smoothing (and density estimation)
  corresponding to the book:
  Wand, M.P. and Jones, M.C. (1995) "Kernel Smoothing".
2002-04-23 01:26:18 +00:00
markd
09d64d9c0c Change MASTER_SITES to use the CRAN list.
Add support for building R extension packages as pkgsrc packages.
Bump PKGREVISION so extension packages can depend on a version of R with
this support.

Discussed with Johnny Lam.
2002-04-23 01:14:49 +00:00
fredb
9807afcb60 Update dependency on xforms. We're mainly bumping the dependency
and package revision, since we may now link against the forms shared
library, and because we also have to add a dependency on jpeg lib.
2002-04-17 04:45:06 +00:00
jlam
68f6bab4ef Add dependency on guile. It used to be pulled in incidentally from the
dependency on GConf where it was recently removed; however, unlike GConf,
this package actually uses guile.
2002-04-12 13:02:52 +00:00
dmcmahill
ca2dbd1735 Add db10 and db20 functions to compute decibels. While here
add a bunch of missing headers (string.h, stdlib.h) for alpha.

Bump rev to 1.1.0nb1
2002-04-02 02:01:23 +00:00
cjep
ea9d5ea307 --rpath to -R in patch. (This makes the package build on arm32 again.) 2002-03-31 17:02:03 +00:00
dmcmahill
34a9a5e2ef handle shared vs static builds the same on alpha as for other netbsd
platforms.  Fixes long standing PLIST issues on alpha.
2002-03-31 16:24:28 +00:00
rh
f944d2f2b7 Remove bogus @dirrm line 2002-03-26 09:41:41 +00:00
jmc
0c5474356d Make this require bison 1.34 or greater as the syntax for --outputfile changed
during bison upgrades and detecting which syntax is in use is far harder than
simply making Makefile.in do the right thing for 1.34
2002-03-25 01:04:46 +00:00
rh
7e3cceb248 fix PLIST 2002-03-24 02:51:11 +00:00
martti
b951b0bb7b Updated gnumeric to 1.0.5
* several bug fixes
2002-03-21 13:32:27 +00:00
mjl
353d56d87e Enable p5-Spreadsheet-WriteExcel 2002-03-19 15:04:17 +00:00
mjl
7d0783f734 Initial import of p5-Spreadsheet-WriteExcel:
The Spreadsheet::WriteExcel module can be used to create a cross-
platform Excel binary file. Multiple worksheets can be added to a
workbook and formatting can be applied to cells. Text, numbers,
formulas, hyperlinks and images can be written to the cells.

The Excel file produced by this module is compatible with Excel 5,
95, 97, 2000 and 2002.

The module will work on the majority of Windows, UNIX and
Macintosh platforms. Generated files are also compatible with the
Linux/UNIX spreadsheet applications Gnumeric and OpenOffice.
The generated files are not compatible with MS Access.
2002-03-19 15:03:31 +00:00
skrll
9d8fd60370 Add to AUTOMAKE_PATTERNS to prevent the use of auto{header,conf}. Remove
the BUILD_DEPENDS on autoconf
2002-03-19 08:48:17 +00:00
fredb
71ca8f912f The host specific installation subdirectories are actually taken by configure
from its --host argument, which is exactly ${MACHINE_GNU_PLATFORM}. Use that
for the PLIST instead of ${MACHINE_ARCH}--${LOWER_OPSYS}, which may lack the
"elf" suffix on certain platforms.
2002-03-18 07:58:35 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00
jmc
bfd38826b4 Touch files post configure to prevent a 2nd configure loop on build which will
end up dropping the original arguments like prefix
2002-03-07 07:13:59 +00:00
jmc
eead42e0d6 Fix obvious bug in call to tmsg compiler was complaining about. 2002-03-07 06:46:19 +00:00
jmc
f2a2fb1ab6 Don't do any optmization when compiling parse.cc as it triggers bugs on powerpc 2002-03-07 06:18:35 +00:00
dmcmahill
0a4fa9dcb2 enable this on NetBSD>1.5U on alpha since alpha FPC code is now in place.
While here, add some missing headers and squish a LP64 bug.  Passes all
self tests and all but 2 examples on a 1.5ZA alpha.
2002-03-05 21:05:52 +00:00
jmc
07780da7fc Include netbsd 1.6 and greater when saying applies to 1.5R or later. 2002-03-04 07:51:21 +00:00
markd
7afd956cdf Make local copy of R's package list writable before trying to append
to it.  From PR# pkg/15773 from Ray Brownrigg.
2002-03-01 11:11:35 +00:00
markd
2b2f1f68c7 Update to version 1.4.1 from PR pkg/15757 by Ray Brownrigg with minor mods
by me.

Changes and bug fixes from 1.3.1 are numerous.  See the NEWS file in
the distribution for details.
2002-03-01 10:46:53 +00:00
tron
b8d1c715f6 Update distribution file checksum for PHP version 4.1.2. 2002-02-28 09:50:01 +00:00
jlam
10c397f781 Update math/php4-bcmath to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
2002-02-28 06:18:08 +00:00
wiz
528ca0208c Remove some files that don't get installed with gnumeric-1.0.4. 2002-02-24 22:00:09 +00:00
seb
070f329df2 Added INFO_FILES so install-info is run. 2002-02-20 18:06:08 +00:00
seb
66111c6d15 Introduce new framework for handling info files generation and installation.
Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
    removal of USE_GTEXINFO
    INSTALL_INFO added to PLIST_SUBST
    `${INSTALL_INFO}' replace `install-info' in target rules
    print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
  makeinfo command usage

See -newly added by this commit- section 10.24 of Packages.txt for
further information.
2002-02-18 15:14:00 +00:00
seb
36cf248b0d Be a bit more tolerant about the teTeX package version it depends
for build.
2002-02-17 20:30:39 +00:00
martti
3cc0347d81 Updated gnumeric to 1.0.4
This is a bug fix release, new development is being done in the gnome2
    based 1.1.0 version.

* Patches

        http://bugzilla.gnome.org/show_bug.cgi?id=69832
        * Fix LaTeX and HTML exporter crashes

        http://bugzilla.gnome.org/show_bug.cgi?id=69400
        * Slow sort dialog startup on large sets.

        http://bugzilla.gnome.org/show_bug.cgi?id=69577
        * number matching broken in some locales.

        http://bugzilla.gnome.org/show_bug.cgi?id=69795
        * Dont put non ascii characters in the translated source.

        http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=131561
        * Don't confuse the calling context with the view to save.

        * Crash in goalseek                                     (Andreas)
        * Crash importing scrollbars from xml.                  (Jody)
        * Importing 3d references to external books from xls.   (Jody)
        * regression in 1.0.3 setting properties for checkbox.  (Jody)
        * xml-sax support for v10 of gnumeric's format.         (Jody)
        * List Column actions before Row actions in menus.      (Jody)
        * Improve scrolling alignment of formula guru.          (Jon Kåre)

* Translations

        * Christian Rose (sv), Zbigniew Chyla (pl), Stanislav Visnovsky (sk)
        Duarte Loreto (pt), Karsten Weiss (de)
2002-02-16 14:34:37 +00:00
skrll
08bdd44549 mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
seb
d571dd34e3 Remove spurious `@{un,}exec install-info ...' confirmed by dmcmahill. 2002-02-08 10:36:50 +00:00
skrll
9bd4180d57 /bin/mkdir -> ${MKDIR}.
Make the print-PLIST target output ${MKDIR} also.
2002-02-05 22:39:00 +00:00
wiz
4ebde97225 Remove abacus -- this package has been BROKEN for 15 months. 2002-02-02 03:32:42 +00:00
drochner
bfeb99763a comment out Python support - it doesn't work anyway 2002-01-29 12:36:46 +00:00
agc
a5cbb3f078 Remove dbell-calc - it's a duplicate of capc-calc 2002-01-28 14:42:39 +00:00
agc
9c794d4bc5 Remove the dbell-calc, it's a duplicate of capc-calc. 2002-01-28 14:41:48 +00:00
agc
4a11bb7668 Add and enable dbell-calc 2002-01-28 11:30:09 +00:00
agc
4e17ea2a3f Initial import of David Bell's calc into the NetBSD Packages Collection, due
to popular demand.

Calc is an arbitrary precision C-like programmable calculator with many
builtin functions.  The basic data types are integers, fractions,
complex numbers, strings, matrices, associations, lists, files, and
user-definable "objects".  You can use it interactively to evaluate
expressions line by line, or else you can write complicated programs in
its C-like language.  There are many features which I will not bother
to describe here.

Calc is written entirely in C, and runs on many different platforms and
variants of UNIX.

The low-level arbitrary precision math routines have been organized into
three libraries for handling integers, fractions, and complex numbers.
You can call the routines in these libraries from your own C programs.
2002-01-28 11:27:06 +00:00
drochner
65bdfe160a cleanup of Python support - remove version dependencies 2002-01-28 09:36:52 +00:00
drochner
e5edc53ce2 disable Python support - this can't work as things look now
(there is no PIC libpython)
2002-01-28 09:35:03 +00:00
rh
cd7556e3c7 Depend on at least version 0.11.0 of gdk-pixbuf{,-gnome}. Fixes
PR 14753 by chris@paradox.demon.co.uk
2002-01-25 02:00:11 +00:00
rh
22dcd54ac3 Remove useless dependency on gb. Closes PR 14752 by
chris@paradox.demon.co.uk
While at it, fix bogus @dirrms in gnumeric0's PLIST
2002-01-25 01:39:53 +00:00
tron
317e3f6b63 Include "readline" buildlink glue code which should fix build problems
showing up during bulk builds.
2002-01-24 12:22:54 +00:00
tron
e3f66ec533 Switch to new "python" dependency scheme. 2002-01-23 19:45:22 +00:00
martti
b2040f6f71 Fixed dependency on gnumeric:
* accept gnumeric-0.75 or gnumeric-1.0.1
* install gnumeric-0.75 from pkgsrc/math/gnumeric0 if no existing
  gnumeric is found
2002-01-21 12:01:02 +00:00
drochner
d8eab9a1a3 bring an lseek prototype into scope - this makes it survive its own
installation test for me
2002-01-18 17:32:22 +00:00
wiz
fbc9a66eee Add and enable py-Scientific-doc. 2002-01-17 14:03:12 +00:00
martti
e0a580527d Added gnumeric0 2002-01-17 13:13:28 +00:00
martti
6328b07707 Imported the old gnumeric-0.75 as pkgsrc/math/gnumeric0. 2002-01-17 13:12:00 +00:00
drochner
9871f96c24 move to canonical pkg name (pyX.Y-pkg-vers),
append version suffix to extended python interpreter,
don't install docs (separate pkg now)
2002-01-17 12:02:25 +00:00
drochner
42dc3673fc put documentation and examples of py-Scientific into a separate pkg
to avoid version conflicts
2002-01-17 12:00:11 +00:00
martti
de4772ac21 Updated gnumeric to 1.0.2
* This is the latest release (a lot of changes since version 0.75)
* Available only in NetBSD 1.5R (=current) or later (because of wctype.h)
2002-01-17 11:57:44 +00:00
drochner
5ea947fc92 we need at least Python 2.0.1nb1 or 2.1.1nb1, 2.2 doesn't work at all 2002-01-16 20:32:42 +00:00
drochner
318e02f395 fix typo 2002-01-16 20:01:52 +00:00
drochner
c511169aa8 use buildlink files for Python and py-Numeric 2002-01-16 19:45:26 +00:00
drochner
04f5bd383c allow to override the required version just like other buildlink.mks do 2002-01-15 18:38:46 +00:00
drochner
93cff951a9 this works with Python-2.2 2002-01-15 18:38:05 +00:00
tron
f705015de1 Never try to remove directories in "share/locale" because they are used
by several packages.
2002-01-10 21:12:06 +00:00
drochner
0371af3e37 add a buildlink.mk file 2002-01-10 20:47:51 +00:00
drochner
46411d15b4 update to 20.3
changes:
   Please note that the __future__ options wrt integer division in Python 2.2
	are NOT available in Numeric at this time.

   Incompatible change to functions sum and product in MA.
	See Packages/MA/changes.txt.
   Fixed memory leak in divmod [#470058] thanks Reggie Dugard.
   Added argmax, argmin for byte, unsigned byte [#474241]
   Fixed bug in RandomArray.normal for default shape. [#482046]
   To fix bug and correctly accept keyword args, changed fromstring interface
	to: fromstring(string, typecode="l", count=-1)
   Applied patch #[ #468068 ] Speedups for small matrices by Gary Bishop.
   Removed newlines in comment in multiarray.
   Fixed uninitalized variable in asinh on Windows.
   Optimization: Moved array_range to C (T. Oliphant)
   Add coding to setup.py for the BeOs5. (patch #466187, not applied as given)
   Removed a couple of warning errors in the sea of same produced by gcc's
	warnall.
   Fixed bug in arrayfns.histogram (bug #462813)
   Optional Package Properties 2.2
       Allow external handlers in Properties. No check is made any more that
       the handler is an unbound method of the class. Must have the correct
       signature, however.
2002-01-10 20:47:27 +00:00
jlam
22f6176ab5 Update math/php4-bcmath to version 4.1.1. The only change is updating to
the version from the php-4.1.1 distribution.
2002-01-06 19:56:06 +00:00
taca
18684b6a49 Update ruby-bigfloat package to 1.1.8.
Changes from source's comments are below.

Version 1.1.8(2001/10/23)
  bug(reported by Stephen Legrand) on VpAlloc() fixed.
Version 1.1.7(2001/08/27)
  limit() method added for global upper limit of precision.
  VpNewRbClass() added for new() to create new object from klass.
2002-01-05 05:32:15 +00:00
wiz
6a742ce377 Remove a bogus patch, drop a MASTER_SITE, and fix PLIST. 2002-01-03 17:09:45 +00:00
jlam
fbb3be220a Update math/php4-bcmath to 4.1.0. No list of changes from version 4.0.6;
simply update to version from php-4.1.0 distribution.
2001-12-31 23:57:51 +00:00
fredb
7300f091ba Add and enable "xlife". 2001-12-31 21:33:40 +00:00
fredb
c721e6880d Initial import of xlife-5.0, an X implementation of John Horton Conway's
classic "Game of Life".
2001-12-31 21:32:56 +00:00
dmcmahill
c3e589ec47 - fix a bug in the ascii() function noticed on sparc. Patch from
Serge Steer on comp.soft-sys.scilab

- minor man page fixes

- make the 'whatis' files used for the online help be lined up in columns
  which significantly enhances readability

- minor fixes to the Makefile fragment for building scilab shared objects.

bump rev to scilab-2.6nb2
2001-12-22 00:03:25 +00:00
wiz
b69d003062 Add BUILD_DEPENDS on autoconf, since the program manually calls autoheader.
Fixes bulk build failure.
2001-12-19 20:16:06 +00:00
dmcmahill
7a277a2b8e many bug fixes and improvements such as:
* small improvement to Arg(...) working on real numbers.
* improved 'make test', no need to install before test any more.
* VarList can now accept a second argument, a filter predicate.
* Pattern     matcher     now    allows    extended    prototypes,    like
  PP(list_Contains("a")) <-- ... etcetera.
* c-style  tokenizer  using CTokenizer() (DefaultTokenizer() switches back
  to the default tokenizer).
* Great speed-up of function Assoc.
* Christian   Obrecht   implemented  the  Rabin-Miller  primality  testing
  algorithm, which greatly improves the speed of IsPrime.
* Orthogonal      polynomials     OrthoP,     OrthoP,OrthoG,OrthoH,OrthoL,
  OrthoT,OrthoU implemented by Serge Winitzki.
* various  speedups,  and  a  new memory manager, optimized for allocating
  many small blocks (which is the case in Yacas).
* Changed the directory structure for the script files
* Greatly improved Simplify function.
* Added CurrentFile, CurrentLine functions
* Implemented  backquote  mechanism:  `(...) will substitute every @a with
  the  evaluation  of  a  (and  if  a  is  a function the function name is
  replaced).  The  end  result  is  evaluated. see substitute.cpp for more
  details

many more...  see http://www.xs4all.nl/~apinkus/changes.html for the complete
list.
2001-12-19 01:09:25 +00:00
agc
ccff9099bc Modify all references to PKGSRCDIR to _PKGSRCDIR, except in the external
references of the pkglint package.

_PKGSRCDIR is an internal definition in bsd.pkg.mk, and a few packages
which would like to refer to other packages in the build tree. It should
not be set by users, but neither should it stop a user from building a
package if it is defined, so make it obvious that this is the case.
2001-12-15 20:25:34 +00:00
jlam
3268e058ac Include a patch for the generated configure script so that we don't have
to depend on auto* tools at build-time.  This fixes pkg/14916 by Brook
Milligan <brook@biology.nmsu.edu>.
2001-12-11 22:35:07 +00:00
wiz
4b88499ef5 share/zh_TW/LC_MESSAGES is in *.pkg.dist, and shouldn't be dirrm'd. 2001-12-06 16:25:18 +00:00
jlam
8cc6055063 Use PKGREVISION to manage the package-specific version number when it
differs from the distfile version number.  G/C some the unused variables
in php4/Makefile.common related to the old way of handling version numbers.
2001-12-03 08:30:58 +00:00
wiz
9bc22f1e48 Buildlinkify. 2001-11-30 00:55:17 +00:00
hubertf
5542206cba Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.

Example #1:
        DISTNAME=       foo-X.Y
        PKGREVISION=    Z
     => PKGNAME=        foo-X.YnbZ

Example #2:
        DISTNAME=       barthing-X.Y
        PKGNAME=        bar-X.Y
        PKGREVISION=    Z
     => PKGNAME=        bar=X.YnbZ (!)

On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
2001-11-29 01:12:24 +00:00
wiz
1fbb375d8a Don't copy Xscilab and Metanet-color app-defaults to
X11BASE/lib/X11/app-defaults:
1) it's the wrong place if you're using xpkgwedge
2) scilab doesn't look there, but in PREFIX/scilab-2.6/X11_defaults
2001-11-28 16:52:20 +00:00
dmcmahill
85cd6aa732 the distfile has changed. The primary difference is that config.cache is
no longer (erroneously) included.  This means the pkgsrc Makefile also
no longer needs to delete config.cache as a post-extract step.

Fixes PR pkg/14679 from Rafal Boni by applying his patch.
2001-11-28 04:21:46 +00:00
jlam
cc4128d97e Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26 06:49:36 +00:00
agc
aaf1c1e2eb Upgrade gsl from 0.9 to 1.0. Provided in PR 14501 by Masao Uebayashi
(uebayasi@soum.co.jp).

To quote from the PR:

Changes from the previous pkgsrc'ed version (0.9.0) are too many to write here, but five of them
picking them randomly :

  * The single precision ffts now uses float throughout, rather than mixing float and double.
  * Vector and matrix views are now compliant with the ANSI standard.
  * Routines for complex LU decomposition are now available, allowing the solution of systems of
    equations with complex coefficients.
  * Reorganized the multmin functions to use the same interface as the other iterative solvers.
  * Increased the maximum number of iterations in gsl_poly_complex_solve() from 30 to 60.

In addition, a buildlink.mk file was provided by Masao-san.
2001-11-22 12:58:40 +00:00
damon
02878ee152 Fixups to PLIST 2001-11-14 13:12:22 +00:00
tron
47bada094e Add a few missing "@dirrm" commands. 2001-11-14 08:43:17 +00:00
tron
7b75acb563 Complete package list cleanup:
- fix typo: "${PKG_VERSION}" must be "${PKGVERSION}"
- remove bogus "@dirrm" commands for shared directories and directories
  owned by other packages
- update for version 0.75 of "gnumeric"
2001-11-14 08:26:16 +00:00
tron
9a3549ec06 Replace hard coded version number by "${PKG_VERSION}" to fix or at least
reduce package list problems caused by last update.
2001-11-14 08:05:33 +00:00
tron
0bbff2d0a5 Fix further package list lossage. 2001-11-14 08:04:49 +00:00
tron
8f157c60f3 Fix major package list lossage caused by last update and add missing
dependence on "gnumeric" package.
2001-11-14 08:02:34 +00:00
tron
7771464e72 Set "PKGNAME" so that this package is named "guppi" instead of "Guppi"
as it was named before.
2001-11-13 16:23:23 +00:00
damon
f92c007f41 Take two: Upgrade /math/guppi to 0.40.0 2001-11-13 03:16:50 +00:00
damon
9021dc9592 Update to 0.75 (bugfix release)
Changelog:


* Bug fixes, Polishing & Optimisations

        * Shrink exported XLS files.				(Jody)
        * More work done to support financial functions.	(Jukka)
        * Improve dbf importer.					(Jody)
        * Rewrite solver dialog as guru.			(Andreas)
        * Re-enable compression for .gnumeric files.		(Jody)
        * Lots of documentation added.				(Jukka)
        * Make cell format dialog only pseudo-modal.		(Jody)
        * Added `Help' buttons for various tools.		(Jukka)
        * Fix support for cancel on window manager quit.	(Jody)
        * Help button on autosave doesn't crash.		(Jukka)
        * Fix non-bonobo View menu.				(Jody)
        * Added `Filter' submenu into the `Data' menu.		(Jukka)
        * Fix sheet extent calculation new complex objects.	(Jody)
        * Plug leaks.						(Morten)
        * Improve formula guru.					(Jody)
        * Cleanup various access to internal strings.		(Morten)
        * Support scrollwheel in a larger area.			(Jody)
        * Fix Edit -> Fill -> Autofill.				(Jody)
        * Make autocorrect non-modal and cleaner.		(Jody)
        * Make autocompletion a view attribute, with a gui.	(Jody)
        * Don't clear the clipboard when Klipper runs.		(Jody)
        * Enable per sheet style management to support		(Jody)
          validation, conditionals, and to simplify XLS export.

* Translations

	* ru (Valek Filippov), nn (Roy-Magne Mo)
2001-11-11 20:11:31 +00:00
zuntum
98cf373d36 Move pkg/ files into package's toplevel directory 2001-11-01 00:32:23 +00:00
zuntum
0ca28723fb Move pkg/ files into package's toplevel directory 2001-11-01 00:11:36 +00:00
drochner
c5f1eacc36 use PLIST_SUBST instead of sed, as suggested by Thomas Klausner 2001-10-29 16:34:40 +00:00