Commit graph

1858 commits

Author SHA1 Message Date
obache
e4398d330a Disable auto detecting of ImageMagick.
Pointed out in PR 35492.
2007-01-30 02:45:33 +00:00
markd
60c020c40a Update icons location of KDE apps. Bump PKGREVISION 2007-01-26 04:25:46 +00:00
joerg
73eeef755d Modular Xorg support. 2007-01-23 17:59:42 +00:00
wiz
34dd68fb78 Compile with libgda-2.99.2 and libgnomedb-2.99.2. Bump PKGREVISION. 2007-01-21 19:17:33 +00:00
wiz
e5b04d25c0 Very belatedly bump PKGREVISION for all jasper dependencies because
of the shlib name change (!) during the update to 1.900.0.

Noted by Robert Elz in PR 35431.
2007-01-17 23:47:18 +00:00
joerg
6b868ada1f Needs libXt explicitly. 2007-01-08 15:00:36 +00:00
rillig
e02c28a1d3 There is some debugging information in gtools.so. 2007-01-08 04:40:27 +00:00
wiz
5321308ece PKGREVISION bump for flac shlib major bump and corresponding ABI
depends bump.
2007-01-07 12:25:50 +00:00
wiz
921e7fd77c Update MASTER_SITES. 2007-01-07 09:54:52 +00:00
rillig
2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00
tv
5d95012156 This build process is just plain evil. In any case, don't throw away a
failure code with ';' in a chain of shell commands; use '&&' instead.
2007-01-05 13:41:21 +00:00
adam
7f6d84b51a Changes 4.13:
A tentative implementation of the "exact" simplex method based
        on bignum (rational) arithmetic was included in the package.

        On API level this new feature is available through the routine
        lpx_exact, which is similar to the routine lpx_simplex.

        In the solver glpsol this feature is available through two new
        command-line options: --exact and --xcheck. If the '--exact'
        option is specified, glpsol solves LP instance using the exact
        simplex method; in case of MIP it is used to obtain optimal
        solution of LP relaxation. If the --xcheck option is specified,
        LP instance (or LP relaxation) is solved using the standard
        (floating-point) simplex method, however, then glpsol calls the
        exact simplex routine to make sure that the final LP basis is
        exactly optimal, and if it is not, to perform some additional
        simplex iterations in exact arithmetic.

Changes 4.12:
        A tentative implementation of some simplex method routines
        based on exact (bignum) arithmetic was included in the package.
        Currently these routines provide computing LU-factorization of
        the basis matrix and computing components of basic solution.

        These routines were used to implement a routine, which checks
        primal and dual feasibility of basic solution exactly, i.e. in
        rational numbers, without round-off errors. In glpsol this
        feature is available through the command-line option --xcheck.

        GLPK has its own low-level routines implementing operations on
        integer and rational numbers that makes it independent on other
        software packages. However, to attain a much better performance
        it is highly recommended to install (before configuring GLPK)
        the GNU Multiple Precision Arithmetic Library (GMP). Using GMP
        makes computations 100-200 times faster.
2007-01-04 22:38:49 +00:00
adam
fd34860d99 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.
2007-01-04 21:20:57 +00:00
agc
e7938b0138 Fix a bug in the mpz_random*() routines, by setting the sn field in the
MP_INT.
2007-01-04 19:37:51 +00:00
agc
1bbb7609b7 Add and enable fgmp 2007-01-03 07:54:58 +00:00
agc
75c02da60c Initial import of Mark Henderson's multi-precision maths (hello mid-Atlantic
divide) fgmp-1.0b5 routines into the Packages Collection:

	FGMP is Mark Henderson's public domain implementation of a subset of
	the GNU gmp library with the same API.  The fgmp library also includes
	a couple of extra routines.
