Ports Search

Results 2,3912,400 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.01 seconds)
sysutils/u-boot-2016.07 (Score: 0.0022221846)
Cross-build U-Boot loader for olimex-a20-som-evb
U-Boot loader for pcDuino3 To install this bootloader on an sdcard just do : dd if=/usr/local/share/u-boot/u-boot-boardname/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=notrunc,sync This version is patched so that: * ELF and API features are enabled. * The default environment is trimmed to just what's needed to boot. * The saveenv command writes to the file u-boot.env on the FAT partition. * The DTB file name is chosen based on the board model and passed to ubldr.bin using the fdtfile env variable. ubldr.bin loads the DTB from /boot/dtb/ on the FreeBSD partition. * By default, it loads PIE ubldr.bin from file ubldr.bin on the FAT partition to address 0x42000000, and launches it. For information about running FreeBSD on Allwinner boards, see https://wiki.freebsd.org/FreeBSD/arm/Allwinner For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot
textproc/Perl-Critic-Swift-1.0.3 (Score: 0.0022221846)
A set of additional policies for Perl::Critic
Some Perl::Critic policies to make your code more clean.
textproc/Perl-MinimumVersion-1.38 (Score: 0.0022221846)
Find a minimum required version of perl for Perl code
Perl::MinimumVersion takes Perl source code and calculates the minimum version of perl required to be able to run it. Because it is based on PPI, it can do this without having to actually load the code.
textproc/Text-SpellChecker-0.14 (Score: 0.0022221846)
Perl5 OO interface for spell-checking a block of text
This module is built on Text::Aspell, but adds some of the functionality provided by the internal gnu aspell API. This allows one to deal with blocks of text, rather than just words. For instance, we provide methods for iterating through the text, serializing the object (thus remembering where we left off), and highlighting the current misspelled word within the text.
textproc/Text-Trim-1.02 (Score: 0.0022221846)
Extract the structure of a quoted mail message
Text::Trim does what chomp does, but at both ends of the string.
textproc/XML-XSLT-0.48 (Score: 0.0022221846)
XML::XSLT - A perl module for processing XSLT
This module implements the W3C's XSLT specification. The goal is full implementation of this spec, but it isn't yet. However, it already works well. Below is given the set of working xslt commands.
textproc/syck-0.61.2 (Score: 0.0022221846)
Python binding for Syck, a YAML parser and emitter
Python binding for Syck, which, according is, according to the web site: Syck is an extension for reading and writing YAML swiftly in popular scripting languages. As Syck loads the YAML, it stores the data directly in your language's symbol table. This means speed. This means power. This means Do not disturb Syck because it is so focused on the task at hand that it will slay you mortally if you get in its way.
www/Catalyst-Plugin-Scheduler-0.10 (Score: 0.0022221846)
Schedule events to run in a cron-like manner
This plugin allows you to schedule events to run at recurring intervals. Events will run during the first request which meets or exceeds the specified time. Depending on the level of traffic to the application, events may or may not run at exactly the correct time, but it should be enough to satisfy many basic scheduling needs.
www/HTML-StickyQuery-0.13 (Score: 0.0022221846)
Add sticky QUERY_STRING to a tag href attributes
This module is sub class of the HTML::Parser and uses it to parse HTML document and add QUERY_STRING to href attributes. You can assign Session ID or any form data without using cookie. Seamus Venasse <svenasse@polaris.ca>
www/Paste-2.0.2 (Score: 0.0022221846)
Tools for using a Web Server Gateway Interface stack
Python Paste brings consistency to Python web development and web application installation, providing tools for both developers and system administrators. These provide several pieces of "middleware" (or filters) that can be nested to build web applications. Each piece of middleware uses the WSGI (PEP 333) interface, and should be compatible with other middleware based on those interfaces.