Ports Search

Results 18,51118,520 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.07 seconds)
graphics/jogamp-jogl-2.2.4 (Score: 1.987748E-5)
Java bindings for OpenGL
The JOGL project hosts the development version of the Java (TM) Binding for the OpenGL API (JSR-231), and is designed to provide hardware-supported 3D graphics to applications written in Java. JOGL provides full access to the APIs in the OpenGL 1.3 - 3.0, >= 3.1, ES 1.x and ES 2.x specification as well as nearly all vendor extensions. It integrates with the AWT and Swing widget sets, as well with custom windowing toolkits using the NativeWindow API. It is part of a suite of open-source technologies initiated by the Game Technology Group at Sun Microsystems.
graphics/jhead-3.00 (Score: 1.987748E-5)
EXIF JPEG header manipulation tool
Jhead is a command line driven program for manipulating the non-image parts of Exif flavour JPEG files that most digital cameras produce. It has the following features: - Extracting camera settings from Exif image files - Able to set and/or adjust the Exif time field - Manipulation (extract, replace, regenerate) of Exif integral thumbnails - Transplant Exif image header from one JPEG to another - Edit JPEG comment fields - Automatically rotate images upright (using jpegtran) according to "orientation" tag. - Manage running programs on large batches of Jpegs and restoring Exif header information afterwards. - Display embedded GPS info (if present)
graphics/shotwell-0.23.6 (Score: 1.987748E-5)
Open source photo manager for GNOME
Shotwell is an image organizer designed to provide personal photo management for the GNOME desktop environment. Shotwell can import photos and videos from a digital camera directly, group photos and videos automatically by date, and supports tagging. Its image editing features allow users to straighten, crop, eliminate red eye, and adjust levels and color balance. It also features an auto "enhance" option that will attempt to guess appropriate levels for the image. Shotwell allows users to publish their images and videos to Facebook, Flickr, Picasa Web Albums, Piwigo, and YouTube.
graphics/truevision-0.5.5.2 (Score: 1.987748E-5)
GNOME 3D modeler
Truevision is a 3D modeler for Gnome. It is still in development, so not really stable and quite not usable yet. Features: - Create some objects: - finite solid primitives: box, sphere, cone, cylinder, torus, heightfield, superellipsoid - finite patch primitive: disc - infinite solid primitive: plane - lights: point, cylindrical, spot, area - csg operators: union, merge, intersection, difference - atmospherics: background, skysphere, media, fog - Manipulate them (rotate, scale, translate, etc) - Manipulate and edit the camera - Render the scene with the multithreaded povray frontend - Create and edit materials (except slope maps), with preview in editor - Output the scene to povray - Save and load scenes, objects, materials - Save materials with preview in material library
graphics/webp-0.5.0 (Score: 1.987748E-5)
Google WebP image format conversion tool
WebP is a new image format that provides lossless and lossy compression for images on the web. WebP lossless images are 26% smaller in size compared to PNGs. WebP lossy images are 25-34% smaller in size compared to JPEG images at equivalent SSIM index. WebP supports lossless transparency (also known as alpha channel) with just 22% additional bytes. Transparency is also supported with lossy compression and typically provides 3x smaller file sizes compared to PNG when lossy compression is acceptable for the red/green/blue color channels. Webmasters and web developers can use the WebP image format to create smaller and richer images that can help make the web faster.
irc/epic5-2.0.1 (Score: 1.987748E-5)
Enhanced Programmable IRC-II Client
EPIC5 is the 5th generation of the Enhanced Programmable ircII Client. No longer is EPIC 100% backwards compatible with ircII, but instead those things where compatibility is undesirable have been found and fixed. No gratuitous incompatibilities have been added, but lots of new code has been added to make EPIC one of the best ircII clients available. EPIC no longer shares any file names with ircII, so they should happily co-exist. Due to it's minimalist approach it is highly recommended you use a script with EPIC.
irc/psybnc-2.3.2.9 (Score: 1.987748E-5)
Powerful IRC bouncer
psyBNC is an extremely powerful IRC bouncer. Features include: . It stays connected when you disconnect . It allows Full Online Administration . It allows you to set Users who could get op from psyBNC . It supports full logging of Messages and traffic . It supports linking to other psyBNCs + PartyLine . It allows multiple connections of one Client to different irc-servers . It has a translation module - english to italian,english to german,english to portugese,english to french, french to english,german to english,portugese to english,french to english . Modular . IPv6 Support . Much more (see README in package)
irc/thales-1.0 (Score: 1.987748E-5)
GNU Thales -- An IRC to MySQL gateway
Thales is an IRC to MySQL Gateway. It connects to your IRC network as a service, and converts messages it receives to SQL queries to update the database. It collects data about users, channels and servers. It does not build stats itself, but gives you the database, it's your role to write third-party applications or scripts, for example in PHP, to extract data from it. Some example applications are provided. Supported DBMS and IRCDs: * Currently runs with MySQL * Currently supports Unreal (3.1 or later) * Support for Bahamut (1.4.27 or later), Hybrid 7 and Ultimate (2.8 or later, 3.0.0 or later) is still included, but is not maintained
japanese/jacode.pl-2.13.4.15 (Score: 1.987748E-5)
Perl library for Japanese character code conversion
jacode.pl - Perl library for Japanese character code conversion This software has upper compatibility to jcode.pl. * jcode.pl upper compatible * Perl4(also Perl5) script * Acts as a wrapper to Encode::from_to (Yes, not only Japanese!) * Support HALFWIDTH KATAKANA * Support UTF-8 by cp932 to Unicode table http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP932.TXT http://support.microsoft.com/kb/170559/ja (JIS X 0221:2007 BASIC JAPANESE and COMMON JAPANESE) * Hidden UTF8 flag * No Object oriented * Possible to re-use past code and how to
japanese/migemo.el-1.9.1 (Score: 1.987748E-5)
Japanese incremental search tool for Emacs
migemo.el is a Japanese incremental search tool for Emacs. You can search Japanese words on Emacs without Kanji conversion. This migemo.el is forked version from the original one bundled with migemo. To use migemo.el, please set the following elisp to your own ~/.emacs.d/init.el file. (require 'migemo) (setq migemo-command "cmigemo") (setq migemo-options '("-q" "--emacs")) (setq migemo-dictionary "/usr/local/share/cmigemo/utf-8/migemo-dict") (setq migemo-user-dictionary nil) (setq migemo-regex-dictionary nil) (setq migemo-coding-system 'utf-8-unix) (load-library "migemo") (migemo-init)