Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第3,0713,080项(搜索用时0.01秒)
security/pvk-20070406 (Score: 6.0028717E-4)
Tool to convert a RSA key in PEM format into a PVK file and vice versa
Conversion tool that will convert a standard RSA key in OpenSSL PEM format into a PVK file and vice versa.
games/moon-buggy-1.0.51 (Score: 6.0025865E-4)
Drive a buggy across the moons surface
Moon-buggy is a simple character graphics game, where you drive some kind of car across the moon's surface. Unfortunately there are dangerous craters there. Fortunately your car can jump over them!
math/labeling-0.3 (Score: 6.0025865E-4)
Provides a range of axis labeling algorithms
Implements a number of axis labeling schemes, including those compared in An Extension of Wilkinson's Algorithm for Positioning Tick Labels on Axes by Talbot, Lin, and Hanrahan, InfoVis 2010.
net/jrdesktop-0.3.1.0 (Score: 6.0025865E-4)
View and/or control a remote PC
jrdesktop is an open source software for viewing and/or controlling a distance PC. Besides then screenshots, keyboard and mouse events transfer, jrdesktop includes many additional features(file transfer, data compression, color conversion, ...).
www/HTML-SimpleLinkExtor-1.27 (Score: 6.0025865E-4)
This is a simple HTML link extractor
This is a simple HTML link extractor designed for the person who does not want to deal with the intricacies of "HTML::Parser" or the de-ref- erencing needed to get links out of "HTML::LinkExtor".
www/acts-as-taggable-on-2.4.1 (Score: 6.0025865E-4)
Tag a single model on several contexts
With ActsAsTaggableOn, you can tag a single model on several contexts, such as skills, interests, and awards. It also provides other advanced functionality. https://rubygems.org/gems/acts-as-taggable-on
x11-fonts/cantarell-fonts-0.0.24 (Score: 6.0025865E-4)
Cantarell, a Humanist sans-serif font family
Dave Crossland's Cantarell is a contemporary Humanist sans serif that fully support the following writing systems: Basic Latin, Western European, Catalan, Baltic, Turkish, Central European, Dutch and Afrikaans.
graphics/GraphicsMagick-1.3.24 (Score: 6.001619E-4)
Fast image processing tools based on ImageMagick
GraphicsMagick is the swiss army knife of image processing. Comprised of 267K physical lines (according to David A. Wheeler's SLOCCount) of source code in the base package (or 1,225K including 3rd party libraries) it provides a robust and efficient collection of tools and libraries which support reading, writing, and manipulating an image in over 88 major formats including important formats like DPX, GIF, JPEG, JPEG-2000, PNG, PDF, PNM, and TIFF. GraphicsMagick supports huge images and has been tested with gigapixel-size images. GraphicsMagick can create new images on the fly, making it suitable for building dynamic Web applications. GraphicsMagick may be used to resize, rotate, sharpen, color reduce, or add special effects to an image and save the result in the same or different image format. Image processing operations are available from the command line, as well as through C, C++, Lua, Perl, PHP, Python, Tcl, Ruby, Windows .NET, or Windows COM programming interfaces. With some modification, language extensions for ImageMagick may be used.
devel/CPAN-Meta-2.150005 (Score: 5.999257E-4)
Distribution metadata for a CPAN dist
Software distributions released to the CPAN include a META.json or, for older distributions, META.yml, which describes the distribution, its contents, and the requirements for building and installing the distribution. The data structure stored in the META.json file is described in CPAN::Meta::Spec. CPAN::Meta provides a simple class to represent this distribution metadata (or distmeta), along with some helpful methods for interrogating that data.
devel/Code-Perl-0.03 (Score: 5.999257E-4)
Produce Perl code from a tree
Code::Perl allows you to build chunks of Perl code as a tree and then when you're finished building, the tree can output the Perl code. This is useful if you have built your own mini-language and you want to generate Perl from it. Rather than generating the Perl at parse time and having to worry about quoting, escaping, parentheses etc, you can just build a tree using Code::Perl and then dump out the correct Perl at the end.