Ports Search

Results 351360 of 447 for /print/.(0.011 seconds)
graphics/danpei-2.9.7 (Score: 0.021499572)
Image Viewer for X Window System with thumbnail preview feature
Danpei is a Gtk+ based Image Viewer, works on X Window Sysytem. Features: o File operations like Windows Explorer o View image files with thumbnail format o View/Edit image files with your favorite applications (ImageMagick, Gimp etc) o Cache displayed images o Print out images
korean/hpscat-1.3.1 (Score: 0.021499572)
Hangul Text Printing Utility
hpscat-1.3jshin ------------------- hpscat is a small printing utility that print Hangul characters in any PostScript printer(including ghostscript). It use the hangul PS font in ked, so you must load the font before printing the document processed by hpscat. This version is revised by Jungshik Shin <jshin@minerva.cis.yale.edu>.
math/sp-1.2.3 (Score: 0.021499572)
R Classes and Methods for Spatial Data
R-sp is a package that provides classes and methods for spatial data. The classes document where the spatial location information resides, for 2D or 3D data. Utility functions are provided, e.g. for plotting data as maps, spatial selection, as well as methods for retrieving coordinates, for subsetting, print, summary, etc.
misc/figlet-2.2.5 (Score: 0.021499572)
SysV banner-like program prints strings in large fancy ASCII art
Figlet is a program that creates large ASCII art characters out of ordinary screen characters _ _ _ _ _ _ | (_) | _____ | |_| |__ (_)___ | | | |/ / _ \ | __| '_ \| / __| | | | < __/ | |_| | | | \__ \_ |_|_|_|\_\___| \__|_| |_|_|___(_) Figlet can print in a variety of fonts, both left-to-right and right-to-left. Figlet comes with several fonts. Also, many other fonts are avaiable, including Hebrew, Cyrillic (Russian), and Greek. There is also a "Figlet Home Page" on the Worldwide Web. http://www.surfplaza.com/figlet/
misc/Geo-Weather-1.41 (Score: 0.021499572)
Perl module to retrieve weather information from weather.com
The Geo::Weather module retrieves the current weather from weather.com when given city and state or a US zip code. After fetching the weather, the module can print a general weather report, or return specific values (ie: URL to a picture of the current weather for use on a website, current numerical values for wind speed, temperature, dew point, etc).
multimedia/kaffeine-1.3.1 (Score: 0.021499572)
Multimedia player based on KDE and VLC
Kaffeine is a multimedia player based on KDE and VLC. * Full Drag and Drop support * Import Noatun-playlists as well as M3U, ASX and PLS-Files * Editable Playlist * Export Playlist to HTML or PDF (KDE-Print) * Support for saving screenshots as PNG, BMP or XBM * The ability to prevent the screensaver from activating OSD Titles
multimedia/flvtool2-1.0.6 (Score: 0.021499572)
Flash video (FLV) manipulation tool
FLVTool2 is a manipulation tool for Macromedia Flash Video files (FLV). It can calculate a lot of meta data, insert an onMetaData tag, cut FLV files, add cue points (onCuePoint), show the FLV structure and print meta data information in XML or YAML.
net/avahi-0.6.31 (Score: 0.021499572)
Service discovery on a local network
Service discovery on a local network -- this means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very convenient.
net/avahi-0.6.31 (Score: 0.021499572)
"meta-port" for the Avahi service discovery suite
Service discovery on a local network -- this means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very convenient.
net/Net-Whois-Raw-2.99001 (Score: 0.021499572)
Very simple Perl interface to query raw whois data
Net::Whois::Raw - Perl extension for retrieving unparsed raw whois information. There is also a simple way of checking whether a domain is registered or not. Usage: use Net::Whois::Raw; $s = whois('perl.com'); $s = whois('freebsd.org'); $s = whois('freebsd.org.ua'); $Net::Whois::Raw::CHECK_FAIL = 1; print "Hurry up!\n" if !whois('microsoft.com');