multilingual text:
* M-text: A data structure for a multilingual text. It is
basically a string but with attributes called text property, and
is designed to substitute for the C string. It is the most
important object of the m17n library.
* Functions for creating and processing M-texts.
* Functions for converting M-texts from/to strings encoded in
various existing formats.
* A huge character space, which contains all the Unicode
characters and more non-Unicode characters.
* Chartable: A data structure that contains per-character
information efficiently.
* Functions for inputting and displaying M-text on a window
system.
WWW: http://www.m17n.org/m17n-lib/
PR: ports/67332
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
The author of this software told me it will no longer be updated, and it
does not work with the current version of ocaml. Therefore, please delete it.
PR: ports/67272
Submitted by: Kim Scarborough <user@unknown.nu> (maintainer)
to reflect the Subversion methodology. You can view the log of any file or
directory and see a list of all the files changed, added or deleted in any
given revision. You can also view the differences between 2 versions of
a file so as to see exactly what was changed in a particular revision.
WWW: http://websvn.tigris.org/
PR: ports/66530
Submitted by: Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw>
programs. With the tools that come with Valgrind, you can
automatically detect many memory management and threading bugs,
avoiding hours of frustrating bug-hunting, making your programs
more stable. You can also perform detailed profiling, to speed
up and reduce memory use of your programs.
This version is based on a more recent snapshot of
devel/valgrind and supports some older AMD processors.
Submitted by: Doug Rabson <dfr@FreeBSD.org> and Simon Barner <barner@in.tum.de>
With the tools that come with Valgrind, you can automatically
detect many memory management and threading bugs, avoiding
hours of frustrating bug-hunting, making your programs more
stable. You can also perform detailed profiling, to speed up
and reduce memory use of your programs.
The Valgrind distribution includes five tools: two memory error
detectors, a thread error detector, a cache profiler and a heap
profiler. Several other tools have been built with Valgrind.
Valgrind was ported to FreeBSD by Doug Rabson (http://www.rabson.org/).
Submitted by: Doug Rabson <dfr@FreeBSD.org> and Simon Barner <barner@in.tum.de>
* devel/libgsf is the old port minus gsf-gnome bits
* devel/libgsf-gnome contains libgsf-gnome-1 library and it's header files
This greatly reduces number of dependencies for ports that was using only
non-gnome part of this library.
- Point USE_GNOME parameter libgsf to GNOME-less port and create new parameter
libgsf_gnome for libgsf-gnome port.
- Convert all consumers of libgsf-gnome-1 library to depend on libgsf-gnome
port (read all as: Gnumeric)
PR: ports/63851 (in the spirit of)
Submitted by: Sybolt de Boer <sybolt@xs4all.nl>
Prodded by: lofi (KDE team)
Reviewed by: marcus (GNOME team)
This module is an interface to the C Clustering Library, a
general purpose library implementing functions for hierarchical
clustering (pairwise simple, complete, average, and centroid
linkage), along with k-means and k-medians clustering, and 2D
self-organizing maps. The library is distributed along with
Cluster 3.0, an enhanced version of the famous Cluster program
originally written by Michael Eisen while at Stanford
University. The C clustering library was written by Michiel de
Hoon.
PR: ports/66970
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
A tags file gives the locations of specified objects in a group of files.
Each line of the tags file contains the object name, the file in which
it is defined, and a search pattern for the object definition, separated by
white-space. Using the tags file, many editors (ex(1), vim(1), emacs(1), etc)
can quickly locate these object definitions.
PR: ports/66328
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
for nearly all phases of a compiler. It has been developed until 1993
at the Karlsruhe research lab of GMD, the German National Research Center
for Information Technology.
PR: ports/65164
Submitted by: Willem Jan Withagen <wjw@withagen.nl>
project support and provides the sort of interface the cscope full-tty
front-end would provide if it were an X11 interface.
(Note: it does not handle recursively-symlinked directories well.
This means you, src/sys/<arch>/compile/<KERNEL>/.)
Submitted by: Frank Mayhar <frank@exit.com>
PR: ports/65863
GNU binutils. It can read/write about any object file format on earth.
Soon to be used by devel/avarice.
Requires devel/gnulibiberty, since it (alas) uses undocumented internal
functions from that library.