Commit graph

3177 commits

Author SHA1 Message Date
wiz
44e46b4c00 fontconfig updated to 2.2.1. 2003-08-31 19:21:41 +00:00
wiz
04be891167 centericq update done; note frueauf as taking over two updates. 2003-08-31 16:47:09 +00:00
mjl
5c70d254b5 Note anomy-sanitizer. 2003-08-31 13:53:32 +00:00
wiz
7759a6b163 Note neXtaw update to 0.14.1. 2003-08-31 12:01:51 +00:00
wiz
4ea489d080 pcre-4.4 update done. 2003-08-31 11:29:23 +00:00
wiz
e3227fe747 Note asc-1.13.8.0 update. 2003-08-31 11:14:23 +00:00
cjep
4f7c5f0ab6 Note update of textproc/bsdgrep-devel to 20030831 2003-08-31 10:23:11 +00:00
seb
70d324c20a note update of devel/libnet to version 1.0.1bnb2 [user visible change is
documentation directory change]
2003-08-31 10:10:40 +00:00
cjep
b136ac8d5f After discussion with grant, reimport bgrep as bsdgrep-devel. 2003-08-31 09:43:47 +00:00
jtb
d2bf1190f1 Note update of xcircuit to 3.1.19.
From the CHANGES file:

254  v3.1 rev 19	8/12/03
     Required reconfiguring without Tcl once to generate the
     "Makefile.in" in the Xw directory;  otherwise, automake 1.7
     becomes a requirement.

253  v3.1 rev 18	8/6/03
     A fix to the output, correcting the page numbering in the
     PostScript page headers.  The incorrect numbering can cause
     some printers to lock up. . .

252  v3.1 rev 17	7/14/03
     Thanks to Ted Roth for fixing my rather too-hasty fix of
     revision 16.  Also:  Some fixes to the autoconf script (also
     from Ted Roth), and autoconf script updated to work with the
     latest versions of autoconf/automake/aclocal.
