Ports Search

Results 1,9511,960 of 2,488 for /x11-servers/.(0.035 seconds)
comms/hamfax-0.8.1 (Score: 0.0031414363)
QT application for sending and receiving facsimiles over radio
HamFax is a Qt/X11 application for sending and receiving facsimiles. It is licensed under the GNU General Public License (GPL), see the file COPYING for the complete text. If you have questions or comments please send them to me (cschmitt@users.sourceforge.net). I would like to have some feedback.
databases/grass-6.4.6 (Score: 0.0031414363)
Open source Geographical Information System (GIS)
Geographic Resources Analysis Support System (GRASS GIS) An open source Geographical Information System (GIS) with raster, topological vector, image processing, and graphics production functionality that operates on various platforms through a graphical user interface and shell in X-Windows. It is released under GNU General Public License (GPL).
databases/pyodbc-3.0.10 (Score: 0.0031414363)
ODBC connections for python
pyodbc is a Python module that allows you to use ODBC to connect to almost any database from Windows, Linux, OS/X, and more. It implements the Python Database API Specification v2.0, but additional features have been added to simplify database programming even more.
deskutils/plopfolio-0.1.0 (Score: 0.0031414363)
Free clone of KlipFolio for GNUstep
PlopFolio is a free clone of Serence's excellent KlipFolio application. PlopFolio supports Klips available from KlipFarm. PlopFolio is developped using the Objective-C language and works well with GNUstep (on Linux, FreeBSD, and more) and Cocoa on Mac OS X. LICENSE: GPL2 or later
devel/form-20160629 (Score: 0.0031414363)
Form Encoding & Decoding Package for Go
This library is designed to allow seamless, high-fidelity encoding and decoding of arbitrary data in application/x-www-form-urlencoded format and as url.Values. It is intended to be useful primarily in dealing with web forms and URI query strings, both of which natively employ said format.
devel/googletest-1.7.0 (Score: 0.0031414363)
Framework for writing C++ tests on a variety of platforms
Google's framework for writing C++ tests on a variety of platforms (Linux, Mac OS X, Windows, Cygwin, Windows CE, and Symbian). Based on the xUnit architecture. Supports automatic test discovery, a rich set of assertions, user-defined assertions, death tests, fatal and non-fatal failures, type-parameterized tests, various options for running the tests, and XML test report generation.
devel/libublio-20070103 (Score: 0.0031414363)
User space caching library
This is a user space caching library, currently used by FreeBSD and Mac OS X to improve performance of NTFS-3G (sysutils/fusefs-ntfs port), because these systems don't have a block device cache, giving a very slow read/write rate. Note that libublio is _not_ thread safe.
devel/Class-BlackHole-0.04 (Score: 0.0031414363)
Base class to treat unhandled method calls as no-ops
Normally, if you try to call a method that there's no handler for, you get an error: Can't locate object method "flork" via package "X". But for classes that inherit from Class::BlackHole, unhandled methods become just no-operations.
devel/Gnome2-GConf-1.044 (Score: 0.0031414363)
Perl bindings for the GConf2 configuration engine
This module allows you to use the GConf configuration system in order to store/retrieve the configuration of an application. The GConf system is a powerful configuration manager based on a user daemon that handles a set of key and value pairs, and notifies any changes of the value to every program that monitors those keys. GConf is used by GNOME 2.x.
devel/Scalar-Defer-0.23 (Score: 0.0031414363)
Calculate values on demand
Unlike the tie-based Data::Lazy, this module operates on values, not variables. Therefore, assigning into $dv and $lv above will simply replace the value, instead of triggering a STORE method call. Also, thanks to the overload-based implementation, this module is about 2x faster than Data::Lazy.