Ports 搜索

共有2,488项符合/x11-servers/的查询结果,以下是第1,3911,400项(搜索用时0.015秒)
science/chemtool-1.6.11 (Score: 0.0054975133)
Draw organic molecules easily and store them
Chemtool is a program for drawing organic molecules easily and storing them as an X bitmap file.
x11-wm/lxsession-0.4.6.1 (Score: 0.0054975133)
LXDE Session Manager
lxsession is a standard-compliant X11 session manager with shutdown/reboot/suspend supports via HAL and gdm.
x11/blast-1.1 (Score: 0.0054975133)
Blast blows holes through windows
Blast blows holes in windows - you can see what's behind it through them. It uses the X Shape Extension.
x11/keybinder-0.3.1 (Score: 0.0054975133)
Library for registering keyboard shortcuts
Keybinder is a library for registering global keyboard shortcuts. Keybinder works with GTK-based applications using the X Window System.
x11/nvidia-driver-367.44 (Score: 0.0054975133)
NVidia graphics card binary drivers for hardware OpenGL rendering
These are the official NVidia binary drivers for hardware OpenGL rendering in X11, using the GLX extensions.
comms/conserver-8.5 (Score: 0.0054885065)
Manage remote serial consoles via TCP/IP
This program provides a convenient way to manage many remote serial consoles for machines. A server (conserver(8)) runs on each server machine and it connects to the specified serial port. It can log, provide shared access to remote consoles, etc. If there are multiple machines running conserver(8), a master conserver(8) can be run to connect to all the slave servers, providing a single point of access to the entire cluster. This is very handy for remote unattended FreeBSD servers. It can send serial break signals which is useful for breaking into DDB on hung machines.
databases/phppgadmin-5.1 (Score: 0.0054885065)
Web Based Postgres Administration
phpPgAdmin is phpMyAdmin (for MySQL) ported to PostgreSQL. phpPgAdmin is a fully functional PostgreSQL administration utility. You can use it to create and maintain multiple databases and even multiple servers. Features include: - create and drop databases - create, copy, drop and alter tables/views/sequences/functions/indicies/triggers - edit and add fields (to the extent Postgres allows) - execute any SQL-statement, even batch-queries - manage primary and unique keys - create and read dumps of tables - administer one single database - administer multiple servers - administer postgres users and groups LICENSE: GPL2 or later
devel/libytnef-1.5 (Score: 0.0054885065)
Unpack data in MS Outlook TNEF format
This is the library needed to YTNEF application This program decodes those annoying application/ms-tnef MIME attachments that Microsoft mail servers helpfully use to encapsulate your already MIME encoded attachments. Due to the proliferation of Microsoft Outlook and Exchange mail servers, more and more mail is encapsulated into this format. The YTNEF program allows one to unpack the attachments which were encapsulated into the YTNEF attachment. Thus alleviating the need to use Microsoft Outlook to view them. Now supports winmail.dat Outlook files
devel/poslib-1.0.6 (Score: 0.0054885065)
Posadis C++ DNS library
Poslib is a portable C++ DNS library, a part of Posadis project. It consists of two parts: a client library and a server library. Using the client library, you can simply develop applications that use the Domain Name System (DNS). It includes many functions for resolving, domain-name manipulation and Resource Record (RR) creation. The server library, based on the client core, can be used to develop DNS servers. By implementing a query entry-point function using the Poslib library of functions, you can easily create DNS servers, without worrying about low-level details such as DNS message compilation, domain-name compression and UDP/TCP transmission.
devel/twistedCore-15.2.1 (Score: 0.0054885065)
Asynchronous networking framework for Python (Core Module)
Twisted is an asynchronous networking framework written in python. It is used by most of the servers, clients and protocols that are part of other Twisted projects. - twisted.cred, a pluggable authentication system for servers; - twisted.enterprise, an asynchronous adapter of Python DB-API 2.0 database interfaces; - twisted.internet, the Twisted event loop; - twisted.manhole, a debugging service; - twisted.persisted, a collection of object persistence systems - twisted.protocols, a collection of simple network protocols and helper utilities; - twisted.python, a set of Twisted programming abstractions; - twisted.spread, a network transport, serializer and object broker; - twisted.trial, a unit-testing framework; and