2003-08-31 02:04:57 +00:00
jtb
e86593f3e0 Note addition of advi-1.4.0.
Active-DVI is a DVI previewer and presenter written in Objective Caml
(http://caml.inria.fr/ocaml/) with some eye candy effects for
presentation, support for interactive demonstrations, and embedding of
arbitrary applications within the presentation (hence the Active
adjective of the presenter :).

Active-DVI currently supports the following features:

+ Encapsulated Postscript File inclusion (using graphics package)
+ Effects for presentation (pause, delay, text color change)
+ Embedded applications for interactive demonstration
+ Pictures visualization via gpic specials
+ Display of inlined Postscript using gs
+ Font antialiasing that takes background colors into account
+ Page display is interrupted on user input
+ Resizing the page adjusts the magnification
+ Start displaying at a given page or at a given link reference
+ The file is reloading on signal SIGUSR1
+ Hyperlinks
+ Active areas (execute an action when the mouse is over)
+ Background colors and images
+ Alpha blending for images
2003-08-31 01:47:23 +00:00
jtb
b273f83479 Note addition of camlimages-2.11.
CamlImages is an image processing library, which provides

* Basic functions for image processing and loading/saving various image
  file formats (hence providing a translation facility from format to
  format),
* An interface with the Caml graphics library allows to display
  images in the Graphics module screen and to mix them with Caml
  drawings,
* A freetype interface, integrated into the library:
  you can draw texts into images using any truetype fonts.

In addition, the library can handle huge images that cannot be (or can
hardly be) stored into the main memory (the library then automatically
creates swap files and escapes them to reduce the memory usage).
2003-08-31 01:28:18 +00:00
jtb
bb3ce4f639 Note update of erlang to 9.2.
This  version  is  focused  on  improved performance and stability,
     rather  than introducing new functionality, hence it is called R9C.

Build Process NEW

   The  build  process  has been improved so that it is possible to build
   Erlang/OTP  from  source  even  on  Windows platforms. There is also a
   completely new installation program for Windows.

Observer

  crashdump_viewer NEW

   A  HTML based tool for browsing Erlang crashdumps. The tool can handle
   crashdumps  from  OTP R7B, R8B and R9B as well but there is additional
   information in the crashdumps for R9C.

OTP_MIBs NEW

   The  OTP  mibs  that  where included in the SASL application have been
   moved  to  this  new application otp_mibs. This is a step too create a
   pure   core   for   Erlang/OTP  that  does  not  depend  on  specific,
   non-mainstream applications such as SNMP.
2003-08-31 01:06:23 +00:00
xtraeme
fd2b44ea56 Note update of mplayer{,-share}, gmplayer and mencoder to 0.91. 2003-08-31 00:30:36 +00:00
chris
d6a0f5e7f4 Note update to pan, and remove from TODO list. 2003-08-31 00:14:07 +00:00
wiz
e42f6f4443 Note capc-calc-2.11.8 update. 2003-08-30 23:28:21 +00:00
jmmv
8c1fa03cc0 wdm updated to 1.25. 2003-08-30 22:25:44 +00:00
tron
bf7efdd922 Note update of "bidwatcher" package to version 1.3.10nb1. 2003-08-30 22:18:04 +00:00
jtb
ecca843578 Note update of gsl to 1.4.
* What is new in gsl-1.4:

** Added cumulative distribution functions and their inverses for the
continuous random distributions including: gaussian, lognormal, gamma,
beta, cauchy, laplace, chisq, exponential, gumbel, weibull,
F-distribution, t-distribution, logistic, pareto and rayleigh.

** Added faster binomial random variates using the TPE rejection
algorithm, in the function gsl_randist_binomial_tpe.

** Added new functions gsl_rng_fwrite and gsl_rnd_fread for storing
the state of random number generators in a file.

** Added a new function gsl_combination_memcpy()

** Corrected values of electrical constants in CGS units.  To take
account of different electrical systems of units the values are now
prefixed by GSL_CONST_MKSA (for the SI Metre, Kilogram, Second, Ampere
system) or GSL_CONST_CGSM (for the Centimetre, Gram, Second, Magnetic
system with the Gauss as the fundamental unit of magnetic field
strength).  The previous GSL_CONST_MKS and GSL_CONST_CGS prefixes have
been removed, as have the permeability and permittivity constants in
the CGS system since this uses different defining equations.

** Fixed bugs in the random number generators gsl_rng_fishman18,
gsl_rng_fishman2x, and gsl_rng_knuthran2 which caused them to return
incorrect results.  Minor corrections were made to the parameters in
the other Knuth generators borosh13, coveyou, fishman20, lecuyer21,
and waterman14.

** Fixed a missing transpose bug in the gsl_linalg_QR_QRsolve
and gsl_linalg_QRPT_QRsolve routines which were computing the
solution to Q^T R x = b instead of Q R x = b.

** Fixed gsl_sf_gammainv to return zero instead of a domain
error for arguments corresponding to singularities in gamma.

** Fixed a bug in the simplex minimization algorithm which
caused it to fail to find the second highest point correctly
when searching the set of simplex points.

** Fixed a bug in the conjugate gradient minimizers conjugate_pr,
conjugate_fr and vector_bgfs which caused the search
directions to be updated incorrectly.

** Fixed a bug in gsl_sf_psi_1_int(1) which caused it to
return the incorrect sign for psi(1,1).

** Fixed the simulated annealing routine gsl_siman_solve to use the
parameter iters_fixed_T for the number of iterations at fixed
temperature instead of n_tries.

** Fixed a bug in gsl_combination_valid which caused it to return the
incorrect status.

** Fixed a bug in gsl_permutation_canonical_to_linear which caused the
output to always be zero, and the input permutation to be incorrectly
replaced by the output.

** Fixed a bug is gsl_ran_discrete which could cause uninitialised
data to be returned for some distributions.

** Fixed the dependencies for gsl_chebyshev.h to include gsl_math.h.

** Fixed a bug in gsl_complex_arccsc_real which caused it to return
the incorrect sign for the imaginary part when -1<x<0.

** Fixed a bug in the QAWC Cauchy integration routine which could
allow the singularity to fall on an interval boundary, leading to
division by zero.

** Improved gsl_sf_gamma_inc_P(a,x) to avoid a domain error for x<<a
when a>10.

** Improved the accuracy of gsl_sf_coupling_3j for large arguments.

** Improved the performance of gsl_sf_choose(m,n) by separating the
calculations for small and large arguments.

** On platforms without IEEE comparisons gsl_{isnan,isinf,finite} will
fall back to the system versions of isnan, isinf and finite if
available.

** gsl_linalg_householder_hv now uses BLAS routines internally

** The script configure.in is now compatible with autoconf-2.50 and
later.

** Reduced the memory usage of the multifit algorithms from MxM to MxN
for large M by performing the QR decomposition of the Jacobian
in-place.

** IEEE modes now use the C99 fenv.h functions when platform spectific
functions are not available.
2003-08-30 21:56:34 +00:00
xtraeme
81059b4102 Note addition of tsclient 0.120 2003-08-30 21:35:52 +00:00
jtb
b563f6be81 Note addition of ksi-3.4.1.
This is a Ksi (Ksi Scheme Interpreter), a portable,
embeddable Scheme implementation written in C.

Ksi provides a machine independent execution platform that
can be linked in as a library when building extensible programs.
And what is more important it is not a Guile. :-)
2003-08-30 21:30:04 +00:00
jmmv
f1c07330c2 Note update of pkg_comp to 1.9. 2003-08-30 21:14:20 +00:00
jtb
8cc755780b Note update of chemtool to 1.6.
New features in chemtool 1.6

