Ports 搜索

共有17,754项符合%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第14,67114,680项(搜索用时0.012秒)
www/gnome-user-share-3.14.0 (Score: 5.4946377E-5)
Personal file-sharing service for the GNOME Desktop
gnome-user-share is a small package that binds together various free software projects to bring easy to use user-level file sharing to the masses. The program is meant to run in the background when the user is logged in, and when file sharing is enabled a webdav server is started that shares the $HOME/Public folder. The share is then published to all computers on the local network using mDNS/bonjour, so that it shows up in the Network location in Gnome. -- gnome-user-share README
www/imdbpy-5.0 (Score: 5.4946377E-5)
Retrieve and manage the data of the IMDb movie database
IMDbPY is a Python package useful to retrieve and manage the data of the IMDb movie database. IMDbPY aims to provide an easy way to access the IMDb's database using a Python script. Platform-independent and written in pure Python, it's theoretically independent from the data source (since IMDb provides two or three different interfaces to their database). IMDbPY is mainly intended for programmers and developers who want to build their Python programs using the IMDbPY package, but some example scripts - useful for simple users - are included.
www/mod_proxy_html-3.1.2 (Score: 5.4946377E-5)
Apache module for rewriting HTML links in proxied content
mod_proxy_html is an output filter to rewrite HTML links in a proxy situation, to ensure that links work for users outside the proxy. It serves the same purpose as Apache's ProxyPassReverse directive does for HTTP headers, and is an essential component of a reverse proxy. Note (for apache24 users): mod_proxy_html has now been relicensed and incorporated into the core Apache HTTPD distribution at apache.org from HTTPD 2.4. That version is now likely to be more up-to-date than this one.
www/h2o-2.0.4 (Score: 5.4946377E-5)
Optimized HTTP2 server with support for HTTP/1.x
H2O is a very fast HTTP server written in C. It can also be used as a library. It supports: - HTTP/1.0, HTTP/1.1 - [HTTP/2](http://http2.github.io/) - draft 16 (and draft 14 to support older clients) - persistent connections - chunked encoding - negotiation methods: NPN, ALPN, Upgrade, direct - dependency and weight-based prioritization - server push - TLS - uses [OpenSSL](https://www.openssl.org/) - forward secrecy - AEAD ciphers - OCSP stapling (automatically enabled) - session resumption (internal memory) - conditional GET using last-modified / etag - mime-type configuration - reverse proxy - persistent upstream connection
www/http-1.7.6 (Score: 5.4946377E-5)
Extended HTTP Support
pecl-http extension aims to provide a convenient and powerful set of functionality for one of PHPs major applications. It eases handling of HTTP URLs, dates, redirects, headers and messages, provides means for negotiation of clients preferred language and charset, as well as a convenient way to send any arbitrary data with caching and resuming capabilities. It provides powerful request functionality too. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! This the deprecated version 1 branch of this package as the current 2.x branch is described as "completely incompatible to previous version." Please upgrade to www/pecl-http as soon as possible! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
www/sphinx-1.3.3 (Score: 5.4946377E-5)
Sphinx search engine php client
Sphinx is a full-text search engine, distributed under GPL version 2. Commercial license is also available for embedded use. Generally, it's a standalone search engine, meant to provide fast, size-efficient and relevant fulltext search functions to other applications. Sphinx was specially designed to integrate well with SQL databases and scripting languages. Currently built-in data sources support fetching data either via direct connection to MySQL, or from an XML pipe. As for the name, Sphinx is an acronym which is officially decoded as SQL Phrase Index.
www/AMF-Perl-0.15 (Score: 5.4946377E-5)
Flash Remoting in Perl
Flash Remoting is a way for Flash movies running in a web browser to request structured data from the web server. The following data types are supported - strings, numbers, dates, arrays, dictionaries/hashes, objects, recordsets. Flash clients talk with the server using the AMF protocol, which is proprietary to Macromedia. However, it's not that hard to decode. Using Flash::FLAP it is possible to send arbitrary data between client and server using very few lines of code. There is no need to pack complicated data structures into CGI form parameteres or XML strings. The coding time can be spent on better things - data preparation and graphical presentation, not data delivery.
www/CGI-Kwiki-0.18 (Score: 5.4946377E-5)
Quickie Wiki Package that's not too Tricky
Kwiki is perhaps the simplest, most modular and easy to extend wiki. A wiki allows users to freely create and edit web pages in any web browser. Kwiki is Open Source Software and is available on CPAN. The overall design goal of CGI::Kwiki is simplicity and extensibility. Even so, Kwiki will have some killer built in features not available in most wikis: * KwikiSlideShow * KwikiBlog * KwikiSisters * KwikiHotKeys * KwikiFit * KwikiPod * KwikiPrivacy Each feature is implemented as a separate plugin class. This keeps things simple and extensible.
www/CGI-Upload-1.11 (Score: 5.4946377E-5)
CGI class for handling browser file uploads
This module has been written to provide a simple and secure manner by which to handle files uploaded in multipart/form-data requests through a web browser. The primary advantage which this module offers over existing modules is the single interface which it provides for the most often required information regarding files uploaded in this manner. This module builds upon primarily the CGI and File::MMagic modules and offers some tidy and succinct methods for the handling of files uploaded via multipart/form-data requests.
www/CGI-Response-0.03 (Score: 5.4946377E-5)
Perl module allowing response construction for CGI applications
CGI::Response is a Perl5 module for constructing responses to Common Gateway Interface (CGI) requests. It is designed to be light-weight and efficient for the most common tasks, and also to provide access to all HTTP response features for more advanced CGI applications. There are two ways to use CGI::Response. For basic applications, the Simple Interface provides a number of plain functions that cover the most commonly-used CGI response headers. More advanced applications may employ the Full Interface object methods to access any HTTP header, or to add experimental or non-standard headers. Both interfaces try to generate reasonable defaults whenever possible.