Commit graph

110277 commits

Author SHA1 Message Date
joerg
7eb9dd9650 Also needs libXt for magic configure reason at build time. 2007-02-26 13:13:03 +00:00
obache
4f8690f422 Updated sysutils/ipa to 2.0.3. 2007-02-26 11:56:21 +00:00
obache
80fcf34e4f Update ipa to 2.0.3.
Patch provided by maintainer, Andrey Simonenko in PR 35847.

Changes:
    *	If value in command line for ipactl is given in time units,
	then ipactl ignored overflow during parsing.

    *	If limits and thresholds were disabled during compilation,
	then ipactl did not accept the -r option.

    *	The "limit" section in ipastat.conf placed in incorrect place
	could cause segmentation fault.
2007-02-26 11:55:18 +00:00
drochner
5000fc18c1 -don't assume that usb_descriptor_t has a field bDescriptorSubtype -
this field is class specific and shouldn't be there
-before reading a string descriptor, read the language table and use
 a correct language code if possible
-bump PKGREVISION
2007-02-26 11:54:55 +00:00
dillo
9c494aceef I won't do the intercal update in the forseeable future, my current
job is quite secure, thank you.
2007-02-26 11:39:47 +00:00
drochner
65f5fcb5d1 enable AGI support (for Larry 1), bump PKGREVISION 2007-02-26 11:22:28 +00:00
wiz
70a4929e50 + geany-0.10.2, lyx-1.4.4, rox-2.6. 2007-02-26 10:25:51 +00:00
wiz
6626b24d79 gsl updated to 1.9. 2007-02-26 08:05:55 +00:00
wiz
6b056f9b6e Update to 1.9:
* What is new in gsl-1.9:

** Fixed the elliptic integrals F,E,P,D so that they have the correct
behavior for phi > pi/2 and phi < 0.  The angular argument is now
valid for all phi.  Also added the complete elliptic integral
gsl_sf_ellint_Pcomp.

** Added a new BFGS minimisation method gsl_multimin_fdfminimizer_vector_bfgs2
based on the algorithm given by R.Fletcher in "Practical Methods of
Optimisation" (Second edition).  This requires substantially fewer
function and gradient evaluations, and supercedes the existing BFGS
minimiser.

** The beta functions gsl_sf_beta_e(a,b) and gsl_sf_lnbeta_e(a,b) now
handle negative arguments a,b.  Added new function gsl_sf_lnbeta_sgn_e
for computing magnitude and sign of negative beta values, analagous to
gsl_sf_lngamma_sgn_e.

** gsl_cheb_eval_mode now uses the same error estimate as
gsl_cheb_eval_err.

** Improved gsl_sf_legendre_sphPlm_e to avoid underflow with large
arguments.

** Added updated Knuth generator, gsl_rng_knuthran2002, from 9th
printing of "The Art of Computer Programming".  Fixes various
weaknesses in the earlier version gsl_rng_knuthran.  See
http://www-cs-faculty.stanford.edu/~knuth/news02.htm

** The functions gsl_multifit_fsolver_set, gsl_multifit_fdfsolver_set
and gsl_multiroot_fsolver_set, gsl_multiroot_fdfsolver_set now have a
const qualifier for the input vector x, reflecting their actual usage.

** gsl_sf_expint_E2(x) now returns the correct value 1 for x==0,
instead of NaN.

** The gsl_ran_gamma function now uses the Marsaglia-Tsang fast gamma
method of gsl_ran_gamma_mt by default.

** The matrix and vector min/max functions now always propagate any
NaNs in their input.

** Prevented NaN occuring for extreme parameters in
gsl_cdf_fdist_{P,Q}inv and gsl_cdf_beta_{P,Q}inv

** Corrected error estimates for the angular reduction functions
gsl_sf_angle_restrict_symm_err and gsl_sf_angle_restrict_pos_err.
Fixed gsl_sf_angle_restrict_pos to avoid possibility of returning
small negative values.  Errors are now reported for out of range
negative arguments as well as positive.  These functions now return
NaN when there would be significant loss of precision.

** Corrected an error in the higher digits of M_PI_4 (this was beyond
the limit of double precision, so double precision results are not
affected).

** gsl_root_test_delta now always returns success if two iterates are
the same, x1==x0.

** A Japanese translation of the reference manual is now available
from the GSL webpage at http://www.gnu.org/software/gsl/ thanks to
Daisuke TOMINAGA.

** Added new functions for basis splines, see the "Basis Splines"
chapter in the GSL Reference Manual for details.