- universal import mode based on BABEL (both openbabel and babel supported)
- Formula weight calculator now handles all main group elements and the first
  row of transition elements, and accepts greek phi as phenyl substituent.
- Movable hexagonal or square grid backdrop
- Improved SVG export, optional preview bitmaps in EPS export, optional EMF
  export
- Cursor key support for pixel-precise drawing and moving
- The cleanup function now corrects bonds that deviate from ideal
  horizontal or vertical orientation by a single pixel
- Color support (bonds and text can be red,green,blue,cyan,magenta or yellow).
- Default bond length now configurable, additional grid positions at two and
  three times this length added
- Added a brief help text to accompany the 'About' window in the 'Help' menu.
- Added alternate text font (Times Roman)
- An attachment site can be marked before saving a molecule or fragment,
  which act as reference point for adding this fragment to other molecules
  (previously, this had to be the first atom in a file). Attachment sites are
  marked in the preview window by a small x.
- Background color can now be chosen for screen display and EPS export, and
  drawing whiteout boxes under labels is now an option ( off by default !).
- Text at 8,10,12,14,17,20 and 24pt can now coexist in a drawing.
- Increased allowed label length to 100.
- Improved rendering of dashed wedge and dotted lines
- Improved text kerning in xfig-based print and export.
- It is now possible to place an auto-incrementing counter at the cursor
  position for numbering sites.
- Changed double bond drawing code to no longer switch sides depending
  on drawing (or rotation) angle. (As a result of this, some older drawings
  will need fixing)
- Rescaling a molecule now also scales its labels. Downscaling beyond
  zero size (causing strange inversions) is no longer possible.
- Renamed the "Orbitals" template menu to "Symbols" and added "plus",
  "minus" and a rearrangement arrow to it.
- Added two new bond types, a triple bond with all three lines equal,
  and a quadruple bond.
2003-08-30 21:12:21 +00:00
jtb
cb4bdc6605 Note update of oo2c to 2.0.11.
Changes:
(Exceptions): A catch clause like `CATCH T(e):' introduces a read-only
variable `e' of type `T' within the block.  The `(e)' part is
optional.  New method Name() and new procedure Abort().  FatalError()
now takes a message string as argument.

(Object): The functions NewUCS4Region() and NewUCS4() have been
revived.

(ADT:ArrayList): New methods Sort() and Elements().

(ADT:StringBuffer): Now provides an INIT() method, covering the
functionality of the old NewCapacity() constructor.  New method
CharsUTF16().

(ADT:Comparator): Provides a comparator class `String'.

(oo2c): Super calls can be issued for all type-bound procedures of the
base type, instead of just the procedure that is currently being
redefined.

(oo2c): The compiler warns if an INIT() method does not call the
INIT() of the base type.

Plus the usual number of bug fixes...
2003-08-30 21:02:40 +00:00
jtb
da9ece1ae1 Note update of aribas to 1.40.
Changes from former versions of ARIBAS to the present version:

V1.30 (March 2002) to V1.40 (June 2003)
-   simultaneous assignments
		(x1,x2,...,xn) := (a1,a2,...,an)

