Ports Search

Results 91100 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.03 seconds)
devel/xc3sprog-r769 (Score: 0.037536614)
Free programmer for Xilinx Spartan S3E Starter Kit
This tool should let you to program your Xilinx Spartan-3E Starter Kit and similar boards based on Xilinx USB programmers.
x11-wm/epplets-0.14 (Score: 0.037208416)
Collection of Enlightenment dock applications
A collection of dock applications for use with the Enlightenment window manager. The currently supported epplets are: E-Areas, E-Bandwidth E-Biff, E-Clock, E-Cpu, E-Disk, E-Exec, E-Load, E-LoadMeter, E-Magic, E-MemWatch, E-Mixer, E-MoonClock, E-Net, E-NetFlame, E-NetGraph, E-OpenGL-Demo, E-Pants, E-Pinger, E-PlayCD, E-Power, E-SD, E-ScreenSave, E-ScreenShoot, E-Slides, E-Sys, E-Time, E-Toolbox, E-UrlWatch, E-Wireless, EMix
archivers/sharutils-4.15.2 (Score: 0.03711035)
Pack, send, and unpack shell archives; synchronize via e-mail
This is the set of GNU shar utilities. This port installs them with the letter "g" prepended to their names, to avoid conflict with the FreeBSD base system. The uudecode and uuencode commands are omitted (BSD versions are present in the base system). The shar utilities deal with shar files, so-called shell archives, which are scripts suitable for transmission by e-mail or Usenet. When a shar file is executed, the files it contains are unpacked without the need for any software other than the shell itself and sed. Because they are scripts, shell archives from strangers should be read before executing them, to check for harmful commands. synopses from the info pages: * gmail-files: Send files to remote site. * gmailshar: Make and send a shell archive. * gremsync: Synchronize remote directory trees using e-mail. * gshar: Make a shell archive. * gunshar: Explode a shell archive.
audio/libbs2b-3.1.0 (Score: 0.036966138)
Bauer Stereophonic-to-Binaural DSP
The Bauer stereophonic-to-binaural DSP (bs2b) is designed to improve headphone listening of stereo audio records.
x11/emprint-20130520 (Score: 0.03618705)
Utility for taking screenshots for E17
Emprint is a utility for taking screenshots of the entire screen, a specific window, or a specific region.
mail/trojita-0.6 (Score: 0.036173515)
Fast cross-platform IMAP e-mail client using Qt 5 toolkit
Trojita is a fast cross-platform Qt IMAP e-mail client. Some highlights are: * It is a pure Qt application with no additional dependencies * Robust IMAP core implemented using Qt's Model-View framework * Standards compliance, resources efficiency, interoperability and high productivity are primary design goals * Integrates well into any reasonable desktop environment * On-demand message list and body part loading * Offline IMAP support * Support for bandwidth-saving mode aimed at mobile users with expensive connection * IMAP over SSH -- in addition to usual SSL/TLS connections, the server could be accessed via SSH * Safe and robust dealing with HTML mail Trojita is neither a full PIM suite nor a POP3 client.
textproc/Petal-Mail-0.31 (Score: 0.036027405)
Format text e-mail using Petal
Petal::Mail processes a Petal XML template, and then turns the resulting XML into a text email which can be sent through sendmail or other. The XML has to follow a certain syntax which is defined in this documentation. Since Petal::Mail's is a subclass of Petal, its API is the same. Which means you need to read about Petal before you can use Petal::Mail.
www/amazon-ecs-2.4.0 (Score: 0.036009267)
Generic Amazon E-commerce REST API written in Ruby
A generic Amazon E-commerce REST API with configurable default options and method call options. It uses Hpricot to parse the XML output. Use Response and Element wrapper classes for easy access to the XML elements, and it supports ECS 4.0. It is generic, so you can extend Amazon::Ecs to support the other not- implemented operations easily; and the response object just wraps around Hpricot element object, instead of providing one-to-one object/attributes to XML elements map. With that, if in the future, there is a change in REST XML output structure, no changes will be required on amazon-ecs, instead you just need to change your element path.
devel/kimwitu-4.6.1 (Score: 0.036000103)
Tool for processing trees (i.e. terms)
Kimwitu is a system that supports the construction of programs that use trees or terms as their main data structure. It is a `meta-tool' in the development process of tools. Its input is an abstract description of terms, annotated with implementation directives, plus a definition of functions on these terms. The output consists of a number of C-files that contain data-structure definitions for the terms, a number of standard functions on those terms, and a translation (in C) of the function definitions in the input (eg. term rewriting). The standard functions can be used to create terms, compare them for equality, read and write them on files in various formats and do manipulations like list concatenation.
devel/B-Graph-0.51 (Score: 0.03596134)
Perl Compiler backend to diagram OP trees
This module is a layer between the perl-internals-examining parts of Malcolm Beattie's perl compiler (the B::* classes) and your favorite graph layout tool (currently Dot and VGC are supported, but adding others would be easy). It examines the internal structures that perl builds to represent your code (OPs and SVs), and generates specifications for multicolored boxes and arrows to represent them.