** Added new functions for testing the sign of vectors and matrices,
gsl_vector_ispos, gsl_vector_isneg, gsl_matrix_ispos and
gsl_matrix_isneg.

** Fixed a bug in gsl_sf_lnpoch_e and gsl_sf_lnpoch_sgn_e which caused
the incorrect value 1.0 instead of 0.0 to be returned for x==0.

** Fixed cancellation error in gsl_sf_laguerre_n for n > 1e7 so that
larger arguments can be calculated without loss of precision.

** Improved gsl_sf_zeta_e to return exactly zero for negative even
integers, avoiding less accurate trigonometric reduction.

** Fixed a bug in gsl_sf_zetam1_int_e where 0 was returned instead of
-1 for negative even integer arguments.

** When the differential equation solver gsl_odeiv_apply encounters a
singularity it returns the step-size which caused the error code from
the user-defined function, as opposed to leaving the step-size
unchanged.

** Added support for nonsymmetric eigensystems

** Added Mathieu functions
2007-02-26 08:05:15 +00:00
schmonz
4f56405f0a Fix HTTP MASTER_SITES. 2007-02-26 03:48:53 +00:00
schmonz
68d5718dca Note tmda update. 2007-02-26 03:45:01 +00:00
schmonz
d735959a95 Update to 1.1.11. From the changelog:
* The snapshot of the wiki documentation is now included within the
  main tmda-1.1.x.tgz tarball in the 'doc' directory rather than in a
  separate tmda-1.1.x-doc.tgz tarball.

* New feature courtesy of Vitor Espindola. A new configuration
  variable, TIMEOUT_UNITS, to give users the ability to customize the
  timeout unit value strings in the templates instead of using the
  English defaults of "years", "months", "weeks", "days", "hours",
  "minutes", and "seconds". For more information, see
  http://wiki.tmda.net/ConfigurationVariables#TIMEOUT_UNITS

* Virtual domain improvements to tmda-pending courtesy of Lloyd
  Zusman. A '--vhost-script' command-line option has been added to
  match tmda-ofmipd and tmda-filter. Also two new options have been
  added, '--vhost-user' and '--vhost-domain'. See the tmda-pending
  --help output for more information, or for greater detail, see
  http://article.gmane.org/gmane.mail.spam.tmda.devel/6584

* An alternative "simpler" example of how to use TLS with tmda-ofmipd
  via stunnel has been added. See the contrib/ofmipd-stunnel-daemons/
  directory.

* A bug that broke tmda-filter's '-e' command-line option has been
  fixed.
2007-02-26 03:44:21 +00:00
wiz
108bb7138d libsoup-devel updated to 2.2.100. 2007-02-26 00:08:09 +00:00
wiz
c41b357ba6 Update to 2.2.100:
Changes in libsoup from 2.2.99 to 2.2.100:

	* Fixed soup_headers_parse_status_line() so WebDAV response
          parsing will work again. [406997]

	* Fixed a bug in the header-parsing regression test that
          caused the test to fail sometimes, even though the actual
          header-parsing code was fine.
2007-02-26 00:07:48 +00:00
wiz
83332810cb We do have some FUSE packages now. 2007-02-26 00:05:46 +00:00
wiz
17e80f601d rillig updated MyPasswordSafe in January. 2007-02-26 00:05:09 +00:00
wiz
fa4a13c0d3 Note some package updates. 2007-02-26 00:02:54 +00:00
wiz
3eb6d636d8 Update to 2.8:
11/07/2006  *** v2.8 ***

            - Uses DatLib v2.16.
            - Fixed bug that messed up internal indices (affected crc matching)
2007-02-26 00:01:30 +00:00
wiz
6ba87fdbc5 Update to 2.7:
11/07/2006  *** v2.7 ***

            - Uses DatLib v2.16.
            - Fixed bug that messed up internal indices (affected crc matching)
2007-02-26 00:01:18 +00:00
wiz
faf0f8564a Update to 2.8:
17/10/2006  *** v2.8 ***

            Removed RAINE ROMs since they are now MAME compatible (v0.43.4+)
	    Updated internal ROM names to match MAME v0.109
2007-02-26 00:01:05 +00:00
wiz
30bf900acd Update to 2.26:
30/12/2006  *** v2.26 ***

            - Uses DatLib v2.19.
            - Improved -dX modes (understands merging despite differing names)
            - Added CPS-2 to descriptions when producing disk supplements
            - Added sourcefile information to output datafile
            - Fixed sample functionality in the standard comparison modes.
              i.e. Running MAMEDiff without options or in verbose mode (-v).