-   new functions
        divide, bit_count,
        set_workdir, get_workdir, gmtime,
        stack2string, stack_arraypush, string_scan,
        realloc, binsearch

-   some bug fixes (regarding qs_factorize and
	    handling of special variable and value arguments
        in user defined functions)
2003-08-30 20:51:49 +00:00
he
6b1bb1684e Add information about packages recently added by Yours Truly:
p5-Cache-Cache
p5-Class-Container
p5-Class-Data-Inheritable
p5-Exception-Class
p5-Scalar-List-Utils
2003-08-30 19:05:38 +00:00
xtraeme
00d8bda72f Note addition of raptor 0.9.12 2003-08-30 16:21:07 +00:00
xtraeme
a02aff70b3 Note addition of xfe 0.54.2 2003-08-30 16:13:10 +00:00
xtraeme
3b81e0b48d Note update of xchat2 to 2.0.4 2003-08-30 16:05:41 +00:00
wiz
08c38b31e2 dvipng updated to 0.6. 2003-08-30 16:00:10 +00:00
wiz
dc06ca0737 Updated nasm-devel to 0.98.37. 2003-08-30 15:10:07 +00:00
xtraeme
11412dd1c4 Note addition of artwiz-fonts 1.0 2003-08-30 14:26:37 +00:00
salo
b610884c81 it's ruby-optparse, not ruby-oprtparse. (hi taca!) 2003-08-30 13:57:22 +00:00
xtraeme
85832b1f51 Note update of net/p5-Net-Telnet to 3.0.3 2003-08-30 13:40:45 +00:00
taca
fdb8c7db74 Note update of devel/ruby-unit package to 0.5.6. 2003-08-30 08:37:45 +00:00
taca
33feef2cbb Note update of devel/ruby-racc and devel/ruby-racc-runtime package to 1.4.3.
Correct ruby-optparse's version in the previous line.
2003-08-30 08:25:14 +00:00
taca
82e715ed68 Note update of devel/ruby-optparse to 0.12. 2003-08-30 07:44:11 +00:00
gehenna
5480d012a0 Note that cvsync 0.24.5 is released. 2003-08-30 07:26:10 +00:00
taca
e07dda1333 Note update of ruby-zlib package to 0.6.0 and move from archivers to devel. 2003-08-30 07:21:15 +00:00
taca
377302a2cf - Note update of devel/ruby-amstd package to 2.0.0.
- Note update of textproc/ruby-rdtool package to 0.6.13.
- Fix previous line again; I've forgot change the name while cut & paste.
2003-08-30 06:00:41 +00:00
taca
5c12638497 - Note update of x11/ruby-fox package to 1.0.25.
- Fix date of previous line.
2003-08-30 02:58:26 +00:00
taca
0d796dd548 Note update of net/ja-samba package to ja-samba-2.2.8.1.1.1
(samba-2.2.8a-ja-1.1).
2003-08-30 01:32:49 +00:00
hubertf
4be72c1905 Import free-1.0: Displays memory usage
Many users with a linux-background expect the command free, here it is,
based on NetBSD's vmstat.

From bsdforums.org (http://www.bsdforums.org/forums/showthread.php?s=&threadid=13410),
with permission by the author Karsten Kruse <tecneeq@tecneeq.de>
2003-08-29 18:53:01 +00:00
kei
baad2dbd45 note update of x11/kterm package to 6.2.0nb5. 2003-08-29 16:25:57 +00:00
xtraeme
89dc3b9c9f Note bump package revision of php4-xslt to 2 and ap-xslt to 7 (Sablotron
was updated to 1.0).
2003-08-29 15:53:21 +00:00
xtraeme
1eede086a4 Note update of sablotron to 1.0 and tinyproxy to 1.6.1. 2003-08-29 15:33:49 +00:00
xtraeme
c1d59e2a2f Note update of libxml2 to 2.5.10 and libxslt to 1.0.32. 2003-08-29 11:27:11 +00:00
xtraeme
d1cef5f3c8 Note update of fox to 1.0.43, treetext and ruby-fox. 2003-08-29 10:23:10 +00:00
jmmv
9596dab7bb Note revision bump for wwwoffle to 1. 2003-08-29 09:27:29 +00:00
epg
c20a557fa8 Note update of subversion to 0.28.1. 2003-08-29 02:03:38 +00:00