STD 1003.5b: 1996, and parts of IEEE STD 1003.5c: 1998, also known as
the POSIX Ada Bindings.
WWW: http://libre.adacore.com/
PR: ports/107411
Submitted by: John Merryweather Cooper
powerful modern algorithms. It features a stable and very fast implementation
of a self-initializing multiple polynomial quadratic sieve (MPQS), plus a
highly experimental and unfinished number field sieve (NFS) implementation.
Primary design goals are speed, portability and ease of use. Msieve claims to
be the fastest implementation for factoring general inputs between 40 and 100
decimal digits.
Author: Jason Papadopoulos <jasonp@boo.net>
WWW: http://www.boo.net/~jasonp/qs.html
PR: ports/107477
Submitted by: Daniel Roethlisberger <daniel at roe.ch>
It provides nice, user-friendly GUI.
The main goal of the is to simplify configuration of X server
(e.g. changing server layout from dual head to single head).
kX Generator supports:
- adding mouse, keyboard and video drivers
- managing server layouts
- managing modules
- editing RGB, font and module paths
- managing extensions
- configure drivers (e.g. NVIDIA driver)
- edit monitor properties
- managing screens
WWW: http://kxgenerator.xt.pl/
PR: ports/107463
Submitted by: Max Brazhnikov <makc at issp.ac.ru>
including many of those captured at on the Wiki at StandardClassExtensions.
They are thoroughly documented and tested. See the project homepage for API
documentation.
Author: Gavin Sinclair <gsinclair@soyabean.com.au>
WWW: http://extensions.rubyforge.net
PR: ports/107434
Submitted by: Christopher Boumenot <boumenot at gmail.com>
- Freshmeat blurb (20061109):
A number of bugs were fixed in this release. The most important is
that screenshots and video capture are working again, having been
broken in the previous release.
Freshmeat blurb (20061227):
There is now an option in the texture and framebuffer viewers to
remap the range. This is useful for viewing textures with data
outside the [0, 1] range as well as images with low dynamic range.
There are also many bugfixes. In particular, BuGLe should now work
much better on ATI cards.
PR: ports/107417
Submitted by: maintainer (Erik Greenwald)
- Fix MASTER_SITES.
- Remove redundant DOCSDIR and CONFIGURE_TARGET.
- Use EMACS_LIBDIR for non-lisp files for consistency.
- Use --with-elispdir for EMACS_SITE_LISPDIR.
- Separate the Japanese info files by using NOPORTDOCS.
- The mew-icon-directory variable is set automatically
even in XEmacs now.
Approved by: Hiroto Kagotani (maintainer)
PR: ports/107438
- Partially address bin/71801
- terminfo and termcap are both enabled by default
- Additional terminfo should be installed as share/misc/*.terminfo
When installing/upgrading ncurses port, these *.terminfo will
be taken care automatically. [2]
- Remove safe-sprintf, we have vsprintf(3) and vsnprintf(3)
- Fix problem on amd64 with ncursesw
- Remove our own rpath stuffs, use --enable-rpath instead.
- I think we can safely package it now. So, remove MANUAL_PACKAGE_BUILD.
Let me know if this causes problem.
- Profiling and debug libraries can be built conditionally
- By default, profiling libraries is built
Thanks to: thierry and Thomas Dickey [1]
Submitted by: thierry [2]
* If atapicam is enabled, use the CAM device node instead of the ATAPI
device node to access disc devices. The previous behavior can be restored
by following instructions in the README.freebsd file. [1]
* Flesh out the list of supported mount options for the vaious file systems
Submitted by: jylefort [1]