UI::Dialog is an OOPerl wrapper for the various dialog applications.
These dialog backends are currently supported: Zenity, XDialog, GDialog,
KDialog, CDialog, and Whiptail. There is also an ASCII backend provided
as a last resort interface for the console based dialog variants.
PR: ports/97598
Submitted by: Dmitry Karasik <dmitry@karasik.eu.org>
Approved by: ahze (mentor, implicit)
of simple WSGI programs.
The package is divided into two main components which can be used individualy or
in combination.
wsgiServer is a multi-threaded WSGI web server based on SimpleHTTPServer.
wsgiAdaptor is a simple WSGI application that provides basic authentication,
signed cookies and persistent sessions.
WWW: http://www.owlfish.com/software/wsgiutils/
PR: ports/99488
Submitted by: Jordi Haarman
specifications used in Zope to power HTML and XML templates. SimpleTAL is an
idependent implementation of TAL; there are no dependencies on Zope nor is any
of the Zope work re-used.
WWW: http://www.owlfish.com/software/simpleTAL/
PR: ports/99489
Submitted by: Jordi Haarman
(CVS, Subversion, Perforce, etc) using only the current working
directory (cd). This prevents users from having to set other
environment variables when they switch between areas, and allows
scripts and such inside the directory to be executed without changing
the user's PATH.
WWW: http://search.cpan.org/dist/Dir-Project/
PR: ports/100307
Submitted by: Gea-Suan Lin <gslin at gslin.org>
faster than the old way. This lets you check. It might also be useful
to check that your super whizzo XS or Inline::C version is actually
faster.
This module is based on the standard Benchmark module. If you have
lots of timings to compare and you don't want to keep running the same
benchmarks all the time, you can pass in a result object from
Benchmark::timethis() instead of sub routine reference.
Author: Fergal Daly <fergal@esatclear.ie>
WWW: http://search.cpan.org/dist/Test-Benchmark/
PR: ports/100218
Submitted by: Gea-Suan Lin <gslin at gslin.org>
* Possible bugs - empty try/catch/finally/switch statements
* Dead code - unused local variables, parameters and private methods
* Suboptimal code - wasteful String/StringBuffer usage
* Overcomplicated expressions - unnecessary if statements, for loops
that could be while loops
* Duplicate code - copied/pasted code means copied/pasted bugs
WWW: http://pmd.sourceforge.net/
PR: 99907
Submitted by: Alex Varju <freebsd-ports@varju.ca>
ObjectiveC compillers without target libraries (i.e libstdc++ isn't included).
It can be used to cross-compile operating system kernels (e.g. Linux, L4, etc)
for this architecture.
WWW: http://gcc.gnu.org/
PR: ports/94682
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Prerequisite for the GCC for PowerPC/RS6000 cross-compilation environment.
WWW: http://sources.redhat.com/binutils/
PR: ports/94681
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
based boards. This code was derived from mpcbdm patch by Frank Przybylski.
This allows using this code separately from gdb, for example, to load
firmware to the board, or retrive information about it.
The package includes example "mpc8xx" program, that displays information
about connected board using libmpcbdm library.
The schematic of adapter itself can be found at project homepage.
Author: Erwin Rol <erwin@muffin.org>
WWW: http://libmpc8xx.sourceforge.net/
PR: ports/99406
Submitted by: Stanislav Sedov <stas at fonon.realnet>
the JUnit tool for Java, and the HUnit tool for Haskell.
WWW: http://home.wanadoo.nl/maas/ocaml
PR: ports/93957
Submitted by: Meikel Brandmeyer <ocaml-ounit-port at kotka.de>
www/otrs is a dupe in index. I disconnected devel/otrs since
it looks like www/otrs was commited first and www/otrs listed
in modules while devel/otrs isn't.
Reported by: erwin index build email
This is the LIBEPP-NICBR C++ library that partially implements the Extensible
Provisioning Protocol (EPP), as described in the Internet Drafts RFC3730bis to
RFC3734bis and RFC3735.
RFC3731bis - EPP Domain Name Mapping - was implemented with hosts as attributes
of the Domain Object.
In order to conform to the .BR model, extensions to the EPP Domain Name and
Contact Mapping were made (draft-neves-epp-brdomain and draft-neves-epp-brorg),
supported since version 0.2. The documentation for these extensions is
available at EPP References [1].
[1]
http://registro.br/epp/rfc-EN.html
WWW: http://registro.br/epp/
implementing most of the functions available in System V R4 curses. It
supports most compilers for these platforms. The X11 port allows existing
text-mode curses programs to be re-compiled and linked with PDCurses to
produce native X11 applications.
WWW: http://pdcurses.sourceforge.net/
libleaftag is the core tagging library. It's GObject-based and provides a
simple means for tagging and untagging files, retrieving lists of tags, and
generally manipulating the database.
Project homepage:
WWW: http://www.chipx86.com/wiki/Leaftag
PR: ports/98113
Submitted by: Khairil Yusof <kaeru@inigo-tech.com>
and wrap-around. It is a clock only; it has absolutely no concept of dates.
Vagaries of date/time such as leap seconds and daylight savings time are
unsupported.
WWW: http://search.cpan.org/dist/Time-Clock/
PR: ports/99667
Submitted by: Zach Thompson <hideo@lastamericanempire.com>
programs that are event-driven, networked, non-blocking and portable.
It includes a simple API to do any networking, file I/O and pipes.
It is multiplatform and runs on POSIX-like systems and Windows.
WWW: http://www.lundman.net/wiki/index.php/LiON
PR: ports/99589
Submitted by: Marco Molteni <molterSPAM@gufiSPAM.org>