Ports Search

Results 8,4718,480 of 19,819 for %22HTTP Server%22.(0.013 seconds)
devel/gnu-efi-3.0.3 (Score: 0.0010835839)
SDK for EFI applications
SDK for developing EFI applications for ARM-64, ARM-32, x86_64, IA-64 (IPF), and IA-32 (x86) platforms using the GNU toolchain and the EFI development environment.
devel/genproto-0.4.1 (Score: 0.0010835839)
Generates prototypes from C/C++ code
genproto generates prototypes from C/C++ code. It does not touch the original files, and the output format can be changed via printf-style format strings.
devel/gettext-lint-0.4 (Score: 0.0010835839)
Check the validity and consistency of PO and POT files
The gettext lint tools is a collection of tools for checking the validity and consistency of PO and POT files. It also includes an experimental glossary building tool. This package includes: * POFileStatus - PO file validator and status reporting * POFileChecker - searches for common mistakes in PO files * POTFileChecker - searches for common mistakes in POT files * POFileConsistency - PO file consistency checks * POFileConsistencyShell - PO file consistency checks, interactive mode * POFileEquiv - PO file glossary generator All tools generate XML to the standard output; just run them with a list of PO or POT files to check. Some have extra options, run the command with no parameters for a short usage message.
devel/gobject-introspection-1.46.0 (Score: 0.0010835839)
Generate interface introspection data for GObject libraries
GObject Introspection is a project for providing machine readable introspection data of the API of C libraries. This introspection data can be used in several different use cases, for example automatic code generation for bindings, API verification and documentation generation. GObject Introspection contains tools to generate and handle the introspection data.
devel/goffice-0.8.17 (Score: 0.0010835839)
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: 0.0010835839)
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/gtkparasite-20090819 (Score: 0.0010835839)
GTK+ UI debugging tool
Developing and debugging UIs can be a pain. When something goes wrong, it's not always obvious why. You can waste hours writing logging statements only to find out that a widget is in the wrong container, or an attribute wasn't set correctly. Developing isn't much better either. Ever spend time writing temporary code just to test a new feature, code you know you're going to throw away in an hour, and yet you end up spending the next 20 minutes debugging your temporary code? Sucks, doesn't it? What your program really needs is a good Parasite infestation. Parasite is a debugging and development tool that runs inside your GTK+ application's process. It can inspect your application, giving you detailed information on your UI, such as the hierarchy, X window IDs, widget properties, and more. You can modify properties on the fly in order to experiment with the look of your UI.
devel/awscli-1.10.63 (Score: 0.0010835839)
Universal Command Line Interface for Amazon Web Services
This package provides a unified command line interface to many Amazon Web Services. The currently supported services include: * Amazon Elastic Compute Cloud (Amazon EC2) * Elastic Load Balancing * Auto Scaling * AWS CloudFormation * AWS Elastic Beanstalk * Amazon Simple Notification Service (Amazon SNS) * Amazon Simple Queue Service (Amazon SQS) * Amazon Relational Database Service (Amazon RDS) ... and more.
devel/highlighterkit-0.1 (Score: 0.0010835839)
Framework needed by Project Manager
Framework needed by Project Manager. LICENSE: MIT / FDL
devel/git-annex-5.20150727 (Score: 0.0010835839)
Manage files with git, without checking their contents into git
git-annex allows managing files with git, without checking the file contents into git. While that may seem paradoxical, it is useful when dealing with files larger than git can currently easily handle, whether due to limitations in memory, time, or disk space. It can store large files in many places, from local hard drives, to a large number of cloud storage services, including S3, WebDAV, and rsync, with a dozen cloud storage providers usable via plugins. Files can be stored encrypted with gpg, so that the cloud storage provider cannot see your data. git-annex keeps track of where each file is stored, so it knows how many copies are available, and has many facilities to ensure your data is preserved. git-annex can also be used to keep a folder in sync between computers, noticing when files are changed, and automatically committing them to git and transferring them to other computers. The git-annex webapp makes it easy to set up and use git-annex this way.