--
rdesktop is an open source client for Windows NT and 2000 Terminal
Server, capable of natively speaking the Remote Desktop Protocol
(RDP) in order to present the user's Windows desktop.
Submitted by Joshua Stein <jcs@rt.fm>.
Submitted by Srebrenko Sehic <haver@insecure.dk>
---
The Devel::SmallProf profiler is focused on the time taken for a program
run on a line-by-line basis. It is intended to be as "small" in terms of
impact on the speed and memory usage of the profiled program as possible
and also in terms of being simple to use.
- Add "dest" to CONFIGURE_STYLE instead of patching prefix.
- Add patches to fix gettext message catalog warnings from naddy@
- Remove some unnecessary plugin files.
help from naddy@
- add two new sub-packages, -modules and -zftp which adds dynamically
loadable modules and an embedded ftp client to zsh.
- static FLAVOR disable all dynamic modules and link statically zsh.
Otherwise:
Zsh is a UNIX command interpreter (shell) which of the standard shells
most resembles the Korn shell (ksh), although it is not completely
compatible. It includes enhancements of many types, notably in the
command-line editor, options for customizing its behaviour, filename
globbing, features to make C-shell (csh) users feel more at home and
extra features drawn from tcsh (another custom shell).
checked by naddy@
WWW: http://www.zsh.org/
- Also split the package into client and a server sub-package which
depends on the client portion. This allows for adding/removing the server
without needing to remove ports that might be dependent on the client
portion.
- innodb FLAVOR goes away and is replaced with the max FLAVOR like the
real MySQL distribution which gives us both Berkeley DB and InnoDB tables
for transaction support.