Ports 搜索

共有17,773项符合comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第1,4511,460项(搜索用时0.008秒)
net/srelay-0.4.8b6 (Score: 0.002842857)
Srelay is a SOCKS4/5 proxy and Relay
The SOCKS proxy and relay. * Srelay is a socks4/5 protocol proxy server * Supports socks connect/bind request in the protocol v4, v4a, and v5. * Supports socks server chaining with both v4 and v5 servers. * Supports Username/Password authentication in v5 (not recommended). * Testing on FreeBSD 8.1R, Solaris 8, 10, Linux-i386, MacOS 10.5. * Supports IPv6 as well as IPv4. * Srelay is Free.
print/pdfcube-0.0.5 (Score: 0.002842857)
OpenGL presentation viewer on a spinning cube
PDF Cube uses the OpenGL API to add 3D spinning cube page transitions to PDF documents. PDF Cube is an OpenGL API-based 3D PDF viewer that adds a compiz/Keynote-like spinning cube trasition effect to your PDF presentations (including LaTeX-Beamer and Prosper). You can also zoom on 5 predefined areas of any presentation page with a smooth zooming effect.
print/latex-beamer-3.36 (Score: 0.002842857)
LaTeX class to create a beamer presentation
The beamer class is a LaTeX class that allows you to create a beamer presentation. It can also be used to create slides. It behaves similarly to other packages like Prosper, but has the advantage that it works together directly with pdflatex, but also with dvips.
sysutils/terraform-0.6.14 (Score: 0.002842857)
Provides a common configuration to launch infrastructure
Terraform provides a common configuration to launch infrastructure - from physical and virtual servers to email and DNS providers. Once launched, Terraform safely and efficiently changes infrastructure as the configuration is evolved. Simple file based configuration gives you a single view of your entire infrastructure.
textproc/libsass-3.3.6 (Score: 0.002842857)
C/C++ implementation of a Sass compiler
Libsass is a C/C++ port of the Sass CSS precompiler. The original version was written in Ruby, but this version is meant for efficiency and portability. This library strives to be light, simple, and easy to build and integrate with a variety of platforms and languages.
www/HTML-Display-0.40 (Score: 0.002842857)
Display HTML locally in a browser
This module abstracts the task of displaying HTML to the user. The displaying is done by launching a browser and navigating it to either a temporary file with the HTML stored in it, or, if possible, by pushing the HTML directly into the browser window.
graphics/springgraph-0.88 (Score: 0.0028407795)
Render graph described in a .dot file
Springgraph will read in a .dot file description of a graph, which, for each node, specifies its name and which other nodes it is connected to, and then renders a graph. Each node is drawn as an ellipse, and each connection is drawn as an arrow. The node placement is a result of all of the nodes moving away from each other, while all nodes which are connected move toward each other. This movement is repeated until it stabilizes. Springgraph was written as an alternative to neato, which is part of graphviz. It attempts to read the same .dot files used by graphviz, but currently only supports a limited number of node attributes (label and fillcolor). I am open to requests for support for more graph/node/edge attributes.
devel/Date-Leapyear-1.72 (Score: 0.0028378805)
Perl module to determine if a particular year a leap year
Date::Leapyear is a Perl module which exports one function: isleap(), which returns a 1 or 0 if the year is a leap year or not, respectively.
devel/Task-Weaken-1.04 (Score: 0.0028314746)
Ensure that a platform has weaken support
One recurring problem in modules that use Scalar::Util's weaken function is that it is not present in the pure-perl variant. While this isn't necessarily always a problem in a straight CPAN-based Perl environment, some operating system distributions only include the pure-Perl versions, don't include the XS version, and so weaken is then "missing" from the platform, despite passing a dependency on Scalar::Util successfully. Most notably this is RedHat Linux at time of writing, but other come and go and do the same thing, hence "recurring problem". The normal solution is to manually write tests in each distribution to ensure that weaken is available. This restores the functionality testing to a dependency you do once in your Makefile.PL, rather than something you have to write extra tests for each time you write a module. It should also help make the package auto-generators for the various operating systems play more nicely, because it introduces a dependency that they have to have a proper weaken in order to work.
databases/mysqlbackup-2.8 (Score: 0.0028285042)
Creates MySQL backups on a periodic basis
mysqlbackup: create MySQL-database servers backup easy Why mysqlbackup? 1. Requires minimum coding to create everyday MySQL-backups with some additional functions. 2. Backups can be compressed on-the-fly and automatically rotated after specified number of a days past. 3. "Slave mode" feature - stop slave, save it's status and then create backup. Start slave afterwards. 4. Includes basic database maintenance: check, optimize tables before backup creation. 5. It can be safely used on a large MySQL installations (1000+ databases). 6. It is written in sh - code interpreter available in a base system.