Ports Search

Results 1,5711,580 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.007 seconds)
devel/ireport-3.7.6 (Score: 0.0011538521)
A visual report builder/designer for JasperReports
iReport is a powerful, intuitive and easy to use visual report builder/designer for JasperReports written in 100% pure java. This tool allows users to visually edit complex reports with charts, images, subreports,... iReport is integrated with JFreeChart, one of the most diffused OpenSource chart library for java. The data to print can be retrieved through several ways including multiple JDBC connections, TableModels, JavaBeans, XML, etc.
ftp/multiget-1.1.3 (Score: 0.0011538521)
HTTP/FTP downloader with a nice GUI
MultiGet is an easy-to-use GUI file downloader for Linux/Unix/BSDs/Windows. It's programmed by C++ and GUI is based on wxWidgets. It supports http/ftp protocol which covers most user's requirement. It supports multi-task with multi-thread on multi-server. It supports resume download if server side have resume feature, and if you like, you can reconfig the thread number without stopping the going task. It's also support SOCKS 4, 4a, 5 proxy, ftp proxy, http proxy.
games/xpuzzletama-1.5b (Score: 0.0011538521)
Puzzle tama, a Tetris like game
PuzzleTama is a tetris-like puzzle game for X Window System. OPTIONS: usage: xpuzzletama [options] -display display Specify display name -rensa n How many balls is need to disappear. (Score registration available only 3) -install Install colormap -mouse Use mouse -net Multi player through net -host host Specify host when multi playing You can also configure mouse button. -rturn button-number default 1 -fall button-number default 2 -lturn button-number default 3
graphics/gif2png-2.5.9 (Score: 0.0011538521)
Converts GIF images to a PNG format
The gif2png program converts files from the obsolescent Graphic Interchange Format to Portable Network Graphics. The conversion preserves all graphic information, including transparency, perfectly. The gif2png program can even recover data from corrupted GIFs. The distribution also includes a Python script, web2png, that will convert entire web hierarchies (images and HTML or PHP pages). The script requires Python 1.5.2. Original author: Alexander Lehmann
lang/Switch-2.17 (Score: 0.0011538521)
Switch - A switch statement for Perl
Switch.pm provides the syntax and semantics for an explicit case mechanism for Perl. The syntax is minimal, introducing only the keywords switch and case and conforming to the general pattern of existing Perl control structures. The semantics are particularly rich, allowing any one (or more) of nearly 30 forms of matching to be used when comparing a switch value with its various cases. -Anton <tobez@FreeBSD.org>
mail/surblhost-0.8.0 (Score: 0.0011538521)
Check if a hostname is blacklisted
Surblhost is a small program to see if hostnames are listed in the Spam URI Realtime Blocklists (SURBL). Hosts that are blacklisted means that global spam email have been reported to contain links to these hosts. Many popular spam email filters use these lists to identify spam email, but this program makes it possible to use the lists for any conceivable purpose, such as filtering out bad hosts from URL redirection, and so on.
sysutils/ploy-1.2.1 (Score: 0.0011538521)
Manage servers through a central configuration
Ploy is a commandline-tool to provision, manage and control server instances. What kind of server instances these are depends on the used plugins. There are plugins for EC2 (ploy_ec2), FreeBSD Jails (ploy_ezjail) and more. You can create, delete, monitor and ssh into instances while ploy handles the details like ssh fingerprint checking. Additional plugins provide advanced functionality like integrating Fabric (ploy_fabric) and Ansible (ploy_ansible).
textproc/Text-FillIn-0.05 (Score: 0.0011538521)
Class implementing a fill-in template
This is the Text::FillIn.pm module. It is a class for implementing fill-in text templates. It is designed to be flexible and sub-classible. You can specify the delimiters that mark sections of text to be filled in (for example [[ and ]], or <!-- and -->, or { and } ... you get the picture), and you can specify the actions to take when filling in those sections. -Anton <tobez@FreeBSD.org>
www/CGI-Prototype-0.9054 (Score: 0.0011538521)
Create a CGI application by subclassing
The core of every CGI application seems to be roughly the same: - analyze the incoming parameters, cookies, and URLs to determine the state of the application (let's call this "dispatch"). - based on the current state, analyze the incoming parameters to respond to any form submitted ("respond"). - from there, decide what response page should be generated, and produce it ("render"). CGI::Prototype creates a Class::Prototyped engine for doing all this, with the right amount of callback hooks to customize the process.
databases/ateam_mysql_ldap_auth-1.0 (Score: 0.0011533872)
A-Team MySQL LDAP authentication plugin
A-Team MySQL LDAP Authenticator (ateam_mysql_ldap_auth) is an authentication plugin for MySQL 5.5.7 and up, and has been tested with 5.6 under FreeBSD. This module allows you to create MySQL users that are then authenticated against an LDAP server. This reduces administrative overhead and eliminates your users having to remember a seperate username and password for MySQL. Just like MySQL Enterprise's PAM module, for client side authentication this plugin uses the clear_text password module as the LDAP server must perform the password hasing and comparison. For command line clients this is done by setting the following environment variable: export LIBMYSQL_ENABLE_CLEARTEXT_PLUGIN=1 In MySQL Workbench this is acheived by going to go to the "Advanced" tab and checking "Enable Cleartext Authentication Plugin" when editing a connction. !!! IMPORTANT: !!! ------------------------------------------------------------------------ !!! ENSURE THE COMMUNICATIONS PATH BETWEEN THE CLIENT AND SERVER IS SECURE! !!! ------------------------------------------------------------------------ !!! By default MySQL does not use SSL so additional steps and network design !!! are needed to ensure you're not exposing your credetials.