Ports Search

Results 10,22110,230 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.01 seconds)
devel/flex-sdk-3.5.0.12683 (Score: 7.3261835E-5)
Adobe Flex SDK
The Flex SDK provides a highly productive, open source framework for building and maintaining expressive web applications that deploy consistently on all major browsers, desktops and operating systems. It provides a modern, standards-based language and programming model that supports common design patterns suitable for developers from many backgrounds. Flex applications run in the ubiquitous Adobe Flash Player and Adobe AIR.
devel/geany-plugin-miniscript-1.28 (Score: 7.3261835E-5)
Geany plugin: pipe text/documents via script (shell, perl, awk, etc.)
Geany Mini-Script filter plugin. This plugin is a tool to apply a script filter on: - text selection - current document - all documents The filter type can be: - shell script - perl script - python script - sed commands - awk script The output can be: - selection of current document - all documents - new document
devel/generatorrunner-0.6.16 (Score: 7.3261835E-5)
Tool to create binding generators for C++ and Qt libraries
GeneratorRunner is a tool that eases the development of binding generators for C++ and Qt-based libraries by providing a framework to help automating most of the process. It uses the ApiExtractor library to parse the header files and manipulate the classes information while generating the binding code using front-end modules provided by the user. GeneratorRunner is based on the QtScriptGenerator project
devel/gflags-2.1.2 (Score: 7.3261835E-5)
Commandline flags module for C++
gflags - Commandline flags module for C++ The gflags package contains a library that implements commandline flags processing. As such it's a replacement for getopt(). It has increased flexibility, including built-in support for C++ types like string, and the ability to define flags in the source file in which they're used.
devel/pflag-20160610 (Score: 7.3261835E-5)
Drop-in replacement for Go's flag package
pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. pflag is compatible with the GNU extensions to the POSIX recommendations for command-line options. For a more precise description, see the "Command-line flag syntax" section below.
devel/go-pretty-20130510 (Score: 7.3261835E-5)
Pretty-printing package for go values
Go package which provides pretty-printing for go values. This is useful during debugging, to avoid wrapping long output lines in the terminal. This package also provides a convenience wrapper for each function in package fmt that takes a format string.
devel/goffice-0.8.17 (Score: 7.3261835E-5)
GLib/GTK+ set of document centric objects and utilities
Goffice is a set of document centric components for GLib and GTK+. There are common operations for document centric applications that are conceptually simple, but complex to implement fully. - plugins - load/save documents - undo/redo Goffice provides a single library for performing such operations.
devel/goffice-0.10.28 (Score: 7.3261835E-5)
GLib/GTK+ set of document centric objects and utilities
Goffice is a set of document centric components for GLib and GTK+. There are common operations for document centric applications that are conceptually simple, but complex to implement fully. - plugins - load/save documents - undo/redo Goffice provides a single library for performing such operations.
devel/glib-1.2.10 (Score: 7.3261835E-5)
Some useful routines of C programming (previous stable version)
This is GLib version 1.2. GLib, is a library which includes support routines for C such as lists, trees, hashes, memory allocation, and many other things. ftp://ftp.gtk.org/pub/gtk A mailing list is located at gtk-list@redhat.com for discussion.
devel/gumbo-0.10.1 (Score: 7.3261835E-5)
Pure-C HTML5 parser
Gumbo is an implementation of the HTML5 parsing algorithm implemented as a pure C99 library with no outside dependencies. It's designed to serve as a building block for other tools and libraries such as linters, validators, templating languages, and refactoring and analysis tools.