11/07/2006  *** v2.25 ***

            - Uses DatLib v2.16.
            - Fixed bug that messed up internal indices (affected crc matching)
            - More intelligent directory scanner (regarding samples and CHDs)
            - Removed 64MB file limit from directory scanner (reads 1MB blocks)
2007-02-26 00:00:56 +00:00
wiz
c9d589fe42 Update to 2.31:
01/01/2007  *** v2.31 ***

            - Uses DatLib v2.20.
            - Added 'prune' option (-p) for removing roms, disk and/or samples
            - Added 'incorporate' option (-I) to assist in combining datafiles

17/10/2006  *** v2.30 ***

            - Uses DatLib v2.18.
            - More intelligent DTD creation when saving in ListXML format
            - Added support for game/display (MAME v0.107)
            - Added support for game/input/control (MAME v0.107)
            - Added support for emulator/build (MAME+MESS v0.101u4 upwards)
            - Added support for driver/savestate (MAME v0.101u1 upwards)
            - Note: The above changes affect the tab delimited format!
            - Added 'delimited.sql' as an example of loading dats into MySQL

16/07/2006  *** v2.29 ***

            - Uses DatLib v2.17.
            - Fixed bug that caused the DatUtil -g and -r options to crash

11/07/2006  *** v2.28 ***

            - Uses DatLib v2.16.
            - Fixed bug that messed up internal indices (affected crc matching)
            - More intelligent directory scanner (regarding samples and CHDs)
            - Removed 64MB file limit from directory scanner (reads 1MB blocks)
2007-02-26 00:00:42 +00:00
wiz
58534730cc Update to 2.20:
01/01/2007  *** v2.20 ***

            - Added 'prune' feature for removing roms, disk and/or samples
            - Added 'incorporate' feature to assist in combining datafiles

30/12/2006  *** v2.19 ***

            - Internal change that only affects MAMEDiff (see note below)
            - Improved -dX modes (understands merging despite differing names)

17/10/2006  *** v2.18 ***

            - More intelligent DTD creation when saving in ListXML format
            - Added support for game/display (MAME v0.107)
            - Added support for game/input/control (MAME v0.107)
            - Added support for emulator/build (MAME+MESS v0.101u4 upwards)
            - Added support for driver/savestate (MAME v0.101u1 upwards)
            - Note: The above changes affect the tab delimited format!

16/07/2006  *** v2.17 ***

            - Fixed bug that caused the DatUtil -g and -r options to crash

11/07/2006  *** v2.16 ***

            - Fixed bug that messed up internal indices (affected crc matching)
            - More intelligent directory scanner (regarding samples and CHDs)
            - Removed 64MB file limit from directory scanner (reads 1MB blocks)
2007-02-26 00:00:32 +00:00
wiz
13ac678ef0 Update to 1.24:
2007-02-24 v1.24 Tels 122 tests
  * fix bug #22507: add missing compression modes for TIFF
  * fix bug #25032: fix TIFF ASCII text field handling (Thanx BJWHEELER!)
    (This enables, among other things the ImageDescription tag for TIFF
     files)
