Ports Search

Results 2,3012,310 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.009 seconds)
www/mechanize-2.6.0 (Score: 9.755737E-4)
WWW::Mechanize, a handy web browsing ruby object
The Mechanize library is used for automating interaction with websites. Mechanize automatically stores and sends cookies, follows redirects, can follow links, and submit forms. Form fields can be populated and submitted. Mechanize also keeps track of the sites that you have visited as a history.
www/bareos-webui-15.2.2 (Score: 9.755737E-4)
A PHP-Frontend to manage Bareos over the web
The bareos-webui is a free software tool written in PHP, intended to monitor and manage Bareos over the web. The webui is based on Zend Framework 2, an open source framework for developing web applications and services using PHP 5.3+ and makes extensive use of the Twitter Bootstrap front-end framework. The bareos-webui is licensed under AGPL Version 3.
www/websh-3.6.0b5 (Score: 9.755737E-4)
Embeds a TCL8 interpreter in the Apache server
Web|sh is a TCL module for Apache. It is currently the most advanced and the best supported of the several such modules listed at http://tcl.apache.org/ Works with both Apache-1.3.x and 2.x and has an interesting development paradigm.
x11-toolkits/Gnome2-1.046 (Score: 9.755737E-4)
Allows a perl developer to use the Gnome libraries
The Gnome2 module allows a perl developer to use the Gnome libraries. Find out more about Gnome+ at http://www.gnome.org/. The perl bindings follow the C API very closely, and the C reference documentation should be considered the canonical source.
x11-wm/ion-20020207 (Score: 9.755737E-4)
Window manager with a text-editorish, keyboard friendly interface
Ion (based on PWM) is a new kind of window manager that brings a text-editorish, keyboard friendly user interface to window management. Modern GUIs are unusable. Overlapping windows are hard to manage, especially from the keyboard, and the user often ends up in a jungle. Not to mention the application programs, which are even worse. Mouse-based search-and-click interfaces are slow - keyboard is fast having learnt the commands. Ion (the last three letters of vision =-) was written as an example and an experiment of something presumably better (just the window manager, though). Ion simply divides the screen into frames that take the whole screen. Big displays have so much space that this is convenient and smaller displays couldn't show more than one window at a time anyway. The frames can be split and growing the size of one will shrink others. Alike in PWM, clients can be moved between frames and multiple clients can be attached to one frame. With Ion you will hardly ever have to touch the mouse again for navigation between windows and the windows are always in order.
databases/sqlbuddy-1.3.3 (Score: 9.6955843E-4)
Web based MySQL administration with a set of PHP scripts
SQL Buddy is an open source project designed to change the way people think about MySQL. Databases are an essential part of most projects - who knew that working with a database could also be intuitive? Give SQL Buddy a try and you might find yourself having some unexpectedly warm feelings toward MySQL. Who knows, maybe its time to let your database server move in from the garage. Features: * No setup Just unzip the files to your server and its ready to use. Seriously, the next step is logging in. * Complete control of users Logins are handled directly by MySQL. Create as many or as few users as you want. * Speaks your language The current release is bundled with 37 translations - with more on the way!
databases/hbase-1.2.1 (Score: 9.6955843E-4)
Hadoop database, a distributed, scalable, big data store
Apache HBase is an open-source, distributed, versioned, non-relational database modeled after Google's Bigtable: A Distributed Storage System for Structured Data by Chang et al. Just as Bigtable leverages the distributed data storage provided by the Google File System, Apache HBase provides Bigtable-like capabilities on top of Hadoop and HDFS. Features: -- Linear and modular scalability -- Strictly consistent reads and writes -- Automatic and configurable sharding of tables -- Automatic failover support between RegionServers -- Convenient base classes for backing Hadoop MapReduce jobs with Apache HBase tables -- Easy to use Java API for client access -- Block cache and Bloom Filters for real-time queries -- Query predicate push down via server side Filters -- Thrift gateway and a REST-ful Web service that supports XML, Protobuf and binary data encoding options -- Extensible jruby-based (JIRB) shell -- Support for exporting metrics via the Hadoop metrics subsystem to files or Ganglia, or via JMX
devel/poco-1.4.3 (Score: 9.6955843E-4)
C++ libraries with a network/internet focus (full version)
The C++ Portable Components currently consist of four libraries. The Foundation library contains a platform abstraction layer (including classes for multithreading, file system access, logging, etc.), as well as a large number of useful utility classes, such various stream buffer and stream classes, URI handling, and many more. The remaining libraries include: o Crypto - Encrypt/decrypt data or I/O streams o Data - database access ODBC, SQLite, MySQL client o Net - network classes (sockets, HTTP, etc.) o NetSSL - SSL/TLS protocol sockets based on OpenSSL o PageCompiler - C++ Server Page Compiler, for dynamic HTML in C++ apps o XML - parser with SAX2 and DOM interfaces and an XMLWriter o Util - config files and command line arguments, various utility classes o Zip classes for (de)compressing data or I/O streams This is now known as the '-all' distribution by the Poco project, but the FreeBSD port remains named -ssl for hysterical raisins.
www/swiggle-0.4 (Score: 9.6955843E-4)
Swiggle is a commandline web image gallery generator
swiggle is a small command line tool that generates HTML pages, including thumbnail indexes, for given images (a so called "web gallery"). It's intended to be easy to use, and since it is written in C, it's quite speedy. It uses libjpeg for decompression and compression of images, libexif for getting EXIF information contained in the images, and it caches scaled images so that subsequent runs don't need to scale images again and are faster. Of course, the original images aren't changed. Currently, it only processes JPEG images, and it's thought to be used primarily with images taken with digital cameras. Josef El-Rayes j.el-rayes@daemon.li
devel/IO-Prompt-Tiny-0.003 (Score: 9.6909824E-4)
Prompt for user input with a default option
IO::Prompt::Tiny is an extremely simple prompting module, based on the extremely simple prompt offered by ExtUtils::MakeMaker.In many cases, that's all you need and this module gives it to you without all the overhead of ExtUtils::MakeMaker just to prompt for input. It doesn't do any validation, coloring, menus, timeouts, or any of the wild, crazy, cool stuff that other prompting modules do. It just prompts with a default. That's it!