Ports Search

Results 8,9919,000 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.009 seconds)
devel/drpython-3.11.4 (Score: 7.770591E-5)
Highly customizable cross-platform ide to aid programming in Python
DrPython is a highly customizable, extensible editor/environment for developing programs written in the Python programming Language. It is implemented in wxPython.
devel/Devel-Hide-0.0009 (Score: 7.770591E-5)
Forces the unavailability of specified Perl modules (for testing)
Given a list of Perl modules/filenames, this module makes require and use statements fail (no matter the specified files/modules are installed or not).
devel/Devel-LeakTrace-0.05 (Score: 7.770591E-5)
Indicate where leaked variables are coming from
Based heavily on Devel::Leak, Devel::LeakTrace uses the pluggable runops feature in perl 5.6 and later in order to trace SV allocations of a running program.
devel/Devel-TraceCalls-0.04 (Score: 7.770591E-5)
Track calls to subs, classes, and object instances
Devel::TraceCalls allows subroutine calls to be tracked on a per-subroutine, per-package, per-class, or per object instance basis.
devel/android-tools-adb-7.0.0.r1 (Score: 7.770591E-5)
Android debug bridge command line tool
Android Debug Bridge (adb) is a versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device.
devel/Event-Lib-1.03 (Score: 7.770591E-5)
Makes libevent(3) accessible with Perl
Event-Lib is a Perl wrapper around libevent(3) (http://www.monkey.org/~provos/libevent/). It makes the handling of asynchronous events more comfortable.
devel/Fennec-Lite-0.004 (Score: 7.770591E-5)
Perl extension for minimalist Fennec, the commonly used bits
Fennec does a ton, but it may be hard to adopt it all at once. It also is a large project, and has not yet been fully split into component projects. Fennec::Lite takes a minimalist approach to do for Fennec what Mouse does for Moose. Fennec::Lite is a single module file with no non-core dependencies. It can easily be used by any project, either directly, or by copying it into your project. The file itself is less than 300 lines of code at the time of this writing, that includes whitespace.
devel/ExtUtils-Depends-0.405 (Score: 7.770591E-5)
Easily build XS extensions that depend on XS extensions
This module tries to make it easy to build Perl extensions that use functions and typemaps provided by other perl extensions. This means that a perl extension is treated like a shared library that provides also a C and an XS interface besides the perl one. This works as long as the base extension is loaded with the RTLD_GLOBAL flag (usually done with a sub dl_load_flags {0x01} in the main .pm file) if you need to use functions defined in the module.
devel/ExtUtils-XSBuilder-0.28 (Score: 7.770591E-5)
Autogenerating XS-glue Code
ExtUtils::XSBuilder is a set modules to parse C header files and create XS glue code and documentation out of it. Ideally this allows to "write" an interface to a C library without coding a line. Since no C-API is ideal, some adjustments are necessary most of the time. So to use this module you must still be familiar with C and XS programming, but it removes a lot of stupid work and copy&paste from you. Also when the C API changes, most of the time you only have to rerun XSBuilder to get your new Perl API.
devel/File-Monitor-1.00 (Score: 7.770591E-5)
Monitor files and directories for changes
This module provides a simple interface for monitoring one or more files or directories and reporting any changes that are made to them.