2007-02-25 23:51:14 +00:00
wiz
08e605a5ea Update to 1.82:
1.82   2007-02-21 by Alexandr Ciornii (alexchorny AT gmail.com)
  - Slightly faster test skip
  - 99semaphore.t and 99flex.t check for cygserver on Cygwin
  - 99flex.t skips less tests in some cases
  - 99flex.t checks for Digest::MD5, MIME::Base64
  - Warning in Apache::Session::Lock::Semaphore about cygserver
  - Makefile.PL requires File::Temp
  - changed order of use/chdir in tests (RT#16539, from Andrew Benham)
2007-02-25 23:48:29 +00:00
wiz
5ec5b5a95b Update to 2.02:
2.02 Wed Feb 20 2007
    - fix a missing test in MANIFEST

2.01 Wed Feb 20 2007
    - fix a problem with $VERSION
2007-02-25 23:45:46 +00:00
wiz
5f3ffc9e73 + ImageMagick-6.3.2.9, ROMInfo-2.7, ZIPIdent-2.8, bos-2.0.1,
mutt-devel-1.5.14, p5-Apache-Session-1.82, p5-Image-Info-1.24,
  p5-PerlMagick-6.3.2.9, p5-Text-Quoted-2.02, php4-4.4.5.
2007-02-25 23:40:19 +00:00
jdolecek
9b41be471d bump revision for openssl omission fix in lang/php5 for PHP 5.2.1
noted by Manuel Bouyer
2007-02-25 20:06:09 +00:00
jdolecek
0f58c0d212 put back openssl extension, mistakely commented out in PHP 5.2.1 upgrade
noted by Manuel Bouyer
2007-02-25 20:05:11 +00:00
sborrill
40095532a3 Fix patch so it works with Apache 2.2.x.
APR_XtOffsetOf is marked as deprecated in 2.0 and has been removed
entirely in 2.2
2007-02-25 15:51:50 +00:00
tonio
695fdd8268 Updated lang/coq to 8.1 2007-02-25 15:05:07 +00:00
tonio
d7c9ff8bb9 Update lang/coq to 8.1
Many changes, among them:
- Many bugs have been fixed (cf coq-bugs web page)
- changed parsing precedence of let/in and fun constructions of Ltac:
  let x := t in e1; e2 is now parsed as let x := t in (e1;e2).
- New primitive "external" for communication with tool external to Coq.
- Omega now handles arbitrary precision integers.
- Haskell extraction: types of functions are now printed, better
  unsafeCoerce mechanism, both for hugs and ghc.
- Scheme extraction improved, see http://www.pps.jussieu.fr/~letouzey/scheme.
- New notation "exists! x:A, P" for unique existence.
- New library on String and Ascii characters (contributed by L. Thery).
- New library FSets+FMaps of finite sets and maps.
- New library QArith on rational numbers.
- Few improvements in ZArith potentially exceptionally breaking the
  compatibility (useless hypothesys of Zgt_square_simpl and
  Zlt_square_simpl removed; fixed names mentioning letter O instead of
  digit 0; weaken premises in Z_lt_induction).
2007-02-25 15:03:52 +00:00
martti
562875548c vim 2007-02-25 12:21:26 +00:00
martti
139dcdce67 Updated editors/vim-share to 7.0.201
2751  7.0.196  mouse pointer position wrong after ":vert ball"
  1717  7.0.197  (extra) Win32: can't compile with EXITFREE
  7454  7.0.198  (extra) Win32: compiler warnings, don't generate gvim.exe.mnf
  1969  7.0.199  cursor in wrong col when completing+formatting multi-byte
  2792  7.0.200  memory leaks when out of memory
  2511  7.0.201  error message from ":diffput" may be wrong
2007-02-25 12:20:20 +00:00
wiz
f8a8d384ba + bind-9.4.0, geany-0.10.1, libsoup-devel-2.2.100, openssl-0.9.8e,
yasm-0.6.0.
2007-02-25 10:27:25 +00:00
wiz
25687c9bf6 Bump PKGREVISION for PLIST fix on non-NetBSD. 2007-02-25 08:50:14 +00:00
wiz
7b3e271329 s/${OPSYS}/NetBSD/ 2007-02-25 08:49:53 +00:00
taca
2bbe849bee Fix build problem with aufs option on DragonFly.
Reported by PR pkg/35656 by Kimura Fuyuki and applied patch from it.
2007-02-25 07:34:45 +00:00
dsainty
2e5dd6dede Added x11/xload version 1.0.1 2007-02-25 06:20:34 +00:00
dsainty
ae2f0df865 + xload 2007-02-25 06:20:03 +00:00
dsainty
743b7a2ff3 This package provides xload, a system load average display for X.
This is from the modular X.org X11 project.
2007-02-25 06:19:02 +00:00
dsainty
b4c9368cdb Correct home page 2007-02-25 05:58:32 +00:00
dsainty
5426fc4424 Added x11/xclock version 1.0.2 2007-02-25 05:56:05 +00:00
dsainty
aba7a61227 + xclock 2007-02-25 05:55:39 +00:00
dsainty
383cac91d9 This package provides xclock, an analog / digital clock for X.
This is from the modular X.org X11 project.
2007-02-25 05:54:47 +00:00
dsainty
b6f9875222 Added x11/xdpyinfo version 1.0.1 2007-02-25 05:12:58 +00:00
dsainty
f800479401 + xdpyinfo 2007-02-25 05:12:31 +00:00
dsainty
b1de1d3fc4 This package provides xdpyinfo, a display information utility for X.
This is from the modular X.org X11 project.
2007-02-25 05:11:11 +00:00
dsainty
eb7be18965 Added x11/xprop version 1.0.2 2007-02-25 04:48:49 +00:00
dsainty
85e763a7b3 + xprop 2007-02-25 04:47:34 +00:00