smtp-cli is a powerful SMTP command line client with a support for
advanced features, such as STARTTLS, SMTP-AUTH, or IPv6 and with a
scriptable message composition capabilities supporting anything
from simple plain-text messages right up to building complex HTML
emails with alternative plain-text part, attachments and inline
images. The MIME-Type of the attachments can either be guessed
automatically or alternatively set on the command line, separately
for each attachment if required.
From the original README:
Xmon interactively monitors the byte-stream connections between an X
server and a number of X clients. Xmon recognises all requests,
events, errors and replies sent between the clients and the server
which are part of the core X protocol. The contents of these messages
are displayed on standard output at a user settable degree of detail
from none to every bit and byte. Xmon also allows the user to select
a number of requests or events to be monitored at a different degree
of detail. Xmon will also block the transmission of selected requests
from the clients to the server and selected events from the server to
the clients. Xmon also keeps statistics of the number of requests,
events, and errors received.
Sub::Infix creates fake infix operators using overloading. It doesn't use source
filters, or Devel::Declare, or any of that magic. It's pure Perl, has no
non-core dependencies, and runs on Perl 5.8.
Provides scaffolding, devel server, and some simple code generation helpers.
The Boost Python Library is a framework for interfacing Python and
C++. It allows you to quickly and seamlessly expose C++ classes
functions and objects to Python, and vice-versa, using no special
tools -- just your C++ compiler.
The Boost.Pyste code generator resides in a separate port: devel/boost-pyste
This program generates a graph (in PNG format) showing the revisions,
tags, and branching of a file in a CVS or RCS repository. Example:
cvsgraph -r /home/ncvs -m ports/devel/cvsgraph -o test.png pkg-descr,v
It can also be used with cvsweb. A patch to cvsweb is available
through the cvsgraph home page.
Trevor Johnson
A port from the CLD (Compact Language Detector) library embedded in
Google's Chromium browser. The library detects the language from
provided UTF8 text (plain text or HTML). It's implemented in C++,
with very basic Python bindings.
You most likely need devel/cld2 port: version 2 of CLD. This port is here
only to for pecl-cld until it support CLD version 2.
EggDBus aims to be an easy-to-use set of GObject bindings for interacting
with DBus. Currently, this interaction is done using libdbus-1 but that
is subject to change.
See http://mail.gnome.org/archives/gtk-devel-list/2008-December/msg00059.html
for more on the goals and design of EggDBus.
hp48cc is a C-like compiler that translates the input code into the HP48 RPL
language. The language recognized by the compiler is only a small subset of
the C language, with some non-standard extensions, but powerful enough to
write complex programs simply.
Note that GCC-based `devel/hp48xgcc' port exists which directly translates C
code into Saturn (HP48 processor) opcodes.
JIRA is a proprietary bug tracking system from Atlassian
(http://www.atlassian.com/software/jira/).
This module implements an Object Oriented wrapper around JIRA's SOAP API.
Moreover, it implements some other methods to make it easier to do some common
operations.
NOTE: This module has been deprecated in favour of devel/p5-JIRA-REST; see WWW
below for details.