by network and system managers. Its most basic usage is to determine
the raw TCP (or UDP) network layer throughput by transferring memory
buffers from a source system across an interconnecting network to
a destination system, either transferring data for a specified time
interval, or alternatively transferring a specified number of bytes.
nuttcp is based on nttcp, but have several useful features such
as a server mode, rate limiting, multiple parallel streams, and
timer based usage.
WWW: http://www.lcp.nrl.navy.mil/nuttcp/
PR: ports/137876
Submitted by: Andy Clark <andrewclarkii at gmail.com>
- Flip MANAGESIEVE option to on (this makes the mail/managesieve package
useful). [2]
PR: [1]: ports/138300
[2]: ports@ list
Submitted by: John Marshall <john.marshall@riverwillow.com.au>
Approved by: Yarema <yds@CoolRat.org> (maintainer)
working fine when installed on 8.0.
compat5x:
Installed under a FreeBSD 6.x or 7.x:
/usr/local/lib/compat/libpthread.so.1 (file)
on amd64:
/usr/local/lib32/compat/libpthread.so.1 (fine)
Installed under a FreeBSD 8.x:
/usr/local/lib/compat/libpthread.so.1 -> ./libthr.so.1 (symlink)
on amd64:
/usr/local/lib32/compat/libpthread.so.1 -> ./libthr.so.1 (symlink)
compat6x:
Installed under a FreeBSD 7.x:
/usr/local/lib/compat/libpthread.so.2 (file)
on amd64:
/usr/local/lib32/compat/libpthread.so.2 (fine)
Installed under a FreeBSD 8.x:
/usr/local/lib/compat/libpthread.so.2 -> ./libthr.so.2 (symlink)
on amd64:
/usr/local/lib32/compat/libpthread.so.2 -> ./libthr.so.2 (symlink)
compat7x:
Installed under a FreeBSD 8.x:
/usr/local/lib/compat/libkse.so.3 -> /lib/libthr.so.3 (symlink)
on amd64:
/usr/local/lib32/compat/libkse.so.3 -> /usr/lib32/libthr.so.3 (symlink)
Reported by: kib
Thanks to: jhb and kib
- Improved Gecko integration by using Wine's network layers.
- Use of external libmpg123 for mp3 decoding (unused for now).
- Support for JPEG and PNG formats in WindowsCodecs.
- Many regression test fixes for Win64 and Windows 7.
- Various bug fixes.
characters. It is written in Keyman Keyboard Language by SIL Non-Roman Script
Initiative (NRSI).
The main purpose of the keyboards is to provide a wide range of keying options,
so many characters can be entered in multiple ways. The features include:
* preserving the context when deleting;
* choosing the correct code for the sigma depending upon the encoding and
the context (so the correct final form is used when appropriate);
* understanding the context of gamma so that it can be typed as 'n' before
kappa, xi or chi and as 'ng' before another gamma.
* support for Greek punctuation.
WWW: http://scripts.sil.org/KeymanKeyboardLinks#e9f80714
PR: ports/138447
Submitted by: Nikola Lecic <nikola.lecic at anthesphoria.net>
China with Unicode Yi fonts. It is written in Keyman keyboard language and
developed by SIL Non-Roman Script Initiative (NRSI).
To keyboard a Yi syllable, you should type the Pinyin romanization for that
syllable, followed by a space. For keyboarding punctuation, use the usual
punctuation keystrokes.
The keyboard is compatible with Yi range as defined in Unicode 3.0 and it does
not provide keystrokes for the Yi Radicals which were added to Unicode 3.2
(U+A4A2..U+A4A3, U+A4B4, U+A4C1, U+A4C5).
WWW: http://scripts.sil.org/SILYI_home
PR: ports/138448
Submitted by: Nikola Lecic <nikola.lecic at anthesphoria.net>
Roman writing systems across Africa, based on results compiled from data from
Benin, Burkina Faso, Cameroon, Chad, Cote d'Ivoire, Nigeria, Senegal and Togo.
The keyboards are written in Keyman keyboard language and developed by SIL
Non-Roman Script Initiative (NRSI). The software is distributed under the
X11-style license (http://scripts.sil.org/X11License).
This port installs the keyboards so that they can be used through SCIM KMFL
IMEngine (textproc/scim-kmfl-imengine). Two layouts are provided:
* mnemonic layout for any keyboard (using deadkeys);
* positional layout for US keyboard (using deadkeys and/or shift-states, i.e.
RALT and LALT keys).
WWW: http://scripts.sil.org/AfricanKeyboard1
PR: ports/138464
Submitted by: Nikola Lecic <nikola.lecic at anthesphoria.net>
Read, Evaluate, Print, Loop. The shell provides for rapid development
or testing of code without the need to create a temporary source code
file.
Through a plugin system, many features are available on demand. You
can also tailor the environment through the use of profiles and run
control files, for example to pre-load certain Perl modules when
working on a particular project.
WWW: http://search.cpan.org/dist/Devel-REPL/
PR: ports/138359
Submitted by: Ashish SHUKLA <wahjava at gmail.com>