Ports Search

Results 12,25112,260 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.016 seconds)
devel/libpru-0.4 (Score: 6.4754924E-5)
Library to interface with PRUs
libpru is a library to interface with Programmable Realtime Units on FreeBSD. Currently only the Texas Instruments PRUs are supported. Those can be found in the AM18XX and AM33XX (BeagleBone Black) SoCs.
devel/Type-Tiny-XS-0.012 (Score: 6.4754924E-5)
Tiny, yet Moo(se)-compatible type constraint
Type::Tiny::XS provides an XS boost for some of Type::Tiny's built-in type constraints. Type::Tiny::XS is not required for Type::Tiny, but provides a speed boost for some type checks if available.
devel/UUID-Random-0.04 (Score: 6.4754924E-5)
Generate random uuid strings
UUID::Random generates random uuid strings. It does not satisfy any of the points listed in RFC 4122 but the default format. If you need RFC compliant UUID strings have a look at Data::UUID.
devel/VCS-0.25 (Score: 6.4754924E-5)
Library for generic Version Control System access in Perl
`VCS' is an API for abstracting access to all version control systems from Perl code. This is achieved in a similar fashion to the `DBI' suite of modules. It comes with example CVS and RCS wrappers.
devel/TheSchwartz-1.10 (Score: 6.4754924E-5)
Reliable job queue
TheSchwartz is a reliable job queue system. Your application can put jobs into the system, and your worker processes can pull jobs from the queue atomically to perform. Failed jobs can be left in the queue to retry later.
devel/Throwable-0.200013 (Score: 6.4754924E-5)
Easy-to-use class for error objects
Throwable is a role for classes that are meant to be thrown as exceptions to standard program flow. It is very simple and does only two things: saves any previous value for $@ and calls die $self.
devel/Tie-FileLRUCache-1.05 (Score: 6.4754924E-5)
Lightweight but robust filesystem based persistent LRU cache
Tie::FileLRUCache Provides a lightweight Least Recently Used cache of data via either an object or tied interface. Keys and data are both allowed to be references and objects as well as scalars. Requires 'Digest::SHA1' to be installed.
devel/Time-Interval-1.232 (Score: 6.4754924E-5)
Converts time intervals of days, hours, minutes, and seconds
This is a perl module for dealing with time intervals. Among other things, this module can tell you the number of hours, minutes, and seconds elapsed between two dates.
devel/strictures-2.000003 (Score: 6.4754924E-5)
Turn on strict and make all warnings fatal
strictures turns on indirect checking only when it thinks it's running in a compilation (or pod coverage) test - though if this causes undesired behaviour this can be overriden by setting the PERL_STRICTURES_EXTRA environment variable.
devel/subversion-1.9.4 (Score: 6.4754924E-5)
Perl bindings for Version control system
Subversion is a version control system designed to be as similar to cvs(1) as possible, while fixing many outstanding problems with cvs(1). This port adds Perl bindings to Subversion.