Ports Search

Results 4,3314,340 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.015 seconds)
www/HTTP-Cache-Transparent-1.1 (Score: 4.1121547E-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: 4.1088252E-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: 4.1088252E-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>
sysutils/dd_rescue-1.46 (Score: 4.1088252E-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: 4.107933E-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.
devel/liballium-0.0.1 (Score: 4.088068E-4)
Tor pluggable transports utility library
liballium attempts to reduce the amount of boilerplate code required to implement pluggable transports for Tor in C or C++.
graphics/ming-0.4.7 (Score: 4.088068E-4)
Flash 4/5 movie output library with many languages support
Ming is an LGPL'ed Flash 4/5 (TM) movie (SWF) output library with PHP, Python, Ruby, Perl 5, C and C++ interfaces.
www/gecko-sharp-0.13 (Score: 4.088068E-4)
Mono bindings to embed Mozilla
C# language binding for the gtkembedmoz widget. You can use it to embed mozilla into C# programs.
devel/cheetah-2.4.4 (Score: 4.0784993E-4)
HTML template engine for Python
Cheetah is a Python-powered template engine and code generator. It can be used as a standalone utility or it can be combined with other tools. Cheetah has many potential uses, but web developers looking for a viable alternative to ASP, JSP, PHP and PSP are expected to be its principle user group.
devel/hg-git-0.8.3 (Score: 4.0771795E-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!