Ports Search

Results 2,6512,660 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.014 seconds)
www/mod_remoteip-2.3.5.a (Score: 8.0377073E-4)
Replaces the client IP address/hostname with that given by a proxy
Backport of the Apache 2.3 module that replaces the apparent client remote IP address and hostname for the request with the IP address list presented by a proxy or load balancer via the request headers.
www/HTTP-Cache-Transparent-1.1 (Score: 8.0377073E-4)
Implementation of http get that keeps a local cache of fetched pages
Implementation of http get that keeps a local cache of fetched pages to avoid fetching the same data from the server if it hasn't been updated. The cache is stored on disk and is thus persistent between invocations.
devel/libuv-1.9.1 (Score: 8.031199E-4)
Multi-platform support library with a focus on asynchronous I/O
libuv is a multi-platform support library with a focus on asynchronous I/O. Feature highlights: + Full-featured event loop backed by epoll, kqueue, IOCP, event ports. + Asynchronous TCP and UDP sockets + Asynchronous DNS resolution + Asynchronous file and file system operations + File system events + ANSI escape code controlled TTY + IPC with socket sharing, using Unix domain sockets or named pipes (Windows) + Child processes + Thread pool + Signal handling + High resolution clock + Threading and synchronization primitives
games/oneko-1.2 (Score: 8.031199E-4)
Cat, Sakura or Tomoyo chasing a mouse all over the screen
The program oneko creates a cute cat chasing around your mouse cursor. patchlevel "1.2.sakura.5" Added bitmaps of Sakura Kinomoto and Tomoyo Daidouji who are characters in a comic strip "CARDCAPTOR SAKURA" (CLAMP, Kodansha), with the sanction indicated in CLAMP-NET.COM (http://www.clamp-net.com/). Modified to support -name, -towindow, -toname and -tofocus. by Kiichiroh Mukose <mukose@hbar.mp.es.osaka-u.ac.jp>, This port maintainer is: HOTARU-YA <hotaru@tail.net>
net-mgmt/aggregate-1.6 (Score: 8.031199E-4)
Optimise a list of route prefixes to help make nice short filters
Takes a list of prefixes in conventional format on stdin, and performs two optimisations to attempt to reduce the length of the prefix list. The first optimisation is to remove any supplied prefixes which are supurfluous because they are already included in another supplied prefix. For example, 203.97.2.0/24 would be removed if 203.97.0.0/17 was also supplied. The second optimisation identifies adjacent prefixes that can be combined under a single, shorter-length prefix. For example, 203.97.2.0/24 and 203.97.3.0/24 can be combined into the single prefix 203.97.2.0/23. jabley@automagic.org
sysutils/dd_rescue-1.46 (Score: 8.031199E-4)
dd tool suitable for rescuing data from a medium with errors
dd_rescue is a dd tool with following features suitable for rescuing data from a medium with errors. - Don't abort on errors on the input file unless the user specify the maximum error number. - Don't truncate the output file. - Can use two different block sizes for normal operation and the case of errors. - Can start from the end of the file and move backwards.
science/v_sim-3.7.2 (Score: 8.0294546E-4)
Visualization of atomic structures
V_Sim visualizes atomic structures such as crystals, grain boundaries and so on (either in .d3 format as defined by F. Lan�on, or in plain text format as described in the sample page). The rendering is done in pseudo-3D with colored sphere to represent the atoms. The user can interact through many functions to choose the view, the size of the atoms, their color, the background color, the type of fog... Much of it is detailled in the user guide. Moreover V_Sim allows to export the view as image in GIF, PS or more formats.
multimedia/vamps-0.99.2 (Score: 8.0246245E-4)
High performance tool to transcode DVD videos to a smaller size
[ excerpt from developer's www site with modifications ] The idea was to use the high performance Metakine M2Requantiser to create a transcoder for Linux for shrinking the content of a DVD9. This would enable backups on cheap single layer DVDRs (double layer burners weren't even available that time). Vamps builds a wrapper around the requantizer to extract the elementary MPEG2 video stream from the DVD's program stream, feed it through the requantizer and finally re-pack it into the program stream again. Besides this, Vamps allows the selection of both audio and subtitle streams that should be copied into the output stream. This gives another small gain of disk space, since unwanted streams may be discarded. Summed up, Vamps is only a very basic, but nevertheless essential tool to transcode DVD videos to a smaller size. Vamps does not need to write temporary data files, which is a major pro. Vamps is very fast. The downside is, that Vamps is not capable of making DVD backups on its own.
devel/hg-git-0.8.3 (Score: 7.9693436E-4)
Mercurial extension to pull from or push to a Git repository
The Hg-Git plugin is an extension for Mercurial, adding the ability to push to and pull from a Git server repository from Mercurial. This means you can collaborate on Git based projects from Mercurial, or use a Git server as a collaboration point for a team with developers using both Git and Mercurial. The Hg-Git plugin can convert commits / changesets losslessly from one system to another, so you can push via a Mercurial repository and another Mercurial client can pull it. In theory, the changeset IDs should not change, although this may not hold true for complex histories. This plugin is implemented entirely in Python - there are no Git binary dependencies, you do not need to have Git installed on your system. *** WARNING: Do not use this software in data critical production environments, only in safe test environments! This software is still BETA! *** The plugin is basically functional and usable now, but there are still some edge cases. However, there are several people using it effectively, so please test it yourself and report encountered bugs upstream (see website). Thanks!
news/newsstar-1.5.6 (Score: 7.9693436E-4)
Transfer news between a local NNTP server (INN, sn, s-news)
Newsstar fetches news and posts it to a local server; INN, s-news and sn are supported, and it should be easy to adapt for other servers with some configuration and extra scripts. It's designed for Unix-like systems, and all the development was done on Linux. There are already plenty of other programs to do this, but what makes newsstar special is that it can make multiple simultaneous connections, not only to one server, but to several, supporting up to 10 threads. Before fetching each article it checks that it hasn't already been downloaded by another thread or in a previous session. It can also pipeline article requests to make better use of available bandwidth. I wrote it because a number of ISPs I have used suffer from unreliable newsfeeds. There is an excellent free server made available by news.individual.net, but it can be a bit slow at times, and using external servers uses more bandwidth. Therefore I wanted a program which could fetch whatever articles my ISP has available, but use the foreign server to avoid missing posts or getting them very late, and to do it as fast as possible.