Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第19,71119,720项(搜索用时0.015秒)
databases/mysql-connector-c++-1.1.7 (Score: 6.191908E-4)
MySQL database connector for C++
MySQL Connector/C++ is a MySQL database connector for C++ implementing a subset of the JDBC 4.0 API. The MySQL Connector/C++ currently features the following classes: * Connection * DatabaseMetaData * Driver * PreparedStatement * ResultSet * ResultSetMetaData * Savepoint * Statement The JDBC 4.0 API defines approximately 450 methods for the above mentioned classes. MySQL Connector/C++ implements around 80% of these and makes them available in the current release.
databases/cql-1.4.0 (Score: 6.191908E-4)
Python DB-API 2.0 client interface for Cassandra
Python DB-API 2.0 client interface for Cassandra
deskutils/affiche-0.6.0 (Score: 6.191908E-4)
Affiche allows people to stick notes
Affiche is a little application that allows people to "stick" little notes on their computer desktop. It works well under GNUstep and under Apple Mac OS X. The goal of this little application is to provide a good example on how to develop cross-platform applications between GNUstep and Apple Mac OS X while providing a useful application at the same time. LICENSE: GPL2 or later
deskutils/simpleweatherforecast-1.3 (Score: 6.191908E-4)
Weather plasma applet for KDE4
One more weather plasmoid for KDE.
deskutils/plopfolio-0.1.0 (Score: 6.191908E-4)
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/jrtplib-3.9.1 (Score: 6.191908E-4)
Object-oriented RTP library written in C++
JRTPLIB is an object-oriented RTP library written in C++ by Jori Liesenborgs. It was partly developed for his thesis at the School for Knowledge Technology (or 'School voor Kennistechnologie' in Dutch), a cooperation between the 'Limburgs Universitair Centrum' (LUC) and the 'Universiteit Maastricht' (UM).
devel/libexecinfo-1.1 (Score: 6.191908E-4)
Library for inspecting program's backtrace
This is a quick-n-dirty BSD licensed clone of backtrace facility found in the GNU libc, mainly intended for porting Linuxish code to BSD platforms, however it can be used at any platform which has a gcc compiler.
devel/libgpc-2.32 (Score: 6.191908E-4)
Generic Polygon Clipper
An algorithm for calculating the difference, intersection, exclusive-or or union of arbitrary polygon sets. Copyright: (C) 1997-2004, Advanced Interfaces Group, University of Manchester. This software is free for non-commercial use. It may be copied, modified, and redistributed provided that this copyright notice is preserved on all copies. The intellectual property rights of the algorithms used reside with the University of Manchester Advanced Interfaces Group. You may not use this software, in whole or in part, in support of any commercial product without the express consent of the author. Software documentation at
devel/makedepend-1.0.5 (Score: 6.191908E-4)
Dependency generator for makefiles
Makedepend is a makefile dependency generator from The XFree86 Project, Inc. If you have X installed, you already have makedepend and do not need this port! Makedepend reads each sourcefile in sequence and parses it like a C-preprocessor, processing all #include, #define, #undef, #ifdef, #ifndef, #endif, #if and #else directives so that it can correctly tell which #include, directives would be used in a compilation. Any #include, directives can reference files having other #include directives, and parsing will occur in these files as well. Every file that a sourcefile includes, directly or indirectly, is what makedepend calls a "dependency". These dependencies are then written to a makefile in such a way that make will know which object files must be recompiled when a dependency has changed.
devel/Data-UUID-1.221 (Score: 6.191908E-4)
Generate Globally/Universally Unique Identifiers (GUIDs/UUIDs)
This module provides a framework for generating UUIDs (Universally Unique Identifiers, also known as GUIDs (Globally Unique Identifiers). A UUID is 128 bits long, and is guaranteed to be different from all other UUIDs/GUIDs generated until 3400 A.D. Currently many different technologies rely on UUIDs to provide unique identity for various software components. The algorithm for UUID generation, used by this extension, is described in the Internet Draft "UUIDs and GUIDs" by Paul J. Leach and Rich Salz. It provides reasonably efficient and reliable framework for generating UUIDs and supports fairly high allocation rates - 10 million per second per machine, and therefore, is suitable for identifying both - extremely short-lived and very persistent objects on a given system as well as across the network.