2007-01-03 07:53:37 +00:00
minskim
2f5c9dab4e Update mathomatic to 12.6.8.
Changes:
- Add "set autocalc" option.
- Fix limit command so it fails instead of giving wrong answers.
2007-01-02 16:56:19 +00:00
rillig
600d05dc35 Added two patches which fix the build on NetBSD. 2007-01-01 14:32:29 +00:00
joerg
8049ff8481 Fix another bug from completely clueless autoconf users. 2006-12-29 14:18:21 +00:00
joerg
d26cf36e57 - fine grained X11 dependencies for packages which have either USE_IMAKE
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or
  via buildlink3.mks
- introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm
  in the !modular case
- fix some cases where the check for libX11 couldn't work at all by using
  C++ for compilation without including the proper headers

Verified using a full X11_TYPE=xorg bulk build without additional
breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-12-27 13:37:35 +00:00
joerg
58c3144236 Mechanically replace all includes of buildlink3.mk of the following
packages with the modular Xorg equivalent. Those are falling back
to the old location by default, so this commmit doesn't change
dependencies.

graphics/xpm ==> x11/libXpm
fonts/Xft2 ==> x11/libXft
x11/Xfixes ==> x11/libXfixes
x11/xcursor ==> x11/libXcursor
x11/Xrender ==> x11/libXrender
x11/Xrandr ==> libXrandr
2006-12-15 20:32:52 +00:00
joerg
5e43280b23 Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes.
The redundant parsing of bsd.prefs.mk is mostly avoided now and
parse time e.g. for x11/kdebase3 gets reduced by up to 10%.
2006-12-12 21:52:34 +00:00
obache
93a0e866d8 Enable to input year up to 2035, fixed PR 32994.
Bump PKGREVISION.
2006-12-11 14:52:04 +00:00
rillig
b719a4ce18 Fixed PKGMANDIR. 2006-12-10 02:15:15 +00:00
minskim
a54ffb7586 Update mathomatic to 12.6.7.
Changes since 12.6.3:
Fix sign bug for negative factorials (gamma function).
Improve user interface of solve command.
Add alternate command syntax for sum and product commands.
Add "-r" option, which disables readline input processing.
Fix optimize command.
Documentation changes.
2006-11-19 20:53:24 +00:00
obache
2b2603f667 Added units. 2006-11-19 04:57:13 +00:00
obache
ef6c45af51 Import GNU units 1.86.
Based on PR 30397 by Cameron Patrick, I modify to adapt to recent pkgsrc
tree and update from 1.85 to 1.86.

GNU Units can convert quantities expressed in one unit to an equivalent in a
difference scale.  Compared to traditional BSD implementations, it offers more
units, non-linear conversions (e.g. between degrees Celsius and Fahrenheit), a
more lenient input parser, and tab completion.  It can also be used to perform
calculations taking physical units into account, and provide the definitions of
units (e.g. "joule = N m = 1 kg m^2 / s^2").
2006-11-19 04:56:17 +00:00
wulf
79859d1e35 Update fftwf to version 3.1.2:
To bring revision level inline that of math/fftw
2006-11-15 01:11:13 +00:00
gdt
dfb40ffb37 Add LICENSE=.
Add restricted and NO_BIN_ON_* because this builds a package which is
a mix of GPL and xephem-license, and they are incompatible.
2006-11-13 22:49:51 +00:00
wulf
85beb279d9 Added and enabled new package py-ephem-3.7b:
Scientific-grade astronomical computations for Python
2006-11-13 15:58:04 +00:00
wulf
32d9765a1f Added new package py-ephem-3.7b:
Scientific-grade astronomical computations for Python
2006-11-13 15:55:55 +00:00
tv
25a4024806 Use find -print | xargs rather than find -exec. 2006-11-10 17:34:09 +00:00
drochner
d0a02313a1 update to 5.8.25
changes: minor bugfixes
2006-11-09 21:14:41 +00:00
joerg
6e82078eef DESTDIR support. 2006-11-05 17:17:04 +00:00
obache
0b8fdb22a8 Update p5-Spreadsheet-WriteExcel to 2.17.
Based on patch provided by Martin Wilke via PR 34389,
and remove dependency on p5-File-Temp-[0-9]*, it's already included in
perl base package.

