Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第2,8212,830项(搜索用时0.014秒)
devel/hgsvn-0.3.15 (Score: 0.0019382809)
使用 Mercurial 从 Subversion 中取出工作复本在本地工作的脚本
这套脚本允许对 Subversion 管理的项目,在本地使用 Mercurial 分布式版 本控制系统来工作。 为什么使用 Mercurial?你可以做一些本地(离线的)工作,从 SVN 服务器 中拉出最新的修改,管理私有分支,提交补丁给项目维护者,等等。当然,你 还有快速的本地操作比如“hg log”、“hg annotate"…… 提供了三个脚本: * hgimportsvn 初始化一个 SVN 检出,也是一个 Mercurial 库。 * hgpullsvn 从 SVN 库中拉出最新的修改,并相应地更新 Mercurial 库。它可以运行多次。 * hgpushsvn 向 SVN 库中推回本地的 Mercurial 提交。
devel/daemons-1.2.3 (Score: 0.0019382809)
Toolkit to convert your script to a controllable daemon
Daemons provides an easy way to wrap existing ruby scripts (for example a self-written server) to be run as a daemon and to be controlled by simple start/stop/restart commands. If you want, you can also use daemons to run blocks of ruby code in a daemon process and to control these processes from the main application. Besides this basic functionality, daemons offers many advanced features like exception backtracing and logging (in case your ruby script crashes) and monitoring and automatic restarting of your processes if they crash.
devel/tcllauncher-1.6 (Score: 0.0019382809)
Launcher program for Tcl applications
tcllauncher is a way to have Tcl programs run out of /usr/local/bin under their own name, be installed in one place with their support files, and provides commands to facilitate server-oriented application execution. While there is another wrapper system that also does this, that system produces a single executable that contains all the code and support files within a built-in virtual filesystem wrapped inside the executable. Tcllauncher keeps the support files distinct, typically in a subdirectory of /usr/local/lib that's named after the application.
dns/bind-9.11.0.rc3 (Score: 0.0019382809)
BIND DNS suite with updated DNSSEC and DNS64
BIND version 9 is a major rewrite of nearly all aspects of the underlying BIND architecture. Some of the important features of BIND 9 are: DNS Security: DNSSEC (signed zones), TSIG (signed DNS requests) IP version 6: Answers DNS queries on IPv6 sockets, IPv6 resource records (AAAA) Experimental IPv6 Resolver Library DNS Protocol Enhancements: IXFR, DDNS, Notify, EDNS0 Improved standards conformance Views: One server process can provide multiple "views" of the DNS namespace, e.g. an "inside" view to certain clients, and an "outside" view to others. Multiprocessor Support See the CHANGES file for more information on new features.
dns/bind-9.12.0.a.2016.09.27 (Score: 0.0019382809)
BIND DNS suite with updated DNSSEC and DNS64
BIND version 9 is a major rewrite of nearly all aspects of the underlying BIND architecture. Some of the important features of BIND 9 are: DNS Security: DNSSEC (signed zones), TSIG (signed DNS requests) IP version 6: Answers DNS queries on IPv6 sockets, IPv6 resource records (AAAA) Experimental IPv6 Resolver Library DNS Protocol Enhancements: IXFR, DDNS, Notify, EDNS0 Improved standards conformance Views: One server process can provide multiple "views" of the DNS namespace, e.g. an "inside" view to certain clients, and an "outside" view to others. Multiprocessor Support See the CHANGES file for more information on new features.
dns/dnsrecon-0.8.9 (Score: 0.0019382809)
DNS enumeration tool
DNSRecon provides the ability to perform: Check all NS Records for Zone Transfers. Enumerate General DNS Records for a given Domain (MX, SOA, NS, A, AAAA, SPF and TXT). Perform common SRV Record Enumeration. Top Level Domain (TLD) Expansion. Check for Wildcard Resolution. Brute Force subdomain and host A and AAAA records given a domain and a wordlist. Perform a PTR Record lookup for a given IP Range or CIDR. Check a DNS Server Cached records for A, AAAA and CNAME Records provided a list of host records in a text file to check. Enumerate Common mDNS records in the Local Network Enumerate Hosts and Subdomains using Google.
dns/bind-9.10.4P3 (Score: 0.0019382809)
BIND DNS suite with updated DNSSEC and DNS64
BIND version 9 is a major rewrite of nearly all aspects of the underlying BIND architecture. Some of the important features of BIND 9 are: DNS Security: DNSSEC (signed zones), TSIG (signed DNS requests) IP version 6: Answers DNS queries on IPv6 sockets, IPv6 resource records (AAAA) Experimental IPv6 Resolver Library DNS Protocol Enhancements: IXFR, DDNS, Notify, EDNS0 Improved standards conformance Views: One server process can provide multiple "views" of the DNS namespace, e.g. an "inside" view to certain clients, and an "outside" view to others. Multiprocessor Support See the CHANGES file for more information on new features.
games/timeseal-1.0 (Score: 0.0019382809)
Account for network lag in FICS chess games
timeseal is a program that has been developed to improve chess on internet. Netlag often causes players to lose valuable seconds or even minutes on their chess clocks. Transmission time is counted against you, unless the chess server can tell exactly when information is transmitted. The timeseal program acts as a relay station and keeps track of transmission times. What timeseal does is record your thinking time, so that transmission time is not counted against you. Timeseal will not prevent netlag but it makes the games fairer when lag occurs.
net/libgnetwork-0.0.9 (Score: 0.0019382809)
GLib-based networking wrapper
GNetwork is a networking wrapper written in pure C against the Glib/GObject object framework. The intention here is to provide a useful and easy-to-develop-against sockets wrapper for GNOME2 & GTK+ 2.0 programs which require TCP/IP connection capabilities. It can be used by programs which do not use GNOME or GTK+ anyways,however. It is NOT recommended or intended for high-load server situations, just user applications which need TCP/IP networking. Proxies are supported completely transparently, using the same settings as gnome-vfs. -- The libgnetwork README
net/Net-Daemon-0.48 (Score: 0.0019382809)
Perl5 extension for portable daemons
Net::Daemon is an abstract base class for implementing portable server applications in a very simple way. The module is designed for Perl 5.005 and threads, but can work with fork() and Perl 5.004. The Net::Daemon class offers methods for the most common tasks a daemon needs: Starting up, logging, accepting clients, authorization, restricting its own environment for security and doing the true work. You only have to override those methods that aren't appropriate for you, but typically inheriting will safe you a lot of work anyways.