Ports Search

Results 4150 of 129 for %2Fwww%2F.(0.004 seconds)
ftp/tnftp-20151004 (Score: 0.011363184)
Enhanced ftp client from NetBSD
`tnftp' (formerly lukemftp) is what many users affectionately call the enhanced ftp client in NetBSD. The enhancements over the standard ftp client in 4.4BSD include: * command-line editing within ftp * command-line fetching of URLS, including support for: - http proxies (c.f: $http_proxy, $ftp_proxy) - authentication * context sensitive command and filename completion * dynamic progress bar * IPv6 support (from the WIDE project) * modification time preservation * paging of local and remote files, and of directory listings (c.f: `lpage', `page', `pdir') * passive mode support, with fallback to active mode * `set option' override of ftp environment variables * socks4/socks5 support * TIS Firewall Toolkit gate ftp proxy support (c.f: `gate') * transfer-rate throttling (c.f: `-T', `rate')
mail/wetteronline-0.1 (Score: 0.011363184)
Plugin for the weather in Germany
A little plugin for Squirrelmail showing the current weather from WetterOnline for the users zip code. Dies ist ein kleines Plugin f�r SM welches das aktuelle Wette von WetterOnline anhand der eigenen Postleitzahl anzeigt.
math/pbkrtest-0.4.6 (Score: 0.011363184)
Parametric bootstrap and Kenward-Roger-based methods for mixed model comparison
Test in linear mixed effects models. Attention is on linear mixed effects models as implemented in the lme4 package. The package implements a parametric bootstrap test. The package implements a Kenward-Roger modification of F-tests.
math/geg-1.0.2 (Score: 0.011363184)
Visualise multiple 2D-functions of one variable
geg, a GTK+ Equation Grapher is a very simple utility for parsing and plotting 2D-Functions, eg f(x) = 3 + sin(x), and much more complicated functions. It was written with GTK+ and provides a neat, configurable user interface.
security/vxquery-0.2.1 (Score: 0.011363184)
VuXML Query Tool
The VuXML Query Tool, vxquery, is a simple utility for selecting entries from a VuXML document by package name and version. Suggested usage: /bin/ls /var/db/pkg | vxquery -f - /usr/ports/security/vuxml/vuln.xml
textproc/stem-1.5.1 (Score: 0.011363184)
PECL extension which provides word stemming
This stem extension for PHP provides stemming capability for a variety of languages using Dr. M.F. Porter's Snowball API, which can be found at: http://snowball.tartarus.org
Collection of Faenza and Faience icons for the MATE desktop
This icon theme uses Faenza and Faience icon themes by ~Tiheum and some icons customized for MATE by Rowen Stipe. Also, there are some icons from Mint-X-F and Faenza-Fresh icon packs.
math/Math-CDF-0.1 (Score: 0.011248978)
Generate probabilities and quantiles
This module provides a perl interface to the DCDFLIB. See the section on DCDFLIB for more information. Functions are available for 7 continuous distributions (Beta, Chi-square, F, Gamma, Normal, Poisson and T-distribution) and for two discrete distributions (Binomial and Negative Binomial). Optional non-centrality parameters are available for the Chi-square, F and T-distributions. Cumulative probabilities are available for all 9 distributions and quantile functions are available for the 7 continuous distributions.
shells/bashc-3.2.33.0 (Score: 0.011248978)
GNU bash shell extended with visual two-panel file browser
Bash Commander is a traditional GNU bash shell extended with visual two-panel file browser. Features: * Full bash compatibility. * Embedded visual file browser. * Two file panels, turned on and off by pressing ^O. * Actions and colors configured via .bashrc script. * Run current file on pressing Enter, configurable via commander_start_file() shell function. * Perform an action on pressing F1-F20 keys, configurable via commander_fN() shell functions.
devel/kdbg-2.5.5 (Score: 0.009641981)
Graphical user interface around gdb using KDE
KDbg is a graphical user interface to gdb, the GNU debugger, to provide an intuitive interface for setting breakpoints, inspecting variables, and stepping through code. * Inspection of variable values in a tree structure. * Debugger at your finger tips: The basic debugger functions (step, next, run, finish, until, set/clear/enable/disable breakpoint) are bound to function keys F5 through F10. * Of course, lots of other basic functions: View source code, search text, set program arguments and environment variables, display arbitrary expressions * Debugging of core dumps, attaching to running processes is possible. * Conditional breakpoints.