Changes:
2.17 May 21 2006 - Minor

    + Added set_tab_color() method and example (tab_colors.pl).

    + Add set_page_view() method for Mac Excel view style
      and better default worksheet dimensions.

    + Added simulated row_wrap.pl example.

    + Added simulated Autofit example (autofit.pl).

    ! Fixed RT #17801, incorrect close value with filehandles.
      Thanks to Josie.

    ! Changed comment font to Excel's default of Tahoma 8.
      Reported by Stefano Maurri.

    ! Fixed bug that stopped Charts working in 2.16.
2006-11-05 02:27:37 +00:00
drochner
44fc0d7adb update to 0.7.6.1
changes:
* Add QuadraticFormula, CubicFormula, PolynomialRoots, CommutationMatrix,
  ToeplitzMatrix, MakeVector, RiemannZeta, GammaFunction
* Add --exec option to execute an expression from the command line
* Add chapter to the documentation on plotting and other minor updates to
  the docs
* Fix complex number handling in number of functions, particularly in
  all functions that use gaussian elimination and related routines
* Translations updated a teeny bit
* Fix rational powers
2006-10-30 21:41:26 +00:00
pooka
b94baac78b clean namespace pollution
fixes pkg/34642, patches contributed by Hans Rosenfeld
2006-10-24 13:54:40 +00:00
drochner
5ae59fedca update to 5.10.0
changes:
* Expand and revise Maxima reference manual
* Fast integer factorization
* Improvements to plotting functions
* Improvements to Xmaxima user interface
* Several bug fixes to definite integral functions
* Several new add-on packages
* Many minor improvements
* Many bug fixes
2006-10-23 09:50:44 +00:00
schwarz
0f8b1b368b added patches needed by picky SGI ido cc 2006-10-22 19:51:05 +00:00
drochner
44144cdb0e update to 1.3.3
changes:
-almost complete support for numpy objects
-better hdf5 support
-bugfixes (one important about file flushing)
2006-10-17 14:32:32 +00:00
drochner
64d7e6f72a update to 1.5.2
This is a very modest release which primarily consists of bug fixes to
numarray's implementation of the numpy array interface.
2006-10-17 14:25:43 +00:00
rillig
0205442e88 Fixed PKGMANDIR. 2006-10-14 01:33:50 +00:00
drochner
afddf28347 update to 2.12.1.5
The changelog is not very clear, afaics there are some build system and
documentation fixes.
2006-10-13 16:52:47 +00:00
dmcmahill
0ea9643903 Use COMPILER_RPATH_FLAG instead of hard coding -Wl,--rpath.
Also fix some obvious typos in the setting of the rpath.

Fixes compilation on solaris and probably others.
2006-10-11 21:14:57 +00:00
dmcmahill
3ff9fadfb4 The variable modifier $${dir#${PREFIX}/} is not portable so eliminate its
use.  Fixes R packaging on solaris.
2006-10-08 23:12:48 +00:00
wiz
768a49f2dd Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:47:16 +00:00
he
81ca810d49 Fix a small annoyance: make the default file name in 'W' actually work.
Pkgrevision bumped to 1.
2006-09-29 15:55:26 +00:00
joerg
558e270b01 Fix X11 linkage. Bump revision. From PR 34563. 2006-09-19 22:57:18 +00:00
wiz
c7dde6d0e9 Fix build with libgda-1.9.103, and depend on it. Bump PKGREVISION.
Patch from jsacco@garnome.
2006-09-19 17:45:50 +00:00
jmmv
f190ea92a4 Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.
This fixes problems when some installed packages are outdated.
Per wiz@'s request.

Grrr, I really hate this kind of change.
2006-09-16 12:20:32 +00:00