Ports Search

Results 1,1511,160 of 1,952 for /x11-clocks/.(0.008 seconds)
audio/rplay-3.3.2 (Score: 0.005437139)
Network audio player
rplay is a flexible network audio system that allows sounds to be played to and from local and remote systems. The rplay audio server currently supports SunOS 4.1.X, Solaris 2.X, Linux, SGI IRIX 4 & 5, HP9000/705, HP9000/710 and now FreeBSD. The rplay clients and client library should work on any system that supports Berkeley sockets. The X Window System is not required.
devel/trivial-features-2010.01.16 (Score: 0.005437139)
Ensures consistent *FEATURES* in Common Lisp
trivial-features ensures consistent *FEATURES* across multiple Common Lisp implementations. For example, on MacOS X platforms, while most Lisps push :DARWIN to *FEATURES*, CLISP and Allegro push :MACOS and :MACOSX instead, respectively. Some Lisps might not push any feature suggesting MacOS X at all. trivial-features will make sure all Lisps will have :DARWIN in the *FEATURES* list when running on MacOS X.
devel/stringencoders-3.10.3 (Score: 0.005437139)
Collection of high performance C-string transformations
A collection of high performance c-string transformations, frequently 2x faster than standard implementations. including * base64, standard * base64, web/url safe, with configurable alphabet * base85 (good for http cookies) * base16 (hex) * base2 (ascii binary) * url escaping * javascript string escaping * fast number to string conversion, 4-22x faster than sprintf! * fast ascii upper/lower case conversion, 2-66x faster than stdlib!
devel/wininfo-0.7 (Score: 0.005437139)
Window information utility
X Window Information is a window information utility for developers of applications, toolkits, and window managers. X Window Information follows your pointer providing information about the windows below. Information presented includes: * A detailed description of the window hierarchy below the pointer. * Parsed interpretations of standard properties from both the application window and the window manager. * Information about X server resources used by the application.
graphics/xpx-1.41 (Score: 0.005437139)
Simple pixel editing tool to generate data for KISS
Xpx is a simple pixel editing tool to make datas for KISS, run under X Winodw System on Unix workstation. KISS - KISekae Set system is a paper doll changing clothes program for NEC PC-9801, IBM-PC/AT compatible, MS-Windows, X Window System and other many computer systems. Let's create KISS datas on X Window System!
misc/localedata-5.4 (Score: 0.005437139)
Legacy locale data for FreeBSD 6+
This package provides compatibility locale data for FreeBSD 6.x to run 4.x/5.x binaries. When you have a trouble with locale at running a legacy binary, you should guide them to find legacy locale data with setting PATH_LOCALE environment variable. env PATH_LOCALE=/usr/local/share/compat/locale command
sysutils/pwsafe-0.2.0 (Score: 0.005437139)
Cmdline program that manages encrypted password databases
Pwsafe is a Unix commandline program that manages encrypted password databases. * Pure command-line operation if desired (good for remote access over ssh) * Can interact with X11 selection & clipboard. * Portable, endianess-clean, misaligned-access-free C++. Compiles cleanly on Linux, *BSD, OS X, Solaris. * Compatible with CounterPane's PasswordSafe Win32 program versions 1.9.x.
textproc/Unicode-Unihan-0.04 (Score: 0.005437139)
The Unihan Data Base 5.1.0
Unicode::Unihan - The Unihan Data Base 5.1.0 use Unicode::Unihan; my $db = new Unicode::Unihan; print join("," => $db->Mandarin("\x{5c0f}\x{98fc}\x{5f3e}"), "\n"; This module provides a user-friendly interface to the Unicode Unihan Database 5.1.0. With this module, the Unihan database is as easy as shown in above.
x11-themes/sky-0.7.3 (Score: 0.005437139)
KDE SKY iconset
[ excerpt from developer's web site ] SKY icons are a new 48x48 icon theme for KDE 3.x.x. Folders and mime icons aren't based over default KDE icons. It looks clean, pretty, simple and not boring. This is iconset is completely made from scratch with the Gimp. I'm not supported from anyone so I do it only in the free-time.
math/Statistics-Regression-0.53 (Score: 0.005264487)
Perl module to perform weighted linear regression
Regression.pm is a multivariate linear regression package. That is, it estimates the c coefficients for a line-fit of the type y= c(0)*x(0) + c(1)*x1 + c(2)*x2 + ... + c(k)*xk given a data set of N observations, each with k independent x variables and one y variable. Naturally, N must be greater than k---and preferably considerably greater. Any reasonable undergraduate statistics book will explain what a regression is. Most of the time, the user will provide a constant ('1') as x(0) for each observation in order to allow the regression package to fit an intercept.