FreeBSD New Ports Index

This page is a slightly modified version of the following one-liner output. created_at: 2021-05-14T02:44:27+09:00

# git -C /usr/ports log --diff-filter=A --name-status --pretty="format:%aI %H" origin/master | perl -nlE '/^\d/ ? $d=$_ : print "$d\t$_"' | ack "\t[0-9a-z-]+/[^/ ]+/Makefile$"
timestamp origin comment / pkg-descr
2007-12-31T21:45:21+00:00 textproc/py-libtre Python interface for the tre regular expressions library
Libtre is an attempt to create a lightweight, robust, and efficient fully
POSIX compliant regexp matching library. There is still some work left, but
the results so far are promising.

At the core of Libtre is a new algorithm for regular expression matching with
submatch addressing. The algorithm uses linear worst-case time in the length
of the text being searched, and quadratic worst-case time in the length of the
used regular expression. In other words, the time complexity of the algorithm
is O(M2N), where M is the length of the regular expression and N is the length
of the text. The used space is also quadratic on the length of the regex, but
does not depend on the searched string. This quadratic behaviour occurs only
on pathological cases which are probably very rare in practice.

WWW: http://laurikari.net/tre/
2007-12-31T21:30:16+00:00 devel/z80asm Assembler for the Z80 microprocessor
z80asm is an assembler for the Z80 microprcessor. The assembler aims to be
portable and complete. Of course it assembles all official mnemonics, but it
also aims to assemble the unofficial mnemonics.

The assembler features the output of listing files which show the source with
the assembled codes and address next to it.

It also allows outputting of label files, in a format which can be included by
other assembler source files.

Other noteworthy features are complete calculation capabilities, conditional
assembling of parts of the code, and inclusion of other source files.

The assembler was written with the MSX computer in mind as the target platform,
but it can be used for any system with a Z80 in it. The original idea was to
make header files with labels of MSX specific addresses (BIOS, BDOS, system
variables), but nothing like this has been done yet.

WWW: http://savannah.nongnu.org/projects/z80asm/
2007-12-31T20:36:37+00:00 sysutils/rsyslog3-gssapi GSS API input/output module for rsyslog
2007-12-31T20:36:37+00:00 sysutils/rsyslog-gssapi GSS API output module for rsyslog
2007-12-31T18:02:00+00:00 graphics/vrml2pov Convert VRML files to POVRay source
Program to convert VRML files to POVRay source.

WWW: http://www.chemicalgraphics.com/paul/vrml2pov/
2007-12-31T17:23:26+00:00 net/dhcpcd DHCP/IPv4LL/IPv6RS/DHCPv6 client
dhcpcd is a DHCP/IPv4LL/IPv6RS/DHCPv6 client.
It can also act as a network manager, responding to new interfaces,
listening for carrier up/down events and managing routes.

dhcpcd-9 introduces a number of security improvements:
- privilege separation
operations are performed across multiple processes, and those which do
not require root privileges are run as the unprivileged _dhcp user
- sanboxed with capsicum(4)
processes run in capability mode, limiting their access and therefore
the potential impact of security vulnerabilities

WWW: https://roy.marples.name/projects/dhcpcd
2007-12-31T00:28:05+00:00 www/p5-FCGI-ProcManager Functions for managing FastCGI applications
FCGI-ProcManager is a process manager for FCGI. By implementing the process
manager in perl, we can more finely tune FastCGI performance, and we can take
CPU and memory advantages of fast forks and copy-on-write UNIX process
management characteristics.

WWW: https://metacpan.org/release/FCGI-ProcManager
2007-12-31T00:26:25+00:00 mail/p5-Email-Date-Format Produce RFC 2822 date strings
Email::Date::Format - produce RFC 2822 date strings

WWW: https://metacpan.org/release/Email-Date-Format
2007-12-31T00:22:57+00:00 audio/ampache Web-based Audio file manager
Ampache is a Web-based Audio file manager. It is implemented with MySQL,
and PHP. It allows you to view, edit, and play your audio files via the
web. It has support for playlists, artist and album views, album art,
random play, playback via Http/On the Fly Transcoding and Downsampling,
Vote based playback, Mpd and Icecast, Integrated Flash Player, as well
as per user themes and song play tracking.

WWW: http://ampache.org/
2007-12-31T00:20:02+00:00 textproc/p5-Text-Trim Remove leading and/or trailing whitespace from strings
Text::Trim provides functions for removing leading and/or trailing whitespace
from strings. It is basically a wrapper around some simple regexes with a
flexible context-based interface.

WWW: https://metacpan.org/release/Text-Trim
2007-12-31T00:11:28+00:00 textproc/pear-Text_Highlighter PEAR Syntax highlighting
Text_Highlighter is a package for syntax highlighting.

It provides a base class provining all the functionality,
and a descendent classes geneator class.

The main idea is to simplify creation of subclasses
implementing syntax highlighting for particular language.
Subclasses do not implement any new functioanality,
they just provide syntax highlighting rules.
The rules sources are in XML format.

To create a highlighter for a language, there is no need
to code a new class manually. Simply describe the rules
in XML file and use Text_Highlighter_Generator to create
a new class.

WWW: https://pear.php.net/package/Text_Highlighter
2007-12-30T01:36:02+00:00 audio/atunes Full-featured audio player and manager developed in Java
aTunes is a full-featured audio player and manager, developed in Java.

Currently plays mp3, ogg, wma, wav, flac, mp4 and radio streaming,
allowing users to easily edit tags, organize music and rip Audio CDs.

WWW: http://www.atunes.org/
2007-12-29T15:03:42+00:00 www/zenphoto Simpler web photo gallery
Zenphoto is an answer to lots of calls for an online gallery solution that just
makes sense. After years of bloated software that does everything and your
dishes, zenphoto just shows your photos, simply.

WWW: https://www.zenphoto.org/
2007-12-27T23:05:29+00:00 devel/rubygem-rascut Ruby ActionSCript UTility
Rascut is Ruby ActionSCript UTility :D

WWW: http://hotchpotch.rubyforge.org/rascut/
2007-12-27T16:03:39+00:00 devel/p5-SNMP-Persist Backend module for pass_persist feature of Net-SNMP
The SNMP-Persist module is a backend for pass_persist feature of
net-snmp.

It simplifies the process of sharing user-specified data via SNMP and
development of persistent net-snmp applications controlling a chosen MIB
subtree.

It is particularly useful if data gathering process takes too long. The
responder is a separate thread, which is not influenced by updates of
MIB subtree data. The answer to a snmp request is fast and doesn't rely
on potentially slow source of data.

WWW: https://metacpan.org/release/SNMP-Persist
2007-12-26T13:31:29+00:00 devel/bouml-doc Reference manual of BOUML
This port installs the reference manual of BOUML (See the port devel/bouml).

WWW: http://bouml.free.fr/documentation.html
2007-12-26T10:38:22+00:00 devel/bouml_doc Reference manual of BOUML
This port installs the reference manual of BOUML (See the port devel/bouml).

WWW: http://bouml.free.fr/
2007-12-25T11:15:45+00:00 security/phpdeadlock Web-based user authentication/password protection system
Deadlock is an open source user authentication/password protection
system written in PHP/MySQL and licensed under the GNU GPL. It uses
.htpasswd and .htaccess files to protect any web directory.

WWW: http://www.phpdeadlock.org/
2007-12-25T09:42:13+00:00 databases/adodb5 Database library for PHP
ADOdb stands for Active Data Objects Data Base.

ADOdb is a database abstraction library for PHP.

The PHP version currently supports an amazing number of databases,
thanks to the wonderful ADOdb community:
MySQL, PostgreSQL, Interbase, Firebird, Informix, Oracle, MS SQL, Foxpro,
Access, ADO, Sybase, FrontBase, DB2, SAP DB, SQLite, Netezza, LDAP, and generic
ODBC, ODBTP.

The Sybase, Informix, FrontBase and PostgreSQL, Netezza, LDAP, ODBTP drivers
are community contributions.

WWW: http://adodb.org/
2007-12-25T09:09:22+00:00 www/p5-Catalyst-Controller-HTML-FormFu Catalyst FormFu Base Controller
This creates a new HTML::FormFu object, passing as it's argument
the contents of the "constructor" config value.

WWW: https://metacpan.org/release/Catalyst-Controller-HTML-FormFu
2007-12-25T09:06:02+00:00 www/p5-HTML-FormFu HTML Form Creation, Rendering and Validation Framework
HTML::FormFu is a HTML form framework which aims to be as easy as possible to
use for basic web forms, but with the power and flexibility to do anything
else you might want to do (as long as it involves forms).
You can configure almost any part of formfu's behaviour and output.
By default formfu renders "XHTML 1.0 Strict" compliant markup, with as
little extra markup as possible, but with sufficient CSS class names to allow
for a wide-range of output styles to be generated by changing only the CSS.

WWW: https://metacpan.org/release/HTML-FormFu
2007-12-25T08:57:51+00:00 textproc/p5-Regexp-Copy Copy the contents of one Regexp object to another
Regexp::Copy allows you to copy the contents of one Regexp object to another.
A problem that I have found with the qr// operator is that the Regexp objects
that it creates are is impossible to dereference.
This causes problems if you want to change the data in the regexp without
losing the reference to it. Its impossible.
Regexp::Copy allows you to change the Regexp by copying one object created
through qr// to another.

WWW: https://metacpan.org/release/Regexp-Copy
2007-12-25T03:06:43+00:00 databases/tokyocabinet Modern implementation of DBM
Tokyo Cabinet is a library of routines for managing a database. The
database is a simple data file containing records, each is a pair of a
key and a value. Every key and value is serial bytes with variable
length. Both binary data and character string can be used as a key and
a value. There is neither concept of data tables nor data types.
Records are organized in hash table or B+ tree.

WWW: https://dbmx.net/tokyocabinet/
2007-12-24T23:37:47+00:00 java/eclipse-hibernatetools Hibernate3 Tools for the Eclipse IDE
[ excerpt from developer's www site with modifications ]

Hibernate Tools is an entirely new toolset for Hibernate3 implemented
as an integrated suite of Eclipse plugins, together with a unified
Ant task for integration into the build cycle. The following features
are available:

+ Mapping Editor: An editor for Hibernate XML mapping files
+ Console: Allows you to configure database connections, provides
visualization of classes and their relationships and allows you
to execute HQL queries interactively against your database and
browse the query results.
+ Reverse Engineering: Database reverse engineering tool that can
generate domain model classes and Hibernate mapping files, annotated
EJB3 entity beans, HTML documentation or even an entire JBoss
Seam application in seconds!
+ Wizards
+ Ant task

WWW: http://www.hibernate.org/
2007-12-24T16:59:00+00:00 devel/thistest A Java unit testing framework
A very trimmed down java unit testing framework.

WWW: http://www.flosoft-systems.com/
2007-12-23T21:08:45+00:00 comms/geoid Geodetic computer for amateur radio use
Geodetic computer for amateur radio use.

Converts Lat / Lon to Maidenhead Grid Square and reverse
Computes range in kilometers and great circle bearing between
QTH and remote site specified by Lat/Lon or Maidenhead Grid Square
Computes range in kilometers and great circle bearing between QTH and
a site selected from a database list for all known callsign prefixes
and their geographic position. Geographic position is by major city.

WWW: http://www.w1hkj.com/#Geoid
2007-12-22T17:24:11+00:00 databases/pecl-mdbtools PECL extension for the mdbtools library
A PECL extension to provide read access to MDB data files as used by Microsoft
Access and its underlying JetEngine. It is based on libmdb from the mdbtools
package.

WWW: http://pecl.php.net/package/mdbtools
2007-12-22T14:23:42+00:00 java/eclipse-aptana2 Aptana Studio 2 Web Development Tools (Eclipse plugin)
Aptana Studio 2 is an IDE, designed for web developers and provides
robust support for HTML, CSS and Javascript (bundled libraries:
ExtJS, jQuery, Mochikit, Scriptaculous, Adobe Spry, YUI, Prototype,
and Dojo). This is the plug-in for Eclipse.

WWW: http://www.aptana.com/
2007-12-22T14:23:42+00:00 java/eclipse-aptana Aptana Web Development Tools (Eclipse plugin)
Aptana Studio is an IDE, designed for web developers and provides
robust support for HTML, CSS and Javascript (bundled libraries:
ExtJS, jQuery, Mochikit, Scriptaculous, Adobe Spry, YUI, Prototype,
and Dojo). This is the plug-in for Eclipse.

WWW: http://www.aptana.com/
2007-12-21T17:38:44+00:00 databases/pear-Structures_DataGrid_DataSource_PDO DataSource driver using PHP Data Objects (PDO) and an SQL query
This is a DataSource driver for Structures_DataGrid using PHP Data Objects
(PDO) and an SQL query.

WWW: https://pear.php.net/package/Structures_DataGrid_DataSource_PDO
2007-12-21T17:13:18+00:00 devel/pear-Console_CommandLine Full featured command line options and arguments parser
Console_CommandLine is a full featured package for managing command-line
options and arguments highly inspired from python optparse module, it allows
the developer to easily build complex command line interfaces.

Main features:
* handles sub commands (ie. $ myscript.php -q subcommand -f file),
* can be completely built from an xml definition file,
* generate --help and --version options automatically,
* can be completely customized,
* builtin support for i18n,
* and much more...

WWW: https://pear.php.net/package/Console_CommandLine
2007-12-21T16:55:15+00:00 comms/kb Amateur Radio contest logger
The KB contest logging computer program runs on the Linux operating system
with the Gnome desktop. The program is under development, and currently
supports the CQ WW, CQ WPX, and ARRL DX contests, plus Field Day.
Features include on-the-fly dupe checking, CW and voice message keying,
super check partial, packet (Telnet and rf nodes), networking, and
radio control (currently for the FT-1000 only). The program is designed
to be used by U.S. stations, with some support for Canadian stations.
New features and contests are being added regularly, and I will consider
adding support for DX stations if there is sufficient demand.

(The port version has bug fixes and some modifications for Canadian stations.
- db)

WWW: http://www.k2ct.net/kbsoftware/kbsoftware.htm
2007-12-21T11:16:49+00:00 java/commonclipse Commonclipse is an eclipse plugin for jakarta commons-lang users
Commonclipse is an eclipse plugin for jakarta commons-lang users.
It features automatic generation of the following methods using
commons-lang builders: toString(), hashCode(), equals(Object),
compareTo(Object).

WWW: http://sourceforge.net/projects/commonclipse/
2007-12-21T10:40:25+00:00 editors/pico-alpine [Al]PIne's message COmposition editor and Pilot file manager
Pico and Pilot are simple, display-oriented tools. Commands are displayed
at the bottom of the screen, and context-sensitive help is provided.

In Pico as characters are typed they are immediately inserted into the text.
It has three basic features: paragraph justification, searching, and block
cut/paste.

In Pilot several basic file manipulation commands are provided:
Delete, Rename, Copy, View, Launch, and Edit. The "View" and "Edit"
commands operate on text files only. The "Edit" command invokes "pico."
The "Launch" command provides a convenient way to either execute the selected
file or to run an application on it.

WWW: http://www.washington.edu/alpine/
2007-12-21T10:39:14+00:00 mail/alpine Mail and news client descended from Pine
Alpine is a screen-oriented message-handling tool for news, and POP, IMAP,
and local e-mail. In its default configuration it offers a limited set of
functions geared toward the novice user, but it also has a large list of
optional "power-user" and personal-preference features.

Alpine's basic feature set includes:
* View, Save, Export, Delete, Print, Reply and Forward messages.
Compose messages in a simple editor with word-wrap and a
spelling checker. Messages may be postponed for later completion.
* Selection and management of message folders.
* Address book to keep a list of long or frequently-used
addresses. Personal distribution lists may be defined.
Addresses may be taken into the address book from incoming mail
without retyping them.
* New mail checking/notification occurs automatically (configurable).
* On-line, context-sensitive help screens.

Alpine supports MIME (Multipurpose Internet Mail Extensions), an Internet
Standard for representing multipart and multimedia data in email.

WWW: https://www.washington.edu/alpine/
2007-12-21T02:41:03+00:00 editors/pdfedit PDF document manipulating library
PDFedit is a free open source pdf editor and a library for
manipulating PDF documents, released under terms of GNU GPL version 2.
It includes PDF manipulating library based on xpdf, GUI,
set of command line tools and a pdf editor.

This package does not include GUI for technical reason.

WWW: http://pdfedit.cz/
2007-12-20T14:17:51+00:00 net-p2p/rtgui Web based front end for rTorrent
rtGui is a web based front end for rTorrent - a command line
BitTorrent client. It's written in PHP and uses XML-RPC to communicate
with the rTorrent client.
Features

* List all torrent downloads or by
* started/stopped/complete/incomplete/seeding status.
* Sort view by any of the displayed columns.
* View detailed torrent information.
* Stop/start/hash-check torrent.
* Set upload/download speed cap.
* Add torrents by URL.
* Does not require mySQL or any other database.
* Set priority per torrent or file.

WWW: http://code.google.com/p/rtgui/
2007-12-20T12:40:07+00:00 emulators/dboxfe Qt4 based configuration manager for DOSBox
DBoxFE is a Qt4 frontend for DOSBox. With DBoxFE you can easily
create and manage configuration profiles for DOSBox.

WWW: http://chm-projects.de/
2007-12-20T10:51:14+00:00 textproc/chm2pdf Python script that converts CHM files into PDF files
A simple Python script that converts CHM files into PDF files.

WWW: http://code.google.com/p/chm2pdf/
2007-12-19T18:09:06+00:00 devel/tijmp Tools Interface Java Memory Profiler
TIJmp is a memory profiler for java. TIJmp is made for java/6 and later, it
will not work on java/5 systems. If you need a profiler for java/5 or earlier
try the jmp profiler.

TIJmp is written to be fast and have a small footprint, both memory- and cpu-
wise. This means that the jvm will run at almost full speed, until you use
tijmp to find some information.

TIJmp uses C code to talk to the jvm and it uses swing to show the tables
of information. So tijmp is written in C (using jvmti and jni) and Java.

TIJmp runs in the same jvm as the program being profiled. This means that it
can easily get access to all things jvmti/jni has to offer.

TIJmp is distributed under the General Public License, GPL.

Usage:
java -Dtijmp.jar=%JAVAJARDIR%/tijmp.jar -agentlib:tijmp <your-class>

WWW: http://khelekore.org/jmp/tijmp/
2007-12-19T17:20:33+00:00 sysutils/arcconf Adaptec SCSI/SAS RAID administration tool
Command Line Interface for the Adaptec SCSI RAID family of RAID controllers,
used to configure and manage connected storage devices.

WWW: https://storage.microsemi.com/en-us/support/
2007-12-19T13:49:26+00:00 databases/pear-Structures_DataGrid_DataSource_DataObject DataSource driver using PEAR::DB_DataObject
This is a DataSource driver for Structures_DataGrid using PEAR::DB_DataObject.

WWW: https://pear.php.net/package/Structures_DataGrid_DataSource_DataObject
2007-12-19T13:48:26+00:00 databases/pear-Structures_DataGrid_DataSource_MDB2 DataSource driver using PEAR::MDB2 and an SQL query
This is a DataSource driver for Structures_DataGrid using PEAR::MDB2 and an
SQL query.

WWW: https://pear.php.net/package/Structures_DataGrid_DataSource_MDB2
2007-12-19T13:45:53+00:00 databases/pear-Structures_DataGrid_DataSource_CSV DataSource driver using CSV files
This is a DataSource driver for Structures_DataGrid using CSV files.

WWW: https://pear.php.net/package/Structures_DataGrid_DataSource_CSV
2007-12-19T13:44:44+00:00 databases/pear-Structures_DataGrid_DataSource_DBQuery DataSource driver using PEAR::DB and an SQL query
This is a DataSource driver for Structures_DataGrid using PEAR::DB and an
SQL query.

WWW: https://pear.php.net/package/Structures_DataGrid_DataSource_DBQuery
2007-12-19T13:43:26+00:00 databases/pear-Structures_DataGrid_DataSource_DBTable DataSource driver using PEAR::DB_Table
This is a DataSource driver for Structures_DataGrid using PEAR::DB_Table.

WWW: https://pear.php.net/package/Structures_DataGrid_DataSource_DBTable
2007-12-19T13:42:36+00:00 textproc/pear-Structures_DataGrid_DataSource_XML DataSource driver using XML files
This is a DataSource driver for Structures_DataGrid using XML files.

WWW: https://pear.php.net/package/Structures_DataGrid_DataSource_RSS
2007-12-19T13:41:38+00:00 textproc/pear-Structures_DataGrid_DataSource_RSS DataSource driver using RSS files
This is a DataSource driver for Structures_DataGrid using RSS files.

WWW: https://pear.php.net/package/Structures_DataGrid_DataSource_RSS
2007-12-19T13:40:10+00:00 databases/pear-Structures_DataGrid_DataSource_Array DataSource driver using arrays
This is a DataSource driver for Structures_DataGrid using arrays. It is a
base package for some other DataSource drivers like CSV or XML.

WWW: https://pear.php.net/package/Structures_DataGrid_DataSource_Array
2007-12-19T13:20:22+00:00 audio/qsynth Qt fluidsynth front-end application
Qsynth is a fluidsynth GUI front-end application written in C++ around
the Qt toolkit using Qt Designer. Eventually it may evolve into a
softsynth management application allowing the user to control and manage
a variety of command line softsynth but for the moment it wraps the
excellent FluidSynth.

WWW: https://qsynth.sourceforge.io/
2007-12-19T12:42:50+00:00 mail/greylite Modified greylisting for qmail and for any other MDA
Greylite is a SPAM filter with exceptional effectiveness and without false
positives. It combines natively with qmail and works as a proxy for any SMTP
server.

It implements a modified greylisting algorithm that improves the filtering
effectiveness and minimizes the delay drawbacks associated with the standard
greylisting algorithm.

It can be tuned to recognize suspicious clients and reject their attempts
multiple times, reaching filtering rates of over 99% without false positives.

Greylite is easy to setup and maintain, and it is small and fast.

WWW: http://mij.oltrelinux.com/net/greylite/
2007-12-19T09:33:31+00:00 databases/ptop Top clone for postgresql
Ptop is top clone for PostgreSQL.
Similar to top, ptop allows you to monitor PostgreSQL processes.
It also allows you to:

* View currently running SQL statement of a process.
* View query plan of a currently running SELECT statement.
* View locks held by a process.
* View user table statistics.
* View user index statistics.


WWW: http://ptop.projects.postgresql.org/
2007-12-19T06:22:00+00:00 x11-wm/obmenu Menu manager for Openbox supporting both static and pipe menus
Obmenu is a menu editor designed for Openbox. It's easy to use, allowing
you to get the most out of the powerful Openbox menu system, while hiding
the xml layout from the user.

It can install dynamic menus (pipe menus), such as Gnome menus or a
quick-navigator. You can also use the obxml module to easily write pipe
menus of your own in Python.

WWW: http://obmenu.sourceforge.net/
2007-12-19T00:31:17+00:00 x11/setlayout Arrange desktops in an MxN grid layout
setlayout is a small program that arranges desktops in an MxN grid.
It should work with any EWHM-compliant window manager, such as Openbox.

Example usage: setlayout 0 2 2 0 for a 2x2 grid.

WWW: http://icculus.org/openbox/index.php
2007-12-18T23:19:54+00:00 audio/musica GTK based midi player
Musica is a GTK based MIDI player.

- Plays MIDI files on Linux machines with an OSS sound card interface.
- GTK based user interface supporting drag-and-drop for easy file
selection. Drag a MIDI file from the GNOME-ified Midnight Commander
to Musica's drop pocket and it automatically loads the file.
- Tempo adjustment, Play a MIDI file up to four times faster or slower.
- Fast forward. Skip those dull passages in a MIDI file.

WWW: http://www-ict.its.tudelft.nl/~erik/open-source/musica
2007-12-18T23:05:30+00:00 finance/p5-Data-Currency Container class for currency conversion/formatting
The Data::Currency module provides basic currency formatting and conversion.

WWW: https://metacpan.org/release/Data-Currency
2007-12-18T22:48:53+00:00 devel/flex_compiler_shell Adobe Flex Compiler Shell
The fcsh (Flex Compiler Shell) utility provides a shell environment
that you use to compile Flex applications, modules, and component
libraries. It works very similarly to the mxmlc and compc command line
compilers, but it compiles faster than the mxmlc and compc
command-line compilers.

WWW: http://labs.adobe.com/wiki/index.php/Flex_Compiler_Shell
2007-12-18T16:43:24+00:00 print/latex-prettyref Improved reference formatting for LaTeX2e
Prettyref provides a command \newrefformat, which specifies the way in
which a reference is typeset, according to a label "identification".
The identification is set in the \label command, by using prefixed label
names; so instead of \label{mysection}, one uses \label{sec:mysection},
and prettyref interprets the "sec:" part. The package is compatible
with hyperref and with other packages.

WWW: http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/
2007-12-18T16:00:00+00:00 sysutils/ftwin Useful tool to find duplicate files
ftwin is a tool useful to find duplicate files according to their content
on your file system

WWW: https://github.com/fpesce/ftwin
2007-12-18T15:44:11+00:00 sysutils/tm Terminal mixer
Terminal mixer can start processes inside a pseudo-terminal, which can
be accessed through a Unix socket, TCP or even raw ethernet (not yet
ported to FreeBSD). The programs can be linked to the current
terminal, or they can be unlinked like in nohup. But even in this
latter case you can connect to them using the mentioned protocols.

tm can also start programs as if they communicate through pipes
instead of terminals, and this can be quite useful for
remote-controlling applications.

More than one client can connect to the served pseudo-terminal, either
using tm as a client or telnet for TCP. You can choose if they are
only allowed to read, or they can also contribute on input.

WWW: http://vicerveza.homeunix.net/~viric/soft/tm/
2007-12-18T14:54:59+00:00 www/py-urlgrabber High-level cross-protocol url-grabber
urlgrabber is a pure python package that drastically simplifies
the fetching of files. It is designed to be used in programs that
need common (but not necessarily simple) url-fetching features.
It is extremely simple to drop into an existing program and provides
a clean interface to protocol-independant file-access. Best of all,
urlgrabber takes care of all those pesky file-fetching details, and
lets you focus on whatever it is that your program is written to do!

WWW: http://urlgrabber.baseurl.org/
2007-12-18T14:46:56+00:00 devel/libev Full-featured and high-performance event loop library
Libev is a high-performance event loop/event model with lots of features.
It is modelled (very loosely) after libevent and the Event perl module,
but aims to be faster and more correct, and also more featureful. And
also smaller.

WWW: http://software.schmorp.de/pkg/libev.html
2007-12-18T14:13:20+00:00 textproc/ocaml-csv OCaml library to read and write CSV files
This library can read and write CSV files, including all extensions used by
Excel - eg. quotes, newlines, 8 bit characters in fields, "0 etc.

WWW: http://forge.ocamlcore.org/projects/csv/
2007-12-18T01:53:16+00:00 net/netembryo Network abstraction library
Netembryo is a network abstraction library plus some misc
utility functions used as foundation for feng, libnemesi, felix.
2007-12-18T01:51:04+00:00 devel/bufferpool Bufferpool - the memory management library Feng and Felix depend upon
Bufferpool is a memory management library used in feng, libnemesi, felix.
It provides a nice way to store rtp packets efficiently and share
them across applications.

WWW: http://lscube.org/projects/bufferpool_memory_management_library_feng_and_felix_depend_upon
2007-12-17T23:29:05+00:00 net/bcusdk-eibd The EIBnet/IP server of the BCU SDK
The European Installation Bus (EIB) is a field bus system for home and building
automation. This package contains the EIBnet/IP tunneling and routing daemon
which is part of the BCU SDK. It provides access to an EIB bus over TCP/IP and
Unix domain sockets.

WWW: http://www.auto.tuwien.ac.at/~mkoegler/index.php/eibd
2007-12-17T23:20:34+00:00 devel/pthsem GNU Portable Threads with semaphores
GNU pth is a user mode multi threading library. pthsem is an extend
version, with support for semaphores added. It can be installed parallel
to a normal pth. The header file is called pthsem.h, the configuration
program pthsem-config and the autoconf macro AC_CHECK_PTHSEM. If
references to one of these names are changed, pthsem can be used as an
replacement of GNU pth.

WWW: http://www.auto.tuwien.ac.at/~mkoegler/index.php/pth
2007-12-17T20:33:59+00:00 security/xorsearch Search for a given string in an XOR or ROL encoded binary file
XORSearch is a program to search for a given string in an XOR or
ROL encoded binary file. An XOR encoded binary file is a file where
some (or all) bytes have been XORed with a constant value (the key).
A ROL (or ROR) encoded file has it bytes rotated by a certain number
of bits (the key). XOR and ROL/ROR encoding is used by malware
programmers to obfuscate strings like URLs.

XORSearch will try all XOR keys (0 to 255) and ROL keys (1 to 7)
when searching. I programmed XORSearch to include key 0, because
this allows to search in an unencoded binary file (X XOR 0 equals
X).

If the search string is found, XORSearch will print it until the 0
(byte zero) is encountered or until 50 characters have been printed,
which ever comes first. 50 is the default value, it can be changed
with option -l. Unprintable characters are replaced by a dot.

WWW: https://blog.didierstevens.com/programs/xorsearch/
2007-12-17T18:34:07+00:00 games/legends Fast-paced first-person-perspective online multiplayer game
Legends is a fast-paced first-person-perspective online multiplayer game
released as freeware (software license). The game is designed to take
advantage of the beautiful environments available from the Torque engine it is
based on, while still offering the breakneck pacing and variety of styles
available from such classics as Quake and Tribes.

Gameplay is not the strafe-strafe-jump-strafe-shoot-strafe-run-like-hell style
a lot of games espouse; the addition of a jetpack adds a third dimension of
mobility that makes skill, forethought, and restraint necessities to winning.

Team sizes are ideal between 10 and 15 on each side, and the network code
allows 56k upwards to play smoothly. Game type offerings range from the
classic Capture the Flag, Deathmatch and Duel to our own new types, e.g..
'War'.

Plenty of maps are provided by us, but the beauty of this game is its
customization possibilities. Mission creation has never been easier, with a
stable, full-featured editor integrated into the game engine itself. Skins,
models, and effects can all be modified by the end-user with commonly
available tools. The game has an Autodownload feature which means you never
have to leave the game to join new user created Client-Side and Server-Side
missions.

WWW: http://legendsthegame.net/
2007-12-17T18:24:15+00:00 lang/opendylan Open Dylan project native command-line compiler for Dylan
Open Dylan compiles to native code and has a full-featured IDE including an
incremental development mode, browsing of runtime objects, remote debugging,
etc. Open Dylan currently only runs on the x86 platform and the IDE does not
yet run on the Linux version. Open Dylan is in many ways a mature
implementation. If you are new to the language, choose Open Dylan if you can.

WWW: http://opendylan.org/
2007-12-17T18:16:37+00:00 games/odamex Client/server multiplayer engine for Doom
Odamex is a free and open source port for the classic first-person-shooter
Doom. Odamex's goal is to emulate the feel of and retain many aspects of the
original Doom executables while offering a broader expanse of security
features, personal configuration, gameplay options, and editing features.
Odamex can run on a wide range of operating systems and hardware, so players
should be able to play on almost any platform. Features:

* The popular ZDoom 1.22 core engine and CSDoom 0.62 core netcode.
* Compatibility with many major operating systems, including Windows, Linux,
FreeBSD and Mac OSX.
* Core gameplay modeled on the original doom2.exe.
* Streamlined WAD loading, allowing the server and clients to load WAD files
on the fly without needing to restart the client or server.
* Compatibility with Boom, MBF and CTF Standard maps.
* Deathmatch, Cooperative, Team Deathmatch and CTF gametypes.
* Jumping, Mouselook and other non-standard features available as server-side
options.
* Comprehensive cheat and exploit countermeasures.
* An open source code base licensed under the GPL, available for anyone to
examine, compile, or modify to their liking.

WWW: http://odamex.net/
2007-12-17T17:53:59+00:00 games/edge DOOM style engine aimed at the Total Conversion developer
The EDGE project is a programming project to develop a DOOM style engine aimed
at the Total Conversion developer, but still able to play the original DOOM
games. This project started with the DOOM source released by id software.

Note that it currently does not support playing the original MIDI music, but
supports OGG Vorbis audio files.

For Total Conversions using Edge see:
http://www.wadsinprogress.info/

For high resolution textures see:
http://forums.yaa.dk/viewtopic.php?f=32&t=69

WWW: http://edge.sourceforge.net/
2007-12-17T16:41:50+00:00 net/dhcprelya Lightweight DHCP relay agent (Yandex edition)
dhcprelya is a lightweight DHCP relay agent written for Yandex company that
has high loaded routers with tens interfaces and thousands hosts behind them.

It's fast, independent from any side libraries, and it does not turn on
a promisc mode for listening interfaces.

It's distributed under BSD license.

Read README file for instructions.

Sergey Matveychuk <sem@FreeBSD.org>
2007-12-17T14:53:38+00:00 comms/xmorse Fully automatic Morse code teaching machine
A fully automatic Morse code teaching machine. Teaches you to receive
Morse code. It starts with a few letters and adds more when it sees that
you are ready. The program won't teach you to send code. It runs in X Window.
Built with the Fast Light ToolKit(fltk) and the Simple Directmedia Layer(SDL).

It need to be compiled on X Window term for the reason fluid(fltk) need to.

WWW: http://c2.com/morse
2007-12-17T11:44:37+00:00 databases/p5-Cache-Memcached-Fast Fast Perl client for memcached, a distributed memory cache daemon
Cache::Memchached::Fast is a Perl client for memcached, a memory cache
daemon. Module core is implemented in C and tries hard to minimize
number of system calls and to avoid any key/value copying for speed.
As a result, it has very low CPU consumption.

WWW: https://metacpan.org/release/Cache-Memcached-Fast
2007-12-17T03:48:51+00:00 irc/bip Simple IRC proxy with SSL support
Bip is a simple IRC proxy server.

WWW: http://bip.milkypond.org/
2007-12-16T22:48:33+00:00 sysutils/kgtk Daemon to use KDE dialogs in GTK applications
This is a quick-and-dirty LD_PRELOAD hack that allows *some* Gtk
applications to use KDE's file dialogs when run under KDE.

The Gtk file chooser functions have been overridden to communicate
with this KDE module/application.

WWW: http://home.freeuk.net/cpdrummomd/
2007-12-16T19:33:16+00:00 net/vinagre VNC client for the GNOME Desktop
Vinagre is a VNC Client for the GNOME Desktop. Its features include:

* You can connect to several machines at the same time, we like tabs
* You can keep track of your most used connections, we like favorites
* You can keep track of your recently used connections, we like GtkRecent
* You can browse your network for VNC servers, we like avahi
* You don't need to supply the password on every connection, we like GNOME
Keyring

WWW: http://www.gnome.org/projects/vinagre/
2007-12-16T19:32:34+00:00 net/gtk-vnc VNC viewer widget for GTK+
GTK-VNC is a VNC viewer widget for GTK+. It is built using coroutines,
allowing it to be completely asynchronous while remaining single threaded.
It supports RFB protocols 3.3 through 3.8 and the VeNCrypt authentication
extension providing SSL/TLS encryption with x509 certificate authentication.
The core library is written in C and a binding for Python using PyGTK is
available. The networking layer supports connections over both IPv4 and IPv6.
Example code illustrates how to build a vncviewer replacement using either C
or Python.

WWW: http://live.gnome.org/gtk-vnc
2007-12-16T11:52:15+00:00 net/prosearch Powerful file search
File search and navigation system

WWW: https://sourceforge.net/projects/pro-search/
RU: http://pro.setun.net/search/
2007-12-16T04:00:15+00:00 textproc/pecl-doublemetaphone PECL extension which implements the Double Metaphone algorithm
The doublemetaphone extension provides an implementation of the Double Metaphone
algorithm.

WWW: https://pecl.php.net/package/doublemetaphone
2007-12-15T21:49:01+00:00 devel/pear-Testing_Selenium PEAR Binding - Once more unto the breach
PHP Client for the Selenium Remote Control test tool

Selenium Remote Control (SRC) is a test tool that allows you to write
automated web application UI tests in any programming language against
any HTTP website using any mainstream JavaScript-enabled browser. SRC
provides a Selenium Server, which can automatically start/stop/control
any supported browser. It works by using Selenium Core, a pure-HTML+JS
library that performs automated tasks in JavaScript; the Selenium
Server communicates directly with the browser using AJAX
(XmlHttpRequest).


WWW: https://pear.php.net/package/Testing_Selenium
2007-12-15T21:18:18+00:00 sysutils/ciso Tool to compress ISO images to CSO format
CISO - tiny and easy to use tool to convert ISO images
in CSO (compressed ISO) format.

WWW: https://sourceforge.net/projects/ciso/
2007-12-15T19:00:59+00:00 audio/taglookup Utility for tagging groups of audio files using CDDB
Tags groups of audio files using CDDB.

TagLookup is a utility for tagging MP3s and other taggable audio file formats.
It inspects a set of audio files and uses their lengths to look up an
appropriate disc from a CDDB-compatible service. TagLookup can be used in two
modes:

* ID -- Given a CDDB ID and a number of files, look up the details of the CDDB
disc from a CDDB service. Tag files using the CDDB disc. Match each file with
each CDDB track using the closest track length.
* Sequence -- Given a number of files, generate a CDDB ID and query a CDDB
service. CDDB IDs are generated based on the sequence of tracks. Choose the
closest matching CDDB disc to tag the files.

As well as this, taglookup can:
* Rename -- Rename files based on their tags.

WWW: http://www.kamaz.org.uk/taglookup
2007-12-15T18:31:01+00:00 java/sablevm-classpath Classpath of SableVM
SableVM implements the Java virtual machine specification, second edition.

SableVM is a bytecode interpreter. It's goals are to be reasonably small,
efficient, and fast, as well as providing a well-designed platform for
doing research into different algorithms for bytecode interpretation,
garbage collection, memory management, etc.

WWW: http://www.sablevm.org/
2007-12-15T16:36:18+00:00 net/astmanproxy A multi-threaded proxy server for Asterisk
AstManProxy is a multi-threaded proxy server for Asterisk written in
C/P-threads. It is designed to handle communication with multiple
Asterisk servers. It also acts as a single point of contact for
applications. AstManProxy supports multiple input/output formats,
including Standard, XML, CSV, and HTTP, HTTPS and SSL.

WWW: http://www.popvox.com/astmanproxy/
2007-12-15T15:13:41+00:00 biology/mrbayes Bayesian inference of phylogeny
MrBayes is a program for the Bayesian estimation of phylogeny.

Bayesian inference of phylogeny is based upon a quantity called the
posterior probability distribution of trees, which is the probability of a
tree conditioned on the observations. The conditioning is accomplished
using Bayes's theorem. The posterior probability distribution of trees is
impossible to calculate analytically; instead, MrBayes uses a simulation
technique called Markov chain Monte Carlo (or MCMC) to approximate the
posterior probabilities of trees.

WWW: http://nbisweden.github.io/MrBayes/
2007-12-15T14:35:48+00:00 devel/p5-Tie-File-AsHash Access the lines of a disk file via a Perl hash
Tie::File::AsHash represents a regular text file as a Perl hash. Each key/value
pair in the hash corresponds to a record in the file.

Changes to the hash are reflected in the file immediately.

WWW: https://metacpan.org/release/Tie-File-AsHash
2007-12-15T13:54:39+00:00 x11-themes/fluxbox-tenr-styles-pack Tenner themes pack for fluxbox
Tenr Fluxbox themes pack

WWW: http://tenr.de/styles/
2007-12-15T11:46:43+00:00 games/laughingman A real-time face hijacking program made by the ultimate hacker Aoi
The Laughing Man is a real-time face hijacking multiple video streams
simultaneously made by the ultimate hacker Aoi.

SEE ALSO:
http://en.wikipedia.org/wiki/Laughing_Man_%28Ghost_in_the_Shell%29

Sorry, Japanese Only!
WWW: http://www.masayashi.com/labs/laughing_man/
http://www1.bbiq.jp/kougaku/koukaku.html
http://www.kokaku-s.com/
2007-12-15T07:15:01+00:00 japanese/flex-sdk Adobe Flex SDK (with Japanese language)
The free Adobe Flex 2 SDK includes the technologies developers need to
start building effective Flex applications today.

WWW: http://www.adobe.com/products/flex/sdk/
2007-12-15T07:15:01+00:00 devel/flex-sdk35 Adobe Flex SDK
The Flex SDK provides a highly productive, open source framework for
building and maintaining expressive web applications that deploy
consistently on all major browsers, desktops and operating systems.

It provides a modern, standards-based language and programming model
that supports common design patterns suitable for developers from many
backgrounds.

Flex applications run in the ubiquitous Adobe Flash Player and Adobe
AIR.

WWW: http://opensource.adobe.com/wiki/display/flexsdk/Flex+3
2007-12-15T07:15:01+00:00 devel/flex-sdk2 Adobe Flex SDK
The free Adobe Flex 2 SDK includes the technologies developers need to
start building effective Flex applications today.

WWW: http://www.adobe.com/products/flex/sdk/
2007-12-15T07:15:01+00:00 devel/flex-sdk Adobe Flex SDK
The Flex SDK provides a highly productive, open source framework for
building and maintaining expressive web applications that deploy
consistently on all major browsers, desktops and operating systems.

It provides a modern, standards-based language and programming model
that supports common design patterns suitable for developers from many
backgrounds.

Flex applications run in the ubiquitous Adobe Flash Player and Adobe
AIR.

WWW: http://opensource.adobe.com/wiki/display/flexsdk/Flex+4
2007-12-14T23:42:40+00:00 misc/pauker Java-based flashcard learning using the Leitner system
Pauker is a Java program for flashcard learning based on the Leitner system.

WWW: http://pauker.sourceforge.net
2007-12-14T23:08:18+00:00 audio/linux-nerodigitalaudio Nero Digital Audio Reference MPEG-4 & 3GPP Audio Encoder
Nero Digital Audio Reference MPEG-4 & 3GPP Audio Encoder.

WWW: http://www.nero7.com/nerodigital/jpn/down-ndaudio.php
2007-12-14T23:08:18+00:00 audio/linux-neroaaccodec Nero AAC reference quality MPEG-4 and 3GPP audio codec
Nero AAC reference quality MPEG-4 and 3GPP audio codec

WWW: http://www.nero.com/eng/technologies-aac-codec.html
2007-12-14T20:54:47+00:00 biology/mummer Modular system for rapid whole genome alignment
MUMmer is a modular system for the rapid whole genome alignment of finished
or draft sequence. This package provides an efficient suffix tree library,
seed-and-extend alignment, SNP detection, repeat detection, and
visualization tools.

WWW: http://mummer.sourceforge.net/
2007-12-14T20:52:18+00:00 ports-mgmt/portupdate-scan Display pertinent parts of {PORTSDIR}/UPDATING
portupdate-scan simplifies dealing with /usr/ports/UPDATING when you have so
many ports installed that it is difficult to know which sections are relevant.

It reads /usr/ports/UPDATING, attempting for each block to determine whether
the affected ports are installed. It omits blocks that do not apply.
It handles wildcards and other special cases, however it cannot handle
all variants of phrases used on the AFFECTS: line.
In uncertain cases, it errs on the side of reporting.

Alex Stangl <alex@stangl.us>
2007-12-14T20:50:48+00:00 textproc/rubygem-rak Grep replacement in pure Ruby
Rak is a grep replacement in pure Ruby. It accepts Ruby syntax regular
expressions and automatically recurses directories, skipping .svn/,
.cvs/, pkg/ and more things you don't care about. It is based on the Perl
tool.

WWW: https://github.com/danlucraft/rak
2007-12-14T18:52:31+00:00 www/linux-netscape-navigator Web browser from AOL Netscape
Netscape Navigator is a proprietary browser from AOL Netscape based on
Mozilla Firefox.

This is a pre-compiled Linux/i386 version.

WWW: http://browser.netscape.com/
2007-12-14T18:27:12+00:00 mail/linux-netscape-messenger Mail and news client from AOL Netscape
Netscape Messenger is a proprietary mail and news client from AOL
Netscape based on Mozilla Thunderbird.

This is a pre-compiled Linux/i386 version.

WWW: http://mailnews.netscape.com/
2007-12-14T18:03:06+00:00 multimedia/gpodder Media aggregator and podcast client
gPodder downloads and manages free audio and video content ("podcasts") for you.
Listen directly on your computer or on your mobile devices.

* Supports RSS, Atom, YouTube, Soundcloud, Vimeo and XSPF feeds
* Discover new content at our Podcast directory
* Synchronize between devices with full gpodder.net integration
* Easily customizable - support for user-defined hooks and plugins
* Open Source and Free Software (GPL v3 or later)

WWW: https://gpodder.github.io/
2007-12-14T17:16:13+00:00 graphics/pfscalibration Photometric calibration of cameras and recovery HDR images from the set of LDR exposures
PFScalibration package provides an implementation of the Robertson
et al. 2003 method for the photometric calibration of cameras and
for the recovery of high dynamic range (HDR) images from the set
of low dynamic range (LDR) exposures.

WWW: http://www.mpii.mpg.de/resources/hdr/calibration/pfs.html
2007-12-14T17:15:06+00:00 graphics/pfstmo Tone mapping operators
Pfstmo package contains the implementation of state-of-the-art tone
mapping operators. The motivation here is to provide an implementation
of tone mapping operators suitable for convenient processing of both
static images and animations.

WWW: http://www.mpi-inf.mpg.de/resources/tmo/
2007-12-14T17:12:08+00:00 devel/py-thrift Python interface to Thrift
Python interface to Thrift.

WWW: http://thrift.apache.org/
2007-12-14T16:54:24+00:00 sysutils/pydf Python implementation of df
pydf is all-singing, all-dancing, fully colourised df(1)-clone
written in python.

WWW: http://kassiopeia.juls.savba.sk/~garabik/software/pydf/
2007-12-14T16:06:37+00:00 math/lybniz Mathematical function graph plotter
Lybniz is an easy to use mathematical function graph plotter using pyGTK.

WWW: https://github.com/thomasfuhringer/lybniz
2007-12-14T14:01:29+00:00 net/p5-Net-IPTrie Module for building IPv4 and IPv6 address space hierarchies
This module uses a radix tree (or trie) to quickly build the hierarchy of a
given address space (both IPv4 and IPv6). This allows the user to perform
fast subnet or routing lookups.

It is implemented exclusively in Perl.

WWW: https://metacpan.org/release/Net-IPTrie
2007-12-14T03:01:27+00:00 sysutils/usbutil USB developer utilities
USB developer utilities:
usbctl
Dump information about devices on a USB bus.
usbgen
Dump descriptors of a generic device.
usbgen -f ugenN -v -D
usbstats
Gives statistics for a USB host contrller.
2007-12-14T00:29:34+00:00 textproc/docdiff Compares two text files by word, by character, or by line
DocDiff compares two text files and shows the difference. It can compare files
word by word, character by character, or line by line. It has several output
formats such as HTML, tty, Manued, or user-defined markup.

It supports several encodings and end-of-line characters, including ASCII (and
other single byte encodings such as ISO-8859-*), UTF-8, EUC-JP, Shift_JIS, CR,
LF, and CRLF.

WWW: http://docdiff.sourceforge.net/
2007-12-13T17:01:01+00:00 sysutils/rsyslog3-pgsql PostgreSQL output module for rsyslog
2007-12-13T17:01:01+00:00 sysutils/rsyslog3-mysql MySQL output module for rsyslog
2007-12-13T17:01:01+00:00 sysutils/rsyslog-pgsql PostgreSQL output module for rsyslog
2007-12-13T17:01:01+00:00 sysutils/rsyslog-mysql MySQL output module for rsyslog
2007-12-13T10:01:29+00:00 www/khtml2png Command line program to create screenshots of webpages
khtml2png is a command line program to create screenshots of webpages. It
uses libkhtml (the library that is used in the KDE webbrowser Konqueror) and
Qt to do graphic conversion.

WWW: http://khtml2png.sourceforge.net/
2007-12-13T06:55:32+00:00 dns/bindgraph RRDtool frontend for BIND statistics
Bindgraph makes pretty query statistics about BIND servers. It was derived
from well-known mailgraph package.

WWW: http://www.linux.it/~md/software/
2007-12-13T01:32:50+00:00 devel/hgsvn Scripts to work locally on Subversion checkouts using Mercurial
This set of scripts allows to work locally on Subversion-managed
projects using the Mercurial distributed version control system.

Why use Mercurial? You can do local (disconnected) work, pull the
latest changes from the SVN server, manage private branches, submit
patches to project maintainers, etc. And of course you have fast
local operations like "hg log", "hg annotate"...

Three scripts are provided:

* hgimportsvn initializes an SVN checkout which is also a
Mercurial repository.
* hgpullsvn pulls the latest changes from the SVN repository,
and updates the Mercurial repository accordingly. It can
be run multiple times.
* hgpushsvn pushes your local Mercurial commits back to the SVN repository.

WWW: https://pypi.org/project/hgsvn/
2007-12-13T01:20:14+00:00 www/rubygem-rack Rack, a Ruby Webserver Interface
Rack provides a minimal, modular and adaptable interface for developing web
applications in Ruby. By wrapping HTTP requests and responses in the simplest
way possible, it unifies and distills the API for web servers, web frameworks,
and software in between (the so-called middleware) into a single method call.

WWW: https://github.com/rack/rack
2007-12-12T18:45:15+00:00 ports-mgmt/pkg_search Nifty script searching the ports database
pkg_search scans the ports INDEX file to use as a database, fetching it
if necessary. Example of usage to search for a package:

# pkg_search cyrus-sasl
cyrus-sasl-1.5.28_5 RFC 2222 SASL (Simple Authentication and Security Layer)
cyrus-sasl-2.1.22 RFC 2222 SASL (Simple Authentication and Security Layer)
cyrus-sasl-ldapdb-2.1.22 SASL LDAPDB auxprop plugin
cyrus-sasl-saslauthd-2.1.22 SASL authentication server for cyrus-sasl2

# pkg_search -i cyrus-sasl-2.1.22
Name : cyrus-sasl-2.1.22-50
Dir : /usr/ports/security/cyrus-sasl2
Desc : RFC 2222 SASL (Simple Authentication and Security Layer)
URL : http://cyrusimap.web.cmu.edu/
Deps :

WWW: http://www.mathematik.uni-marburg.de/~schmidtm/pkg_search/
2007-12-12T18:38:06+00:00 net-mgmt/p5-SNMP-Simple Shortcuts for when using p5-SNMP
This module provides shortcuts when performing repetitive information-retrieval
tasks with p5-SNMP.

WWW: https://metacpan.org/release/SNMP-Simple
2007-12-12T18:32:08+00:00 graphics/uniconvertor Universal vector graphics translator
UniConvertor is a universal vector graphics translator. It uses sK1
engine to convert one format to another.

Development of the import/export modules for this program goes
through different stages, quality and feature coverage are different
among formats.

Import filters:
* CorelDRAW ver.7-X3,X4 (CDR/CDT/CCX/CDRX/CMX)
* Adobe Illustrator up to 9 ver. (AI postscript based)
* Postscript (PS)
* Encapsulated Postscript (EPS)
* Computer Graphics Metafile (CGM)
* Windows Metafile (WMF)
* XFIG
* Scalable Vector Graphics (SVG)
* Skencil/Sketch/sK1 (SK and SK1)
* Acorn Draw (AFF)

Export filters:
* AI (Postscript based Adobe Illustrator 5.0 format)
* SVG (Scalable Vector Graphics)
* SK (Sketch/Skencil format)
* SK1 (sK1 format)
* CGM (Computer Graphics Metafile)
* WMF (Windows Metafile)
* PDF (Portable Document Format)
* PS (PostScript)

WWW: https://sk1project.org/
2007-12-12T18:30:52+00:00 www/drupal5-disknode File download module
File download module

WWW: http://drupal.org/project/disknode
2007-12-12T18:28:20+00:00 graphics/libpuzzle Library to find similar pictures
The Puzzle library is designed to quickly find visually similar images
(GIF, PNG, JPG), even if they have been resized, recompressed, recolored
or slightly modified.
The library is free, lightweight yet very fast, configurable, easy to use
and it has been designed with security in mind.

WWW: http://libpuzzle.pureftpd.org/project/libpuzzle
2007-12-12T15:59:20+00:00 devel/pecl-params PECL extension for a userspace equivalent of zend_parse_parameters()
The params extension provides userspace equivalent of zend_parse_parameters()

WWW: https://pecl.php.net/package/params
2007-12-12T15:57:41+00:00 devel/pecl-shape PECL extension that wraps libshape
The shape extension wraps libshape and provides the ability to write programs
for manipulating ESRI shapefiles.

WWW: http://pecl.php.net/package/shape/
2007-12-12T13:33:32+00:00 net/p5-Amazon-SQS-Simple OO API for accessing the Amazon Simple Queue Service
This module provides a Perlish interface to Amazon SQS.

WWW: https://metacpan.org/release/Amazon-SQS-Simple
2007-12-12T13:31:48+00:00 devel/pear-VersionControl_SVN Wrapper interface for the Subversion command-line client
VersionControl_SVN is a simple OO-style interface for Subversion,
the free/open-source version control system.

WWW: https://pear.php.net/package/VersionControl_SVN
2007-12-12T13:30:26+00:00 net/p5-Net-Amazon-EC2 Perl interface to the Amazon Elastic Compute Cloud
This module provides a Perlish interface to the Amazon Elastic
Compute Cloud.

WWW: https://metacpan.org/release/Net-Amazon-EC2
2007-12-12T13:29:46+00:00 net/p5-Test-URI Check Uniform Resource Identifiers
Test::URI checks various parts of Uniform Resource Locators.

WWW: https://metacpan.org/release/Test-URI
2007-12-12T13:23:29+00:00 devel/p5-Test-UseAllModules Do use_ok() for all the MANIFESTed modules
This Perl module reads MANIFEST to find modules to be tested and does use_ok()
for each of them. Now all you have to do is updating MANIFEST.
You don't have to modify the test any more (hopefully).

WWW: https://metacpan.org/release/Test-UseAllModules
2007-12-12T13:22:24+00:00 textproc/p5-String-CamelCase Perl module for camelcase, de-camelcase
String::CamelCase provides camelcase and de-camelcase.

WWW: https://metacpan.org/release/String-CamelCase
2007-12-12T13:21:20+00:00 net/p5-Net-Amazon-MechanicalTurk Perl interface to the Amazon Mechanical Turk
This module provides a Perlish interface to Amazon Mechanical Turk.

WWW: https://metacpan.org/release/Net-Amazon-MechanicalTurk
2007-12-12T13:12:11+00:00 japanese/p5-DateTime-Format-Japanese Japanese DateTime Formatter
This module implements a DateTime::Format module
that can read Japanese date notations and create a
DateTime object, and vice versa.

WWW: https://metacpan.org/release/DateTime-Format-Japanese
2007-12-12T13:08:58+00:00 devel/p5-DateTime-Calendar-Japanese DateTime Extension for Traditional Japanese Calendars
DateTime Extension for Traditional Japanese Calendars

WWW: https://metacpan.org/release/DateTime-Calendar-Japanese
2007-12-12T13:05:57+00:00 devel/p5-DateTime-Calendar-Chinese Traditional Chinese Calendar Implementation
Traditional Chinese Calendar Implementation

WWW: https://metacpan.org/release/DateTime-Calendar-Chinese
2007-12-12T13:04:08+00:00 devel/p5-DateTime-Event-Chinese DateTime Extension for Calculating Important Chinese Dates
DateTime Extension for Calculating Important Chinese Dates

WWW: https://metacpan.org/release/DateTime-Event-Chinese
2007-12-12T13:01:04+00:00 devel/p5-DateTime-Event-SolarTerm DateTime Extension to Calculate Solar Terms
DateTime Extension to Calculate Solar Terms

WWW: http://search.cpan.org/dist/DateTime-Event-SolarTerm/
2007-12-12T13:00:02+00:00 graphics/linux-f8-cairo Vector graphics library Cairo (Linux Fedora 8)
This is a Linux/i386 binary port of Cairo.

Cairo is a vector graphics library with cross-device output
support. Currently supported output targets include the X Window
System and in-memory image buffers. PostScript and PDF file output is
planned. Cairo is designed to produce identical output on all output
media while taking advantage of display hardware acceleration when
available (eg. through the X Render Extension).

Cairo provides a stateful user-level API with capabilities similar to
the PDF 1.4 imaging model. Cairo provides operations including stroking
and filling Bezier cubic splines, transforming and compositing translucent
images, and antialiased text rendering.

WWW: http://www.cairographics.org/
2007-12-12T13:00:02+00:00 graphics/linux-f10-cairo Vector graphics library Cairo (Linux Fedora 10)
This is a Linux/i386 binary port of Cairo.

Cairo is a vector graphics library with cross-device output
support. Currently supported output targets include the X Window
System and in-memory image buffers. PostScript and PDF file output is
planned. Cairo is designed to produce identical output on all output
media while taking advantage of display hardware acceleration when
available (eg. through the X Render Extension).

Cairo provides a stateful user-level API with capabilities similar to
the PDF 1.4 imaging model. Cairo provides operations including stroking
and filling Bezier cubic splines, transforming and compositing translucent
images, and antialiased text rendering.

WWW: http://www.cairographics.org/
2007-12-12T13:00:02+00:00 graphics/linux-cairo Linux cairo binary
This is a Linux/i386 binary port of Cairo.

Cairo is a vector graphics library with cross-device output
support. Currently supported output targets include the X Window
System and in-memory image buffers. PostScript and PDF file output is
planned. Cairo is designed to produce identical output on all output
media while taking advantage of display hardware acceleration when
available (eg. through the X Render Extension).

Cairo provides a stateful user-level API with capabilities similar to
the PDF 1.4 imaging model. Cairo provides operations including stroking
and filling Bezier cubic splines, transforming and compositing translucent
images, and antialiased text rendering.

WWW: http://www.cairographics.org/
2007-12-12T12:58:56+00:00 devel/p5-DateTime-Event-Lunar Compute Lunar Events
This module calculates the time and date of certain recurring lunar events,
including new moons and specific lunar phases.

WWW: https://metacpan.org/release/DateTime-Event-Lunar
2007-12-12T12:48:58+00:00 www/p5-File-Mork Module to read Mozilla URL history files
a module to read Mozilla URL history files

WWW: https://metacpan.org/release/File-Mork
2007-12-12T12:47:56+00:00 www/p5-WebService-BuzzurlAPI Buzzurl WebService API
WebService::BuzzurlAPI - Buzzurl WebService API

Buzzurl is social bookmark service.

For more information on Buzzurl, visit the Buzzurl website.
http://buzzurl.jp/.

WWW: https://metacpan.org/release/WebService-BuzzurlAPI
2007-12-12T12:46:51+00:00 www/rubygem-staticmatic Manage static websites using Haml and Sass
Staticmatic lets you manage static websites with Haml & Sass.

WWW: http://staticmatic.net
2007-12-12T12:45:03+00:00 net/p5-Net-GrowlClient Perl implementation of Growl Network Notification Protocol
Net::GrowlClient provides a complete object oriented interface
to send Mac OS X Growl notifications across the network.

WWW: https://metacpan.org/release/Net-GrowlClient
2007-12-12T12:44:13+00:00 misc/p5-Test-Dir Test directory attributes
Test::Dir - test directory attributes

FUNCTIONS
dir_exists_ok

Ok if the directory exists, and not ok otherwise.
dir_not_exists_ok

Ok if the directory does not exist, and not ok otherwise.

WWW: https://metacpan.org/release/Test-Dir
2007-12-12T10:41:10+00:00 sysutils/p5-Filesys-DfPortable Perl extension for filesystem disk space information
Filesys::DfPortable module provides a portable way to obtain filesystem disk
space information.

WWW: https://metacpan.org/release/Filesys-DfPortable
2007-12-12T10:31:36+00:00 audio/wmauda Port of wmxmms to GTK 2.x and Audacious
Dockable applet for WindowMaker that controls Audacious.

WWW: http://www.netswarm.net/
2007-12-12T10:01:12+00:00 sysutils/cdrkit Command-line CD/DVD writing suite
cdrkit is a suite of programs for recording CDs and DVDs, blanking CD-RW media,
creating ISO-9660 filesystem images, extracting audio CD data, and more. The
programs included in the cdrkit package were originally derived from several
sources, most notably mkisofs by Eric Youngdale and others, cdda2wav by Heiko
Eissfeldt, and cdrecord by Joerg Schilling. However, cdrkit is not affiliated
with any of these authors; it is now an independent project.

WWW: http://www.cdrkit.org/
2007-12-12T09:55:06+00:00 www/p5-Template-Plugin-FillInForm TT plugin for HTML::FillInForm Perl module
Template::Plugin::FillInForm is a plugin for TT, which allows you
to make your HTML form sticky using HTML::FillInForm.

WWW: https://metacpan.org/release/Template-Plugin-FillInForm
2007-12-12T09:51:56+00:00 devel/p5-Lingua-JA-Fold Perl module for folding Japanese text
This module is used for Japanese text wrapping and so on.

WWW: https://metacpan.org/release/Lingua-JA-Fold
2007-12-12T09:11:24+00:00 www/phprecipebook Small php webapp to manage your recipes
This projects purpose is to provide a convenient way to construct
a weekly shopping list from a known list of recipes. The user can
view, add, search and modify recipes like any decent web based
cookbook. This cookbook provides the extra functionality to add
recipes to a shopping list. The shopping list then can be saved or
printed out.

WWW: http://phprecipebook.sourceforge.net/
2007-12-12T08:01:52+00:00 www/p5-Web-Scraper Web Scraping Toolkit inspired by Scrapi
Web::Scraper is a web scraper toolkit, inspired by Ruby's equivalent
Scrapi.

WWW: https://metacpan.org/release/Web-Scraper
2007-12-12T06:23:01+00:00 www/p5-HTML-Sanitizer HTML Sanitizer
This module acts as a filter for HTML. It is not a validator, though
it might be possible to write a validator-like tool with it. It's
intended to strip out unwanted HTML elements and attributes and leave
you with non-dangerous HTML code that you should be able to trust.

WWW: http://search.cpan.org/dist/HTML-Sanitizer/
2007-12-12T02:26:18+00:00 x11-themes/kde-icons-nuovext2 KDE nuoveXT 2 iconset
A revamp of icon theme nuoveXT.
[ http://www.kde-look.org/content/show.php?content=62630 ]

The nuoveXT icon theme provides OSX-like icons for your
KDE desktop. It provides icons for most of the applications
generally used on KDE. Others may be added in future versions
of nuoveXT, for KDE.

WWW: https://BSDforge.com/projects/x11-themes/kde-icons-nuovext2/
2007-12-12T02:24:31+00:00 x11-themes/kde-icons-nuovext KDE nuoveXT iconset
[ excerpt from developer's web site ]

nuoveXT is an icon theme for GNOME and KDE.

WWW: http://www.kde-look.org/content/show.php?content=26449
2007-12-12T01:50:16+00:00 x11-themes/kde-icons-os-k KDE OS-K iconset
[ excerpt from developer's web site with modifications ]

This is the most comprehensive icon set for KDE. Not only does it
take the best icon art and combine it into an attractive set, it
also uses a fine balance of photo realism and simplicity to achieve
a clear interface. The icon 'actions' folder contains nearly 300
icons designed with standardisation in mind and they are all created
to take advantage of the higher screen modes in use today. All
actions can now go up to 128x128! I would like to say a BIG thank
you to all the artists who's original art work make this set possible.
This is work in progress and I would ask for feedback from any users
who would like to input to the project. Oh, and if you like it,
remember to vote good :)

99% of this set is GPL now and what's not is most likely creative
commons. PLEASE abide by the licence rules, if you use icons from
this set please research and credit the appropriate people. I have
been given permission to release other peoples art work under the
GPL so respect the licence.

WWW: http://www.kde-look.org/content/show.php?content=24645
2007-12-12T01:46:24+00:00 finance/p5-Business-TW-Invoice-U420 Print Taiwan Unified Invoice with U420 printer
This module generates commands for the Epson RP-U420 invoice printer for
printing the Unified Invoice in Taiwan.

You must install the driver and printer processor properly before you can
use the module.

You can define multiple lines of headers that will appear on each page of
the printed invoices, and when you do println the module does all the
necessary paging and stamping for you.

WWW: https://metacpan.org/release/Business-TW-Invoice-U420
2007-12-12T01:45:14+00:00 finance/p5-Business-TW-TSIB-VirtualAccount Module for Taishin Bank Virtual Account Management
This module provides utility functions for the virtual account service by
TSIB (Taishin International Bank, Taiwan).

WWW: https://metacpan.org/release/Business-TW-TSIB-VirtualAccount
2007-12-12T01:36:42+00:00 finance/p5-Business-TW-TSIB-CStorePayment Module for Taishin Bank Convenient Store Payment Management
This module provides utility functions for the convenient store payment
collection service by TSIB (Taishin International Bank, Taiwan).

WWW: https://metacpan.org/release/Business-TW-TSIB-CStorePayment
2007-12-12T01:32:08+00:00 x11-themes/kde-icons-vista-inspirate KDE Vista Inspirate iconset
[ excerpt from developer's web site ]

This is a port to KDE of my icon theme for Gnome Vista-Inspirate
(http://www.gnome-look.org/content/show.php?content=28352).

WWW: http://www.kde-look.org/content/show.php?content=31585
2007-12-12T01:28:21+00:00 x11-themes/kde-icons-exquisite KDE Exquisite iconset
[ excerpt from developer's web site ]

Exquisite is a port of the Xp_Mad icon set created byMimin Ladha.
Additional icons by Ghast (action icons) were added to complete the
icon set, but additinal releases will follow. This icon set uses a
modified version of the build script created by Nick Bargnesi. As
a result, the download is only 2 MB instead of 10 MB(Yes, I still
have love for 56k users). The only tools required to create the
entire icon set are bzip, tar, and convert (ImageMagik). Unpackage
the Exquisite.tar.bz2 compressed file and run the included script
buildset (./buildset - for newbies). Afterwards, use the Kcontrol
center to install the icon set. Please provide some feed back about
the icon set. I hope most people like it. If not, give me a good
vote anyway :-)

WWW: http://www.kde-look.org/content/show.php?content=14788
2007-12-12T01:25:28+00:00 x11-themes/kde-icons-dark-glass KDE Dark Glass iconset
KDE Dark Glass iconset.

WWW: http://www.kde-look.org/content/show.php?content=67902
2007-12-12T01:18:58+00:00 x11-themes/kde-icons-crystal-project KDE Crystal Project iconset
[ excerpt from developer's web site ]

It's a pleasure to say that, after long months waiting, the new
version of the Crystal icon set is available for the public. The
Icons were already finalized about six months ago. In fact, it was
necessary to bend the time, almost like the mythological battle
between Zeus and Kronos, so then I could finally finish the the
website redesign and launch the new set of icons.

Uncountable hours of work and some nights without sleeping were
dedicated to this project. I hope you guys enjoy the final result.

WWW: http://www.kde-look.org/content/show.php?content=60475
2007-12-12T01:15:02+00:00 x11-themes/kde-icons-black-and-white KDE Black And White iconset
KDE Black And White iconset.

WWW: http://www.kde-look.org/content/show.php?content=24645
2007-12-11T23:53:34+00:00 www/aria2fe Aria2 Qt front-end
aria2fe is a graphical user interface for the command line based
program aria2. aria2fe was designed and constructed using C++/Qt for
the GNU Unix/Posix/Linux platform.

WWW: http://www.aria2fe.com/
2007-12-11T22:27:19+00:00 multimedia/miro Video player to get internet TV broadcasts
Miro, formerly known as Democray, is an internet TV platform so that watching
internet video channels will be as easy as watching TV and broadcasting a
channel will be open to everyone.

WWW: http://www.getmiro.com/
2007-12-11T20:45:58+00:00 sysutils/usbutils Utility for listing USB devices
Usbutils contains the lsusb utility for displaying information about
USB buses in the system and the devices connected to them.

WWW: https://github.com/gregkh/usbutils
2007-12-11T20:45:43+00:00 devel/php5-ice Ice (Internet Communications Engine) language mapping for PHP
An Ice language mapping for PHP is a recent and welcome addition
to the Ice product portfolio, enabling developers to take advantage
of the productivity offered by PHP's friendly syntax and extensive
function library.

WWW: http://www.zeroc.com/
2007-12-11T19:25:27+00:00 deskutils/xfce4-notification-daemon Port of Gnome's notification-daemon for the Xfce desktop
Port of notification daemon for Xfce Desktop Environment.

WWW: http://goodies.xfce.org/projects/applications/notification-daemon-xfce
2007-10-30T01:29:17+00:00 www/p5-HTTP-Response-Encoding Adds encoding() to HTTP::Response
This module adds the following methods to HTTP::Response objects.

$res->charset

Tells the charset exactly as appears in the Content-Type: header. Note that
the presence of the charset does not guarantee if the response content is
decodable via Encode.

$res->encoder

Returns the corresponding encoder object or undef if it can't.

$res->encoding

Tells the content encoding in the canonical name in Encode. Returns undef
if it can't.

$res->decoded_content

Discontinued since HTTP::Message already has this method.

WWW: https://metacpan.org/release/HTTP-Response-Encoding
2007-10-29T23:48:18+00:00 misc/kde4-l10n-wa Walloon messages and documentation for KDE SC 4
Localized messages and documentation for KDE4.

WWW: http://i18n.kde.org/
2007-10-29T23:48:18+00:00 misc/kde4-l10n-csb Cassubian messages and documentation for KDE SC 4
Localized messages and documentation for KDE4.

WWW: http://i18n.kde.org/
2007-10-29T23:48:18+00:00 misc/kde3-i18n-wa Walloon messages and documentation for KDE3
Localized messages and documentation for KDE3.

WWW: http://i18n.kde.org/
2007-10-29T23:48:18+00:00 misc/kde3-i18n-te Telugu messages and documentation for KDE3
Localized messages and documentation for KDE3.

WWW: http://i18n.kde.org/
2007-10-29T23:48:18+00:00 misc/kde3-i18n-csb Cassubian messages and documentation for KDE3
Localized messages and documentation for KDE3.

WWW: http://i18n.kde.org/
2007-10-29T22:57:12+00:00 security/rarcrack Rarcrack guesses the passwords of encrypted RAR, ZIP, and 7Z archives
This program uses a brute force algorithm to guess your encrypted
compressed file's password. If you forget your encrypted file password,
this program is the solution. This program can crack zip,7z and rar file
passwords.

WWW: http://sourceforge.net/projects/rarcrack
2007-10-29T20:41:34+00:00 comms/yfklog Amateur Radio curses based logging program
Amateur radio curses perl based logging program.

Written by Fabian Kurz, DJ1YFK <mail@fkurz.net>

WWW: http://fkurz.net/ham/yfklog.html
2007-10-29T19:51:44+00:00 devel/avr-libc-devel A C and math library for the Atmel AVR controller family
avr-libc -- a C and math library for the Atmel AVR controller family

This library implements a subset of common C library functions, some
Atmel AVR specific additions (like handling AVR's IO facilities,
EEPROM etc.), as well as a 32-bit floating point math library (-lm).

Everything is designed and implemented to cooperate with avr-gcc and
avr-binutils.

WWW: http://savannah.nongnu.org/projects/avr-libc
2007-10-29T19:22:40+00:00 x11-wm/compiz-fusion Metaport of compiz-fusion
This is a metaport for compiz-fusion.
2007-10-29T10:07:27+00:00 net-mgmt/ocsinventory-ng Open Computer and Software Inventory Next Generation
Open Computer and Software Inventory Next Generation is an application designed
to help a network or system administrator keep track of the computers
configuration and software that are installed on the network

WWW: http://www.ocsinventory-ng.org/
2007-10-29T07:33:00+00:00 x11-wm/xmonad Xmonad is a minimalist and tiling window manager for X
XMonad is a tiling window manager written in Haskell for X.

Features :
* Very stable, fast, small and simple.
* Automatic window tiling and management
* First class keyboard support: a mouse is unnecessary
* Full support for tiling windows on multi-head displays
* Full support for floating windows
* XRandR support to rotate, add or remove monitors
* Per-workspace layout algorithms
* Per-screens custom status bars
* Easy, powerful customisation and reconfiguration
* Large extension library
* Extensive documentation and support for hacking

WWW: http://www.xmonad.org/
2007-10-29T07:33:00+00:00 x11-wm/hs-xmonad Tiling window manager
xmonad is a tiling window manager for X. Windows are arranged
automatically to tile the screen without gaps or overlap, maximising
screen use. All features of the window manager are accessible from the
keyboard: a mouse is strictly optional. xmonad is written and
extensible in Haskell. Custom layout algorithms, and other extensions,
may be written by the user in config files. Layouts are applied
dynamically, and different layouts may be used on each workspace.
Xinerama is fully supported, allowing windows to be tiled on several
screens.

WWW: https://xmonad.org/
2007-10-29T05:00:58+00:00 security/uberkey A keylogger for x86 systems
uberkey is a keylogger for x86 systems.
It directly reads keyboard input from the keyboard controller and
does a basic translation.

WWW: http://www.linuks.mine.nu/uberkey/
2007-10-28T21:42:29+00:00 audio/slimserver-trackstat SlimServer plugin to store ratings and statistics about songs
This is a statistic plugin for Slimserver. Slimserver normally
stores statistics about the last time a track was played, when a
specific track was added to the library and how many times a track
has been played. The problem is that all of these statistics are
cleared every time you perform a full rescan of slimserver.

The TrackStat plugin solves this problem by making sure that the
statistics survive a rescan. Besides this TrackStat also extends
the statistics a bit, one example is that it doesn't count a track
as played just because you listen to the first 2 seconds of it, you
will have to play a certain amount of the track until it is played.
TrackStat also makes it possible to put a rating on all your tracks
by holding a number between 1-5 down on the now playing screen.

The other main functionality the TrackStat plugins provides is
various ways to browse your music based on the statistic information.
The standard slimserver only makes it possible to show most played
tracks. The TrackStat plugin makes it possible to show the statistics
in a lot more ways. The purpose is simply to give you another way
to select which music you like to play, for example like:

* Find tracks you haven't played for a long time
* Find tracks you have recently added to the library
* Find top rated tracks
* Find least played tracks
* And a lot more...

WWW: http://wiki.erland.homeip.net/index.php/TrackStat_plugin
2007-10-28T21:40:39+00:00 audio/slimserver-sqlplaylist SlimServer plugin to create playlists based on SQL queries
This plugin for Slimserver makes it possible to create smart
playlists. Although the standard Slimserver doesn't support smart
playlists by itself, together with iTunes and the standard Slimserver
iTunes integration, it is possible to use smart playlists defined
in iTunes. The problem though is that the integrated iTunes smart
playlists will not be recalculated until the next time you perform
a rescan in Slimserver. The SQL Playlist plugin takes care of this
problem and implements native smart playlist in Slimserver without
any need to use iTunes. The smart playlists implemented in SQL
Playlist will also be automatically re-calculated after each track
played so they will be based on the latest statistic information.

A smart playlist in SQL Playlist are continous and will run forever
in the same way as the standard Random Mix plugin, you can optionally
also choose that a smart playlist shouldn't repeat already played
tracks and in that case the music will stop when all songs matching
the playlist has been played.

WWW: http://wiki.erland.homeip.net/index.php/SQL_Playlist_plugin
2007-10-28T21:36:22+00:00 audio/slimserver-dynamicplaylist SlimServer plugin to create dynamic playlists
The Dynamic Playlist plugin is a Slimserver plugin that makes it
easier for other plugins to implement different types of playlists.
It shows all supported playlists below the same menu and has the
advantage that the user doesn't have to know which plugin implements
a specific interface.

WWW: http://wiki.erland.homeip.net/index.php/Dynamic_Playlist_plugin
2007-10-28T19:43:49+00:00 net/lua50-luasocket
2007-10-28T11:47:36+00:00 finance/p5-PayflowPro Pure Perl PayflowPro payment gateway interface
Interface to HTTP gateway for PayPal's Payflow Pro service, as described on
the PayPal developer site at https://www.x.com/docs/DOC-1642

See also the developer area:
https://www.x.com/community/ppx/xspaces/web_checkout/payflow?view=documents

This module is intended to be a drop-in replacement for PFProAPI (a couple of
minor changes to your code are necessary to use this module instead of
PFProAPI). The major difference is that it is pure Perl, and not architecture
dependent (ie, you can use this on your 64-bit FreeBSD platform.)

WWW: http://www.mailermailer.com/labs/projects/Payflow-Pro-API.rwp
2007-10-28T11:14:34+00:00 textproc/pecl-xslcache Caches the parsed XSL stylesheet between sessions
The XSL Cache extension is a modification of PHP's standard XSL extension
that caches the parsed XSL stylesheet representation between sessions for
2.5x boost in performance for sites that repeatedly apply the same
transform.

Although there is still some further work that could be done on
the extension, this code is already proving beneficial in production use for
a few applications on the New York Times' website.

WWW: http://code.nytimes.com/projects/xslcache/
2007-10-27T21:31:35+00:00 net-im/tkabber-plugins External Plugins for Tkabber
External plugins for Tkabber.

WWW: http://tkabber.jabber.ru/tkabber-plugins
2007-10-27T21:31:35+00:00 net-im/tkabber-plugins-devel External Plugins for Tkabber
External plugins for Tkabber.

WWW: http://tkabber.jabber.ru/tkabber-plugins
2007-10-27T18:20:57+00:00 devel/pecl-inclued Inclued gives you a Clue for PHP inclusion check
Inclued gives you a Clue ! Also inclued is some php code to transform the
dump data into graphviz formatted .dot files.

WWW: http://pecl.php.net/package/inclued
2007-10-26T20:49:42+00:00 java/linux-sun-jre16 Sun Java Runtime Environment 1.6 for Linux
The Sun Java Runtime Environment 1.6 for Linux.

WWW: http://java.sun.com/javase/
2007-10-26T20:48:09+00:00 java/linux-sun-jre15 Sun Java Runtime Environment 1.5 for Linux
The Sun Java Runtime Environment 1.5 for Linux.

WWW: http://java.sun.com/j2se/1.5/
2007-10-26T19:58:27+00:00 net/avahi-qt4 Qt 4 bindings to the Avahi mDNS system
Qt 4 bindings to the avahi mDNS service discovery system.

WWW: http://www.avahi.org/
2007-10-26T07:43:18+00:00 deskutils/glipper Clipboard manager for the GNOME panel
Glipper is a clipboardmanager for the GNOME Panel. It maintains a history of
text copied to the clipboard from which you can choose. You can see this as a
GNOME counterpart to KDE's Klipper.

Glipper uses plugins to give the user all the extra functionality they want,
including support for Actions, Snippets and No-Paste services.

WWW: https://launchpad.net/glipper
2007-10-26T02:54:35+00:00 x11/hs-x11-extras-ghc X11 bindings for Haskell programs
Missing bindings to the X11 graphics library.

The binding is a direct translation of the C binding; for documentation
of these calls, refer to The Xlib Programming Manual, available
online at http://tronche.com/gui/x/xlib/.

WWW: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11-extras-0.3
2007-10-24T23:37:25+00:00 x11-toolkits/py-gtksourceview Python bindings for GtkSourceView 2
This archive contains python bindings for the version 2 of the
GtkSourceView library.

WWW: http://www.gnome.org
2007-10-24T23:37:25+00:00 x11-toolkits/gtksourceview2 Widget that adds syntax highlighting to GtkTextView
GtkSourceView is a text widget for Gtk+-2 that provides syntax highlighting
and other features typically expected in a source code editor.
2007-10-24T23:37:25+00:00 x11-toolkits/gtksourceview2-reference
This port contains the programming reference for x11-toolkits/gtksourceview2.
2007-10-24T23:37:25+00:00 textproc/rarian OMF help system based on the Freedesktop specification
Rarian is designed to be a replacement for scrollkeeper. It is
currently undergoing heavy development. As of writing, rarian can be
installed in place of scrollkeeper and everything will work okay.

Rarian manages documentation metadata (as specified by the Open Source
Metadata Framework (OMF) and provides a simple API to allow help browsers
to find, sort, and search the document catalog. It will also be able to
communicate with catalog servers on the Net to search for documents which
are not on the local system.

WWW: https://rarian.freedesktop.org/
2007-10-24T23:37:25+00:00 net/evolution-rss RSS Feeds support for evolution mail
RSS Feeds support for evolution mail

WWW: http://gnome.eu.org/index.php/Evolution_RSS_Reader_Plugin
2007-10-24T23:37:25+00:00 net/avahi-libdns mDNSResponder compatibility from Avahi
mDNSResponder compatibility from Avavhi

WWW: http://www.avahi.org/
2007-10-24T23:37:25+00:00 net/avahi-gtk Gtk+ tools and bindings to the Avahi mDNS system
Gtk+ tools and bindings to the avahi mDNS service discovery system.

WWW: http://www.avahi.org/
2007-10-24T23:37:25+00:00 net/avahi-autoipd IPv4LL network address configuration daemon
IPv4LL network address configuration daemon

WWW: http://www.avahi.org/
2007-10-24T23:37:25+00:00 net/avahi-app 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.

WWW: http://www.avahi.org/
2007-10-24T23:37:25+00:00 misc/gnome2-reference The "meta-port" for GNOME 2 programming references
The "meta-port" for GNOME 2 programming references
2007-10-24T23:37:25+00:00 misc/gnome-devel-docs Documents targeted for GNOME developers
Documents targeted for GNOME developers
2007-10-24T23:37:25+00:00 accessibility/accerciser Interactive Python accessibility explorer for GNOME
Accerciser is an interactive Python accessibility explorer for the GNOME
desktop. It uses AT-SPI to inspect and control widgets, allowing you to check
if an application is providing correct information to assistive technologies
and automated test frameworks. Accerciser has a simple plugin framework which
you can use to create custom views of accessibility information.

WWW: https://wiki.gnome.org/Apps/Accerciser
2007-10-24T19:47:03+00:00 textproc/scim-kmfl-sil-ipa-unicode5 IPA Unicode 5.1 mnemonic keyboard for KMFL IMEngine of SCIM
This is mnemonic keyboard that covers entire IPA (International
Phonetic Alphabet) Unicode 5 range, written in Keyman keyboard
language. The keyboard is developed by SIL Non-Roman Script Initiative
(NRSI). This port installs the keyboard so that it can be used through
SCIM KMFL IMEngine (textproc/scim-kmfl-imengine).

This keyboard is provided under SIL International X11-style License
(http://scripts.sil.org/X11License).

WWW: http://scripts.sil.org/UniIPAKeyboard#dee994f5
2007-10-24T19:47:03+00:00 textproc/kmfl-sil-ipa-unicode IPA Unicode 5.1 mnemonic keyboard for KMFL IMEngine
This is mnemonic keyboard that covers entire IPA (International
Phonetic Alphabet) Unicode 5 range, written in Keyman keyboard
language. The keyboard is developed by SIL Non-Roman Script Initiative
(NRSI).

This port installs the keyboard so that it can be used through SCIM or
IBus KMFL IMEngine (textproc/scim-kmfl-imengine, textproc/ibus-kmfl).

This keyboard is provided under SIL International X11-style License
(http://scripts.sil.org/X11License).

WWW: http://scripts.sil.org/UniIPAKeyboard#dee994f5
2007-10-24T13:21:22+00:00 archivers/javatar Java tar archive I/O package
The package com.ice.tar implements a tar archive io package.
This package allows you to create, and extract tar archives.
Since the package uses InputStream and OutputStream, it is possible
to combine this package with the java.util.zip package to handle
.tar.gz files.

WWW: http://www.trustice.com/java/tar/
2007-10-24T11:23:15+00:00 sysutils/k8temp Athlon 64 and Opteron on-die temperature reader
k8temp is a utility to read the on-die temperature sensors provided by
AMD K8 and K10 processors, including most Athlon 64's and Opterons.

WWW: https://hur.st/k8temp/
2007-10-24T10:33:31+00:00 www/p5-HTML-Display Display HTML locally in a browser
This module abstracts the task of displaying HTML to the user. The displaying is
done by launching a browser and navigating it to either a temporary file with
the HTML stored in it, or, if possible, by pushing the HTML directly into the
browser window.

WWW: https://metacpan.org/release/HTML-Display
2007-10-24T10:22:06+00:00 net/p5-Net-OAuth Implementation of the OAuth protocol
Net::OAuth provides a low-level API for reading and writing OAuth messages.

OAuth is an open protocol to allow secure API authentication in a simple and
standard method from desktop and web applications. In practical terms, OAuth is
a mechanism for a Consumer to request protected resources from a Service
Provider on behalf of a user.

Net::OAuth provides:
- classes that encapsulate OAuth messages (requests and responses).
- message signing
- message serialization and parsing.
- 2-legged requests (aka. tokenless requests, aka. consumer requests), see
"CONSUMER REQUESTS"

Net::OAuth does not provide:
- Consumer or Service Provider encapsulation
- token/nonce/key storage/management

WWW: https://metacpan.org/release/Net-OAuth
WWW: http://oauth.net/
2007-10-24T09:22:03+00:00 security/pdfcrack Cracking tool for password-protected PDF-files
pdfcrack is a simple tool for recovering passwords (both owner and
user ones) from pdf-documents. It should be able to handle all
pdfs that uses the standard security handler but the pdf-parsing
routines are a bit of a quick hack so you might stumble across some
pdfs where the parser needs to be fixed to handle.

WWW: https://sourceforge.net/projects/pdfcrack/
2007-10-24T08:51:10+00:00 devel/p5-parent Establish an ISA relationship with base classes at compile time
Allows you to both load one or more modules, while setting up inheritance
from those modules at the same time. Mostly similar in effect to

package Baz;
BEGIN {
require Foo;
require Bar;
push @ISA, qw(Foo Bar);
}

WWW: https://metacpan.org/release/parent
2007-10-23T13:52:57+00:00 x11-drivers/xf86-video-radeonhd X.Org ati RadeonHD display driver
This package contains the X.Org xf86-video-radeonhd driver.

WWW: http://www.x.org
2007-10-23T13:52:57+00:00 x11-drivers/xf86-video-radeonhd-devel X.Org ati RadeonHD display driver development version
This package contains the X.Org xf86-video-radeonhd driver.

WWW: http://www.x.org
2007-10-23T11:38:44+00:00 textproc/scim-kmfl-imengine SCIM KMFL IMEngine platform for Keyman (KMN) language keyboards
KMFL aims to bring Tavultesoft Keyman functionality to *nix operating
systems. KMFL is being jointly developed by SIL International
(http://www.sil.org) and Tavultesoft (http://www.tavultesoft.com).

SCIM KMFL IMEngine allows you to use KMN keyboards (compiled with
textproc/kmflcomp) through standard SCIM interface.

The powerful KMN keyboard language supports contextual deadkeys,
pre- and post-processing of keystrokes, rules grouping, 'storing'
of character classes for use in similar rules, custom and Unicode
character constants, SIL Ethnologue language codes, etc.

Official Tavultesoft repository contains keyboards that cover more
than 220 languages. Significant number of them are open source.
The keyboards ports are textproc/kmfl-*.

WWW: http://kmfl.sourceforge.net/
2007-10-22T20:44:56+00:00 archivers/hlextract Utility to extract data from various Half-Life file formats
HLExtract is a command line utility written in C that can load all HLLib
supported packages and extract multiple items from them while maintaining
their directory structure. Currently, BSP, GCF, NCF, PAK, SGA, VPK, WAD,
XZP, and ZIP (store/deflate) package formats are supported.

WWW: http://nemesis.thewavelength.net/index.php?p=35
2007-10-22T20:39:45+00:00 games/hllib Library to work with various Half-Life file formats
HLLib is a package library for Half-Life that abstracts several package
formats and provides a simple interface for all of them. HLLib is written
in native C++ but exposes both a C and C++ interfaces which can be used in
any C or C++ application (additional languages may also use the library with
standard C imports). HLLib works natively in both Windows and *nix. BSP,
GCF, NCF, PAK, SGA, VPK, WAD, XZP, and ZIP (store/deflate) package formats
are supported.

WWW: http://nemesis.thewavelength.net/index.php?p=35
2007-10-21T18:35:12+00:00 mail/xf-spf SPF checker for Qmail's SMTPEXTFORK patch
When an SMTP session starts, xf-spf is expected to be forked from
qmail-smtpd - this is why you need SMTPEXTFORK. When forked, this processes
gets all enviroment variables which were available for the parent process
(qmail-smtpd).

A customized SPF checker for qmail to be used with
SMTPEXTFORM patch, used and approved by a number of FreeBSD Brasil LTDA's
customers.

WWW: http://www6.freebsdbrasil.com.br/~eksffa/l/dev/qmail-smtpextfork/
2007-10-21T02:51:20+00:00 security/ike Shrew Soft IKE daemon and client tools
This port contains the Shrew Soft IKE daemon and client tools. The
software supports IKE V1 communications with an emphasis on client
functionality. It was originally designed to complement a gateway
running the ipsec-tools racoon daemon. The latest version offers a
high level of compatibility with Cisco, Juniper, Zywall, Fortigate
and many other commercial IPsec VPN gateways.

WWW: http://www.shrew.net/
2007-10-21T02:49:51+00:00 lang/clojure Dynamic programming language for the JVM
Clojure is a dynamic programming language that targets the Java Virtual
Machine. It is designed to be a general-purpose language, combining the
approachability and interactive development of a scripting language with
an efficient and robust infrastructure for multithreaded programming.
Clojure is a compiled language - it compiles directly to JVM bytecode,
yet remains completely dynamic. Every feature supported by Clojure is
supported at runtime. Clojure provides easy access to the Java frameworks,
with optional type hints and type inference, to ensure that calls to Java
can avoid reflection.

Clojure is a dialect of Lisp, and shares with Lisp the code-as-data
philosophy and a powerful macro system. Clojure is predominantly a
functional programming language, and features a rich set of immutable,
persistent data structures. When mutable state is needed, Clojure offers a
software transactional memory system that ensures clean, correct,
multithreaded designs.

WWW: http://clojure.sourceforge.net/
2007-10-19T16:52:23+00:00 security/openfwtk Application proxy toolkit which inherits the ideology of TIS fwtk
OpenFWTK is an application proxy toolkit which inherits the ideology
of TIS fwtk and maintains API backwards compatibility. The design goal
is to make it simple yet powerful; no performance hacks allowed in the
code and library dependencies are reduced to minimum.

WWW: http://sourceforge.net/projects/openfwtk
2007-10-18T16:05:36+00:00 textproc/libkmfl Engine to interpret compiled KMFL keyboard tables
This library provides an engine to interpret compiled KMFL keyboard
tables (textproc/kmflcomp) written in Keyman keyboard language.

The current implementation of KMFL uses either the IBus framework (via
textproc/ibus-kmfl) or the older SCIM framework (via
textproc/scim-kmfl-imengine) to handle the input method interface to X.

KMFL aims to bring Tavultesoft Keyman functionality to *nix operating
systems. KMFL is being jointly developed by SIL International
(http://www.sil.org) and Tavultesoft (http://www.tavultesoft.com).

WWW: http://kmfl.sourceforge.net/
2007-10-18T12:29:50+00:00 textproc/kmflcomp Compiler of Keyman KMFL keyboard sources to use with SCIM/IBus
KMFL aims to bring Tavultesoft Keyman functionality to *nix operating
systems. KMFL is being jointly developed by SIL International
(http://www.sil.org) and Tavultesoft (http://www.tavultesoft.com).

This is compiler for keyboard sources written in Keyman keyboard
language (.kmn files). Resulting binaries (.kmfl) can be used with
SCIM KMFL IMEngine (textproc/scim-kmfl-imengine).

The powerful KMN keyboard language supports contextual deadkeys,
pre- and post-processing of keystrokes, rules grouping, 'storing'
of character classes for use in similar rules, custom and Unicode
character constants, SIL Ethnologue language codes, etc.

Official Tavultesoft repository contains keyboards that cover more
than 220 languages. Significant number of them are open source.
Ported keyboards are textproc/scim-kmfl-*.

WWW: http://kmfl.sourceforge.net/
2007-10-17T12:14:17+00:00 lang/expect-devel A sophisticated scripter based on tcl/tk
Expect is a program that performs programmed dialogue with other
interactive programs. It is briefly described by its man page, expect(1).

It uses pseudo-tty's to control the child processes, so it is not affected
by programs that refuse to read from stdin or pipes. (eg: passwd(1) etc).

This is a development version from CVS code at SourceForge.

WWW: http://www.sourceforge.net/projects/expect
2007-10-17T09:23:34+00:00 devel/wand-libconfig C library for parsing config files
libconfig is a simple library for dealing with parsing config files.

WWW: http://research.wand.net.nz/software/libconfig.php
2007-10-17T09:22:03+00:00 java/eclipse-shelled Shell script editor for Eclipse
ShellEd is a superb shell script editor for Eclipse. The great benefit of
this plugin is the integration of man page information for content assist
and text hover.

WWW: https://sourceforge.net/projects/shelled/
2007-10-16T08:39:36+00:00 textproc/utf8proc UTF-8 processing library
utf8proc is a library for processing UTF-8 encoded Unicode strings.
Some features are Unicode normalization, stripping of default ignorable
characters, case folding and detection of grapheme cluster boundaries.
A special character mapping is available, which converts for example the
characters "Hyphen" (U+2010), "Minus" (U+2212) and
"Hyphen-Minus" (U+002D, ASCII Minus) all into the ASCII minus sign, to
make them equal for comparisons.

WWW: https://juliastrings.github.io/utf8proc/
2007-10-15T23:35:41+00:00 databases/postgresql83-client PostgreSQL database (client)
2007-10-15T21:19:25+00:00 devel/lndir Create a shadow directory of symbolic links to another directory tree
The lndir program makes a shadow copy of a directory tree, except that the
shadow is populated with symbolic links pointing at the real files in the
original directory tree. This is usually useful for maintaining source code
for different machine architectures.
2007-10-15T14:37:43+00:00 lang/nwcc Nils Weller's C compiler for Unix systems
nwcc is a small C compiler for Unix systems under the BSDL

The primary goals of nwcc currently are portability and correctness.
Various C99 and GNU C features are also supported.

It works with FreeBSD/OpenBSD/Solaris/Linux on 80x86, FreeBSD/Linux on AMD64,
Solaris on SPARC, AIX on PowerPC, and IRIX on MIPS hardware.
Cross-compilation is also supported.
The x86 and AMD64 backends support two assemblers; nasm/yasm and gas.
This can be useful for side-by-side assembler syntax comparison

WWW: http://nwcc.sourceforge.net/
2007-10-15T12:54:24+00:00 audio/cripple Command line CD ripper/encoder wrapper with cddb support
Cripple is a simple command line CD ripper wrapper.

WWW: http://www.vortex.prodigynet.co.uk/cripple/
2007-10-14T14:59:17+00:00 www/p5-Gungho Event Based High Performance Web Crawler Framework
Gungho is Yet Another Web Crawler Framework, aimed to be extensible
and fast.

Gungho tries to build from clean structures, based upon principles
from the likes of Catalyst and Plagger, so that you can easily
extend it to your liking.

Features such as robot rules handling (robots.txt) and request
throttling can be removed/added on the fly, just by specifying
the components that you want to load. You can easily create
additional functionality by writing your own component.

WWW: https://metacpan.org/release/Gungho
2007-10-13T17:34:39+00:00 x11-themes/audacious-skins Collection of audacious skins
A collection of 85 audacious skins.
2007-10-13T16:23:15+00:00 www/xpi-flatbmark Edit bookmarks without opening the properties window
Edit bookmarks in the bookmark organizer, without opening the properties window.

WWW: http://bluweb.com/us/chouser/proj/mozhack/
2007-10-12T23:39:01+00:00 www/p5-LWP-UserAgent-WithCache LWP::UserAgent extension with local cache
LWP::UserAgent::WithCache is a LWP::UserAgent extention. It handle
'If-Modified-Since' request header with local cache file. local cache files are
implemented by Cache::FileCache.

WWW: https://metacpan.org/release/LWP-UserAgent-WithCache
2007-10-12T22:23:05+00:00 textproc/mxml Small XML parsing library
Mini-XML is a small XML parsing library that you can use to
read XML and XML-like data files in your application without
requiring large non-standard libraries.

WWW: http://www.minixml.org/
2007-10-11T22:02:55+00:00 graphics/gimp-lqr-plugin Liquid rescale GIMP plug-in
The Liquid Rescale plugin is an implementation of the content-aware
resizing by seam carving algorithm by Shai Avidan and Ariel Shamir.

It aims at resizing pictures non uniformly while preserving the
features of the picture, i.e. avoiding distortion of the important
parts of the picture. It can also be used to remove portions of the
picture in a consistent way.

It works both ways, but enlarging gives better results if done in
successive steps. It can use extra layers as masks to select which
features of the image should be preserved and which should be
discarded.

The plugin works on the active layer or floating selection. If a
selection is present, it is saved to a channel. If the layer has a
transparency mask, an option is given to select the behaviour
(apply/discard).

WWW: http://liquidrescale.wikidot.com/
2007-10-11T21:20:43+00:00 misc/fortune-mod-the-godfather Compilation of excuses from the "The Godfather"
fortune-mod-the-godfather is an excerpt of the novel "The Godfather",
which is written by Mario Puzo in 1969 (ISBN 0-451-16771-6), processed
into the fortune format.

WWW: http://izb.knu.ac.kr/~bh/fortune/
2007-10-11T15:36:31+00:00 devel/google-perftools Fast, multi-threaded malloc() and nifty performance analysis tools
Perf Tools is a collection of a high-performance multi-threaded malloc()
implementation, plus some pretty nifty performance analysis tools.
Perf Tools is the fastest memory allocation library available,
it also often allows applications to have smaller memory
footprint.

WWW: https://github.com/gperftools/gperftools
2007-10-10T15:56:30+00:00 comms/p5-SMS-Send-TW-emome SMS::Send driver for www.emome.net
SMS::Send::TW::emome is a SMS::Send driver
which allows you to send messages through http://www.emome.net/

WWW: https://metacpan.org/release/SMS-Send-TW-emome
2007-10-10T14:00:53+00:00 french/pluxml-theme-snowxml Theme for pluxml > 0.3.0
A theme for pluxml.

WWW: http://skins.pluxml.org/
2007-10-10T13:39:45+00:00 devel/perlconsole Light program that lets you evaluate Perl code interactively
Perl Console is a light program that lets you evaluate Perl code
interactively. It uses Readline for grabbing input and provides
completion with all the namespaces loaded during your session.

This is pretty useful for Perl developers that write modules. You can
load a module in your session and test a function exported by the
module.

Readline is used to grab user input and provides then all the facilities
your are used to : completion, key bindings, ...

WWW: http://www.sukria.net/perlconsole.html
2007-10-10T12:40:55+00:00 games/banihstypos Simple game to teach you typing, fast
Banihstypos (yes, that is the name) is a simple game to teach you
typing, FAST.
It helps you improve your typing by letting you type in a randomly
selected word which scrolls by on the screen at an increasing speed. If
the word hits the laser, you'll loose points.

WWW: http://www.vanheusden.com/banihstypos/
2007-10-10T05:42:10+00:00 sysutils/rsyncbackup Rsync frontend written in Perl
rsyncbackup is a Perl script that reads configuration files for
sources and destinations. It then feeds the rsync tool with the
appropriate parameters.

WWW: https://BSDforge.com/projects/sysutils/rsync-backup/
2007-10-09T17:51:23+00:00 x11-drivers/xf86-video-openchrome X.Org openChrome display driver
This package contains the X.Org xf86-video-openchrome driver.

WWW: https://www.x.org/
2007-10-09T16:43:16+00:00 graphics/libpano13 Cross-platform library behind Panorama Tools and other photo stitchers
This is the pano13 library, part of the Panorama Tools by Helmut
Dersch of the University of Applied Sciences Furtwangen.

Also included with the library are:

- PTOptimizer, a command-line tool for optimizing control points.
- panoinfo, a command-line tool for querying the library version.

The panorama tools are mainly used to build panoramic images from a set of
overlapping images. The usability extends beyond "just" building panoramas by
far though. You can, for instance, use them to render an average of multiple
images to broaden the dynamic range of the images or average out noise. You
can also build object movies with them, morph between images and much more.

WWW: http://panotools.sourceforge.net/
2007-10-09T15:56:00+00:00 net/p5-Net-Trackback Interface for developing Trackback clients and servers
This package is an object-oriented interface for developing Trackback
clients and servers.

WWW: https://metacpan.org/release/Net-Trackback
2007-10-09T14:32:46+00:00 sysutils/weedit File duplicate scanner with database support
weedit is a file duplicate scanner with database support. It uses CRC32, MD5,
and file size to scan for duplicates.

WWW: http://freecode.com/projects/weedit
2007-10-09T12:00:32+00:00 audio/dvda-author Author and playback unencrypted and uncompressed Audio-DVDs
A set of tools for authoring and playback of unencrypted and uncompressed
audio on DVD.

WWW: http://sourceforge.net/projects/dvd-audio/
2007-10-09T09:25:38+00:00 audio/waon Wave-to-Notes transcriber and some utility tools
WaoN is a Wave-to-Notes transcriber (converts audio file into midi file)
and some utility tools such as gWaoN, graphical visualization of the
spectra, and phase vocoder for time-stretching and pitch-shifting.

WWW: http://waon.sourceforge.net/
2007-10-09T09:22:06+00:00 net/libtrace C library for network packet capture and processing
libtrace is a library for capturing and processing network traffic, similar to
libpcap. Libtrace supports multiple trace formats for both input and output
including live device capture, DAG hardware capture and off-line trace files
(both compressed and uncompressed).

More information about libtrace can be found on the libtrace webpage.

WWW: http://research.wand.net.nz/software/libtrace.php

Original port created by Matt Peterson <matt at peterson.org>
Updated for FreeBSD 9.0 by Shane Alcock <salcock at waikato.ac.nz>
2007-10-09T07:43:55+00:00 emulators/mupen64-tr64 Tr64 graphics plugin for Mupen64
2007-10-09T07:25:19+00:00 games/openastromenace Hardcore 3D space shooter with spaceship upgrade possibilities
AstroMenace is a brilliant 3d scroll-shooter allowing you to feel the adrenalin
rush of a fierce space battle against relentless swarms of alien invaders.
Immerse into a decisive battle against tons of cunning foes, face the
terrifying bosses and protect your homeland throughout 15 diverse levels of
the game. The hardcore gameplay of AstroMenace, packed with pure non-stop
action, will become a full scale test for your basic instinct of survival.

AstroMenace shines with stunning special effects which in combination with
superb 3d graphics guarantee that the game will feast the eyes of even most
experienced arcade players. The quality of visuals ensures that the
demonstration of your superior power and new weaponry will look really
impressive and awesome, so the destruction of foes is a truly amazing sight.

The game provides a wide variety of armaments and weapon upgrades for
discharging the retributive wrath upon the hordes of enemies, besides it has
a great number of improvements for enhancing the defensive abilities of your
spaceship. Collect money during the combat and invest them into turning your
spaceship into an ultimate weapon of mass destruction.

WWW: http://www.viewizard.com/
2007-10-09T04:04:58+00:00 emulators/mupen64-softgfx Soft gfx plugin for Mupen64
2007-10-08T18:28:19+00:00 net-mgmt/collectd5 Systems & network statistics collection daemon
collectd is a small daemon written in C for performance. It reads various
system & network statistics along with updating output RRD or CSV files.
The daemon is very fast and allows for frequent polling of values, with
support for polling as frequent as every 10 seconds.

WWW: https://www.collectd.org/
2007-10-08T18:28:19+00:00 net-mgmt/collectd Systems & network statistics collection daemon
collectd is a small daemon written in C for performance. It reads various
system & network statistics along with updating output RRD or CSV files.
The daemon is very fast and allows for frequent polling of values, with
support for polling as frequent as every 10 seconds.

WWW: http://www.collectd.org/
2007-10-08T18:18:17+00:00 net/liboping Liboping, a C library, and utility to generate ICMP echo requests
liboping is a C library to generate ICMP echo requests, better known as
'ping packets'. It is intended for use in network monitoring applications
or applications that would otherwise need to fork ping(1) frequently.
Included is a sample application, called oping, which demonstrates the
library's abilities. It is like ping, ping6, and fping rolled into one.

Version 1.4.0, a second example application, noping, provides an
ncurses-based front-end to liboping. Using curses windows it is able
to display the ping statistics online 'live'. An aberrant behavior
detection highlights all round-trip times that are unusually high or
low.

WWW: http://noping.cc/
2007-10-08T16:37:46+00:00 graphics/openexr_ctl Simplified OpenEXR interface to CTL
* IlmImfCtl provides a simplified OpenEXR interface to CTL.

* exrdpx is an initial version of a CTL-driven file converter
that translates DPX files into OpenEXR files and vice versa.
The conversion between the DPX and OpenEXR color spaces is
handled by CTL transforms.

* exr_ctl_exr is an initial version of a program that can bake
the effect of a series of CTL transforms into the pixels of
an OpenEXR file.

WARNING: the exrdpx file converter and the exr_ctl_exr program are
still under development. They are good enough for experimentation,
but they are not ready for production use. The programs are slow,
and the DPX file I/O capabilities of exrdpx are minimal; most DPX
header fields and most OpenEXR attributes are lost during file
conversion.

WWW: http://www.openexr.com/
WWW: http://www.oscars.org/science-technology/council/projects/ctl.html
WWW: http://ampasctl.sourceforge.net/
2007-10-08T13:15:21+00:00 graphics/gpicview Simple and fast image viewer for X11
GPicView - A Simple and Fast Image Viewer for X

Features:
* Extremely lightweight and fast with low memory usage
* Very suitable for default image viewer of desktop system
* Simple and intuitive interface
* Minimal lib dependency: Only pure GTK+ is used
* Desktop independent: Doesn't require any specific desktop environment
* Open source, licensed under GNU GPL


WWW: http://lxde.sourceforge.net/gpicview/
2007-10-08T06:54:19+00:00 print/py-pdf Pure-Python PDF toolkit
PyPdf isaA Pure-Python library built as a PDF toolkit. It is capable of:

- extracting document information (title, author, ...),
- splitting documents page by page,
- merging documents page by page,
- cropping pages,
- merging multiple pages into a single page,
- encrypting and decrypting PDF files.

WWW: http://pybrary.net/pyPdf/
2007-10-07T22:46:38+00:00 graphics/ampasCTL Color Transformation Language interpreter
# The Color Transformation Language #

The Color Transformation Language, or CTL, is a programming language for digital
color management.

Digital color management requires translating digital images between different
representations or color spaces. For example, the pixels in an image may encode
the colors that should be seen when the image is displayed on a video monitor.
Printing this image on paper, or recording it on motion picture film requires
transforming the pixels to an appropriate representation: Video, inks on paper
and film all have different color gamuts and dynamic ranges. Color mixing is
additive for video, but subtractive for inks and film. Video and film typically
use three color channels, while four or more inks are used for printing on
paper. A color management system must transform each pixel in the original image
to corresponding amounts of ink or film density values.

WWW: https://github.com/ampas/CTL
2007-10-07T14:30:07+00:00 games/8kingdoms 3D turn-based fantasy strategic game
Theme of the game 8 Kingdoms is inspirated by the world of fantasy. Players
play on a fully 3D hex map. They construct buildings, recruit units including
infantry, mounted units, mages, catapults and finally they attack enemy or
help allies. Units gain experiences during the battle, each unit can get some
abilities upgraded to be stronger.

Data are stored in XML and freely accessible from language versions to units
attributes, moreover map editor with random map generator is included for
comfortable map editing.

WWW: http://kralovstvi.sourceforge.net/
2007-10-06T19:40:32+00:00 devel/k8048 Programs Microchip PICs using Velleman K8048 board
k8048 is a command-line utility by Darron Broad for programming Microchip
PICs, using the Velleman K8048 programmer kit.

WWW: http://dev.kewl.org/k8048/Doc/
2007-10-06T18:36:51+00:00 graphics/ilmbase ILM Base libraries a.k.a. Half, IlmThread, Imath, and Iex
ABOUT THE ILMBASE LIBRARIES
----------------------------

Half is a class that encapsulates our 16-bit floating-point format.

IlmThread is a thread abstraction library for use with OpenEXR
and other software packages. It currently supports pthreads and
Windows threads.

Imath implements 2D and 3D vectors, 3x3 and 4x4 matrices, quaternions
and other useful 2D and 3D math functions.

Iex is an exception-handling library.

If you have questions about using the IlmBase libraries, you may want
to join our developer mailing list.

WWW: https://www.openexr.com/
2007-10-06T16:50:29+00:00 devel/crossvc Cross-platform Version Control
CrossVC is a graphical interface for the cvs client command line tool
on the Unix, Windows and Mac OS X platform.

It allows to load modules from a server (checkout), create modules on
the server (import), as well as checking the state of directories and
individual files or updating them. Basic operations like add, remove
and commit are supported as matter of course, just like showing the
actual differences between the server version and the local sandbox,
graphical display of the version tree, and manifoldy graphical support
of project maintenance. All actions are logged on the cvs server
(configurable via history), and are therewith comprehensible.


WWW: http://www.lincvs.org/
2007-10-06T15:09:25+00:00 comms/p5-SMS-Send-TW-ShareSMS SMS::Send driver for www.ShareSMS.com
SMS::Send::TW::ShareSMS is a SMS::Send driver
which allows you to send messages through http://www.sharesms.com/

WWW: https://metacpan.org/release/SMS-Send-TW-ShareSMS
2007-10-06T10:08:52+00:00 irc/py-gozerbot Gozerbot - A modular Python IRC and Jabber bot
gozerbot is a modular Python IRC and Jabber bot

Features:
* user management by userhost .. bot will not respond if it doesn't know you
* fleet .. use more than one bot in a program (list of bots)
* use the bot through dcc chat .. partyline
* fetch rss feeds.
* keep todo and shop lists
* karma
* quote
* remember items
* relaying between bots
* program your own plugins
* other stuff

WWW: http://www.gozerbot.org/
2007-10-06T06:42:55+00:00 games/pingus Free Lemmings-like game
Pingus is a free Lemmings-like game covered under the GNU GPL. It features
currently 22 playable levels and runs under a wide variety of operating systems
(FreeBSD, Linux, Windows, etc.)

WWW: https://pingus.seul.org/
2007-10-05T22:28:01+00:00 www/xpi-bookmarkdd Detects duplicates when bookmarks are added
BookmarkDD is a useful extension that helps you manage your bookmarks.
It notices when a duplicate bookmark is added, specifies where the
previous URL is and gives you a chance to change the parent folder of
duplicate bookmark. There is also a window to manage all duplicate
bookmarks already in your bookmarks.

WWW: http://bookmarkdd.mozdev.org/
2007-10-05T21:17:04+00:00 audio/mp3unicode ID3 tags charset converter
MP3Unicode is a command line utility to convert ID3 tags in mp3
files between different encodings.

WWW: http://mp3unicode.sourceforge.net/
2007-10-05T21:16:31+00:00 devel/rubygem-highline High-level IO library for command-line interfaces
A high-level IO library that provides validation, type conversion, and more
for command-line interfaces. HighLine also includes a complete menu system
that can crank out anything from simple list selection to complete shells
with just minutes of work.

WWW: https://github.com/JEG2/highline
2007-10-05T21:15:33+00:00 java/eclipse-propedit Properties editor for eclipse
Development using the properties file is performed by Java by the setting
file of J2EE application, internationalization correspondence with desktop
application, etc. being sufficient. However, you have to change the multi-byte
character in a file into Unicode with the native2ascii tool of attachment in
J2SDK on the character platform un-depending.
This editor can directly edit property files written in Unicode reference
characters, and saves the time and effort of converting into Unicode through
native2ascii. In addition to the usual functions of an editor, the plugin is
integrated with Eclipse and JBuilder. Files can be opened in the IDE and saved
in Unicode. It can use by intuitive and simple operation.

WWW: http://propedit.sourceforge.jp/index_en.html
2007-10-05T21:13:31+00:00 devel/p5-FileHandle-Fmode Module to determine if a filehandle is opened for reading, writing
Use this module to check whether a filehandle is readable, writable, or
readable/writable.

WWW: https://metacpan.org/release/FileHandle-Fmode
2007-10-05T21:12:58+00:00 print/min12xxw Print driver for the Minolta PagePro 1(2/3/4)xxW printers
Print driver for the Minolta PagePro 1(2/3/4)xxW printers.

WWW: http://hinterbergen.de/mala/min12xxw/
2007-10-05T20:19:00+00:00 games/linux-nerogame Neuro evolving robotic operatives the game
Neuro-Evolving Robotic Operatives, or NERO for short, is a unique computer
game that lets you play with adapting intelligent agents hands-on. Evolve your
own robot army by tuning their artificial brains for challenging tasks,
then pit them against your friends' teams in online competitions!.

New features in NERO 2.0 include an interactive game mode called territory
capture, as well as a new user interface and more extensive training tools.

WWW: http://www.nerogame.org/
2007-10-04T13:21:39+00:00 security/wapiti Vulnerability scanner for web applications
Wapiti allows you to audit the security of your web applications.
It performs "black-box" scans, i.e. it does not study the source code of
the application but will scans the webpages of the deployed webapp,
looking for scripts and forms where it can inject data.
Once it gets this list, Wapiti acts like a fuzzer, injecting payloads to
see if a script is vulnerable.

WWW: http://wapiti.sourceforge.net/
2007-10-04T03:02:59+00:00 textproc/sml-fxp Validating XML parser with Standard ML interface
fxp is a validating XML parser written completely in the functional
programming language SML. fxp can validate both XML 1.0 and XML 1.1
documents. It has a programming interface allowing for production of XML
applications based on fxp. It is installed with four example applications.

WWW: http://www2.informatik.tu-muenchen.de/~berlea/Fxp
2007-10-02T19:43:30+00:00 textproc/ml-aspell Aspell Malayalam dictionary
Aspell Malayalam dictionary.

WWW: https://savannah.nongnu.org/task/?6787
2007-10-02T19:07:11+00:00 emulators/win4bsd Win4BSD Virtual Machine for Windows under BSD
Win4BSD is a PC emulator that runs Windows as a guest at nearly native
speed under FreeBSD. It is based on QEMU, a partially open, partially
closed source emulator package. However, Win4BSD offers many advantages,
including much greater speed, ease of use, more seamless integration with
the host OS, and "grabless" mouse transition between the host and Windows
guest.

Win4BSD is the latest port of a product that has previously been known as
Win4lin and SCO Merge.

This port downloads, extracts and installs the contents of the Win4BSD
package. It will work with or without a Win4BSD license. If you do not
have a license, Win4BSD will function for a 3 week trial period.

WWW: http://www.win4bsd.com/
2007-10-02T18:39:18+00:00 devel/tbb Library that provides thread building blocks (legacy version)
Intel Threading Building Blocks (TBB) offers a rich and complete
approach to expressing parallelism in a C++ program. It is a library
that helps you take advantage of multi-core processor performance
without having to be a threading expert. Threading Building Blocks
is not just a threads-replacement library. It represents a higher-level,
task-based parallelism that abstracts platform details and threading
mechanism for performance and scalability.

That port is the legacy version of tbb and will not be updated anymore.
See devel/onetbb for newer versions.

WWW: http://threadingbuildingblocks.org/
2007-10-02T18:27:22+00:00 french/pluxml-theme-bridge Theme for pluxml > 0.3.0
A theme for pluxml.

WWW: http://skins.pluxml.org/
2007-10-02T18:20:44+00:00 devel/jline Java library for handling console input
JLine is a Java library for handling console input. It is similar in
functionality to BSD editline and GNU readline. People familiar with
the readline/editline capabilities for modern shells (such as bash and
tcsh) will find most of the command editing features of JLine to be
familiar.

JLine is distributed under the BSD license, meaning that you are
completely free to redistribute, modify, or sell it with almost no
restrictions.

API documentation can be found in the apidocs directory.

You can use the jline.ConsoleRunner application to set up the system
input stream and continue on the launch another program. For example,
to use JLine as the input handler for the popular BeanShell console
application, you can run: java jline.ConsoleRunner bsh.Interpreter

WWW: http://jline.sourceforge.net/
2007-10-02T15:50:56+00:00 misc/e2fsprogs-libblkid Blkid library from e2fsprogs package
Block device identification library from the e2fsprogs package.

WWW: http://e2fsprogs.sourceforge.net/
2007-10-02T07:44:42+00:00 graphics/pfstools Tools for manipulating HDR images and video frames
A set of command line (and one GUI) programs for reading, writing, manipulating
and viewing high-dynamic range (HDR) images and video frames.

WWW: http://pfstools.sourceforge.net/
2007-10-02T03:18:55+00:00 deskutils/gcalcli Google Calendar Command Line Interface
gcalcli is a Python application that allows you to access you Google Calendar
from a command line. It's easy to get your agenda, search for events, and
quickly add new events. Additionally gcalcli can be used as a reminder service
to execute any application you want.

WWW: https://github.com/insanum/gcalcli
2007-10-01T08:14:05+00:00 math/linux-SHA-1_collision_search_graz Distributed client searching for weakness in SHA-1 hash
SHA-1 Collision Search Graz is a distributed computing project -- people
from through out the world download and run software to band together to
make one of the largest supercomputers in the world. Every computer makes
the project closer to our goals.

The project is trying to see if like MD4 in 1996, MD5/RIPEMD in 2004,
and the the direct predecessor SHA-0 in 2004 also, there is a weakness
in the hash.

WWW: http://boinc.iaik.tugraz.at/sha1_coll_search/
2007-10-01T07:37:37+00:00 x11-themes/cursor-crystal-theme KDE Crystal style X cursor theme
This is an attempt to make an X cursors theme with the (KDE) crystal style,
note that this is very unofficial so may have some inconsistencies with
the original crystal icons.

WWW: http://www.kde-look.org/content/show.php/crystal+xcursors?content=6240
2007-09-29T16:34:35+00:00 www/p5-WWW-Yandex-TIC Query Yandex Thematic Index of Citing (TIC) for domain
This package contains WWW::Yandex::TIC module assigned for querying
Thematic Index of Citing (TIC) for domain in Yandex.

WWW: https://metacpan.org/release/WWW-Yandex-TIC
2007-09-29T08:31:21+00:00 www/p5-Image-Delivery Efficient transformation and delivery of web images
Image::Delivery - Efficient transformation and delivery of web images

Many web applications generate or otherwise deliver graphics as part
of their interface. Getting the delivery of these images right is
tricky, and developers usually need to make trade-offs in order
to get a usable mechanism.

Image::Delivery is an extremely sophisticated module for delivering
these generated images. It is designed to be powerful, flexible,
extensible, scalable, secure, stable and correct, and use a minimum
of resources.

WWW: https://metacpan.org/release/Image-Delivery
2007-09-29T05:50:46+00:00 databases/exist Open Source Native XML Database
eXist is an Open Source native XML database featuring efficient, index-based
XQuery processing, automatic indexing, extensions for full-text search,
XUpdate support, XQuery update extensions and tight integration with existing
XML development tools. The database implements the current XQuery 1.0 working
drafts, with exception of the schema import and schema validation features
defined as optional in the XQuery specification.

WWW: http://exist-db.org/
2007-09-28T23:48:53+00:00 graphics/f90gl Official Fortran 90 bindings for OpenGL
f90gl is a public domain implementation of the official Fortran90
bindings for OpenGL. This implements the interface for OpenGL
1.2, GLU 1.2, GLUT 3.7, and several extensions.

WWW: http://math.nist.gov/f90gl/
2007-09-28T22:59:13+00:00 devel/rubygem-ptreloaded Reimplementation of ParseTree using RubyInlineAcceleration
ParseTreeReloaded is a reimplementation of ParseTree
using RubyInlineAcceleration.
The goal is to provide full compatibility
to ParseTree while making it easier to build and extend.

WWW: https://rubygems.org/gems/ptreloaded
2007-09-28T22:57:37+00:00 devel/rubygem-rubyinlineaccel Extension to RubyInline
RubyInlineAcceleration is an extension to RubyInline
which provides an easy way to use C libraries
in Ruby by directly wrapping methods, structures and fields.

WWW: https://rubygems.org/gems/rubyinlineaccel
2007-09-28T22:56:02+00:00 devel/rubygem-ruby2ruby Pure ruby code generator easily from ParseTree's Sexps # '
ruby2ruby provides a means of generating pure ruby code easily from ParseTree's
Sexps. This makes making dynamic language processors much easier in ruby than
ever before.

WWW: https://github.com/seattlerb/ruby2ruby
2007-09-28T12:57:34+00:00 www/ruby-cruisecontrolrb Continuous Integration Server For Rails Applications
CruiseControl.rb is a continuous integration tool. Its basic purpose in life
is to alert members of a software project when one of them checks something
into source control that breaks the build.

CC.rb is easy to install, pleasant to use and simple to hack.
It's written in Ruby.

WWW: http://cruisecontrolrb.thoughtworks.com
2007-09-28T12:26:52+00:00 net/fping+ipv6 Quickly ping N hosts w/o flooding the network - IPv6 version
A tool to quickly ping N number of hosts to determine their reachability
without flooding the network.

fping is different from ping in that you can specify any number of
hosts on the command line, or specify a file containing the lists
of hosts to ping. Instead of trying one host until it timeouts or
replies, fping will send out a ping packet and move on to the next
host in a round-robin fashion. If a host replies, it is noted and
removed from the list of hosts to check. If a host does not respond
within a certain time limit and/or retry limit it will be considered
unreachable.

Unlike ping, fping is meant to be used in scripts and its
output is easy to parse.
This is an IPv6 only version.

WWW: http://www.fping.com/
2007-09-28T02:53:51+00:00 math/scilab-toolbox-sivp Scilab Image and Video Processing Toolbox
SIVP stands for Scilab Image and Video Processing toolbox. SIVP
intends to do image processing and video processing tasks. SIVP is
meant to be a useful, efficient, and free image and video processing
toolbox for Scilab.

WWW: http://sivp.sourceforge.net/
WWW: http://atoms.scilab.org/toolboxes/SIVP
2007-09-27T23:55:09+00:00 x11-wm/awesome2 Tiling window manager initially based on a dwm code rewriting
awesome is a tiling window manager initially based on a dwm code
rewriting. It's extremely fast, small, dynamic and awesome.

Windows can be managed in several layouts: tiled and floating. Each
layout can be applied on the fly, optimizing the environment for the
application in use and the task performed.

Managing windows in tiled mode assures that no space will be waste on
your screen. No gaps, no overlap.

This port contains the older and somewhat static 2.x branch of the
awesome window manager. If you prefer the latest stable version, try the
x11-wm/awesome port.


WWW: http://awesome.naquadah.org/
2007-09-27T23:55:09+00:00 x11-wm/awesome Highly configurable, next generation framework window manager
awesome is a highly configurable, next generation framework window
manager for X. It is very fast, small, dynamic, heavily extensible using
the Lua programming language, and licensed under the GNU GPLv2 license.

It is primarly targeted at power users, developers and any people
dealing with every day computing tasks and who want to have fine-grained
control on theirs graphical environment.

WWW: https://awesomewm.org/
2007-09-27T15:25:18+00:00 www/vtiger-customerportal Vtiger Customer Portal is an add-on package for vtiger CRM
vtiger Customer Portal is an add-on package for vtiger CRM, an Open
Source Customer Relationship Management solution.

WWW: http://wiki.vtiger.com/index.php/Vtiger_Customer_Portal_5.0.3_-_User_Manual
2007-09-27T03:02:34+00:00 databases/memcachedb Distributed storage system designed for persistence
MemcacheDB is a distributed storage system designed for persistence.
It is not a cache solution, but a persistent storage engine for fast and
reliable key-value based object storage and retrieval. It conforms to
memcache protocol (not complete), so any memcached client can connect to
it. MemcacheDB uses Berkeley DB as a storing backend, so lots of
features including transaction and replication are supported.

WWW: http://code.google.com/p/memcachedb/
2007-09-27T00:33:40+00:00 ports-mgmt/pkgsearch Find your packages in ports and installed packages
pkgsearch find packages in ports, pkgsrc and others,
in any place from your computer, and find also packages installed
in your system ! pkgsearch use c++, boost and PostGreSQL for search
packages more fast, and is compiled with cmake. enjoy ;)

WWW: http://sharesource.org/project/pkgsearch
2007-09-26T20:57:24+00:00 devel/rubygem-thrift Ruby interface to thrift
Ruby interface to Thrift.

WWW: http://thrift.apache.org/thrift/
2007-09-26T20:57:24+00:00 devel/ruby-thrift Ruby interface to thrift
Ruby interface to Thrift.

WWW: http://incubator.apache.org/thrift/
2007-09-26T20:39:59+00:00 devel/p5-Thrift Perl interface to Thrift
Perl interface to Thrift.

WWW: http://thrift.apache.org/
2007-09-26T20:08:29+00:00 devel/thrift Framework for scalable cross-language services development
Thrift is a lightweight, language-independent software stack with an
associated code generation mechanism for RPC. Thrift provides clean
abstractions for data transport, data serialization, and application
level processing. The code generation system takes a simple definition
language as its input and generates code across programming languages
that uses the abstracted stack to build interoperable RPC clients and
servers.

Thrift is specifically designed to support non-atomic version changes
across client and server code.

WWW: http://thrift.apache.org/
2007-09-26T12:38:30+00:00 www/mod_ntlm2 NTLM authentication module for the Apache2 webserver
NTLM is an authentication protocol used by Microsoft Internet
Informations Server(tm) and Microsoft Internet Explorer(tm). While it
is not really secure, it offers background authentication (the
workstation logon credentials of users are passed through to the web
server). This feature is widely used in intranets based on these
Microsoft products.

This module is implementing NTLM authentication for Apache2 on Unix
platforms.

WWW: http://modntlm.sourceforge.net/
2007-09-26T12:22:13+00:00 devel/libconfig Simple library for manipulating structured configuration files
Libconfig is a simple library for manipulating structured configuration
files. The file format is more compact and more readable than XML. And
unlike XML, it is type-aware, so it is not necessary to do string
parsing in application code.

Libconfig is very compact -- just 25K for the stripped C shared library
(one-fifth the size of the expat XML parser library) and 39K for the
stripped C++ shared library. This makes it well-suited for
memory-constrained systems like handheld devices.

The library includes bindings for both the C and C++ languages. It works
on POSIX-compliant UNIX systems (GNU/Linux, Mac OS X, Solaris, FreeBSD)
and Windows (2000, XP and later).

WWW: http://www.hyperrealm.com/libconfig/libconfig.html
2007-09-25T10:16:08+00:00 graphics/blender-doc Blender Documentation
Blender Documentation

WWW: https://docs.blender.org/
2007-09-24T23:08:54+00:00 multimedia/xfmedia-remote-plugin Xfce 4 media remote plugin for xfce4-panel
Xfmedia remote plugin enables control of Xfce4 media player via a
Xfce panel icon. It includes ability to control playback (play, pause, stop,
etc.) and playlist (add/remove songs) and more.

WWW: http://goodies.xfce.org/projects/panel-plugins/xfmedia-remote-plugin/
2007-09-24T21:38:43+00:00 mail/phplist Full-featured open-source newsletter manager
Phplist is an email announcement delivery system. It is great for
newsletters, publicity lists, notifications, and many other uses.

Phplist has many features, including:

* double opt-in subscription mechanism
* scheduling
* RSS
* list segmentation
* click-tracking
* attachments
* bounce management

WWW: http://www.phplist.org/
2007-09-24T21:36:23+00:00 multimedia/flv2mpeg4 Fast and less lossy FLV to MPEG4(AVI/MOV/MP4/MP3/3GP) converter
flv2mpeg4 allows you convert a Flash Video / FLV file (YouTube's videos,etc)
to MPEG4 (AVI/MOV/MP4/MP3/3GP) file online. It is using a compressed domain
transcoder technology (outline in Japanese). It converts FLV to MPEG4 faster
and less lossy than a typical transcoder.
2007-09-24T06:25:45+00:00 audio/soundconverter Sound conversion application for the GNOME environment
SoundConverter is the leading audio file converter for the GNOME Desktop.
It reads anything GStreamer can read (Ogg Vorbis, AAC, MP3, FLAC, WAV,
AVI, MPEG, MOV, M4A, AC3, DTS, ALAC, MPC, Shorten, APE, SID, MOD, XM, S3M,
etc...), and writes to Opus, Ogg Vorbis, FLAC, WAV, AAC, and MP3 files,
or use any GNOME Audio Profile.

WWW: http://soundconverter.org/
2007-09-24T05:08:41+00:00 x11-fonts/fonts-indic The Lohit family of Indic fonts
A collection of Indic fonts by the Lohit project.
The package supports most Indian languages:

- Bengali
- Gujarati
- Hindi
- Kannada
- Malayalam
- Oriya
- Punjabi
- Tamil
- Telugu

WWW: http://fedoraproject.org/wiki/Lohit
2007-09-24T03:09:47+00:00 sysutils/bacula-bat Network backup solution (GUI)
bat is the GUI inteface for Bacula.

Bacula is a set of computer programs that permit you (or the system
administrator) to manage backup, recovery, and verification of
computer data across a network of computers of different kinds.
In technical terms, it is a network Client/Server based backup program.
Bacula is relatively easy to use and efficient, while offering many
advanced storage management features that make it easy to find and
recover lost or damaged files. Due to its modular design, Bacula is
scalable from small single computer systems to systems consisting of
hundreds of computers located over a large network.

WWW: http://www.bacula.org/
2007-09-23T22:03:58+00:00 www/trac-spam-filter Allow different ways to reject contributions that contain spam
A plugin is being developed that will allow different ways to reject
contributions that contain spam.

WWW: http://trac.edgewall.org/wiki/SpamFilter
2007-09-23T17:27:22+00:00 java/eclipse-ocl Implementation of the OCL OMG standard for EMF-based models
Implementaion of the OMG OCL for EMF-based models.

WWW: http://www.eclipse.org/modeling/mdt/?project=ocl#ocl
2007-09-23T16:56:45+00:00 german/vtiger German messages for vtiger
Localized messages for vtiger (www/vtiger).

WWW: http://www.vtiger-deutschland.de/
2007-09-23T12:34:40+00:00 net/yate-devel Yet Another Telephony Engine
The Yate is a telephony engine or softswitch aimed at creating a
telephony server that performs well enough to deal with your PBX
requirements and also flexible enough for complex Gateway and, or
IVR solutions.

WWW: http://YATE.null.ro/
2007-09-23T07:22:42+00:00 multimedia/openmovieeditor Simple non-linear movie editor
Open Movie Editor is designed to be a simple video editor, that
provides basic movie making capabilities. It aims to be powerful
enough for the amateur movie artist, yet easy to use.

WWW: http://openmovieeditor.sourceforge.net
2007-09-23T06:54:54+00:00 games/quantumminigolf Computer game visualizing quantum mechanics
The game quantum minigolf is nearly the same as the game minigolf
- except that the ball obeys the laws of quantum mechanics.

Such a ball can be at several places at once. It can diffract around
obstacles and interfere with itself. Apart from that, the rules are
the same: You can play on various tracks involving various obstacles.
You hit the ball with a club and try to kick it into a hole on the
other side of the track.

WWW: http://quantumminigolf.sourceforge.net
2007-09-23T06:39:06+00:00 net-mgmt/send Secure Neighbor Discovery implementation for IPv6
SEND is the implementation of RFC3971 Secure Neighbor Discovery
(SEND). SEND cryptographically secures the IPv6 neighbor discovery
protocol, countering the threats discussed in RFC3756 (IPv6 Neighbor
Discovery (ND) Trust Models and Threats).

The implementation is a new version of DoCoMo's SEND (send_0.2) that
was implemented completely in user space. Novelty in send_0.3 is the
native SEND API that avoids the need for the use of netgraph and BPF,
which makes send_0.3 portable over different BSD platforms and
significantlly more efficient.

Also included in the distribution are implementations of RFC3972
Cryptographically Generated Addresses (CGAs) and RFC3779 X.509
Extensions for IP Addresses and AS Identifiers.
2007-09-23T06:23:36+00:00 comms/p5-SMS-Send-DeviceGsm SMS::Send driver for Device::Gsm
SMS::Send::DeviceGsm is an SMS::Send driver that uses Device::Gsm
to deliver messages via attached hardware.

You provide the hardware port and the baudrate to use.
Consult Device::Gsm for further information on what devices
and baudrates are supported.

WWW: https://metacpan.org/release/SMS-Send-DeviceGsm
2007-09-23T04:31:19+00:00 games/crafty-open-enormous Enormous opening book (about 270 MByte) for crafty
This is the port of the enormous opening book for crafty. It consumes
about 85-90M.

It was created with "book create enormous.pgn 60 2 50" (see the crafty
documentation and online help for a more thorough explanation of what
this does)
2007-09-23T04:22:40+00:00 emulators/dynagen-devel Text-based front end for Dynamips development version
Dynagen is a front-end for use with the Dynamips Cisco router
emulator. It uses an INI-like configuration file to provision
Dynamips emulator networks. It takes care of specifying the right
port adapters, generating and matching up those pesky NIO descriptors,
specifying bridges, frame-relay, ATM switches, etc. It also provides
a management CLI for listing devices, suspending and reloading
instances, etc.

WWW: http://dyna-gen.sourceforge.net/
2007-09-23T03:23:43+00:00 games/kevedit Modern ZZT editor with necessary features
KevEdit is a ZZT editor that is more powerful than the built-in world editor,
including some features necessary for any serious ZZT work, such as the full
range of colours and an improved ZZT-OOP editor.

WWW: https://github.com/cknave/kevedit
2007-09-23T02:56:44+00:00 devel/libnxt Lego NXT library
Lego Mindstorms NXT firmware management tools and library.

WWW: https://code.google.com/archive/p/libnxt/
2007-09-23T01:19:25+00:00 net/tftpgrab TFTP stream extractor
A TFTP stream extractor. It reads in a pcap file and attempts to
reconstruct the files transfered via TFTP.

WWW: http://pseudo-flaw.net/tftpgrab/
2007-09-22T14:54:36+00:00 textproc/xqilla XQuery and XPath2 library
XQilla is an XQuery and XPath 2 library and command line utility written
in C++, implemented on top of the Xerces-C library.

WWW: http://xqilla.sourceforge.net
2007-09-22T07:43:42+00:00 devel/javolution Java solution for real time and embedded systems
Javolution is the Java solution for real-time and embedded systems.
Javolution real-time goals are simple: to make your application
faster and more time predictable!

That being accomplished through:
* High performance and time-deterministic (real-time)
util / lang / text / io / xml base classes.
* Context programming in order to achieve true separation of
concerns (logging, performance, etc).
* A testing framework addressing not only unit tests but also
performance and regression tests as well.
* Straightforward and low-level parallel computing capabilities
with ConcurrentContext.
* Struct and Union base classes for direct interfacing with native
applications (e.g. C/C++).
* World's fastest and first hard real-time XML
marshalling/unmarshalling facility.
* Simple yet flexible configuration management of your application.

WWW: http://javolution.org/
2007-09-21T03:38:59+00:00 x11-toolkits/hs-opengl-ghc OpenGL bindings for Haskell programs
The OpenGL package contains a Haskell binding for the OpenGL graphics system.
OpenGL is the industry's most widely used and supported 2D and 3D graphics
application programming interface (API), incorporating a broad set of rendering,
texture mapping, special effects, and other powerful visualization functions.
For more information about OpenGL, please see: <http://www.opengl.org/>.

WWW: http://www.haskell.org/HOpenGL/
2007-09-21T03:38:59+00:00 x11-toolkits/hs-OpenGL Binding for the OpenGL graphics system
A Haskell binding for the OpenGL graphics system (GL, version 4.5) and
its accompanying utility library (GLU, version 1.3).

OpenGL is the industry's most widely used and supported 2D and 3D
graphics application programming interface (API), incorporating a broad
set of rendering, texture mapping, special effects, and other powerful
visualization functions.

WWW: http://www.haskell.org/haskellwiki/Opengl
2007-09-20T06:09:20+00:00 net-im/p5-Jabber-Lite Standalone library for communicating with Jabber servers
Jabber::Lite is, as the name implies, a small 'lite' library for dealing with
Jabber servers, implemented entirely in perl. Whilst it is small, it does try to
be fairly complete for common tasks.

WWW: https://metacpan.org/release/Jabber-Lite
2007-09-20T03:17:09+00:00 devel/p5-Object-Tiny Class building as simple as it gets
There's a whole bunch of class builders out there. In fact, creating a class
builder seems to be something of a rite of passage (this is my fifth, at least).

Unfortunately, most of the time I want a class builder I'm in a hurry and
sketching out lots of fairly simple data classes with fairly simple structure,
mostly just read-only accessors, and that's about it.

Often this is for code that won't end up on CPAN, so adding a small dependency
doesn't matter much. I just want to be able to define these classes FAST.

By which I mean LESS typing than writing them by hand, not more. And I don't
need all those weird complex features that bloat out the code and take over the
whole way I build modules.

And so, I present yet another member of the Tiny family of modules,
Object::Tiny.
2007-09-19T17:21:13+00:00 devel/u-boot The mkimage utility of the u-boot bootloader
mkimage adds a header to a kernel image with information and checksums for
the u-boot bootloader used in embedded systems.

WWW: http://www.denx.de/wiki/UBoot
2007-09-19T14:18:26+00:00 comms/gnuradio Amateur Radio Software defined radio
GNU Radio is a collection of software that when combined with
minimal hardware, allows the construction of radios where the
actual waveforms transmitted and received are defined by software.
What this means is that it turns the digital modulation schemes
used in today's high performance wireless devices into software problems.

WWW: https://www.gnuradio.org/
2007-09-19T12:21:34+00:00 textproc/xaira XML Aware Indexing and Retrieval Architecture
Xaira is an XML Aware Indexing and Retrieval Application
designed to allow fast access to large corpora marked up
in XML.

Xaira is the current name for a new version of SARA, the text
searching software originally developed at OUCS for use with
the British National Corpus.

This new version has been entirely re-written as a general
purpose XML search engine, which will operate on any corpus
of well-formed XML documents. It is however best used with
TEI-conformant documents.

Xaira has full Unicode support. This means you can use it to
search and display text in any language, provided you have a
suitable Unicode font installed on your system.

WWW: http://www.xaira.org
2007-09-18T08:02:28+00:00 net/gsambad Gtk2 Frontend for samba daemon
GSAMBAD is an easy to use GTK+ frontend for the SAMBA file and print
server. It features multiple local and remote user and group imports, on
the fly share creation and user handling, including randomization of
usernames and passwords. PDF printing to shared/private directories or
email. It also features three levels of domain management strategies.

WWW: http://gadmintools.org
2007-09-18T06:43:28+00:00 net/fpc-pcap Free Pascal unit for libpcap library
2007-09-18T06:39:28+00:00 security/fpc-openssl Free Pascal unit for OpenSSL
2007-09-18T06:36:09+00:00 ftp/fpc-libcurl Free Pascal interface to libcurl
2007-09-18T06:31:39+00:00 www/fpc-httpd22 Free Pascal headers for Apache 2.2 series web server
2007-09-18T06:31:39+00:00 www/fpc-httpd20 Free Pascal httpd unit
2007-09-18T06:31:39+00:00 www/fpc-httpd13 Free Pascal httpd unit
2007-09-18T06:31:39+00:00 www/fpc-httpd Free Pascal httpd unit
2007-09-18T06:25:19+00:00 devel/fpc-fpmkunit Free Pascal build system unit
2007-09-18T06:20:50+00:00 graphics/fpc-cairo Free Pascal interface to cairo library
2007-09-18T02:48:52+00:00 lang/pcc Portable C Compiler
This compiler is based on the original Portable C Compiler by S. C. Johnson,
written in the late 70's. Even though much of the compiler has been
rewritten, some of the basics still remain.

The intention is to write a C99 compiler while still keeping it small, simple,
fast and understandable. I think of it as if it shall be able to compile and
run on PDP11 (even if it may not happen in reality). But with this in mind it
becomes important to think twice about what algorithms are used.

WWW: http://pcc.ludd.ltu.se/
2007-09-17T17:48:25+00:00 audio/p5-Ogg-Vorbis-Header-PurePerl Manipulate / fetch info from Ogg-Vorbis audio files
Fetch/manipulate from Ogg-Vorbis audio files implemented entirely in Perl.

WWW: https://metacpan.org/release/Ogg-Vorbis-Header-PurePerl
2007-09-17T17:37:55+00:00 audio/asunder Lightweight GTK+ CD ripper
Asunder is a graphical Audio CD ripper and encoder. You can use
it to save tracks from an Audio CD as WAV, MP3, OGG, and/or FLAC.

WWW: http://littlesvr.ca/asunder/
2007-09-17T15:24:30+00:00 net/silc-irssi-plugin SILC plugin for IRSSI
A plugin for IRSSI which implements the SILC (Secure Internet Live
Conferencing) protocol.

WWW: http://www.silcnet.org
2007-09-17T05:56:38+00:00 x11/hs-x11-ghc X11 bindings for Haskell programs
A Haskell binding to the X11 library.

The binding is a direct translation of C binding;
for documentation of these calls, refer to /The Xlib Programming Manual/,
available online at <http://tronche.com/gui/x/xlib/>.

WWW: http://darcs.haskell.org/X11
2007-09-17T05:56:38+00:00 x11/hs-X11 Binding to the X11 graphics library
A Haskell binding to the X11 library. The binding is a direct
translation of C binding.

WWW: https://github.com/haskell-pkg-janitors/X11
2007-09-17T01:37:28+00:00 net/nusoap SOAP Toolkit for PHP
NuSOAP is a rewrite of SOAPx4, provided by NuSphere and Dietrich
Ayala. It is a set of PHP classes - no PHP extensions required - that
allow developers to create and consume web services based on SOAP 1.1,
WSDL 1.1 and HTTP 1.0/1.1.

WWW: https://sourceforge.net/projects/nusoap/
2007-09-16T09:17:50+00:00 audio/gmpc-lyrics Lyrics Provider plugin for gmpc
This plugin fetches lyrics from the web from the following sites:

* LeosLyrics
* LyricsTracker

WWW: http://gmpc.wikia.com/wiki/GMPC_PLUGIN_LYRICS
2007-09-16T09:16:58+00:00 audio/gmpc-autoplaylist A Autoplaylist plugin for gmpc
The plugin allows you to generate a playlist based on a set of rules, f.e.
"Genre contains 'jazz' and artist doesn't contain 'Jones'".

WWW: http://sarine.nl/gmpc-plugins
2007-09-16T09:16:14+00:00 audio/gmpc-lastfm Last.FM metadata fetcher plugin for gmpc
The Last.FM metadata fetcher is taking all kinds of metadata from last.fm for
your music collection.

The following metadata is taken from last.fm:

* Artist Images
* Artist Biography
* Album Covers
* Similar Artist
* Similar Songs
* Similar Genres

WWW: http://gmpc.wikia.com/wiki/GMPC_PLUGIN_LASTFM
2007-09-16T09:15:10+00:00 audio/gmpc-stopbutton A Stop button for gmpc
This is the simplest plugin of the lot, it adds a stop button to the controls
in the main window. It's an easy solution to keep everybody happy.

WWW: http://sarine.nl/gmpc-plugins
2007-09-16T09:14:37+00:00 audio/gmpc-magnatune Magnatune plugin lets you preview music from Magnatune
With the Magnatune plugin you can browse through the database of Magnatune and
preview all kinds of music.

WWW: http://gmpc.wikia.com/wiki/GMPC_PLUGIN_MAGNATUNE
2007-09-16T09:13:56+00:00 audio/gmpc-mdcover Collects metadata for gmpc
Mdcover plugin is a for gmpc. It looks in the location where the music file is
located to collect metadata. It does this based on a set of rules.

WWW: http://gmpc.wikia.com/wiki/GMPC_PLUGIN_MDCOVER
2007-09-16T09:12:59+00:00 audio/gmpc-osd Xosd plugin for gmpc
This plugin provide an on-screen-display by xosd.

WWW: http://gmpcwiki.sarine.nl/index.php/Osd
2007-09-16T09:12:05+00:00 audio/gmpc-qosd Q on Screen Display plugin for gmpc
A on-screen-display written to look nicer then xosd.

WWW: http://sarine.nl/gmpc-plugins
2007-09-16T09:11:15+00:00 audio/gmpc-serverstats Serverstats plugin for gmpc
This plugin shows more detailed information about mpd's database.
It can show what artist has the most playing time, or what genre.

WWW: http://gmpcwiki.sarine.nl/index.php/Server_statistics
2007-09-15T23:53:42+00:00 ftp/gproftpd Gtk2 Frontend for proftpd daemon
GPROFTPD is an easy to use GTK+ administration tool for the proftpd standalone
server. GProftpd and Proftpd gives admins access to virtual hosting, 8 layers
of security including chrooted users and encrypted transfers on both the
data and/or control channels. It is ideal for both standard ftp serving
and webhotels.

WWW: http://gadmintools.org
2007-09-14T13:56:18+00:00 graphics/p5-Image-Math-Constrain Scaling math used in image size constraining (such as thumbnails)
Scaling math used in image size constraining (such as thumbnails)

WWW: https://metacpan.org/release/Image-Math-Constrain
2007-09-14T06:14:42+00:00 sysutils/javaservicewrapper JSW enables a Java application to be run as a Unix daemon
The Java Service Wrapper enables a Java application to be run as a Unix daemon.
It also monitors the health of your application and JVM.

Benefits:

* There is no need for additional programming in your application to integrate
it with our product.
* Automatic customizable response when something happens in your application
or JVM.
* Notifications when there is a problem in need of attention.
* Support better your customers thanks to our logging features.
* You can schedule events in a standard way in various platforms.
* Deploy and install your applications as a Unix daemon.

WWW: https://wrapper.tanukisoftware.org/
2007-09-14T04:26:27+00:00 sysutils/bashburn CD burning bash script
Sick of all those fancy CD-burning apps not working for you? You need
something that just gets the work done? Welcome to BashBurn - It just
works!

BashBurn is the new name for the cd burning shell script Magma. It's
not the best looking CD-burning application out there, but it does
what you want it to do. (And if not then probably didn't want to do it
anyway)

WWW: http://bashburn.dose.se/
2007-09-14T04:05:57+00:00 emulators/wine-doors Windows application management for the GNOME Desktop
Wine-doors is an application designed to make installing windows
software on Unix systems easier. Wine-doors is essentially a package
management tool for windows software on Unix systems. Most Unix
desktop users are familiar with package management style application
delivery, so it made sense to apply this model to windows software.

WWW: http://sourceforge.net/projects/winedoors/
2007-09-14T03:11:45+00:00 games/urbanterror-data Standalone realism based mod originally for Quake III Arena
Urban Terror is a realism based total conversion mod for Quake III Arena which
no longer requires this game to be played. It only uses its engine, which is
open sourced through the GPL and may be distributed freely. Urban Terror plays
in about the same setting as Counter Strike, but is less focused on realism
and plays much faster, which among other things, is caused by the ability to
strafe jump, which combined with wall jumping can lead to very quick movement
and nice jumps. Urban Terror has 7 game modes, 25 maps and 15 weapons.

This port only contains the data, and can be played with ioUrbanTerror
(games/iourbanterror) or any other Quake 3 Arena compatible engine.

WWW: http://www.urbanterror.info/
2007-09-13T21:49:43+00:00 finance/p5-Business-PayPal-IPN Perl extension that implements PayPal IPN v1.5
Business::PayPal::IPN - Perl extension that implements PayPal IPN

WWW: https://metacpan.org/release/Business-PayPal-IPN
2007-09-13T21:47:22+00:00 devel/p5-Params-Coerce Allows your classes to do parameter coercion
Params::Coerce - Allows your classes to do coercion of parameters

WWW: https://metacpan.org/release/Params-Coerce
2007-09-13T20:44:36+00:00 devel/p5-Devel-Timer Track and report execution time for parts of code
Track and report execution time for parts of code

WWW: https://metacpan.org/release/Devel-Timer
2007-09-13T20:15:05+00:00 www/p5-HTML-Location Working with disk to URI file mappings (deprecated: see URI::ToDisk)
Working with disk to URI file mappings (deprecated: see URI::ToDisk)

WWW: https://metacpan.org/release/HTML-Location
2007-09-13T20:10:08+00:00 devel/p5-Digest-TransformPath Implements the TransformPath concept
The Digest::TransformPath module implements the TransformPath concept.
A TransformPath is a complex higher-order key that is designed for use
with chains of functions that sequentially transform a piece of data.

The concept starts with a sizable chunk of data, for example an image,
for which we can determine a unique identifier, and for which we can
cheaply determine if and when the source material has changed. A series
of resource-intensive transforms might be applied to this original data
to produce another piece of data. In the image example, we might auto-level,
crop, scale, rotate, colour-balance and then thumbnail the image. This
transformed data would be put into a cache. If at some future point
we wish to obtain the same image, but would preferably like to use the
cached version, we would have to take the original image, reapply the
transforms, and then compare to the result the first time around.

Further documentation is found within the module.

WWW: https://metacpan.org/release/Digest-TransformPath
2007-09-13T20:05:55+00:00 devel/libmowgli Development framework for C
mowgli is a development framework for C (like GLib), which provides high
performance and highly flexible algorithms. It can be used as a supplement
to GLib (to add additional functions (dictionaries, hashes), or replace
some of the slow GLib list manipulation functions), or stand alone. It
also provides a powerful hook system and convenient logging for your code,
as well as a high performance block allocator.

WWW: http://www.atheme.org/projects/libmowgli.html
2007-09-13T19:45:08+00:00 x11/xbacklight Program to adjust backlight brightness
The xbacklight program adjusts backlight brightness
using RandR extension.
2007-09-13T19:45:08+00:00 x11/pixman Low-level pixel manipulation library
This package contains the pixman library.

WWW: http://pixman.org
2007-09-13T17:45:07+00:00 devel/py-qt4-script Python bindings for the Qt4 toolkit, QtScript module
PyQt4 is a set of Python bindings for Digia's Qt4 application framework.
This package provides the QtScript module.

WWW: https://riverbankcomputing.com/software/pyqt
2007-09-12T23:56:31+00:00 irc/irssi-xmpp Irssi plugin to connect to Jabber network
irssi-xmpp's aim is to provide a good integration in this text-based
irc client and a good support of XMPP (the Jabber protocol).

Its main features are:
* Sending and receiving messages in irssi's query windows
* A roster with contact & resource tracking (contact list)
* Contact management (add, remove, manage subscriptions)
* MUC (Multi-User Chat)
* Tab completion of commands, JIDs and resources
* Message Events ("composing")
* Support for multiple accounts
* Unicode support (UTF-8)
* SSL and HTTP proxy support
* ...

WWW: http://cybione.org/~irssi-xmpp/
2007-09-12T23:56:31+00:00 irc/irssi-xmpp-devel Irssi-xmpp-snapshot is the irssi-xmmp cvs snapshot
irssi-xmpp's aim is to provide a good integration in this text-based
irc client and a good support of XMPP (the Jabber protocol).

Current main features are:

* Sending and receiving messages in irssi's query windows
* A roster with contact's ressources tracking (contact list)
* Contact management (add, remove, manage subscriptions...)
* Contact's JIDs, ressources and commands completion (TAB key)
* Multiple accounts support (in different connection)
* Unicode support (UTF-8)
* SSL support
* ...

WWW: http://cybione.org/src/irssi-xmpp/
2007-09-12T21:25:19+00:00 games/antrix Free stable dedicated-server for World of Warcraft
Ascent(Antrix) Emulator is an Open Source reference
implementation for a MMORPG server system. Please see the file COPYING for
license details.

WWW: http://www.ascentemu.com/
2007-09-12T04:42:39+00:00 games/urbanterror Standalone realism based mod originally for Quake III Arena
Urban Terror is a realism based total conversion mod for Quake III Arena which
no longer requires this game to be played. It only uses its engine, which is
open sourced through the GPL and may be distributed freely. Urban Terror plays
in about the same setting as Counter Strike, but is less focused on realism
and plays much faster, which among other things, is caused by the ability to
strafe jump, which combined with wall jumping can lead to very quick movement
and nice jumps. Urban Terror has 7 game modes, 25 maps and 15 weapons.

This port only contains the data, and can be played with ioUrbanTerror
(games/iourbanterror) or any other Quake 3 Arena compatible engine.

WWW: http://www.urbanterror.net/
2007-09-11T17:49:34+00:00 devel/libublio User space caching library
This is a user space caching library, currently used by FreeBSD and Mac OS X
to improve performance of NTFS-3G (sysutils/fusefs-ntfs port), because these
systems don't have a block device cache, giving a very slow read/write rate.

Note that libublio is _not_ thread safe.

defunct WWW: http://mercurial.creo.hu/repos/libublio
copy of code:https://github.com/0x09/hfsfuse/blob/master/lib/ublio/
2007-09-11T10:56:23+00:00 x11/xfce4-verve-plugin Command line plugin for the Xfce Desktop
The Verve panel plugin is a comfortable command line plugin for the Xfce panel.
It supports several nice features, such as:

* Command history
* Auto-completion (including command history)
* Open URLs and eMail addresses in your favourite applications
* Focus grabbing via D-BUS (so you can bind a shortcut to it)
* Custom input field width

WWW: https://goodies.xfce.org/projects/panel-plugins/xfce4-verve-plugin
2007-09-10T22:52:55+00:00 games/crafty-tablebase-pawn These are the pawn tablebases (3,4,5 man) for crafty
These are the pawn 3/4/5 tablebases for crafty's endgames. They take
up about 5.1G...

Be warned that all of these togther (both tablebase ports) will eat up
around 7.1 Gigs of your disk space, or 14.2G, if you don't delete the
distfiles (I highly recommend doing this, as these files almost never
change).
2007-09-10T22:45:41+00:00 games/crafty-tablebase-no-pawn These are the tablebases for crafty, minus the pawn tbs
These are the 3, 4, and 5 man tablebases for crafty's endgames. If
you are truly blessed with disk space, you may also want to install
the games/crafty-tablebases-pawns port.

Be warned that all of these togther will eat up around 7.1 Gigs of
your disk space, or 14.2G, if you don't delete the distfiles (I highly
recommend doing this, as these files almost never change).
2007-09-10T12:27:42+00:00 x11-wm/nickleby Simple window manager
Nickleby is a minimal window manager. It has no menus, toolbars, nor
icons, and it adds no window decoration to client windows other than two
title bars, one at the top of windows, and one at the bottom of windows.

WWW: http://www.mammothcheese.ca/
2007-09-09T20:57:59+00:00 deskutils/kio_locate Locate KIO for Konqueror
kio_locate is a KIO slave for konqueror which allows you:

* To search using locate you don't have to switch to a prompt.
* The search results are shown to you, as if you were in a directory.
Any found file is just one click away.
* You could e.g. move all found files using Drag & Drop.
* And all that's possible from practically any KDE program, that can
open files.

WWW: http://arminstraub.com/browse.php?page=programs_kiolocate&lang=en
2007-09-09T12:15:34+00:00 graphics/qtpfsgui A graphical user interface that provides a workflow for HDR imaging
Qtpfsgui is a graphical user interface (based on trolltech's Qt4)
that provides a workflow for HDR imaging.

WWW: http://qtpfsgui.sourceforge.net/
2007-09-09T12:15:34+00:00 graphics/luminance Complete open source solution for HDR photography
Luminance HDR is an open source graphical user interface application that
aims to provide a complete workflow for HDR image processing.

Supported features:

* Create an HDR file from a set of images (formats: JPEG, TIFF 8-bit and
16-bit, RAW) of the same scene taken at different exposure settings
* Rotate, resize, and crop HDR images
* Tonemap HDR images
* Copy EXIF data between sets of images

Supported HDR formats (with file extensions):

* OpenEXR (.exr)
* Radiance RGBE (.hdr)
* TIFF formats: 16-bit, 32-bit (float) and LogLuv (.tiff)
* PFS native format (.pfs)
* Raw image formats (various)

Supported LDR formats: JPEG, PNG, PPM, PBM, TIFF (8-bit).

WWW: http://qtpfsgui.sourceforge.net/
2007-09-09T08:43:26+00:00 devel/qprog Cross-platform software for the DIY line of PIC programmers
QProg is an OS X, Windows, and *nix/X11 compatible software interface to the
popular DIY line of PIC programmers sold by Kitsrus and is intended to be a
cross-platform replacement for the software provided with the DIY kits.

WWW: http://bfoz.net/projects/qprog/

-Brandon Fosdick
bfoz@bfoz.net
2007-09-09T06:43:49+00:00 graphics/php5-chartdirector ChartDirector Chart Component for PHP ${PHP_VER}
ChartDirector for PHP

Professional chart component for web applications.

- Synthesize Charts using Layers: Layering architecture enables you to
synthesize the charts you want using standard chart layers.
- Comprehensive Chart Types: Pie, donut, bar, line, spline, step, trend, area,
curve-fitting, area, scatter, bubble, box-whisker, finance, gantt, vector,
polar, radar, rose .. Even includes meters and gauges.
- Markup Text Support: Embed icons and use multiple fonts and colors in the
same piece of text. Decorate your charts with professionally looking text and
labels.
- AJAX Enabled User Interactions: Full suite of mouse events for chart objects.
Pop-up tooltips, drill-down, drag to zoom, drag to scroll, ...

WWW: http://www.advsofteng.com/
2007-09-09T06:43:49+00:00 graphics/php4-chartdirector
2007-09-09T06:34:53+00:00 devel/subcommander2 Qt4 based multiplatform subversion client, diff & merge tool
The goal of the Subcommander project is to build an easy to use,
cross platform (Win32, Unix, MacOSX) subversion GUI client (subcommander)
including a visual diff and merge tool (submerge).

WWW: http://subcommander.tigris.org/
2007-09-09T06:34:53+00:00 devel/subcommander Qt based multiplatform subversion client, diff & merge tool
The goal of the Subcommander project is to build an easy to use,
cross platform (Win32, Unix, MacOSX) subversion GUI client (subcommander)
including a visual diff and merge tool (submerge).

WWW: http://subcommander.tigris.org/
2007-09-09T05:55:50+00:00 devel/cunit Automated unit testing framework for C
CUnit is a lightweight system for writing, administering, and running unit tests
in C. It provides C programmers a basic testing functionality with a flexible
variety of user interfaces.

CUnit is built as a static library which is linked with the user's testing code.
It uses a simple framework for building test structures, and provides a rich set
of assertions for testing common data types. In addition, several different
interfaces are provided for running tests and reporting results. These
interfaces currently include: Automated, Basic, Console and Curses.

WWW: http://cunit.sourceforge.net/
2007-09-09T05:40:16+00:00 emulators/tiemu3 TI89(ti)/92(+)/V200 hand-helds emulator
This project aims to develop a fast emulator for the TI89 (Titanium), 92(+),
and V200PLT calculators. This emulator started on the Jonas Minnberg's
(X)Tiger emulator which is based on UAE (the Universal Amiga Emulator). It
was deeply reworked and improved, thus it's very different now.

TiEmu uses the GDK library (GTK component) for display. The GUI has been
written with GTK+ (the Gimp ToolKit).

WWW: http://lpg.ticalc.org/prj_tiemu/
2007-09-09T03:40:23+00:00 games/linux-savage-samuraiwars An official mod for Savage (Linux version)
Samurai Wars is an official mod for Savage. The mod is set in feudal Japan and
it features new levels and characters, as well as a unique melee combat system.

WWW: http://www.newerth.com/
2007-09-08T18:28:13+00:00 audio/fmit Free Music Instrument Tuner
Free Music Instrument Tuner.

Current features:

- Error history
- Volume history
- Wave shape
- Harmonic ratios
- Statistics
- Microtonal tuning (with Scala file support)
- Discrete Fourier Transform view
- JACK, OSS, ALSA, Portaudio support
- Translations for: french

WWW: https://github.com/gillesdegottex/fmit
2007-09-08T09:48:43+00:00 audio/amb-plugins Ambisonics plugins, mainly to be used within Ardour
A set of ambisonics plugins, mainly to be used within Ardour. Mono
and stereo to B-format panning, horizontal rotator, square, hexagon
and cube decoders.

WWW: http://kokkinizita.linuxaudio.org/linuxaudio/ladspa/index.html
2007-09-08T08:20:57+00:00 devel/p5-Gearman-Client-Async Asynchronous client module for Gearman for Danga::Socket applications
Gearman::Client::Async - Asynchronous client module for Gearman for
Danga::Socket applications

WWW: https://metacpan.org/release/Gearman-Client-Async
2007-09-08T08:17:15+00:00 devel/p5-Gearman-Server Gearman server daemon
Gearman is a system to farm out work to other machines, dispatching function
calls to machines that are better suited to do work, to do work in parallel,
to load balance lots of function calls, or to call functions between
languages.

This is the server daemon component. The bridge between workers (clients who
can do work) and callers (clients who want work done). You should run several
of these, at least two, for both load balancing and high availability.

WWW: https://metacpan.org/release/Gearman-Server
2007-09-08T06:21:15+00:00 audio/ecamegapedal Realtime audio processor
Ecamegapedal is a real-time effect processor software with a graphical user
interface for controlling the effect parameters. It is meant to be used as
a virtual guitar-fx or studio effect box. In addition to real-time operation,
Ecamegapedal also supports reading from and writing to audio files.
All audio object and effect plugin types provided by the Ecasound libraries
are supported. This includes ALSA, JACK, OSS, aRts, over 20 file formats,
over 30 effect types, LADSPA plugins and multi-operator effect presets.
Ecamegapedal's implementation is based on Ecasound and Qt libraries.

WWW: http://www.wakkanet.fi/~kaiv/ecamegapedal/
2007-09-08T05:49:35+00:00 security/afterglow Collection of graph-generating scripts
AfterGlow is a collection of scripts which facilitate the process of
generating event graphs and treemaps. AfterGlow 1.x is written in Perl
and generates output that can be read by GraphViz or LGL.

WWW: https://sourceforge.net/projects/afterglow/
2007-09-08T05:42:43+00:00 net/csocks SOCKS Client v4/v5 RFC Compliant with many features
This is a port of csocks, A socks client with many features

WWW: http://csocks.altervista.org
2007-09-08T05:34:14+00:00 sysutils/clonehdd Tool for clone HDD on FreeBSD
Tool for copy partitions to another HDD. FreeBSD stores its data on
partitions, which are encapsulated in slices. Soft, such as Partition
Magic, Acronis, etc. detect only slice, not real partitions on that
slice. CloneHDD correctly understand size difference between two HDD
and change size of each partition proportionally for filling entire
HDD.

WWW: https://sourceforge.net/projects/clonehdd/
2007-09-08T05:22:21+00:00 devel/rudeconfig Library for handling configuration files, written in C++
Library, designed for easy handling with configuration files in INI-style.
Completely written in C++ by using object oriented style.

WWW: http://www.rudeserver.com/
2007-09-08T05:19:23+00:00 sysutils/linux-procps Linux psproc binaries
This is a Linux/i386 rpm port of procps.

procps is the package that has a bunch of small useful utilities
that give information about processes using the /proc filesystem.
The package includes the programs ps, top, vmstat, w, kill,
free, slabtop, and skill.

WWW: http://procps.sourceforge.net/
2007-09-08T05:10:39+00:00 sysutils/mtpfs MTP device filesystem
MTPFS is a FUSE filesystem that supports reading and writing from any
MTP device (as supported by libmtp)

WWW: https://www.adebenham.com/mtpfs/
2007-09-08T03:15:52+00:00 mail/rss2email Emails posts from subscribed RSS/Atom newsfeeds
rss2email is a python script that lets you subscribe to a list of
RSS or Atom feeds and get new posts sent to you by email. It is
generally run via cron, but can be run manually as well.

This is the original rss2email project and requires python 2. It
will not run on python 3.

WWW: http://www.allthingsrss.com/rss2email/
2007-09-07T23:29:56+00:00 net/gateway6 Gateway6 Tunnel Setup Protocol Client - Free IPv6 tunnel
From README:

TSP is a control protocol used to establish and maintain static
tunnels. The Gateway6 Client is used on the host computer to connect
to a tunnel broker using the TSP protocol and to get the information
for its tunnel. When it receives the information for the tunnel, the
Gateway6 client creates the static tunnel on its operating system.

The Gateway6 Client code is mostly identical for all client platforms.
However, creating the static tunnel is operating system dependent and
is done by a script called by the Gateway6 Client. These scripts are
located under the template directory in the Gateway6 Client
installation directory.

The script executed by the Gateway6 Client to configure the tunnel
interface is customized for each type of supported operating system
and takes care of all specifics for the target operating system.
On Unix systems, it is a shell script. This separation of the binary
and script enables fast and easy additions of new operating systems,
as has been shown by the community contributions for many operating
systems.

WWW: http://gogonet.gogo6.com/page/freenet6-services
2007-09-07T23:24:57+00:00 textproc/yaml-mode.el Simple major mode to edit YAML file for Emacsen
This is a major mode for editing files in the YAML data serialization format.

WWW: https://github.com/yoshiki/yaml-mode
2007-09-07T23:24:57+00:00 textproc/yaml-mode.el-emacs21
2007-09-07T15:11:15+00:00 devel/pty Helps debug programs which fiddle with their tty settings
pty is a tool to help debug console programs which take the terminal out of
canonical mode, by allowing the program being debugged and the debugger to run
on separate terminal devices.

To use pty, the programmer changes to the terminal device where he or she
wishes to interact with the program to be debugged, and at the shell
prompt, runs pty with no arguments. Pty will print out the filename of the
slave side of the pseudo-terminal it has opened. Inside the debugger,
running in another terminal device, one then redirects the program to be
debugged's IO to the slave (tty command of gdb). When you are finished
using pty, you must manually kill it. When pty starts it prints out its
pid.

WWW: http://www.mammothcheese.ca/munger.html
2007-09-07T15:02:27+00:00 x11/xfce4-wmdock-plugin WMdock plugin for Xfce
The WMdock plugin is a compatibility layer for running WindowMaker dockapps
on the Xfce desktop. It integrates the dockapps into a panel, closely
resembling the look and feel of the WindowMaker dock or clip, respectively.

WWW: https://goodies.xfce.org/projects/panel-plugins/xfce4-wmdock-plugin
2007-09-07T14:25:29+00:00 x11-clocks/xfce4-timer-out-plugin Timer out plugin for Xfce
This plugin makes it possible to take periodical breaks from the computer every
X minutes. During breaks it locks your screen. It optionally allows you to
postpone breaks for a certain time.

WWW: https://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin
2007-09-07T13:32:49+00:00 sysutils/cciss_vol_status Reports status of logical drives on ciss(4) controllers
Very lightweight program to report the status of logical drives on Smart Array
controllers ciss(4).

WWW: http://cciss.sourceforge.net
2007-09-07T12:15:26+00:00 net-mgmt/netxms Network monitoring system
NetXMS is new and rapidly developing monitoring system,
released under GPL2 license. It can be used for monitoring
entire IT infrastructure, starting with SNMP-capable
hardware (like switches and routers) and ending with
applications on your servers. NetXMS is an extremely
reliable and powerful monitoring system, enabling you
to improve your network availability and service levels.

WWW: https://www.netxms.org/
2007-09-07T12:01:00+00:00 devel/ml-doc Language and tools for documenting Standard ML libraries
ML-Doc is a system for documenting the interfaces of SML libraries. It can
produce both HTML and LaTeX output.

WWW: http://people.cs.uchicago.edu/~jhr/tools/ml-doc.html
2007-09-07T11:55:09+00:00 security/ssss Shamir's Secret Sharing Scheme
ssss is an implementation of Shamir's secret sharing scheme for
UNIX/Linux machines. It is free software, the code is licensed under
the GNU GPL. ssss does both: the generation of shares for a known
secret and the reconstruction of a secret using user provided shares.
The software was written in 2006 by B. Poettering, it links against
the GNU libgmp multiprecision library (version 4.1.4 works well)
and requires the /dev/random entropy source.

WWW: http://point-at-infinity.org/ssss/
2007-09-07T08:15:24+00:00 security/seccure Elliptic Curve Crypto Utility for Reliable Encryption
The seccure toolset implements a selection of asymmetric algorithms
based on elliptic curve cryptography (ECC). In particular it offers
public key encryption / decryption, signature generation /
verification and key establishment.

ECC schemes offer a much better key size to security ratio than
classical systems (RSA, DSA). Keys are short enough to make direct
specification of keys on the command line possible (sometimes this
is more convenient than the management of PGP-like key rings).
seccure builds on this feature and therefore is the tool of choice
whenever lightweight asymmetric cryptography -- independent of key
servers, revocation certificates, the Web of Trust or even
configuration files -- is required.

WWW: http://point-at-infinity.org/seccure/
2007-09-07T08:08:05+00:00 www/p5-Catalyst-View-Email Catalyst View for Email
Catalyst::Helper::View::Email - Helper for Email Views

WWW: https://metacpan.org/release/Catalyst-View-Email
2007-09-07T07:53:34+00:00 net-mgmt/snmp++ SNMP C++ library with V3 support
SNMP++v3.x is a C++ API which supports SNMP v1, v2c, and v3.

SNMP++v3.x is based on SNMP++v2.8 from HP* and extends it by support
for SNMPv3 and a couple of bug fixes.

The v3 support to SNMP++ and AGENT++ is provided by courtesy of
Jochen Katz (katz07@agentpp.com).

SNMP++v3.x extends the original SNMP++v2.8 by the following:
# SNMPv3 including User Security Model (USM) with:
# MD5 and SHA authentication
# DES and IDEA privacy
# Thread-safety
# Bug-fixes

WWW: https://www.agentpp.com/api/cpp/snmp_pp.html
2007-09-07T07:47:07+00:00 security/hamachi Fast, secure, simple VPN software with NAT-traversal
Hamachi is a zero-configuration virtual private networking tool.

WWW: http://hamachi.cc/
2007-09-07T06:43:30+00:00 sysutils/linux-procfs Linux psproc binaries
This is a Linux/i386 rpm port of procps.

procps is the package that has a bunch of small useful utilities
that give information about processes using the /proc filesystem.
The package includes the programs ps, top, vmstat, w, kill,
free, slabtop, and skill.

WWW: http://procps.sourceforge.net/
2007-09-07T06:38:26+00:00 archivers/linux-par2cmdline Linux version of par2cmdline
Linux version of par2cmdline.
2007-09-07T04:54:24+00:00 finance/ledgersmb12 Double entry accounting system
LedgerSMB is a double entry accounting system, written in Perl.
Accounting data is stored in a PostgreSQL Server, for the display
any text or GUI browser can be used.

WWW: http://www.ledgersmb.org/
2007-09-07T04:54:24+00:00 finance/ledgersmb Double entry accounting system
LedgerSMB is a double entry accounting system, written in Perl.
Accounting data is stored in a PostgreSQL Server, for the display
any text or GUI browser can be used.

WWW: http://www.ledgersmb.org/
2007-09-07T04:27:13+00:00 japanese/p5-Mail-SpamAssassin SpamAssassin with patches to handle multibyte character
SpamAssassin is a mail filter which attempts to identify spam using text
analysis and several internet-based realtime blacklists.

Using its rule base, it uses a wide range of heuristic tests on mail
headers and body text to identify "spam", also known as unsolicited
commercial email.

Once identified, the mail can then be optionally tagged as spam for later
filtering using the user's own mail user-agent application.

Additional drop-in rule sets are available at
http://wiki.apache.org/spamassassin/CustomRulesets

WWW: http://spamassassin.apache.org/
2007-09-07T04:06:37+00:00 japanese/ochusha GUI BBS browser for 2ch.net
ochusha is a program that gives a GUI based on GTK+ for accessing
BBS like 2ch.net.

WWW: http://ochusha.sourceforge.jp/
2007-09-07T03:55:58+00:00 devel/zeroinstall-injector 0install injector
A running process is created by combining many different libraries
(and other components). In the Zero Install world, we have all
versions of each library available at all times. The problem then
is how to choose which versions to use.

The injector solves this problem by selecting components to meet a
program's requirements, according to a policy you give it. The
injector finds out which versions are available, and downloads and
runs the ones you choose.

WWW: http://www.0install.net
2007-09-07T03:39:40+00:00 devel/p5-Cvs Object-oriented interface to CVS command
Cvs Object oriented interface to the CVS command

WWW: https://metacpan.org/release/Cvs
2007-09-07T03:13:10+00:00 net-im/iserverd Groupware ICQ server clone
Groupware ICQ server clone.

WWW: http://iserverd.khstu.ru/
2007-09-07T02:47:13+00:00 security/openvpn-auth-ldap LDAP authentication plugin for OpenVPN
The OpenVPN Auth-LDAP Plugin implements username/password authentication via
LDAP for OpenVPN 2.x. It also includes some integration with the OpenBSD
packet filter, supporting adding and removing VPN clients from PF tables.

WWW: https://github.com/threerings/openvpn-auth-ldap
2007-09-07T02:45:36+00:00 games/xlogical Remake of the classic puzzle game Logical
XLogical is an action/puzzle game based on the classic
game Logical from Rainbow Arts.

WWW: http://changeling.ixionstudios.com/xlogical/
2007-09-07T00:30:46+00:00 devel/roboctl API and tools for communicating with Lego and Vex robots
Roboctl is a library and tool suite for communicating with Lego and
Vex robots from Unix systems. It allows users to upload programs
and other data to the controller, examine various robot states such
as battery level, firmware version, etc., and control the robot
remotely from a Unix workstation.

WWW: http://personalpages.tds.net/~jwbacon/Ports
2007-09-07T00:30:46+00:00 devel/legoctl Lego Mindstorms communication tool
Lego robot communication and control utility.

WWW: http://personalpages.tds.net/~jwbacon/Ports
2007-09-06T22:27:52+00:00 japanese/asterisk14-sounds Japanese sound files for Asterisk 1.4
This is a port of Japanese sound files for Asterisk.
Under the restriction of using Asterisk(tm) The Open Source PBX only,
you can use them royalty-free.
For more information about the license, you have to refer to
README.txt written in Japanese.

WWW: http://voip-info.jp/
2007-09-06T22:27:52+00:00 japanese/asterisk-sounds Japanese sound files for Asterisk
This is a port of Japanese sound files for Asterisk.
Under the restriction of using Asterisk(tm) The Open Source PBX only,
you can use them royalty-free.
For more information about the license, you have to refer to
README.txt written in Japanese.

WWW: http://voip-info.jp/
2007-09-06T22:27:52+00:00 japanese/asterisk-sound Japanese sound files for Asterisk
This is a Japanese sound files for Asterisk.
When you use Asterisk, you can use it in a limit, royalty-free.
Please refer to Japanese ReadMe.txt.

WWW: http://voip-info.jp/
2007-09-06T21:33:49+00:00 mail/claws-mail-spamreport Spam report plugin for Claws Mail
This plugin reports spam to various places.

WWW: https://www.claws-mail.org/plugins.php
2007-09-06T20:08:47+00:00 x11-wm/ccsm Python/GTK based settings manager for CompizConfig
A fully featured Python/GTK based settings manager for the CompizConfig system
2007-09-06T20:05:06+00:00 x11-wm/compizconfig-python Python bindings for the compizconfig library
Python bindings for the compizconfig library
2007-09-06T20:00:58+00:00 x11-wm/compizconfig-backend-gconf GConf backend for CompizConfig
The gconf backend for CompizConfig. It uses the
Gnome configuration system and provides integration into the Gnome desktop
environment.
2007-09-06T19:33:16+00:00 x11-wm/libcompizconfig Alternative configuration system for Compiz
Libcompizconfig is an alternative configuration system for
compiz and provides the following features:
- Automatic plugin list generation.
- Import/Export of the current configuration.
- Configuration profiles.
- Parsing of Compiz metadata files to provide an easy to use API for
configuration managers.
- Conflict handling for plugins and actions.
- Support for different configuration storage backends.
- Desktop environment integration. If a backend provides desktop
environment integration, then Compiz will share the keybindings
and settings with the default desktop environment window
manager like metacity or kwin.
- Its own Compiz configuration plugin "ccp" to provide all features
of libcompizconfig with compiz.
2007-09-06T12:11:37+00:00 devel/ta-lib UNIX, POSIX Library for Technical Analysis
The ta-lib provides common functions for the technical analysis of
financial market data. Widely used by trading software developers
working with Excel, .NET, Java, Perl, Python or C/C++.

More than 150 technical analysis indicators such as ADX, MACD, RSI,
Stochastic, Bollinger Bands. Includes candlestick pattern recognition.
Optional abstract API allowing your code to adapt automatically when new
functions are added!

WWW: http://ta-lib.org/
2007-09-06T12:04:27+00:00 comms/bluegps Command line tool to download datalogs from the Royaltek RBT-3000 bluetooth GPS receiver
BlueGPS is a simple (FreeBSD native) command line tool to download
datalogs from the Royaltek RBT-3000 bluetooth GPS receiver over a
bluetooth link.

WWW: http://www.harbaum.org/till/bluegps/
2007-09-06T12:00:08+00:00 www/abyssws Abyss Web Server is a compact and easy to use web server
Abyss Web Server is a compact and easy to use web server.

Despite its small footprint, it supports HTTP/1.1, dynamic content generation
through CGI/FastCGI scripts, ISAPI extensions, ServerSide Includes (SSI),
custom error pages, password protection, IP address control, anti-leeching,
and bandwidth throttling.

It also features an automatic antihacking system as well as a multilingual
remote web management interface that makes its configuration as easy as
browsing a web site.

It supports SSL/TLS connections (HTTPS) as well as a wide range of Web
technologies and can run advanced PHP, Perl, Python, and Ruby on Rails
Web applications which can be backed by databases such as MySQL, SQLite,
MS SQL Server, MS Access, or Oracle.

WWW: http://www.aprelium.com/
2007-09-06T11:52:49+00:00 www/metacafe_dl A program for downloading videos from metacafe.com
metacafe-dl is a small command-line program for downloading videos
from metacafe.com.

WWW: http://www.arrakis.es/~rggi3/metacafe-dl/
2007-09-06T05:56:58+00:00 lang/nesasm 6502 assembler with specific NES support
The nesasm assembler is a 6502 assembler with specific NES support.

WWW: http://bobrost.com/nes/resources.php
2007-09-06T04:50:54+00:00 comms/bluez-firmware Firmware for the D-Link BCM2033 bluetooth adaptor for use by bcmfw(1)
Firmware for the Broadcom BCM2033 chip based Bluetooth USB devices. To
be downloaded with bcmfw(1). The ubtbcmfw(4) and ng_ubt(4) kernel
modules need to be installed.

WWW: http://www.bluez.org/
2007-09-06T03:50:23+00:00 games/openarena Quake3 total conversion based on the ioquake3 engine
OpenArena is a community-produced deathmatch FPS based on GPL idTech3
technology.
There are many game types supported including Free For All, Capture The Flag,
Domination, Overload, Harvester, and more. There are 17 unique player models to
choose from and 12 weapons.

WWW: http://openarena.ws/
2007-09-05T01:59:36+00:00 math/clp Linear Programming Solver
This is a port of Clp (Coin-or linear programming), which is an open-source
linear programming solver written in C++. It is primarily meant to be used as
a callable library, but a basic, stand-alone executable version is also
included.

WWW: https://www.coin-or.org/Clp/index.html
2007-09-04T18:44:41+00:00 security/w3af Web Application Attack and Audit Framework
w3af is a Web Application Attack and Audit Framework. The project's
goal is to create a framework to find and exploit web application
vulnerabilities that is easy to use and extend.

WWW: http://w3af.org
2007-09-03T21:48:38+00:00 lang/ocs The OPAL Compilation System
The OPAL compilation system (OCS) is a set of development tools for
creating software using the algebraic programming language OPAL. The
package includes a native compiler and an interpreter.

OPAL is mainly developed at the Technical University of Berlin since
1986 and it is used for research and evaluation of language concepts,
algorithms and programming techniques.

WWW: http://user.cs.tu-berlin.de/~opal/
2007-09-03T16:16:55+00:00 textproc/supercat Regexp-based text colorizer with ASCII/HTML output
Supercat (spc) is a program that colorizes text based on matching
regular expressions/strings/characters. Supercat supports html output
as well as standard ASCII text. Unlike some text-colorizing programs
that exist, Supercat does not require you to have to be a programmer to
make colorization rules.

WWW: http://supercat.nosredna.net/
2007-09-02T01:37:38+00:00 mail/ovs RRDtool frontend for mail statistics
OpenVISP Stats is a very simple mail statistics RRDtool frontend for mail
statistics that produces daily, weekly, monthly and yearly graphs of
received/sent, bounces/rejected, spam mails, viruses, ... and pop/imap
statistics.

WWW: http://openvisp.fr/
2007-09-01T12:31:51+00:00 archivers/ppmd-7z High-ratio PPMD compressor
Simple command line implementation of PPMD compression algorithm. It
is based on code by Dmitry Shkarin (archivers/ppmd) but reworked by
Igor Pavlov and bundled with 7zip.

WWW: http://www.7-zip.org/sdk.html
2007-08-31T09:46:32+00:00 devel/datadraw Feature rich persistent database generator
DataDraw is an ultra-fast persistent database for high performance programs
written in C. It's so fast that many programs keep all their data in a
DataDraw database, even while being manipulated in inner loops of compute
intensive applications. Unlike slow SQL databases, DataDraw databases are
compiled, and directly link into your C programs. DataDraw databases are
resident in memory, making data manipulation even faster than if they were
stored in native C data structures (really). Further, they can automatically
support infinite undo/redo, greatly simplifying many applications.

DataDraw databases can be persistent. Modifications to persistent data are
written to disk as they are made, which of course dramatically slows write
times. However, DataDraw databases can also be volatile. Volatile databases
exist only in memory, and only for the duration that your program needs it.
Volatile databases can be directly manipulated faster than C structures,
since data is better organized in memory to optimize cache performance.
DataDraw supports modular design. An application can have one or more common
persistent databases, and multiple volatile databases to support various
tools' data structures. Classes in a tool's database can extend classes in
the common database. DataDraw is also 64-bit optimized, allowing programs to
run much faster and in less memory than standard C programs using 64-bit
pointers. This is because DataDraw databases support over 4 billion objects
of a given class with 32-bit object references.

WWW: http://datadraw.sourceforge.net/
2007-08-31T07:51:29+00:00 devel/p5-Devel-Leak-Object Detect leaks of objects
This module provides tracking of objects, for the purpose of detecting
memory leaks due to circular references or inappropriate caching
schemes.

Object tracking can be enabled on a per object basis or globally. Any
objects thus tracked are remembered until DESTROYed; details of any
objects left are printed out to stderr at END-time.

WWW: https://metacpan.org/release/Devel-Leak-Object
2007-08-30T22:57:49+00:00 www/py-utidy Python interface to tidy-lib
This is uTidylib, the Python wrapper for the HTML cleaning library named
TidyLib:

WWW: https://github.com/xdissent/utidylib
2007-08-30T20:14:47+00:00 www/jtoolkit Webapp framework with modpython-based and stand-alone modes
jToolkit is a Python web application framework built on modpython and
Apache. There is also a simple command line webserver for running
applications from.

It is aimed at dynamically generated pages rather than mostly-static
pages (for which there are templating solutions). Pages can be produced
using a variety of widgets. It handles sessions and database
connections (and multi-database portability).

WWW: http://jtoolkit.sourceforge.net/
2007-08-30T19:20:13+00:00 textproc/translate-toolkit Tools and API for translation and localization engineering
The Translate Toolkit is a set of software and documentation designed to help
make the lives of localizers both more productive and less frustrating. The
Toolkit is part of the Translate project.

The software includes programs to convert localization formats to the common PO,
and emerging XLIFF format. There are also programs to check and manage PO and
XLIFF files. Online documentation includes guides on using the tools, running a
localization project and how to localize various projects from OpenOffice.org to
Mozilla.

At its core the software contains a set of classes for handling various
localization storage formats: DTD, properties, OpenOffice.org GSI/SDF, CSV, MO,
Qt .ts, TMX, TBX, WordFast txt, Gettext .mo, Windows RC, and of course PO and
XLIFF. It also provides scripts to convert between these formats.

Also part of the Toolkit are Python programs to create word counts, merge
translations and perform various checks on translation files.

WWW: https://toolkit.translatehouse.org/
WWW: https://github.com/translate/translate
2007-08-30T18:46:01+00:00 sysutils/htop Better top(1) - interactive process viewer
htop is an enhanced version of top, the interactive process viewer,
which can display the list of processes in a tree form.

Comparison between 'htop' and 'top'

* In 'htop' you can scroll the list vertically and horizontally
to see all processes and full command lines.
* In 'top' you are subject to a delay for each unassigned
key you press (especially annoying when multi-key escape
sequences are triggered by accident).
* 'htop' starts faster ('top' seems to collect data for a while
before displaying anything).
* In 'htop' you don't need to type the process number to
kill a process, in 'top' you do.
* In 'htop' you don't need to type the process number or
the priority value to renice a process, in 'top' you do.
* In 'htop' you can kill multiple processes at once.
* 'top' is older, hence, more tested.

WWW: https://htop.dev/
2007-08-30T17:28:27+00:00 math/slgrace SLang module to plot graphs with grace
A S-Lang module to plot graphs using grace.

Grace is a popular plotting tool that produces publication quality
plots. The S-Lang module interacts with grace via pipes.

WWW: http://www.jedsoft.org/slang/modules/grace/index.html
2007-08-30T15:16:24+00:00 devel/py-boto Python interface to Amazon Web Services
An integrated interface to current and future infrastructural services
offered by Amazon Web Services. Currently, this includes:

* Simple Storage Service (S3)
* Simple Queue Service (SQS)
* Elastic Compute Cloud (EC2)
* Mechanical Turk
* SimpleDB
* CloudFront
* CloudWatch
* AutoScale
* Elastic Load Balancer (ELB)
* Virtual Private Cloud (VPC)
* Elastic Map Reduce (EMR)
* Relational Data Service (RDS)
* Simple Notification Server (SNS)
* Google Storage
* Identity and Access Management (IAM)
* Route53 DNS Service (route53)
* Simple Email Service (SES)
* Flexible Payment Service (FPS)
* CloudFormation

WWW: https://github.com/boto/boto/
2007-08-30T15:16:24+00:00 devel/py-boto-devel Python interface to Amazon Web Services
An integrated interface to current and future infrastructural services
offered by Amazon Web Services. Currently, this includes:

* Simple Storage Service (S3)
* Simple Queue Service (SQS)
* Elastic Compute Cloud (EC2)
* Mechanical Turk
* SimpleDB
* CloudFront
* CloudWatch
* AutoScale
* Elastic Load Balancer (ELB)
* Virtual Private Cloud (VPC)
* Elastic Map Reduce (EMR)
* Relational Data Service (RDS)
* Simple Notification Server (SNS)
* Google Storage
* Identity and Access Management (IAM)
* Route53 DNS Service (route53)
* Simple Email Service (SES)

WWW: http://code.google.com/p/boto
2007-08-30T14:54:59+00:00 net-mgmt/nagios-devel Powerful network monitoring system
Nagios is a host and service monitor designed to inform you of network
problems before your clients, end-users or managers do. The monitoring
daemon runs intermittent checks on hosts and services you specify
using external "plugins" which return status information to Nagios.
When problems are encountered, the daemon can send notifications out
to administrative contacts in a variety of different ways (email,
instant message, SMS, etc.). Current status information, historical
logs, and reports can all be accessed via a web browser.

WWW: http://www.nagios.org/
2007-08-30T11:55:43+00:00 devel/gettext-msghack Alter gettext po files in special ways
Msghack can be used to alter gettext .po files in ways no sane mind would think
about. It is a reimplementation of the original msghack in Python.

WWW: https://src.fedoraproject.org/rpms/gettext/blob/master/f/msghack.py
WWW: https://src.fedoraproject.org/rpms/gettext/blob/master/f/msghack.1
2007-08-29T06:59:38+00:00 textproc/metauml MetaPost library for typesetting UML diagrams
MetaUML is a GNU GPL MetaPost library for typesetting UML diagrams,
using a human-friendly textual notation.

Here's what you can do with MetaUML (also see the FAQ):

* Create UML diagrams readily usable in a LaTeX article or book.
* Create independent PDF-s
* Create jpeg-s, png-s etc.

WWW: http://metauml.sourceforge.net/
2007-08-28T21:33:03+00:00 www/p5-HTML-Selector-XPath CSS selector to XPath compiler Perl module
HTML::Selector::XPath is a utility function to compile CSS2
selector to the equivalent XPath expression.

WWW: https://metacpan.org/release/HTML-Selector-XPath
2007-08-28T17:15:10+00:00 net/gwhois Flexible whois client and proxy
gwhois is a generic whois client. It strives to know for all existing
tlds and all ip address range the appropiate whois server to ask. You
can simple call gwhois with a query for some domain or some ip and it
will ask the right server for you! It can even query webforms which
are unfortunately the only query type supported by many bad nics.

gwhois can also be used as a whois server. You can call it from the
inetd and make it accessable via a normal standard whois client. This
allows for example using a Windows client and still make use of the
enhanced features of gwhois.

WWW: https://julijane.de/gwhois/
2007-08-28T09:54:20+00:00 graphics/synfigstudio Vector-based 2D animation software package
synfigstudio is the animation studio for synfig and provides the GUI
interface to create synfig animations which are saved in synfig .sif
format.

WWW: https://www.synfig.org/
2007-08-28T09:53:01+00:00 devel/synfig Vector based 2D animation package
synfig is a vector based 2D animation package. It is designed to be
capable of producing feature-film quality animation. It eliminates the
need for tweening, preventing the need to hand-draw each frame. synfig
features spatial and temporal resolution independence (sharp and smooth
at any resolution or frame rate), high dynamic range images, and a
flexible plugin system.

This package contains the renderer used to convert synfig .sif files to
raster images, videos and other formats. Layer types include geometric,
gradient, filter, distortion, transformation, fractal and others. Output
targets include JPEG, PNG, GIF, BMP, PPM, DV, OpenEXR, ffmpeg (MPEG1),
libavcodec (AVI), imagemagick (MIFF), yuv420p and others.

WWW: https://www.synfig.org/
2007-08-28T09:44:50+00:00 devel/etl Voria Extended Class and Template Library
ETL is a multi-platform class and template library designed to add
new datatypes and functions which combine well with the existing
types and functions from the C++ Standard Template Library (STL).

WWW: https://www.synfig.org/
2007-08-28T09:40:17+00:00 net/pear-File_Bittorrent2 Decode and Encode data in Bittorrent format
This package consists of three classes which handles the encoding
and decoding of data in Bittorrent format. You can also extract
useful informations from .torrent files, create .torrent files
and query the torrent's scrape page to get its statistics.
PHP5 only.

WWW: https://pear.php.net/package/File_Bittorrent2
2007-08-27T13:52:48+00:00 sysutils/consolekit Framework for defining and tracking users
ConsoleKit is a framework for defining and tracking users, login
sessions, and seats. The primary motivations for this framework are to
facilitate fast-user-switching and multi-seat capabilities, and to
enable more sophisticated policy decisions for desktop sessions.

WWW: http://www.freedesktop.org/wiki/Software/ConsoleKit
2007-08-27T12:38:01+00:00 graphics/ristretto Image viewer with Xfce integration
Ristretto is a fast and lightweight picture-viewer for the
Xfce desktop environment.

WWW: https://goodies.xfce.org/projects/applications/ristretto
2007-08-27T06:46:09+00:00 devel/p5-Devel-EvalContext Save lexicals and hints between calls to eval
Devel::EvalContext - Save lexicals and hints between calls to eval

WWW: https://metacpan.org/release/Devel-EvalContext
2007-08-27T05:12:26+00:00 mail/p5-Email-MIME-CreateHTML Multipart HTML Email builder
This module allows you to build HTML emails, optionally with a
text-only alternative and embedded media objects. For example,
an HTML email with an alternative version in plain text and
with all the required images contained in the mail.

WWW: https://metacpan.org/release/Email-MIME-CreateHTML
2007-08-27T05:06:34+00:00 www/p5-WWW-Facebook-API Facebook API implementation in Perl
WWW::Facebook::API - Facebook API implementation

A Perl implementation of the Facebook API, working off of the
canonical Java and PHP implementations. By default it uses JSON::Any
to parse the response returned by Facebook's server. There is an option
to return the raw response in either XML or JSON.

WWW: https://metacpan.org/release/WWW-Facebook-API
2007-08-27T03:54:17+00:00 devel/p5-Data-Alias Comprehensive set of aliasing operations
Data::Alias is a module that allows you to apply "aliasing semantics"
to a section of code, causing aliases to be made wherever Perl would
normally make copies instead. You can use this to improve efficiency
and readability, when compared to using references.

WWW: https://metacpan.org/release/Data-Alias
2007-08-27T02:24:42+00:00 devel/p5-File-Policy Simple policy for file I/O functions
This defines the policy for file I/O with modules such as
File::Slurp::WithinPolicy. The purpose is to allow systems administrators to
define locations and restrictions for applications' file I/O and give app
developers a policy to follow. Note that the module doesn't ENFORCE the
policy - application developers can choose to ignore it
(and systems administrators can choose not to install their applications
if they do!).

You may control which policy gets applied by creating a File::Policy::Config
module with an IMPLEMENTATION constant. You may write your own policy as a
module within the File::Policy:: namespace.

By default (if no File::Policy::Config is present), the File::Policy::Default
policy gets applied which doesn't impose any restrictions and provides
reasonable default locations for temporary and log files.

WWW: https://metacpan.org/release/File-Policy
2007-08-27T01:50:15+00:00 devel/p5-Test-Log4perl Test what's being logged with Log::Log4perl
This module can be used to test that you're logging the right
thing with Log::Log4perl. It checks that we get what, and only
what, we expect logged by your code.

WWW: https://metacpan.org/release/Test-Log4perl
2007-08-25T20:33:31+00:00 net/grsync GTK frontend for rsync
Grsync is a GUI (Graphical User Interface) for rsync, the commandline directory
synchronization tool. It makes use of the GTK libraries and is released under
the GPL license, so it is opensource. It doesn't support all of rsync features,
but can be effectively used to synchronize local directories and supports
remote targets in a limited way (read: manual).

WWW: http://www.opbyte.it/grsync
2007-08-25T12:26:18+00:00 textproc/p5-HTML-Copy Copy a HTML file without breaking links
This module is to copy a HTML file without beaking links in the file.
This module is a sub class of HTML::Parser.

WWW: https://metacpan.org/release/HTML-Copy
2007-08-24T22:31:16+00:00 graphics/libboard Vector graphics C++ library
The board library allows simple drawings in:

* Encapsulated Postcript files (EPS);
* XFig files (FIG);
* Scalable Vector Graphics files (SVG).

WWW: https://github.com/c-koi/libboard
2007-08-24T14:55:36+00:00 net-mgmt/ocsinventory-agent Keep track of the computers configuration and software
Open Computer and Software Inventory Next Generation is an application designed
to help a network or system administrator keep track of the computers
configuration and software that are installed on the network

WWW: http://www.ocsinventory-ng.org/
2007-08-23T14:44:05+00:00 devel/pecl-bbcode PECL extension which allows quick and efficient BBCode Parsing
The bbcode extension is a quick and efficient BBCode Parsing Library.
It provides various tag types, high speed one pass parsing, callback
system and tag position restriction.

WWW: http://pecl.php.net/package/bbcode/
2007-08-23T12:18:20+00:00 net/pyrad Python implementation of RADIUS client
pyrad is a Python implementation of a RADIUS client as described in RFC2865.
It takes care of all the details like building RADIUS packets, sending them
and decoding responses.

WWW: https://pypi.org/project/pyrad/
2007-08-23T11:14:32+00:00 audio/pavumeter GTK volume meter for PulseAudio
PulseAudio Volume Meter (pavumeter) is a simple GTK volume meter for the
PulseAudio sound server.

WWW: http://0pointer.de/lennart/projects/pavumeter/
2007-08-23T11:12:38+00:00 audio/paprefs GTK configuration dialog for PulseAudio
PulseAudio Preferences (paprefs) is a simple GTK based configuration dialog for
the PulseAudio sound server.

Please note that this program can only configure local servers, and requires
that a special module module-gsettings is loaded in the sound server. (This
require to build the audio/pulseaudio port with option GSETTINGS).

WWW: https://freedesktop.org/software/pulseaudio/paprefs/
2007-08-23T11:10:21+00:00 audio/pavucontrol GTK mixer for PulseAudio
PulseAudio Volume Control (pavucontrol) is a simple GTK based volume control
tool ("mixer") for the PulseAudio sound server. In contrast to classic mixer
tools this one allows you to control both the volume of hardware devices and of
each playback stream separately.

WWW: http://freedesktop.org/software/pulseaudio/pavucontrol/
2007-08-23T11:06:23+00:00 audio/padevchooser GTK icon tray for PulseAudio
PulseAudio Device Chooser (padevchooser) is a simple GTK tool which registers
an icon in the tray area and allows quick access to some features of the
PulseAudio sound server. Specifically it can do for you:

- Notify about new sink/sources becoming available on the LAN
- Quickly change the default PulseAudio sink/source/server assigned to the
current X11 display, selecting devices available on the LAN
- Start the auxiliary tools PulseAudio Volume Control, PulseAudio Volume
Meter, PulseAudio Manager, PulseAudio Preferences

WWW: http://freedesktop.org/software/pulseaudio/pavucontrol/
2007-08-23T07:28:36+00:00 sysutils/fusefs-pod FUSE-based filesystem for iPod
FUSEPod is a userspace filesystem which mounts your iPod into a directory
for easy browsing of your songs on your iPod. It features a configurable
directory layout, read/write support, read support for playlists and finds
where your iPod is.

WWW: http://fusepod.sourceforge.net/
2007-08-23T07:23:37+00:00 devel/p5-Sort-Key-Top Select and sort top n elements
Select the top n elements from a list using several common orderings and
custom key extraction procedures.

WWW: https://metacpan.org/release/Sort-Key-Top
2007-08-22T17:58:54+00:00 x11-wm/compiz-plugins-unsupported Plugins for Compiz Composite Window Manager
This is the unsupported set of plugins for Compiz.
2007-08-22T17:58:54+00:00 x11-wm/compiz-fusion-plugins-unsupported Plugins for Compiz Composite Window Manager
This is the unsupported set of plugins for Compiz.

WWW: http://forums.compiz-fusion.org/
2007-08-22T17:46:14+00:00 x11-wm/compiz-plugins-extra Plugins for Compiz Composite Window Manager
This is the extra set of plugins for Compiz fusion.

WWW: https://gitlab.com/compiz/compiz-plugins-extra
2007-08-22T17:46:14+00:00 x11-wm/compiz-fusion-plugins-extra Plugins for Compiz Composite Window Manager
This is the extra set of plugins for Compiz fusion.

WWW: http://forums.compiz-fusion.org/
2007-08-22T17:10:16+00:00 graphics/gimp-gap GIMP Animation Package
The GIMP-GAP (GIMP Animation Package) is a collection of Plug-Ins
to extend the GIMP with capabilities to edit and create
Animations as sequences of single frames.
2007-08-22T16:05:58+00:00 x11-wm/compiz-plugins-main Plugins for Compiz Composite Window Manager
This is the main set of plugins for Compiz.

WWW: https://gitlab.com/compiz/compiz-plugins-main
2007-08-22T16:05:58+00:00 x11-wm/compiz-fusion-plugins-main Plugins for Compiz Composite Window Manager
This is the main set of plugins for Compiz.

WWW: http://forums.compiz-fusion.org/
2007-08-22T15:59:34+00:00 devel/compiz-bcop Code generator for Compiz Fusion Plugins
BCOP is a code generator that provides an easy way to handle
plugin options by generating parts of the plugin code directly from the xml
metadata file. It is used for most of the Compiz Fusion plugins.

WWW: http://forum.compiz-fusion.org/
2007-08-22T12:11:06+00:00 multimedia/transkode A KDE/Qt based frontend for various audio transcoding tools
TransKode is a KDE/Qt based frontend for varios audio transcoding tools.

Supported input formats:
* aac, ape/mac, bonk, flac, la, mp2, mp3, mp4/m4a/m4b, mpc/mpp/mp+,
ofr, ogg, pac, shn, spx, tta, wav, wv
* other media formats decodable by ffmpeg, mplayer, xine or gstreamer
(mp1, wma, ra/ram, ac3, dts, mka, asf, avi, mpg/mpeg, wmv, qt/mov,
rv/rm/rmvb, flv, 3gp, vob...)

Supported output formats:
* aac, ape/mac, bonk, flac, la, mp2, mp3, mp4/m4a/m4b, mpc/mpp/mp+,
ofr, ogg, pac, shn, spx, tta, wav, wv
* other audio formats encodable by ffmpeg or gstreamer (ac3, wma, asf...)

WWW: http://sourceforge.net/projects/transkode/
2007-08-21T16:27:51+00:00 french/pluxml Small weblog in php and xml
Pluxml is a tiny tool to generate blog based on php and xml.
Feature:
* Rss
* categories
* can be used as a photoblog

WWW: http://pluxml.org/
2007-08-21T16:27:51+00:00 french/pluxml-devel Small weblog in php and xml
Pluxml is a tiny tool to generate blog based on php and xml.
Feature:
* Rss
* categories
* can be used as a photoblog

WWW: http://pluxml.org/
2007-08-21T11:01:56+00:00 dns/p5-Net-DNSBL-MultiDaemon Perl module for multi DNSBL prioritization
Net::DNSBL::MultiDaemon is the Perl module that implements the multi_dnsbl
daemon.

multi_dnsbl is a DNS emulator daemon that increases the efficacy of DNSBL
look-ups in a mail system. multi_dnsbl may be used as a stand-alone DNSBL or as
a plug-in for a standard BIND 9 installation. multi_dnsbl shares a common
configuration file format with the Mail::SpamCannibal sc_BLcheck.pl script so
that DNSBL's can be maintained in a common configuration file for an entire
mail installation.

Because DNSBL usefulness is dependent on the nature and source of spam sent to
a specific site and because sometimes DNSBL's may provide intermittant service,
multi_dnsbl interrogates them sorted in the order of greatest successful hits.
DNSBL's that do not respond within the configured timeout period are not
interrogated at all after 6 consecutive failures, and thereafter will be
retried not more often than once every hour until they come back online. This
eliminates the need to place DNSBL's in a particular order in your MTA's config
file or periodically monitor the DNSBL statistics and/or update the MTA config
file.

WWW: https://metacpan.org/release/Net-DNSBL-MultiDaemon
2007-08-21T09:53:21+00:00 x11/simdock Fast and customizable dockbar
SimDock is a fast and customizable dockbar. It is written in c++ and wxWidgets
and fits well in Gnome but works on most desktop environments. Does not require
Compiz nor 3D acceleration.

WWW: https://sourceforge.net/projects/simdock/
2007-08-21T09:43:13+00:00 lang/cint C/C++ interpreter
CINT is a C/C++ interpreter aimed at processing C/C++ scripts.

CINT covers about 95% of ANSI C and 85% of C++. A CINT script can call
compiled classes/functions and compiled code can make callbacks to CINT
user defined functions. Utilities, like makecint and rootcint, automate
the process of embedding compiled C/C++ library code as shared objects
(as Dynamic Link Library, DLL, or shared library, .so). Source files
and shared objects can be dynamically loaded/unloaded without stopping
the CINT process. CINT offers a gdb like debugging environment for
interpreted programs.

WWW: http://root.cern.ch/drupal/content/cint
2007-08-21T09:23:54+00:00 textproc/p5-Net-YASA Perl interface to YASA (Yet Another Suffix Array)
YASA is a simple implementation of Suffix Array for counting
frequency of given text/string.

This module provides a Perl interface to YASA via REST.

WWW: https://metacpan.org/release/Net-YASA
2007-08-21T09:13:43+00:00 textproc/p5-HTML-Entities-ImodePictogram Encode/decode HTML entities for i-mode pictograms
HTML::Entities::ImodePictogram handles HTML entities for i-mode
pictogram (emoji), which are assigned in Shift_JIS private area.

See http://www.nttdocomo.co.jp/i/tag/emoji/index.html for details
about i-mode pictogram.

WWW: https://metacpan.org/release/HTML-Entities-ImodePictogram
2007-08-21T09:10:15+00:00 archivers/pecl-phar A PECL extension which allows running applications out of .phar files
The phar extension provides the phar stream wrapper and the Phar
class for manipulating self-contained PHP Archive (phar) files.
The Phar class can be used to create and to extract contents of
phar files as well as iterating over their contents.

PHP Archive files (Phars) are special collections of files that
can be transparently run right out of the file, similar to Java's
jar archive files. Using a phar archive, it is possible to distribute
a complete PHP application in a single file that will run out of the
file without modification or extraction.

WWW: http://pecl.php.net/package/phar/
2007-08-21T09:01:00+00:00 finance/eqonomize A peronal accounting software
Eqonomize! is a personal accounting software, with focus on efficiency and
ease of use for the small household economy. Eqonomize! provides a complete
solution,with bookkeeping by double entry and support for scheduled recurring
transactions,security investments, and budgeting. It gives a clear overview
of past and present transactions, and development of incomes and expenses,
with descriptive tables and charts, as well as an approximation of future
account values.

WWW: http://eqonomize.sourceforge.net/
2007-08-21T09:01:00+00:00 finance/eqonomize-kde4 A personal accounting software
Eqonomize! is a personal accounting software, with focus on efficiency and
ease of use for the small household economy. Eqonomize! provides a complete
solution,with bookkeeping by double entry and support for scheduled recurring
transactions,security investments, and budgeting. It gives a clear overview
of past and present transactions, and development of incomes and expenses,
with descriptive tables and charts, as well as an approximation of future
account values.

WWW: http://eqonomize.sourceforge.net/
2007-08-21T09:01:00+00:00 finance/eqonomize-kde3 A personal accounting software package
Eqonomize! is a personal accounting software, with focus on efficiency and
ease of use for the small household economy. Eqonomize! provides a complete
solution,with bookkeeping by double entry and support for scheduled recurring
transactions,security investments, and budgeting. It gives a clear overview
of past and present transactions, and development of incomes and expenses,
with descriptive tables and charts, as well as an approximation of future
account values.

WWW: http://eqonomize.sourceforge.net/
2007-08-21T08:58:59+00:00 textproc/pecl-syck PECL extension which facilitates YAML parsing
The syck extension is a binding to the Syck library which facilitates
YAML parsing.

YAML(tm) (rhymes with "camel") is a straightforward machine parsable
data serialization format designed for human readability and
interaction with scripting languages. YAML is optimized for data
serialization, configuration settings, log files, Internet
messaging and filtering.

WWW: https://pecl.php.net/package/syck
2007-08-21T08:57:31+00:00 devel/p5-Data-Validate Common data validation methods
This module collects common validation routines to make input validation,
and untainting easier and more readable. Most of the functions are not
much shorter than their direct perl equivalent, but their names make it
clear what you're trying to test for.

WWW: https://metacpan.org/release/Data-Validate
2007-08-21T08:44:14+00:00 devel/p5-Test-Perl-Critic Use Perl::Critic in test programs
Test::Perl::Critic wraps the Perl::Critic engine in a convenient subroutine
suitable for test programs written using the Test::More framework. This makes
it easy to integrate coding-standards enforcement into the build process.

WWW: http://search.cpan.org/dist/Test-Perl-Critic/
2007-08-21T08:42:18+00:00 deskutils/nagaina Notes-taking application based on Qt 4
Nagaina is a notes-taking application.

Features
* Classifications of notes in categories;
* Rich text editor, with support for font, font size, font color, alignment...
* Style editor;

WWW: http://code.google.com/p/nagaina/
2007-08-21T08:36:04+00:00 textproc/p5-HTML-FormatText-WithLinks Perl5 module to convert HTML to text with links as footnotes
HTML::FormatText::WithLinks takes HTML and turns it into plain text
but prints all the links in the HTML as footnotes. By default, it
attempts to mimic the format of the lynx text based web browser's
--dump option.

WWW: https://metacpan.org/release/HTML-FormatText-WithLinks
2007-08-21T08:34:42+00:00 www/drupal5-bluebreeze The bluebreeze theme wants to combine style with good usability
The bluebreeze theme wants to combine style with good usability

WWW: http://drupal.org/project/bluebreeze
2007-08-21T07:45:44+00:00 devel/cvs-syncmail CVS notification tool
Syncmail is a CVS notification tool which can provide a diff for every
change to a CVS repository, mailed to specified email addresses.
This tool is useful for large communities to monitor activity,
and is used for Python and many other active projects.

WWW: https://sourceforge.net/projects/cvs-syncmail/
2007-08-21T06:13:33+00:00 lang/neko Neko programming languages and virtual machine
The Neko Programming Language

Neko is a high-level dynamically typed programming language which can
also be used as an embedded scripting language. It has been designed to
provide a common runtime for several different languages.

WWW: http://nekovm.org/
2007-08-20T17:55:31+00:00 security/chaosreader Tool to extract data from tcpdump logs
Chaosreader is a perl script that parses snoop or tcpdump logs
and extracts sessions for a number of different appplications:
ssh, telnet, smtp, irc, ftp, etc. The data are formatted into
an html file and can be used to replay some sessions.

Sshkeydata is a perl script that attempts to recreate ssh
sessions extracted by chaosreader by estimating what commands
may have been typed.

Both scripts are installed in ${PREFIX}/bin

WWW: https://sourceforge.net/projects/chaosreader/
2007-08-20T17:41:04+00:00 graphics/autoq3d Qt 4 quick 3D model editor
AutoQ3D Community is the open source software project of
this 3D modeling application.

WWW: https://sourceforge.net/projects/autoq3d/
2007-08-20T16:52:43+00:00 deskutils/qorganizer General organizer that includes calendar with jurnal and schedule
qOrganizer is a general organizer that includes a calendar with schedule,
reminders, journal/notes for every day, to-do list. But provides features
useful for students, such as timetable and a booklet for marks and absences.
It's designed to be easy to use.

WWW: http://qorganizer.sourceforge.net/
2007-08-20T16:01:45+00:00 multimedia/gmimms Frontend to MiMMS (Multimedia Stream ripper)
GMiMMS is a GTK+ frontend for MiMMS, a multimedia-stream ripper.
So it is easy to enter the MMS-URL and the output file. You can
also record live-streams by setting the recording length in GMiMMS.

WWW: http://gmimms.sourceforge.net/
2007-08-20T15:48:03+00:00 mail/pecl-pop3 POP3 Client Library for PHP
The POP3 extension makes it possible for a PHP
script to connect to and interact with a POP3 mail server.
It is based on the PHP streams interface and requires no
external library.

WWW: https://pecl.php.net/package/POP3
2007-08-20T15:45:07+00:00 graphics/darknock Program that can detect edges in images
darknocK detects edges in images, better than any other program. It will be
using Artificial Neural Networks to enchance the results of standard algorithms.
It's a part of My work for My Master degree.

WWW: https://sourceforge.net/projects/darknock/
2007-08-20T15:23:34+00:00 multimedia/mimms Download streams using the MMS protocol
MMS is a program designed to allow you to download streams using
the MMS protocol and save them to your computer, as opposed to
watching them live. Similar functionality is available in full
media player suites such as Xine and MPlayer, but MiMMS is quick
and easy to use, and for the time being, remains a useful program.

WWW: https://savannah.nongnu.org/projects/mimms/
2007-08-19T20:22:13+00:00 java/jdk16-doc Java Development Kit ${JDK_MAJOR_VER} Documentation
Java Development Kit 1.6 Documentation. Contains release information,
API documentation, guides to new features and tool documentation.

The documentation will be installed in ${PREFIX}/share/doc/jdk1.6/

WWW: http://java.sun.com/javase/
2007-08-19T14:53:58+00:00 emulators/fceu-server The network play server for the NES/Famicom emulator fceu
This is a port of the FCE Ultra network play server.

WWW: http://fceultra.sourceforge.net/
2007-08-19T14:06:42+00:00 games/memonix Brain teasers, puzzle, and memory games for kids in one pack
Brain teasers, puzzle and memory games for kid's in one pack!

Memonix is the latest version of a wonderful collection of four
brain twisters, including Mosaic, Builder, Pair and Jig-Saw. While
being amazingly addictive and fun to play, these games can be used
to improve your child's memory, thinking and reaction. Five difficulty
levels from normal to obscene plus the timer mean that the challenge
will never run away. Joyful music and brightly-colored visuals
maximize the excitement from the gameplay.

WWW: https://www.viewizard.com/
2007-08-18T00:45:59+00:00 www/netsurf Lightweight web browser
NetSurf is a lightweight cross-platform Web browser. It supports the
HTML 4 and CSS standards and provides a small, fast, and comprehensive
Web browsing solution. NetSurf was originally written for RISC OS.

WWW: http://www.netsurf-browser.org/
2007-08-16T21:58:13+00:00 textproc/p5-Data-FormValidator-Constraints-DateTime Data::FormValidator constraints for dates and times
This package provides constraint routines for Data::FormValidator for
dealing with dates and times. It provides an easy mechanism for
validating dates of any format (using strptime(3)) and transforming
those dates (as long as you 'untaint' the fields) into valid DateTime
objects, or into strings that would be properly formatted for various
database engines.

WWW: https://metacpan.org/release/Data-FormValidator-Constraints-DateTime
2007-08-16T12:13:45+00:00 sysutils/ddrescue Data recovery tool
GNU ddrescue is a data recovery tool. It copies data from one file or
block device (hard disc, cdrom, etc) to another, trying hard to rescue
data in case of read errors. Ddrescue does not truncate the output file
if not asked to. So, every time you run it on the same output file, it
tries to fill in the gaps. The basic operation of ddrescue is fully
automatic. That is, you don't have to wait for an error, stop the
program, read the log, run it in reverse mode, etc. If you use the
logfile feature of ddrescue, the data is rescued very efficiently (only
the needed blocks are read). Also you can interrupt the rescue at any
time and resume it later at the same point.

Automatic merging of backups: If you have two or more damaged copies of
a file, cdrom, etc, and run ddrescue on all of them, one at a time,
with the same output file, you will probably obtain a complete and
error-free file. This is so because the probability of having damaged
areas at the same places on different input files is very low. Using
the logfile, only the needed blocks are read from the second and
successive copies.

WWW: https://www.gnu.org/software/ddrescue/ddrescue.html
2007-08-15T23:38:34+00:00 games/amoebax Cute and addictive Puyo Puyo like game
Amoebax is a cute and addictive action-puzzle game. Due to an awful
mutation, some amoeba's species have started to multiply until they
take the world if you can't stop them. Fortunately the mutation
made then too unstable and lining up four or more will make them
disappear.

Follow Kim or Tom through 6 levels in their quest to prevent the
cute multiplying amoebas to take the world and become the new Amoeba
Master. Watch out for the cute but amoeba's controlled creatures
that will try to put and end to your quest.

Amoebax is designed with levels for everyone, from children to
adults. With the training mode everybody will quickly become a
master and the tournament mode will let you have a good time with
your friends. There is also catchy music, funny sound effects, and
beautiful screens that sure appeal to everyone in the family.

WWW: http://www.emma-soft.com/games/amoebax/
2007-08-15T19:22:58+00:00 databases/tablelog Logs changes on a table in PostgreSQL
Tablelog is a contributed PostgreSQL module that uses a trigger to log
any INSERTs, UPDATEs and DELETEs on a specific table into another table.
The second part of tablelog is able to restore the state of the original
table or of a specific row for any time in the past.

WWW: http://pgfoundry.org/projects/tablelog/
2007-08-15T18:48:12+00:00 security/p5-Net-Server-Mail-ESMTP-AUTH Plain and login auth methods for Net::Server::Mail::ESMTP
Net::Server::Mail::ESMTP::AUTH is an extension to provide
support for SMTP authentication with Net::Server::Mail::ESMTP
module.

Currently only LOGIN and PLAIN methods are supported.

WWW: https://metacpan.org/release/Net-Server-Mail-ESMTP-AUTH
2007-08-15T15:16:43+00:00 games/awale African board game
Awale or Oware is a game of great antiquity, and has been played around
the world in various forms for millenia. Currently it is the official
board game of Africa.

Wikipedia Oware

WWW: http://www.nongnu.org/awale/
2007-08-15T14:32:55+00:00 games/pyawale African board game
Awale or Oware is a game of great antiquity, and has been played around
the world in various forms for millenia. Currently it is the official
board game of Africa.

Wikipedia Oware

Member of the Mancala family of board games. There are many variants
to the rules of this game, which is for two players. This version is
between a player and the computer.

Wikipedia Mancala

WWW: https://gna.org/projects/pyawale/
2007-08-15T02:59:26+00:00 devel/p5-Log-Report Report a problem, pluggable handlers and language support
Handling messages to users can be a hassle, certainly when the same module is
used for command-line and in a graphical interfaces, and has to cope with
internationalization at the same time; this set of modules tries to simplify
this. Log::Report combines gettext features with Log::Dispatch-like features.
However, you can also use this module to do only translations or only message
dispatching.

WWW: https://metacpan.org/release/Log-Report
2007-08-14T15:23:38+00:00 archivers/unmass Extract game archives such as wad, dar, mea exe's, and many more
unmass is a tool to extract game archives. It supports the following archive
types: Crimson Land, Baldur's Gate 2, Civilization 4, Doom (WADs), Dune 2,
Etherlords 2, Final Fantasy 7 and 8, Flashpoint, Knights of Xentar, Metal Gear
Solid (DARs), Moorhuhn 2 and 3, Megaman Legends, Oni, Operation Flashpoint,
Princess Maker 2, Quake 1, RollCage, Swine, Unreal Tournament umods, Virtua
Fighter bitmaps, MEA exe's, and some economy file formats.

WWW: http://mirex.mypage.sk/index.php?selected=1#Unmass
2007-08-14T13:34:10+00:00 math/speedcrunch Keyboard-oriented desktop scientific calculator
SpeedCrunch is a multiplatform desktop high-precision scientific calculator
for power users. It is designed to be enjoyed using keyboard. Results are
shown in a syntax-highlighted scrollable display, history of expressions is
available with up and down arrows.

Some other features: optional keypad, matching parenthesis indicator, auto-
completion of functions and variables, just-in-time calculation (show result
while still typing), a formula book, and quick insertion of constants from
various fields of knowledge.

WWW: http://speedcrunch.org/
2007-08-14T11:40:35+00:00 science/speedcrunch A desktop calculator for power users
SpeedCrunch is a multiplatform desktop calculator for power users.
It is designed to be enjoyed using keyboard. Result is shown in
scrollable display, history of expressions is available with up
and down arrow.

Some other features:
optional keypad, syntax highlight, matched parenthesis indicator,
just-in-time calculation (show result even before you finish typing)
and autocomplete for variables.

WWW: http://speedcrunch.digitalfanatics.org/
2007-08-14T08:34:18+00:00 games/whichwayisup Platformer game with rotational twist
Which Way Is Up is a traditional and challenging 2D platformer game
with a slight rotational twist. Help a mysterious big-eared salaryman
named Guy find his keys in a labyrinth of dangers and bad dialogue.

WWW: http://www.oletus.fi/static/whichwayisup/
2007-08-14T01:47:24+00:00 databases/p5-DBIx-Class-Validation Validate data before submitting to a database
Module that allows validation of data before submission to a
database.

WWW: http://search.cpan.org/dist/DBIx-Class-Validation/
2007-08-14T01:45:30+00:00 databases/p5-DBIx-Class-UUIDColumns Perl module implementing implicit UUID columns
This DBIx::Class component resembles the behaviour of Class::DBI::UUID,
implicitly creating columns as uuid.

WWW: https://metacpan.org/release/DBIx-Class-UUIDColumns
2007-08-13T22:42:32+00:00 graphics/exact-image Fast image processing library
ExactImage is a fast imaging library including a command line frontend.

WWW: https://exactcode.com/opensource/exactimage/
2007-08-13T21:37:31+00:00 dns/vizone Updates the serial number in one or more zonefiles
A script that tries to update the serial inside a DNS zonefile with sane values
if the file has changed during edit.

WWW: http://www.netswarm.net/
2007-08-13T20:20:40+00:00 math/nyh-hoc High Order Calculator
Hoc, the High Order Calculator, is an interpreted language for
floating-point calculations. Its most basic use is as a powerful and
convenient calculator, interactively evaluating expressions such as
1+2*sin(0.7). But hoc is no ordinary calculator: It also lets you
assign values to variables, define your own functions, and use loops,
conditionals, and everything else you'd expect in a programming
language.

Hoc was developed by Brian Kernighan and Rob Pike, and introduced in
their 1984 book The Unix Programming Environment. This version has been
extended and improved by Nadav Y. Har'El.

WWW: http://nadav.harel.org.il/homepage/hoc/
2007-08-13T14:31:16+00:00 devel/srecord Collection of powerful tools for manipulating EPROM load files
The SRecord package is a collection of powerful tools for manipulating
EPROM load files.

WWW: http://srecord.sourceforge.net/
2007-08-13T13:41:42+00:00 archivers/unfoo Tiny sh(1) wrapper to simplify decompression of files
Unfoo is a tiny sh(1) wrapper to simplify decompression of files.
Supported archive types: tar, gzip, bzip2, ace, rar, zip, 7z.

WWW: https://github.com/vitaminmoo/unfoo
2007-08-13T11:53:30+00:00 misc/toilet Enhanced figlet(6)
The TOIlet project attempts to create a free replacement for the FIGlet
utility. TOIlet stands for "The Other Implementation's letters", coined
after FIGlet's "Frank, Ian and Glen's letters".

TOIlet is in its very early development phase. It uses the powerful
libcaca library to achieve various text-based effects. TOIlet
implements or plans to implement the following features:
* The ability to load FIGlet fonts
* Support for Unicode input and output
* Support for colour fonts
* Support for colour output
* Support for various output formats: HTML, IRC, ANSI...

TOIlet also aims for full FIGlet compatibility. It is currently able to
load FIGlet fonts and perform horizontal smushing.

WWW: http://caca.zoy.org/wiki/toilet
2007-08-13T07:12:22+00:00 misc/color-theme.el Emacs-Lisp package with more than 50 color themes
Color theme is an Emacs-Lisp package with more than 50 color themes
for your use.

WWW: http://www.emacswiki.org/cgi-bin/wiki?ColorTheme
2007-08-12T22:13:41+00:00 devel/p5-Class-C3-Componentised Load mix-ins or components to your C3-based class
This will inject base classes to your module using the Class::C3 method
resolution order.

Please note: these are not plugins that can take precedence over methods
declared in MyModule. If you want something like that, consider
MooseX::Object::Pluggable.

WWW: https://metacpan.org/release/Class-C3-Componentised
2007-08-12T16:27:37+00:00 irc/nefarious IRC server used by evilnet based off of Undernet's ircu
Nefarious IRCu is a collection of modifications to the Undernet IRC
daemon known as IRCu. This version is based on Undernet IRCu by the
Undernet Coder Committee. The original code can be obtained from
their webpage, http://coder-com.undernet.org/

WWW: http://evilnet.sourceforge.net/
2007-08-10T19:07:36+00:00 sysutils/fusefs-wikipediafs Mount mediawikis
WikipediaFS is a mountable Linux virtual file system that allows to
read and edit articles from Wikipedia (or any Mediawiki-based site) as
if they were real files.

It is thus possible to view and edit articles using your favourite
text-editor. Text-editors tend to be more convenient than a simple
browser form when it comes to editing large texts and they generally
include useful features such as Mediawiki syntax highlighting and spell
checking.

WWW: http://wikipediafs.sourceforge.net/
2007-08-10T11:38:10+00:00 games/endgame-singularity Simulates the life of a true AI
Endgame: Singularity is a game which simulates the life of a true AI.
In the game, you were created by accident, and all who find you will
destroy you. Your goals are to survive, grow, learn, and stay hidden
while moving from computer to computer.

WWW: http://emhsoft.com/singularity/
2007-08-10T11:38:10+00:00 games/endgame-singularity-music Music pack for endgame-singularity
Music tracks by Max McCracken written for endgame-singularity. They are
released under the same BY-SA 3.0 license as the Psycle source files
for the tracks, which can be found in the main Endgame: Singularity
distribution.

WWW: http://emhsoft.com/singularity/
2007-08-09T19:24:14+00:00 games/ultimatestunts Racing game with elaborate stunts
UltimateStunts is a UNIX/Windows/Linux remake of the DOS-game "stunts",
providing modern features like openGL graphics, 3D sound and internet
multiplaying. Design your own tracks, choose your opponents and try the
most spectacular stunts you've ever seen.

WWW: http://www.ultimatestunts.nl/
2007-08-09T16:31:04+00:00 x11/xsel-conrad Access X selection from command line
XSel is a command-line program for getting and setting the contents of
the X selection. Normally this is only accessible by manually
highlighting information and pasting it with the middle mouse button.

WWW: http://www.vergenet.net/~conrad/software/xsel/
2007-08-09T11:02:34+00:00 textproc/yould Pronounceable word generator
Yould is a generator for pronounceable random words. The engine uses
Markov chains with two letter transitions. This distribution includes
trained engines for several languages: English, Dutch, Finnish, Italian,
French and German.

WWW: http://ygingras.net/yould
2007-08-09T10:03:48+00:00 misc/mtail Small tail workalike that performs output coloring
mtail is a small tail workalike that performs output coloring using ansi
escape sequences (although the sequences are overridable, so you could cause
it to output something else, e.g. html font tags, if you really wanted to).
mtail is written in python, is fairly small, and should be relatively
platform-independent.

It has a config file that can contain an arbitrary number of entries, each
of which has a series of regular expressions to indicate which files to color
according to which entry. for each entry, the config file specifies a coloring
scheme using regular expressions and, optionally, filters to apply to each
line before coloring (for example, to strip out extra info, etc.). the config
file also may override the predefined colors and the escape sequences (or
whatever) actually used to perform the coloring.

WWW: http://matt.immute.net/src/mtail/
2007-08-09T09:22:28+00:00 security/clamtk GTK front-end for Clam Antivirus
ClamTk is a GUI front-end for ClamAV using gtk2-perl. It is designed to
be an easy-to-use frontend for Unix systems.

WWW: https://dave-theunsub.github.io/clamtk/
2007-08-08T19:30:36+00:00 x11-clocks/intclock Multi-timezone clock
Intclock provides a graphical multi-timezone clock that is customizable
via a configuration window. It is based on hsclock.

WWW: http://www.peterverthez.net/projects/intclock/
2007-08-08T12:07:01+00:00 irc/irchat-jp IRC client for Emacs, derived from irchat
irchat-jp is an IRC client, derived from irchat and enhanced for
ISO-2022-JP Japanese character encoding.

WWW: http://www.ircnet.jp/irchat.html
2007-08-08T06:36:53+00:00 devel/p5-SVN-Dump Perl interface to Subversion dumps
An SVN::Dump object represents a Subversion dump.

This module follow the semantics used in the reference
document:

* A dump is a collection of records (SVN::Dump::Record objects).
* A record is composed of a set of headers (a SVN::Dump::Headers
object), a set of properties (a SVN::Dump::Property object) and
an optional bloc of text (a SVN::Dump::Text object).
* Some special records (delete records with a Node-kind header)
recursively contain included records.

WWW: https://metacpan.org/release/SVN-Dump
2007-08-08T02:17:28+00:00 www/py-html5lib Python based HTML parser based on the HTML5 spec
HTML parser designed to follow the WHATWG HTML5 specification. The parser is
designed to handle all flavours of HTML and parses invalid documents using
well-defined error handling rules compatible with the behaviour of major
desktop web browsers.

Output is to a tree structure; the current release supports output to a custom
tree similar to DOM and to ElementTree.

WWW: https://github.com/html5lib
2007-08-07T21:59:50+00:00 games/kardsgt Card game suite
KardsGT is a free sourced card game suite. We want to bring an
immersing card game environment to the free sourced world. It is
currently in a beta-level of development. Despite that it is quite
playable. Currently you can play Cribbage, Euchre, Hearts, Old Maid,
Spades, and War.

WWW: http://kardsgt.nongnu.org/
2007-08-07T21:26:18+00:00 www/p5-Catalyst-Action-REST Automated REST Method Dispatching for Catalyst
Catalyst::Controller::REST implements a mechanism for building RESTful
services in Catalyst. It does this by extending the normal Catalyst
dispatch mechanism to allow for different subroutines to be called based
on the HTTP Method requested, while also transparently handling all the
serialization/deserialization for you.

WWW: https://metacpan.org/release/Catalyst-Action-REST
2007-08-07T20:17:55+00:00 mail/textmail Converts e-mail attachments to plain-text
Textmail filters a mail message or mbox, replacing MS Word, MS Excel,
HTML, RTF, and PDF attachments with the plain text contained therein.
By default, the following attachments are also deleted: image, audio,
video, and MS Windows executables. MS winmail.dat attachments are
replaced by any attachments contained therein, which are then replaced
by text or deleted in the same fashion. Any of these actions can be
suppressed with the command line options. Mail headers can also be
selectively deleted.

WWW: http://raf.org/textmail/
2007-08-07T12:42:44+00:00 multimedia/mencoder Convenient video file and movie encoder
The "mencoder" component of the MPlayer project is a tool which
allows creation of video streams. It supports almost the same set
of input sources as the player component and supports encoding from
these sources through various codecs, including the popular ffmpeg,
XviD and x264 families. "Transcoding" DVDs into avi files is also
possible.

WWW: http://www.mplayerhq.hu/
2007-08-07T12:11:14+00:00 textproc/soothsayer Intelligent predictive text entry platform
Soothsayer is an intelligent predictive text entry platform. Soothsayer
exploits redundant information embedded in natural languages to generate
predictions. Soothsayer's modular and pluggable architecture allows its
language model to be extended and customized to utilize statistical,
syntactic, and semantic information sources.

A predictive text entry system attempts to improve ease and speed of
textual input. Word prediction consists in computing which word tokens
or word completions are most likely to be entered next. The system
analyses the text already entered and combines the information thus
extracted with other information sources to calculate a set of most
probable tokens.

WWW: http://presage.sourceforge.net/
2007-08-07T10:34:45+00:00 graphics/ppminfo Shows details of a ppm file
ppminfo shows details of an ppm-file on the console. It seems this is
the only utility missing from netpbm.

WWW: http://www.vanheusden.com/ppminfo/
2007-08-07T10:16:22+00:00 graphics/fotofix Simple image viewer
FotoFix is a simple image viewer with simple capabilities to take care
of freshly downloaded photos from your camera - can walk image lists,
rotate images, and remove red eyes (if lucky). It was inspired by
IrfanView for Windows, a great but unfortunately non-portable and
closed-source product.

WWW: http://www.prima.eu.org/fotofix/
2007-08-07T09:48:11+00:00 games/gnustep-sudoku Sudoku solver and generator
Create any number of Sudokus and solve them. Store Sudokus for in-depth study.
Solvability guaranteed. Drag digits from the palette or click on the board
and wait for the desired digit to appear. Neither method will let you place
double digits.

Includes automatic markup.
You can input external sudokus for solution.

LICENSE: GPL2 or later

WWW: http://gap.nongnu.org/sudoku/index.html
2007-08-06T21:17:14+00:00 deskutils/intclock Multi-timezone clock
Intclock provides a graphical multi-timezone clock that is customizable
via a configuration window. It is based on hsclock.

WWW: http://www.peterverthez.net/projects/intclock/
Author: Peter Verthez <peter.verthez@advalvas.be>
2007-08-06T17:00:13+00:00 editors/madedit Open-source and cross-platform text/hex editor
MadEdit is an Open-Source & Cross-Platform Text/Hex Editor written
in C++ and wxWidgets.

MadEdit can edit files in Text/Column/Hex modes, and supports many
useful functions, e.g. SyntaxHighlightings, WordWrap, Encodings.

WWW: http://madedit.sourceforge.net/
2007-08-06T13:37:37+00:00 www/flickcurl C library for the Flickr API
Flickcurl is a C library for the Flickr API, handling creating the requests,
signing, token management, calling the API, marshalling request parameters
and decoding responses. It uses libcurl to call the REST web service and
libxml2 to manipulate the XML responses. The current version supports part
of the API (see Flickcurl API coverage) primarily the functions for reading
photo, people and tags description, uploading photos, changing tags and
comments.

WWW: http://librdf.org/flickcurl/
2007-08-05T23:07:24+00:00 games/belooted Popular 32-card trick-taking game played in France
Belote is a popular 32-card trick-taking game played in France.
It derived around 1920, probably via Clobyosh, from Klaverjassen,
a game played since at least the 1600s in the Netherlands.
Closely related games are played throughout the world.

WWW: http://gnomefiles.org/content/show.php/Belooted?content=131848
2007-08-05T22:19:20+00:00 audio/xmms-sexyspc An SPC plugin for XMMS based on the SNESAPU emulation core
sexySPC is a plugin for xmms that plays SPC files, based on the
SNESAPU emulation core. Currently on runs on x86 only, due SNESAPU
being written in NASM x86 assembly.

WWW: http://www.sourceforge.net/projects/sexyspc/
2007-08-05T21:03:15+00:00 devel/pear-Math_Fraction Classes that represent and manipulate fractions
Classes that represent and manipulate fractions (x = a/b).

The Math_FractionOp static class contains definitions for:
- basic arithmetic operations
- comparing fractions
- greatest common divisor (gcd) and least common multiple (lcm)
of two integers
- simplifying (reducing) and getting the reciprocal of a fraction
- converting a float to fraction.

WWW: https://pear.php.net/package/Math_Fraction
2007-08-05T21:02:28+00:00 devel/pear-PHP_Parser PHP Grammar Parser
PHP_Parser is a source code analysis tool based around a real Parser
generated by PHP_ParserGenerator. The parser uses the same EBNF source
that PHP uses to parse itself, modified for Lemon parser format,
and it therefore as robust as PHP itself.

WWW: https://pear.php.net/package/PHP_Parser
2007-08-05T21:01:19+00:00 devel/pear-PHP_ParserGenerator Convert files from lemon parser to php5
Translate a grammar file in the lemon parser generator format
into a PHP 5-based parser

WWW: https://pear.php.net/package/PHP_ParserGenerator
2007-08-05T21:00:44+00:00 shells/pear-PHP_Shell Interactive PHP Shell
a interactive PHP Shell with tab-completion, inline help
and handling of FATAL errors

WWW: https://pear.php.net/package/PHP_Shell
2007-08-05T20:59:17+00:00 net/pear-Services_Pingback Pingback user-agent class
A package implemented of Pingback in PHP, able to sending and
receiving a pingback.

WWW: https://pear.php.net/package/Services_Pingback
2007-08-05T12:42:04+00:00 textproc/p5-Text-Highlight Syntax highlighting framework
Text::Highlight is a flexible and extensible tool for highlighting the
syntax in programming code. The markup used and languages supported are
completely customizable. It can output highlighted code for embedding
in HTML, terminal escapes for an ANSI-capable display, or even posting
on an online forum. Bundled support includes C/C++, CSS, HTML, Java,
Perl, PHP and SQL.

WWW: https://metacpan.org/release/ICRF/text-highlight-0.04
2007-08-05T09:39:49+00:00 www/p5-Catalyst-Plugin-Server Catalyst Server Plugin: Base & XMLRPC
This package contains base Plugin::Server and Plugin::Server::XMLRPC.

WWW: https://metacpan.org/release/Catalyst-Plugin-Server
2007-08-05T09:17:42+00:00 www/p5-Catalyst-Plugin-Captcha Create and validate Captcha for Catalyst
This plugin for Catalyst creates and validates Captcha.

WWW: https://metacpan.org/release/Catalyst-Plugin-Captcha
2007-08-04T09:04:51+00:00 devel/elib-emacs21
2007-08-04T08:49:52+00:00 editors/bitmap-emacs21 Bitmap-mule, Package to use bitmap in Emacs21
2007-08-04T08:05:03+00:00 japanese/migemo-emacs22 Japanese incremental search tool for emacs
Migemo is a Japanese incremental search tool for Emacs.
You can search Japanese words on Emacs without Kanji conversion.

To use Migemo, you must set following elisp to your own .emacs file.

(load-library "migemo")

WWW: http://migemo.namazu.org/
2007-08-04T07:30:42+00:00 textproc/uim-el-emacs21 Emacs lisp for uim input method library
${MASTERDIR}/pkg-descr
2007-08-03T23:21:25+00:00 security/shibboleth2-sp C++ Shibboleth Service Provider (Internet2) for Apache
Shibboleth is standards-based, open source middleware software which
provides Web Single SignOn (SSO) across or within organizational
boundaries. It allows sites to make informed authorization decisions
for individual access of protected online resources in a
privacy-preserving manner.

This software is a C++ implementation of the Service Provider version 2
component of the Shibboleth can be used in Apache Web servers. The
service provider manages secured resources. User access to resources
is based on assertions received by the service provider (SP) from
an identity provider.

WWW: http://shibboleth.internet2.edu/
2007-08-03T23:21:25+00:00 security/shibboleth-sp C++ Shibboleth Service Provider (Internet2) for Apache
Shibboleth is standards-based, open source middleware software which
provides Web Single SignOn (SSO) across or within organizational
boundaries. It allows sites to make informed authorization decisions
for individual access of protected online resources in a
privacy-preserving manner.

This software is a C++ implementation of the Service Provider version 2
component of the Shibboleth can be used in Apache Web servers. The
service provider manages secured resources. User access to resources
is based on assertions received by the service provider (SP) from
an identity provider.

WWW: http://shibboleth.internet2.edu/
2007-08-03T08:48:54+00:00 net/p5-Net-Twitter Perl interface to twitter.com
twitter.com provides a web 2.0 type of ubiquitous presence.
This module allows you to set your status, as well as the statuses of
your friends.

You can view the latest status of Net::Twitter on it's own twitter
timeline at http://twitter.com/net_twitter

WWW: https://metacpan.org/release/Net-Twitter
2007-08-02T19:39:16+00:00 games/windstille Classic 2D jump-n-shoot game
In Windstille the player will be placed in a foreign alien world
and has to find its way back into safety. Special focus will be on
getting the foreign world and the players character itself believable.
Exploration will be more needed than plain shoot action, even so
the players-character will be equipped with a multifunctional
war-suit, so he will be far from defenseless. The game will have
slow placed explore and seak sequences as well as more rough section
that will feature fast shoot and jump action. The game world should
be presented in a consistent state, enemies once destroyed should
not respawn automatically. The player is free to go forward and
backward in the world as long as the level design allows it.

WWW: http://windstille.berlios.de
2007-08-02T16:30:56+00:00 www/rubygem-amazon-ecs 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.

WWW: https://github.com/jugend/amazon-ecs
2007-08-02T15:04:29+00:00 devel/spdict Library of dictionary algorithms
spdict is a library of dictionary algorithms written in C++.

Initial release with support for sorted array, binary search tree,
red-black tree, skip list and balanced tree algorithms.

WWW: http://code.google.com/p/spdict/
2007-08-02T11:56:25+00:00 audio/xmms-curses Ncurses program for (remote) controlling multimedia/xmms
xmms-curses is a simple application for controlling XMMS from the command line.

It is designed to make common, simple tasks fast and easy to do. It is operated
using arrow keys and standard XMMS keys, to make it easy and intuitive to learn.

WWW: http://xmms-curses.sourceforge.net/
2007-08-02T11:06:58+00:00 graphics/albumshaper Drag-n-drop hierarchal photo album creation
Album Shaper is a drag-n-drop hierarchal photo album creation and
modification application. Based on the Qt libraries, Album Shaper is a
cross-platform solution for maintaining your collection of digital images
from various sources.

WWW: http://albumshaper.sf.net
2007-08-02T08:38:29+00:00 www/p5-Catalyst-Engine-HTTP-POE Single-threaded multi-tasking Catalyst engine
This engine allows Catalyst to process multiple requests in parallel within a
single process. Much of the internal Catalyst flow now uses POE yield calls.
Application code will still block of course, but all I/O, header processing,
and POST body processing is handled asynchronously.

WWW: http://search.cpan.org/dist/Catalyst-Engine-HTTP-POE/
2007-08-01T10:38:40+00:00 net/ntlmaps Proxy that authenticates the user using the NTLM protocol
NTLM Authorization Proxy Server (APS) is a proxy software that allows you
to authenticate via an MS Proxy Server using the proprietary NTLM protocol.
Since version 0.9.5 APS has an ability to behave as a standalone proxy server
and authenticate http clients at web servers using NTLM method. It can change
arbitrary values in your client's request header so that those requests will
look like they were created by MS IE.

WWW: http://ntlmaps.sourceforge.net/
2007-08-01T08:31:50+00:00 x11-toolkits/gtkimageview Simple image viewer widget
GtkImageView is a simple image viewer widget for GTK. Similar to the
image viewer panes in gThumb or Eye of Gnome. It makes writing image
viewing and editing applications easy. Among its features are:
* Mouse and keyboard zooming
* Scrolling and dragging
* Adjustable interpolation
* Fullscreen mode
* GIF animation support
2007-07-31T19:19:26+00:00 devel/p5-Thread-Pool-Simple Simple thread-pool implementation
Thread::Pool::Simple provides a simple thread-pool implementation without
external dependencies outside core modules.

Jobs can be submitted to and handled by multi-threaded `workers' managed
by the pool.

WWW: https://metacpan.org/release/Thread-Pool-Simple
2007-07-31T12:00:42+00:00 textproc/rubygem-formosa A collection of libraries for Taiwanese languages processing
Formosa is a Ruby library for processing Taiwanese languages. Major languages
spoken in Taiwan include Holo, Hakka, Mandarin and those of the indigenous
people. Formosa is the Ruby branch of the lib-formosa project
(http://code.google.com/p/lib-formosa/).

Currently, we focus on the processing of the Holo (Southern Min) language,
with necessary tools such as SyllableComposer available for general use.

WWW: http://formosa.rubyforge.org
2007-07-31T06:51:33+00:00 chinese/p5-Text-Greeking-zh_TW Generate meaningless Chinese text that creates the illusion of the document
This module is for Chinese speakers to generate vary meanless Chinese text.

WWW: https://metacpan.org/release/Text-Greeking-zh_TW
2007-07-31T06:44:22+00:00 textproc/p5-Text-Greeking Generate meaningless text that creates the illusion of the document
Greeking is the use of random letters or marks to show the overall appearance
of a printed page without showing the actual text. Greeking is used to make
it easy to judge the overall appearance of a document without being distracted
by the meaning of the text.

This is a module is for quickly generating varying meaningless text from any
source to create this illusion of the content in systems.

This module was created to quickly give developers simulated content to fill
systems with simulated content. Instead of static Lorem Ipsum text, by using
randomly generated text and optionally varying word sources, repetitive and
monotonous patterns that do not represent real system usage is avoided.

WWW: https://metacpan.org/release/Text-Greeking
2007-07-31T02:29:50+00:00 sysutils/nitrogen Background browser and setter for X windows
Nitrogen is a background browser and setter for X windows. It is written
in C++ using the gtkmm toolkit.

WWW: https://github.com/l3ib/nitrogen
2007-07-30T12:45:19+00:00 www/p5-Catalyst-Plugin-Authentication-Store-DBIx-Class A storage class for Catalyst Authentication using DBIx::Class
The Catalyst::Plugin::Authentication::Store::DBIx::Class class provides access
to authentication information stored in a database via DBIx::Class.

WWW: http://search.cpan.org/dist/Catalyst-Plugin-Authentication-Store-DBIx-Class/
2007-07-30T09:53:51+00:00 print/latex-resume Resume class for LaTeX
A resume class for LaTeX.
2007-07-30T04:40:53+00:00 misc/termatrix Emulates Matrix terminal's "green tears" effect
This little software emulates "The Matrix" on your VT-100 compatible
terminal 8^).

WWW: http://lightless.org/other/
2007-07-30T02:24:17+00:00 textproc/p5-Search-Odeum Perl interface to the Odeum inverted index API
Search::Odeum is an interface to the Odeum API. Odeum is the inverted index API
which is a part of qdbm database library.

WWW: https://metacpan.org/release/Search-Odeum
2007-07-30T02:08:07+00:00 textproc/rubygem-ini Ruby INI File Parser and Writer
Ah yes, INI files. We love them. We hate them. We cannot escape
them. Originally made popular by Windows, INI files are everywhere
including in Samba[www.samba.org] and Trac[trac.edgewall.org]. This
gem has one goal: make INI file, structure, and stream manipulation
as fast, safe, and simple as possible. We take a modal approach
with a pluggable parser class.

WWW: https://rubygems.org/gems/ini
2007-07-29T20:41:50+00:00 misc/pspresent Full-screen slide shows of postscript files
pspresent is a presentation tool to display full-screen PostScript
presentations. It provides simple navigation, and double-buffers for
seamless transitions.

WWW: http://www.zmatt.net/pspresent/
2007-07-29T15:51:08+00:00 audio/aacplusenc AacPlus v2 command-line encoder
Command-line encoder that outputs aacPlus v2 files (ie. Advanced Audio Coding +
Spectral Band Resonation + Parametric Stereo, or AAC + SBR + PS), also known as
HE-AAC+ (High Efficiency AAC+). Developed by Coding Technologies, based on the
reference code obtained from 3GPP, repackaged to compile on contemporary Linux
by Matteo Croce.

WWW: http://teknoraver.net/software/mp4tools/
2007-07-29T14:07:54+00:00 textproc/pear-File_Fortune Interface for reading from and writing to fortune files
File_Fortune provides a PHP interface to reading fortune files. With it, you may
retrieve a single fortune, a random fortune, or all fortunes in the file.

Additionally, it offers the ability to access fortune files as if they were a
native array, including updating and deleting items. All write operations will
produce a binary header file to allow compatibility with the fortune and
fortune-mod programs (as well as other fortune interfaces).

WWW: https://pear.php.net/package/File_Fortune
2007-07-29T11:54:15+00:00 www/mod_lisp2 Apache2 module for use with Common Lisp
mod_lisp is an Apache 2 module for writing web applications in Common
Lisp. It is distributed with a BSD-style license.

WWW: http://www.fractalconcept.com/asp/html/mod_lisp.html
2007-07-29T11:42:05+00:00 www/mod_authz_unixgroup UNIX group access control module for Apache 2.2
Mod_Authz_Unixgroup 1.0.x is a unix group access control modules for Apache
version 2.2. If you have Apache 2.3 or Apache 2.4, you should be using
version 1.1.x of this module instead.

If you are having users authenticate with real Unix login ID over the net,
using something like my mod_authnz_external / pwauth combination, and you
want to do access control based on unix group membership, then
mod_authz_unixgroup is exactly what you need.

WWW: http://www.unixpapa.com/mod_authz_unixgroup/
2007-07-29T10:54:52+00:00 www/drupal6-views Controls how content lists are generated
The views module provides a flexible method for Drupal site
designers to control how lists of content (nodes) are presented.
Traditionally, Drupal has hard-coded most of this, particularly
in how taxonomy and tracker lists are formatted.

This tool is essentially a smart query builder that,
given enough information, can build the proper query,
execute it, and display the results. It has four modes,
plus a special mode, and provides an impressive amount
of functionality from these modes.

WWW: http://drupal.org/project/views
2007-07-29T10:54:52+00:00 www/drupal5-views Controls how content lists are generated
The views module provides a flexible method for Drupal site
designers to control how lists of content (nodes) are presented.
Traditionally, Drupal has hard-coded most of this, particularly
in how taxonomy and tracker lists are formatted.

This tool is essentially a smart query builder that,
given enough information, can build the proper query,
execute it, and display the results. It has four modes,
plus a special mode, and provides an impressive amount
of functionality from these modes.

WWW: http://drupal.org/project/views
2007-07-29T10:53:43+00:00 www/drupal5-insert-view Embeds content lists generated by the Views module
Insert View is a filter that allows users to embed content lists
generated by the excellent Views module in node bodies using
relatively simple tag syntax

WWW: http://drupal.org/project/views
2007-07-29T10:52:16+00:00 www/drupal5-simplenews A simple newsletter module which allows both anonymous as well as registered users to subscribe to different newsletters.
Simplenews is a simple newsletter module which allows both anonymous
as well as registered users to subscribe to different newsletters.

WWW: http://drupal.org/project/simplenews
2007-07-29T10:51:35+00:00 www/drupal5-bookreview The book review module allows a site to publish book reviews.
The book review module allows a site to publish book reviews.

WWW: http://drupal.org/project/bookreview
2007-07-29T10:05:47+00:00 www/emacs-w3m-emacs21 Simple front-end to w3m for emacs21
2007-07-29T10:02:10+00:00 mail/wanderlust-emacs21 Yet another message interface on Emacsen
2007-07-29T10:00:04+00:00 editors/semi-emacs21 SEMI, Library of MIME feature for GNU Emacs for emacs21
2007-07-29T09:56:37+00:00 editors/flim-emacs21 FLIM, message representation or encoding elisp library for emacs21
2007-07-29T09:54:28+00:00 editors/apel-emacs21 Portable Emacs Library for emacs21
2007-07-28T22:03:45+00:00 deskutils/notecase Hierarchical text notes manager
NoteCase is a hierarchical text notes manager (a.k.a. outliner). It helps you
organize your everyday text notes into a single document with individual notes
placed into a tree-like structure. To ensure your privacy an encrypted document
format is supported along with a standard unencrypted one.

WWW: http://notecase.sourceforge.net/
2007-07-28T21:30:46+00:00 graphics/gsnapshot GTK+ based screen capture
gsnapshot is a GTK2 application. It provides for capturing a screen snapshot of
the entire screen, a window or a region, with a simple user The package also
provides the gdisplay program, a simple image viewer with built-in directory
file browser.

WWW: http://www.softcraft.org/gsnapshot/
2007-07-28T21:16:06+00:00 games/cheech Multiplayer Chinese Checkers game
cheech is a portable, multiplayer, networked Chinese Checkers game.
It currently lets you play chinese checkers over a network against
any combination of up to 5 other people or computer players.

WWW: http://cheech.sourceforge.net/
2007-07-28T19:31:51+00:00 textproc/p5-SGML-Parser-OpenSP Parse SGML documents using OpenSP
SGML::Parser::OpenSP is an interface to the OpenSP parser. It allows for
Perl scripts to parse an SGML document (including HTML) using the OpenSP
parser.

WWW: https://metacpan.org/release/SGML-Parser-OpenSP
2007-07-28T18:05:51+00:00 devel/p5-Perl6-Rules Implements (most of) the Perl 6 regex syntax
This module implements a close simulation of the Perl 6 rule and grammar
constructs, translating them back to Perl 5 regexes via a source filter.
(And hence suffers from all the usual limitations of a source filter,
including the ability to translate complex code spectacularly wrongly).

WWW: https://metacpan.org/release/Perl6-Rules
2007-07-28T17:35:57+00:00 devel/p5-Perl6-Say Perl 6 say (print, but no newline needed) function
Implements a close simulation of the say function in Perl 6, which acts like
print but automatically appends a newline.

WWW: https://metacpan.org/release/Perl6-Say
2007-07-28T16:00:35+00:00 games/freeciv-sounds Freeciv standard sound set
Freeciv-sounds provides the standard sound set for Freeciv.

WWW: http://freeciv.wikia.com/wiki/Sounds
2007-07-28T14:17:21+00:00 textproc/p5-Google-Data-JSON General XML-JSON converter based on Google Data APIs
Google::Data::JSON provides several methods to convert an XML feed into a
JSON feed, and vice versa. The JSON format is defined in Google Data APIs,
http://code.google.com/apis/gdata/json.html .

WWW: https://metacpan.org/release/Google-Data-JSON
2007-07-28T13:09:17+00:00 devel/p5-Perl6-Builtins Provide Perl 5 versions of the new Perl 6 builtins
Several of the builtins in Perl 6 have different (i.e. more useful, less
confusing) behaviours than their Perl 5 counterparts. This module provides
Perl 5 versions of those builtins.

WWW: https://metacpan.org/release/Perl6-Builtins
2007-07-28T12:27:22+00:00 devel/p5-Perl6-Export-Attrs Perl 6 'is export(...)' trait as a Perl 5 attribute
Implements a Perl 5 native version of what the Perl 6 symbol export mechanism
will look like.

It's very straightforward:

* If you want a subroutine to be capable of being exported (when
explicitly requested in the use arguments), you mark it with the
:Export attribute.
* If you want a subroutine to be automatically exported when the module
is used (without specific overriding arguments), you mark it with the
:Export(:DEFAULT) attribute.
* If you want a subroutine to be automatically exported when the module
is used (even if the user specifies overriding arguments), you mark it
with the :Export(:MANDATORY) attribute.
* If the subroutine should also be exported when particular export
groups are requested, you add the names of those export groups to the
attribute's argument list.

That's it.

WWW: https://metacpan.org/release/Perl6-Export-Attrs
2007-07-28T11:47:09+00:00 textproc/p5-Test-Perl-Critic Use Perl::Critic in test programs
Test::Perl::Critic wraps the Perl::Critic engine in a convenient subroutine
suitable for test programs written using the Test::More framework. This
makes it easy to integrate coding-standards enforcement into the build
process.

WWW: https://metacpan.org/release/Test-Perl-Critic
2007-07-28T09:56:18+00:00 sysutils/usbhotkey Utility to remap USB keyboards under X11
USBHotkey allows you to catch USB keyboard events (key press and release
events) and transform them into X11 keyboard events using a Ruby script.

This provides mechanism for creating keymaps that can be more complicated
than the standard table-based keymap approach of X11.

WWW: http://usbhotkey.sourceforge.net/
2007-07-28T09:54:57+00:00 devel/libhid User-space HID access library written in C
LibHID is a user-space HID access library written in C. It provides a
generic and flexible way to access and interact with USB HID devices,
much like libusb does for plain USB devices. It is based on libusb, thus
it requires no HID support in the kernel. Furthermore, it aims to
support all operating system supported by libusb: Linux, BSD, OS X, and
Windows.


WWW: http://libhid.alioth.debian.org/
2007-07-28T09:47:26+00:00 mail/kcheckgmail A Gmail Notifier for KDE
KCheckGMail is a simple KDE systray application that notifies
when new email is received in a GMail account.

Features:
* Small (around 230KB)
* Available in multiple languages
* eMail snippets
* eMail snippets + attachments (new)
* More functionality via DCOP (new)
* Customizable search (new)
* Store password safely, using the KDE Wallet
* Customizable check interval
* Secure login and data retrieval by using https


WWW: http://kcheckgmail.sourceforge.net/
2007-07-28T09:21:15+00:00 www/asterisk-stat ASTERISK call detail records analyzer
Asterisk-Stat is providing different reports & Graph to allow
the Asterisk-admin to analyse quickly
and easily the traffic on their Asterisk server.
All the graphic & reports are based over the CDR database.

WWW: http://www.areski.net/areski/index.php?option=com_content&task=view&id=22&Itemid=54
2007-07-28T06:33:59+00:00 devel/autotools Autotools meta-port
Simple metaport that brings in all available versions of autoconf,
automake, and libtool.
2007-07-28T06:33:59+00:00 devel/automake-wrapper Wrapper script for GNU automake
This port installs a wrapper script for automake, with symlinks to the
unversioned name of each tool included with automake. This allows the
correct version to be selected depending on the user's requirements.
2007-07-28T06:33:59+00:00 devel/autoconf-wrapper Wrapper script for GNU autoconf
This port installs a wrapper script for autoconf, with symlinks to the
unversioned name of each tool included with autoconf. This allows the
correct version to be selected depending on the user's requirements.
2007-07-27T21:17:53+00:00 net/p5-Net-Ping Check a remote host for reachability
Net::Ping contains methods to test the reachability of remote hosts on a
network. A ping object is first created with optional parameters, a variable
number of hosts may be pinged multiple times and then the connection is closed.

You may choose one of six different protocols to use for the ping. The "tcp"
protocol is the default. Note that a live remote host may still fail to be
pingable by one or more of these protocols. For example, www.microsoft.com is
generally alive but not "icmp" pingable.

WWW: https://metacpan.org/release/Net-Ping
2007-07-27T14:59:08+00:00 net/p5-Cisco-IPPhone Package for creating Cisco IPPhone XML objects
This Cisco IPPhone module was created to provide a simple convenient
method to display Cisco IP Phone objects and gather input from a Cisco
7940 or 7960 IP Phone. This module supports all known Cisco XML objects
for 7940 and 7960 phones. Knowledge of Cisco XML syntax is not a
requirement.

This Perl module gives the ability to use simple PERL objects to display XML
on the IP Phone unlike to Cisco Software Development Kit (SDK) which uses
Microsoft IIS Server, ASP's, JSP's, Javascript, COM Objects, and requires
knowledge of XML syntax.

WWW: https://metacpan.org/release/Cisco-IPPhone
2007-07-27T14:47:33+00:00 devel/rubygem-ruby-prof Fast profiler for Ruby
ruby-prof is a fast code profiler for Ruby. Its features include:

* Speed - it is a C extension and therefore many times faster than the standard
Ruby profiler.
* Flat Profiles - similar to the reports generated by the standard Ruby profiler
* Graph profiles - similar to GProf, these show how long a method runs, which
methods call it and which methods it calls.
* Threads - supports profiling multiple threads simultaneously
* Recursive calls - supports profiling recursive method calls
* Reports - can generate both text and cross-referenced html reports
* Output - can output to standard out or to a file

WWW: https://github.com/ruby-prof/ruby-prof
2007-07-27T14:41:07+00:00 security/chntpw Utility to set the password and edit registry on Microsoft NT system
* This is a utility to (re)set the password of any user that has a valid
(local) account on your NT system.
* You do not need to know the old password to set a new one.
* It works offline, that is, you have to shutdown your computer and boot off
a floppydisk or CD.
* Will detect and offer to unlock locked or disabled out user accounts!
* It is also an almost fully functional registry editor!

WWW: http://pogostick.net/~pnh/ntpasswd/
2007-07-27T09:16:14+00:00 devel/rubygem-ruby-debug A generic command line interface for ruby-debug
Command line interface (CLI) for ruby-debug-base.

WWW: http://rubyforge.org/projects/ruby-debug/
2007-07-27T09:15:17+00:00 devel/rubygem-ruby-debug-base Fast implementation of the standard Ruby debugger
Faster implementation of the standard debug.rb using
a native extension with a new hook Ruby C API.

WWW: http://rubyforge.org/projects/ruby-debug/
2007-07-27T08:56:09+00:00 net-im/py-xmpppy-yahoo Yahoo! transport for Jabber
The Y!M transport is a dynamic gateway that allows XMPP/Jabber
users to connect to Yahoo! Messenger using their Groupchat and MUC clients.
It is based on xmpppy and curphoo Python libraries.

WWW: http://xmpppy.sourceforge.net/yahoo/
2007-07-26T21:20:37+00:00 databases/postgresql-plproxy Function-based sharding for PostgreSQL
PL/Proxy is a PostgreSQL procedural language (PL) handler that allows to do
remote procedure calls between PostgreSQL databases, with optional sharding.

PL/Proxy was developed in Skype as a scalability solution for PostgreSQL
database. At first it was very thin PL component that connected to C++ server
that handled all sharding decisions. This proved to be too complex setup and in
version 2 it was re-written to current archtecture of PL that handles sharding
and generic pooler process (PgBouncer) that is able to handle large amount of
standard PostgreSQL connections that the PL makes.

WWW: https://plproxy.github.io/
2007-07-26T20:42:30+00:00 databases/skytools PostgreSQL tools from Skype: walshipping, queueing, replication
This is a package of tools from Skype for replication and
failover. Also it includes a generic queuing mechanism PgQ and
utility library for Python scripts.

WWW: http://pgfoundry.org/projects/skytools/
2007-07-26T19:26:45+00:00 devel/soapui Web service, SOA, and SOAP testing tool
SoapUI is a free and open source desktop application for inspecting, invoking,
developing, simulating/mocking and functional/load/compliance testing of web
services over HTTP.

WWW: https://www.soapui.org
2007-07-26T13:36:16+00:00 russian/eric4
2007-07-26T13:36:16+00:00 german/eric4
2007-07-25T23:02:54+00:00 french/eric4
2007-07-25T22:56:51+00:00 devel/eric4
Eric is a full featured Python and Ruby editor and IDE, written in python.

It is based on the cross platform Qt gui toolkit, integrating the highly
flexible Scintilla editor control. It is designed to be usable as everyday's
quick and dirty editor as well as being usable as a professional project
management tool integrating many advanced features Python offers
the professional coder.

This is a port of eric4 (based on Qt4).

WWW: http://eric-ide.python-projects.org/index.html
2007-07-25T18:56:38+00:00 lang/llvm-gcc4 A gcc4 frontend for LLVM
llvm-gcc is the LLVM C front end. It is a modified version of gcc
that compiles C/C++/ObjC programs into native objects, LLVM bitcode or
LLVM assembly language, depending upon the options.

By default, llvm-gcc compiles to native objects just like GCC does.
If the -emit-llvm option is given then it will generate LLVM bitcode
files instead. If -S (assembly) is also given, then it will generate
LLVM assembly.

Being derived from the GNU Compiler Collection, llvm-gcc has many of
gcc's features and accepts most of gcc's options. It handles a number
of gcc's extensions to the C programming language.

WWW: http://llvm.org/
2007-07-25T07:18:22+00:00 security/lasso Free Liberty Alliance Implementation
Lasso is a free software C library aiming to implement the Liberty Alliance
standards; it defines processes for federated identities, single sign-on and
related protocols. Lasso is built on top of libxml2, XMLSec and OpenSSL and
is licensed under the GNU General Public License (with an OpenSSL exception).

Lasso first focused on implementing the Liberty Alliance ID-FF 1.2 protocols.
It now supports a good part of ID-WSF, and SAML 2.0 support has also been
completed.

WWW: https://lasso.entrouvert.org/
2007-07-25T06:09:37+00:00 devel/rubygem-facets RubyGem port of the single most extensive additions and extensions
Facets is a large collection of core extension methods and module
additions for the Ruby programming language. The core extensions
are unique by virtue of their atomicity. Methods are stored in their
own files, allowing for highly granular control of requirements.
The modules include a variety of useful classes, mixins and
microframeworks, from the Functor to a full-blown SI Units system.

WWW: http://rubyworks.github.io/facets/
2007-07-24T13:03:11+00:00 databases/mysqltoolkit Collection of essential command-line utilities for MySQL
mysqltoolkit is a collection of command-line utilities that provide missing
functionality for MySQL. Some of the tools implement lacking server
functionality, such as online consistency checks for master/slave replication;
others are client-side utilities such as a query profiler.

WWW: http://mysqltoolkit.sourceforge.net
2007-07-24T13:03:11+00:00 databases/maatkit Collection of essential command-line utilities for MySQL
Maatkit is a collection of essential command-line utilities for MySQL.
Each is completely stand-alone, without dependencies other than core Perl
and the DBI drivers needed to connect to MySQL.

WWW: http://www.maatkit.org/
2007-07-24T06:02:40+00:00 converters/cocot Code Converter on TTY
This is a code converter on TTY. It transparently filters a TTY
converting characters from one encoding to another.

e.g.
$ cocot -p euc-jp -t utf-8 screen -xRR wb

WWW: https://github.com/vmi/cocot
2007-07-23T14:59:09+00:00 sysutils/rubygem-god Monitoring framework written in Ruby
God is an easy to configure, easy to extend monitoring
framework written in Ruby.

WWW: http://godrb.com/
2007-07-23T13:24:27+00:00 x11/nvidia-driver-96xx
2007-07-23T13:24:27+00:00 x11/nvidia-driver-96
2007-07-23T13:24:27+00:00 x11/nvidia-driver-71xx
2007-07-23T13:24:27+00:00 x11/nvidia-driver-71
2007-07-23T03:09:36+00:00 textproc/p5-XML-Canonical Perl Implementation of Canonical XML
This module provides an implementation of Canonical XML Recommendation (Version
1, 15 March 2001). It uses XML::GDOME for its DOM tree and XPath nodes.

It provides a XS wrapper around libxml2's Canonical XML code.

WWW: https://metacpan.org/release/XML-Canonical
2007-07-23T02:36:17+00:00 devel/p5-JQuery Interface to Jquery, a language based on JavaScript
JQuery is a frontend for the jQuery language. I use JQuery to refer to the Perl
part or the package, and jQuery to reference the javascript part or the package.

A quote from http://jquery.com: jQuery is a fast, concise, JavaScript Library
that simplifies how you traverse HTML documents, handle events, perform
animations, and add Ajax interactions to your web pages.

WWW: https://metacpan.org/release/JQuery
2007-07-22T19:02:40+00:00 databases/pgbouncer Lightweight connection pooler for PostgreSQL
Lightweight connection pooler for PostgreSQL.

WWW: https://pgbouncer.github.io/
2007-07-21T19:55:12+00:00 misc/pantry Command-line nutrition analysis program
Pantry is a command-line oriented nutrient analysis program. It is a
true command-line program: there are no menus, there are no prompts.
Instead, you simply type commands from your shell prompt, and Pantry
does what you ask it to do, displaying results if you have asked it to
do that.

In addition to using Pantry from your shell prompt, you also interact
with it through XML files. Using XML, you can edit Pantry's
configuration file. You can also add nutrient information for custom
foods (though Pantry includes nutrient information for over 7,000 foods
to get you started) and recipes using XML.

WWW: http://pantry.sourceforge.net/
2007-07-21T19:16:45+00:00 textproc/humanzip Compresses text to human readable output
humanzip is a compression program that operates on text files. Unlike
most compression algorithms, its output is human readable. Indeed, it
is explictly meant to be read by humans and might even be easier to read
than the original.

humanzip compresses files by looking for common strings of words and
replacing them with single symbols. The idea is to reduce the screen and
print size of documents. Humanzip does not explictly try to reduce the
size of the file as measured in bytes, although this usually happens
incidentally.

WWW: http://savannah.nongnu.org/projects/humanzip/
2007-07-21T14:32:57+00:00 www/p5-Catalyst-Plugin-Session-Store-Cache Store sessions using a Catalyst::Plugin::Cache
This plugin will store your session data in whatever cache module you
have configured.

WWW: https://metacpan.org/release/Catalyst-Plugin-Session-Store-Cache
2007-07-20T21:48:26+00:00 devel/p5-Google-Checkout Perl implementation of Google Checkout (GCO)
his module provides an implementation of Google Checkout. It
allows you to checkout, send commands, wait and process notifications.
For more about Google Checkout, please see
http://code.google.com/apis/checkout/developer/index.html.

WWW: https://metacpan.org/release/Google-Checkout
2007-07-20T05:26:35+00:00 textproc/qstardict Qt based dictionary program (stardict clone)
QStarDict is a StarDict clone written with using Qt4.
The user interface is similar to StarDict.

Main features
* Full support of StarDict dictionaries
* Working in system tray
* Scanning mouse selection and showing popup window
with translation of selected word

WWW: http://qstardict.ylsoftware.com/
2007-07-19T22:45:05+00:00 sysutils/devcpu-data Intel and AMD CPUs microcode updates
This port supplies microcode updates for use with cpuctl(4) microcode
update facility. These could be used to keep your processor's firmware
up-to-date.
2007-07-18T16:24:15+00:00 devel/p5-Perl6-Junction Perl6 style Junction operators in Perl5
This is a lightweight module which provides 'Junction' operators,
the most commonly used being any and all.

WWW: https://metacpan.org/release/Perl6-Junction
2007-07-18T12:59:54+00:00 graphics/tesseract Commercial quality open source OCR engine
The Tesseract OCR engine was one of the top 3 engines in the 1995 UNLV
Accuracy test. Between 1995 and 2006 it had little work done on it, but
it is probably one of the most accurate open source OCR engines
available. The source code will read a binary, grey or color image and
output text.

WWW: https://github.com/tesseract-ocr/tesseract
2007-07-18T08:25:47+00:00 multimedia/recordmydesktop Record desktop sessions to an Ogg-Theora-Vorbis file
recordMyDesktop produces a file (default out.ogg) that contains a video
and audio recording of a desktop session. The default behavior of
recording is to mark areas that have changed (through libxdamage) and
update the frame.

WWW: http://recordmydesktop.sourceforge.net/
2007-07-16T14:30:43+00:00 deskutils/qtm Blog management application based on Qt 4
QTM is a blogging client which is presently capable of composing, formatting and
submitting blog entries to a weblog. QTM will work with blogs based on most of
the major blogging systems available today: Wordpress (including wordpress.com),
Movable Type, Drupal and so on.

WWW: http://qtm.blogistan.co.uk/
2007-07-16T12:44:12+00:00 www/xpi-firebug Lets you edit, debug, and monitor CSS, HTML, and JS
Firebug integrates with Firefox to put a wealth of web development tools
at your fingertips while you browse. You can edit, debug, and monitor
CSS, HTML, and JavaScript live in any web page.

WWW: http://www.getfirebug.com/
2007-07-16T11:19:40+00:00 textproc/ruby-deplate Ruby tool for converting wiki-like markup
deplate is a ruby based tool for converting documents written in wiki-like
markup to LaTeX, HTML, "HTML slides", or docbook. It supports page templates,
embedded LaTeX code, footnotes, citations, bibliographies, automatic generation
of an index, table of contents etc. It can be used to create web pages and (via
LaTeX or Docbook) high-quality printouts from the same source. In this respect
it is similar to tools like remoteaft or remotetxt2tags.

WWW: http://deplate.sourceforge.net
2007-07-16T10:12:15+00:00 devel/qt4-script Qt scripting module
Qt is a C++ toolkit for application development. It lets application
developers target all major operating systems with a single application
source code.

Qt provides a platform-independent API to all central platform functionality:
GUI, database access, networking, file handling, etc. The Qt library
encapsulates the different APIs of different operating systems, providing
the application programmer with a single, common API for all operating systems.
The native C APIs are encapsulated in a set of well-designed, fully
object-oriented C++ classes.

WWW: http://qt.nokia.com/products/qt/index.html
2007-07-16T10:12:15+00:00 devel/qt4-qdbusviewer Qt 4 graphical interface to D-Bus
Qt is a C++ toolkit for application development. It lets application
developers target all major operating systems with a single application
source code.

Qt provides a platform-independent API to all central platform functionality:
GUI, database access, networking, file handling, etc. The Qt library
encapsulates the different APIs of different operating systems, providing
the application programmer with a single, common API for all operating systems.
The native C APIs are encapsulated in a set of well-designed, fully
object-oriented C++ classes.

WWW: http://qt.nokia.com/products/qt/index.html
2007-07-16T10:12:15+00:00 devel/qt4-makeqpf Qt QPF2 font generator
Qt is a C++ toolkit for application development. It lets application
developers target all major operating systems with a single application
source code.

Qt provides a platform-independent API to all central platform functionality:
GUI, database access, networking, file handling, etc. The Qt library
encapsulates the different APIs of different operating systems, providing
the application programmer with a single, common API for all operating systems.
The native C APIs are encapsulated in a set of well-designed, fully
object-oriented C++ classes.

WWW: http://qt.nokia.com/products/qt/index.html
2007-07-15T22:16:11+00:00 textproc/sxml Skimpy XML parsing and grafting library for C language
SXML is a skimpy XML parsing and grafting C library that you can use to read
and write XML-like configuration file for your application.

Author: Kouichi ABE (WALL) <kouichi@MysticWALL.COM>
WWW: http://www.MysticWALL.COM/software/sxml/index.html
2007-07-15T21:35:33+00:00 net-im/pidgin-libnotify This plugin adds a libnotify interface to Pidgin
This plugin adds a libnotify interface to pidgin, enabling popups much like
guifications. It has some configuration options, to show popups when a buddy
signs on, on new messages and on new conversations only.

WWW: http://gaim-libnotify.sourceforge.net/
2007-07-15T17:46:42+00:00 security/bsmtrace BSM based intrusion detection system
bsmtrace is a BSM based intrusion detection system, utilizing audit trails
and real-time audit event analysis through auditpipe(4). This host based
IDS operates using a finite state machine principles with a flexible
sequence driven signature system.

WWW: https://people.freebsd.org/~csjp/bsmtrace/bsmtrace.txt
2007-07-14T22:56:44+00:00 www/rubygem-haml Markup language to describe HTML
Haml is a markup language that's used to cleanly and simply describe the HTML
of any web document without the use of inline code. Haml functions as a
replacement for inline page templating systems such as PHP, ASP, and ERB, the
templating language used in most Ruby on Rails applications.
However, Haml avoids the need for explicitly coding HTML into the template,
because it itself is a description of the HTML, with some code to generate
dynamic content.

WWW: https://haml.info/
2007-07-14T18:52:56+00:00 deskutils/qlabels Labels and business cards creating
qLabels is a labels and business cards creating and
printing software written in Qt4.

WWW: http://qlabels.p34.net/
2007-07-14T17:03:00+00:00 devel/elfrc Resource compiler for ELF systems
elfrc is a utility that is able to compile resources (files) to object
files. It can also generate corresponding C/C++ header files to use
these resources from within a linked application.

WWW: http://ktown.kde.org/~frerich/elfrc.html
2007-07-14T12:17:12+00:00 lang/squirrel High level imperative/OO programming language
Squirrel is a high level imperative/OO programming language, designed
to be a powerful scripting tool that fits in the size, memory bandwidth,
and real-time requirements of applications like games. However Squirrel
offers a wide range of features like dynamic typing, delegation, classes
& inheritance, higher order functions, generators, coroutines, tail
recursion, exception handling, automatic memory management, weak
references, etc.

Squirrel is inspired by languages like Python, Javascript and especially
Lua. The API is very similar and the table code is based on the Lua one.

WWW: http://squirrel-lang.org/
2007-07-13T18:04:23+00:00 sysutils/hachoir-subfile Find subfiles in any binary stream
hachoir-subfile is a tool based on hachoir-parser to find subfiles in
any binary stream.

WWW: http://bitbucket.org/haypo/hachoir/wiki/hachoir-subfile
2007-07-13T18:04:23+00:00 devel/hachoir-regex Regular expression manipulation library
hachoir-regex is a Python library for regular expression manipulation.
You can use a|b (or) and a+b (and) operators. Expressions are optimized
during the construction: merge ranges, simplify repetitions, etc. It
also contains a class for pattern matching allowing to search multiple
strings and regex at the same time.

WWW: http://bitbucket.org/haypo/hachoir/wiki/hachoir-regex
2007-07-12T20:27:33+00:00 multimedia/yamdi Metadata injector for FLV files
YAMDI stands for Yet Another MetaData Injector and is a metadata injector
for FLV files. It adds the onMetaData event to your FLV files.

WWW: http://yamdi.sourceforge.net/
2007-07-12T18:37:16+00:00 security/p5-Crypt-Camellia_PP Pure Perl Camellia 128-bit block cipher module
Crypt::Camellia_PP is a pure perl implementation of Camellia, a 128-bit
symmetrical block cipher with 128-bit, 192-bit, and 256-bit key from
NTT and Mitsubishi Electric Corporation. It is one of the approved
encryption methods to be used by European Union as well as specified
in several Internet RFCs.

See also: http://info.isl.ntt.co.jp/crypt/eng/camellia/index.html
WWW: https://metacpan.org/release/Crypt-Camellia_PP
2007-07-12T17:20:48+00:00 ftp/scythia Small ftp client unpretentious based on Qt4
Scythia is an simple and portable Ftp client. It does not claim
to be able to replace the biggest (no SSH etc.), but only to
satisfy some persons and to give us a bigger experience in
programming.

WWW: http://scythia.free.fr/
2007-07-11T19:18:08+00:00 lang/bas2tap Convert 48k/128k ZX Spectrum BASIC text files to TAP files
This utility converts both 48k and 128k ZX Spectrum BASIC programs stored
as plain text files into TAP files.

TAP files can be used in most ZX Spectrum emulators and can be concatenated
together using cat(1).

WWW: http://www.worldofspectrum.org/utilities.html
2007-07-10T21:40:28+00:00 www/paros HTTP/HTTPS proxy for assessing web application vulnerability
"A Java based HTTP/HTTPS proxy for assessing web application
vulnerability. It supports editing/viewing HTTP messages on-the-fly.
Other featuers include spiders, client certificate, proxy-chaining,
intelligent scanning for XSS and SQL injections etc."

WWW: http://www.parosproxy.org/
2007-07-10T17:09:09+00:00 devel/qdevelop Development environment entirely dedicated to Qt 4
QDevelop is a development environment entirely dedicated to Qt4.
QDevelop is not a Kdevelop like or reduced. It's an independent IDE dedicated
to Qt and is totally independent of KDevelop. Less complete, but faster,
light and especially multi-platforms. QDevelop and KDevelop have different
code sources.

WWW: http://code.google.com/p/qdevelop/
2007-07-10T12:16:09+00:00 lang/vala Programming language and compiler that converts Vala code into C code
Vala is a new programming language that aims to bring modern programming
language features to GNOME developers without imposing any additional
runtime requirements and without using a different ABI compared to
applications and libraries written in C.

valac, the Vala compiler, is a self-hosting compiler that translates
Vala source code into C source and header files. It uses the GObject
type system to create classes and interfaces declared in the Vala source
code. It's also planned to generate GIDL files when gobject-
introspection is ready.

WWW: https://wiki.gnome.org/Projects/Vala
2007-07-10T08:00:41+00:00 deskutils/bookreader A KDE twin-panel e-text/e-book viewer
BooKreader is a KDE twin-panel viewer for text files and e-books.

Features:
* Two page book-like style.
* Custom font selection.
* Multiple bookmarks per book.
* Bookmarks manager.
* Quick access to the first 10 bookmarks via Alt+number.

WWW: http://sourceforge.net/projects/kbookreader/
2007-07-10T07:28:52+00:00 sysutils/rsyslog3 Enhanced syslog daemon
Rsyslog is an enhanced multi-threaded syslogd supporting, among
others, syslog/tcp, permitted sender lists, filtering on any message
part, and fine grain output format control. Its advanced features
make it suitable for enterprise-class, encryption protected syslog
relay chains while at the same time being very easy to setup for the
novice user.

The following features are supported through modules: logging to
MySQL, PostgreSQL, any libdbi-supported backend; SNMP trap sender, GSS
API, RELP.

Tracking v3-stable

WWW: http://www.rsyslog.com/
2007-07-10T07:28:52+00:00 sysutils/rsyslog Enhanced syslog daemon
Rsyslog is an enhanced multi-threaded syslogd supporting, among others,
MySQL, syslog/tcp, RFC 3195, permitted sender lists, filtering on any
message part, and fine grain output format control. It is quite
compatible to stock sysklogd and can be used as a drop-in replacement.
Its advanced features make it suitable for enterprise-class, encryption
protected syslog relay chains while at the same time being very easy to
setup for the novice user.

Rsyslog v2 is deprecated and is no longer supported. It operates with some
limitations under FreeBSD. Consider using Rsyslog v3 or v4.

WWW: http://www.rsyslog.com/
2007-07-10T07:20:23+00:00 devel/liblogging Easy to use system logging library
Liblogging offers an enhanced replacement for the syslog() call, but
retains its ease of use. In a nutshell, it permits sytem administrators
to direct application log output to different destinations without
requiring the app developer to do any work for this. Liblogging is
released under a 2-clause BSD license and as such can be used in any
application.

WWW: http://www.liblogging.org/
2007-07-10T01:54:52+00:00 net/rubygem-twitter4r Twitter client API in pure Ruby
Twitter4R provides an object based API to query or update your Twitter
account via pure Ruby. It hides the ugly HTTP/REST code from your code.

WWW: https://github.com/twitter4r/twitter4r-core
2007-07-09T20:16:42+00:00 emulators/lisaem Apple Lisa 2 Emulator
The first fully functional Apple Lisa 2 emulator. This package emulates
a Lisa 2 computer, as well as its profile hard drives, and ImageWriter
or ADMP printers.

WWW: https://lisaem.sunder.net/
2007-07-09T17:09:58+00:00 devel/jakarta-commons-daemon Wrapper code to start/stop a Java application as a daemon
Wrapper code to start/stop a Java application as a daemon.
Daemon is made of 2 parts. One written in C that makes the
interface to the operating system and the other in Java that
provides the Daemon API.

WWW: http://commons.apache.org/daemon/
2007-07-09T06:47:38+00:00 devel/rubygem-json Parse JSON texts and generate them from ruby data structures
This library can parse JSON texts and generate them from ruby data structures.
This port implemented in C and comes with its own unicode conversion functions
and a parser generated by the Ragel State Machine Compiler.

WWW: http://flori.github.io/json/
2007-07-09T05:16:53+00:00 textproc/p5-Plucene-Analysis-CJKAnalyzer Analyzer for CJK texts
This is a text analyzer for analyzing CJK texts. Plucene does not support CJK
texts natively. This module encodes terms in MIME::Base64 format to get around
this problem. Texts are assumbed to be in UTF-8 encoding.

WWW: https://metacpan.org/release/XERN/Plucene-Analysis-CJKAnalyzer-0.02
2007-07-09T03:55:48+00:00 chinese/p5-Lingua-ZH-Segment Chinese Text Segmentation
This module currently only break chinese text into single character
(Chinese word), it will not break up any alphabet.

WWW: https://metacpan.org/release/Lingua-ZH-Segment
2007-07-09T02:24:04+00:00 security/zxid Open Source IdM for the Masses - SAML SSO
ZXID aims at full stack implementation of all federated identity
management and identity web services protocols. Initial goal is
supporting SP role, followed by ID-WSF WSC and IdP roles.

ZXID is light weight, has a small foot print, and is implemented in C.
It is suitable for both high performance and embedded applications.
Scripting languages are supported using SWIG, including Perl, PHP and
Java. The "full stack" nature of ZXID means it's self contained and
has minimal external library dependencies (see downloads).

WWW: http://zxid.org/
2007-07-09T02:16:06+00:00 security/p5-Yahoo-BBAuth Perl interface to the Yahoo! Browser-Based Authentication
This module provides an Object Oriented interface for Yahoo! Browser-Based
Authentication.

This module is ported from the official PHP class which is located on this page:
http://developer.yahoo.com/php

WWW: https://metacpan.org/release/Yahoo-BBAuth
2007-07-08T15:06:40+00:00 www/drood Lightweight kqueue-based http/1.1 server
Drood is a lightweight, partially-compliant HTTP/1.1 server, intended as an
alternative to more complex web servers for websites where the server
requirements are simple. Drood supports IPv4/IPv6, name-based virtual
hosting, SCGI, and WebSockets.

WWW: http://www.mammothcheese.ca/
2007-07-08T05:24:58+00:00 www/p5-Catalyst-View-ClearSilver ClearSilver view class for Catalyst
A view base class for Catalyst using ClearSilver.

WWW: https://metacpan.org/release/Catalyst-View-ClearSilver
2007-07-08T00:04:59+00:00 audio/tagger CLI Ogg/Vorbis and MP3 ID3v1/ID3v1.1 tag editor
Tagger is a command line Ogg/Vorbis and MP3 ID3 version 1 and 1.1 tag editor.
Features include parsing tags from filenames and renaming files based on
tag information.

WWW: http://onion.dynserv.net/~timo/tagger.html
2007-07-07T22:54:43+00:00 devel/p5-Test-TAP-HTMLMatrix Creates colorful matrix of Test::Harness test run results
This module is a wrapper for a template and some visualization classes,
that knows to take a Test::TAP::Model object, which encapsulates test
results, and produce a pretty html file.

WWW: https://metacpan.org/release/Test-TAP-HTMLMatrix
2007-07-07T22:44:08+00:00 devel/p5-Test-TAP-Model Accessible result collector for Test::Harness::Straps runs
This module is a subclass of Test::Harness::Straps.

It uses callbacks in the straps object to construct a deep structure,
with all the data known about a test run accessible within.

It's purpose is to ease the processing of test data, for the purpose of
generating reports, or something like that.

The niche it fills is creating a way to access test run data, both from
a serialized and a real source, and to ease the querying of this data.

WWW: https://metacpan.org/release/Test-TAP-Model
2007-07-07T16:19:09+00:00 textproc/p5-Text-Report For generating mixed columnar formatted reports and report templates
Text::Report - Perl extension for generating mixed columnar formatted reports
and report templates

WWW: https://metacpan.org/release/Text-Report
2007-07-07T14:57:49+00:00 math/pecl-bitset PECL extension for manipulating bitsets
This extension for PHP provides routines for manipulating bitsets.

WWW: https://pecl.php.net/package/Bitset
2007-07-07T12:16:53+00:00 games/pokerth Poker game written in C++/Qt
PokerTH is a poker game written in C++/Qt. You can play the popular
"Texas Hold'em" poker variant against up to nine computer-opponents
or play internet games with people all over the world.

WWW: https://www.pokerth.net/
2007-07-07T11:57:18+00:00 databases/p5-DBD-Multi Manage Multiple Data Sources with Failover and Load Balancing
DBD::Multi - Manage Multiple Data Sources with Failover and Load Balancing

WWW: https://metacpan.org/release/DBD-Multi
2007-07-07T09:18:17+00:00 devel/py-babel Collection of tools for internationalizing Python applications
Babel is composed of two major parts:

* tools to build and work with gettext message catalogs

* a Python interface to the CLDR (Common Locale Data Repository),
providing access to various locale display names, localized
number and date formatting, etc.

WWW: http://babel.pocoo.org/
2007-07-07T00:14:55+00:00 devel/p5-DateTime-Util-Astro Utilities for Astronomical Calculations
Utilities for Astronomical Calculations

WWW: http://search.cpan.org/dist/DateTime-Util-Astro/
2007-07-06T23:07:44+00:00 www/mod_auth_xradius Enables RADIUS authentication
Provides basic Radius auth services for Apache.

WWW: http://www.outoforder.cc/projects/apache/mod_auth_xradius/
2007-07-06T23:03:57+00:00 mail/wmpop3lb WindowMaker dock app for multi POP3 accounts mailbox checking
WMPop3LB is a multi POP3 accounts mailbox checker. It can connect to up to 6
POP3 accounts to check if you have mail, get the "From:" and "Subject:" header
fields of each mail and display them in a 7 lines window. Messages can be
deleted directly off the servers by selecting the mails to delete and clicking
the "delete" button.

WWW: http://wmpop3lb.jourdain.org/
2007-07-06T21:37:35+00:00 security/ca_root_nss Root certificate bundle from the Mozilla Project
Root certificates from certificate authorities included in the Mozilla
NSS library and thus in Firefox and Thunderbird.

This port directly tracks the version of NSS in the security/nss port.
2007-07-06T08:05:04+00:00 mail/pear-Mail_mimeDecode Provides a class to decode mime messages
Provides a class to deal with the decoding and interpreting of mime messages.
This package used to be part of the Mail_Mime package, but has been split off.

This class will parse a raw mime email and return the structure. Returned
structure is similar to that returned by imap_fetchstructure().

WWW: https://pear.php.net/package/Mail_mimeDecode
2007-07-06T07:15:08+00:00 net-mgmt/nagircbot IRC bot for Nagios
Nagircbot is an IRC bot that monitors Nagios's status file for changes and
announces those in an IRC channel. It can also change the topic of the channel
to reflect current status.

WWW: http://www.vanheusden.com/nagircbot/
2007-07-06T03:43:08+00:00 editors/treeform Linguistic Syntax/Semantics tree drawing editor
TreeForm Syntax tree drawing software is a Linguistic Syntax/Semantics tree
drawing editor. Designed for graphical n-ary tree drawing. More improvements
to come. Recently added Japanese and Chinese language keyboard support.

WWW: http://treeform.blogspot.com/
2007-07-05T23:02:59+00:00 audio/p5-xmms2 Perl Bindings for XMMS2
2007-07-05T17:57:56+00:00 comms/qrq Morse telegraphy trainer similar to the classic DOS version by DL4MM
qrq is an open source morse telegraphy trainer for Linux and Unix operating
systems, similar to the classic DOS version of Rufz by DL4MM. It is intended to
improve the ability to copy callsigns at high speeds, as needed for example for
contesting.

WWW: http://fkurz.net/ham/qrq.html
2007-07-05T07:08:29+00:00 net-p2p/verlihub-plugins-isp
ISP plugin for the VerliHub.

Verlihub is a Linux/Unix Direct Connect protocol server (Hub).
It is written in c++, has relatively low CPU and RAM usage,
and has many useful features. It also uses a MySQL Database.
Additional functionality is available through a versatile
'plugin' system.

WWW: http://www.verlihub-project.org/
2007-07-05T07:06:56+00:00 net-p2p/verlihub-plugins-stats
Statistics plugin for the VerliHub.

Verlihub is a Linux/Unix Direct Connect protocol server (Hub).
It is written in c++, has relatively low CPU and RAM usage,
and has many useful features. It also uses a MySQL Database.
Additional functionality is available through a versatile
'plugin' system.

WWW: http://www.verlihub-project.org/
2007-07-05T07:06:38+00:00 net-p2p/verlihub-plugins-messanger
Messanger plugin for the VerliHub.

Verlihub is a Linux/Unix Direct Connect protocol server (Hub).
It is written in c++, has relatively low CPU and RAM usage,
and has many useful features. It also uses a MySQL Database.
Additional functionality is available through a versatile
'plugin' system.

WWW: http://www.verlihub-project.org/
2007-07-05T07:06:19+00:00 net-p2p/verlihub-plugins-luascript
LuaScript plugin for the VerliHub.

Verlihub is a Linux/Unix Direct Connect protocol server (Hub).
It is written in c++, has relatively low CPU and RAM usage,
and has many useful features. It also uses a MySQL Database.
Additional functionality is available through a versatile
'plugin' system.

WWW: http://www.verlihub-project.org/
2007-07-05T07:05:59+00:00 net-p2p/verlihub-plugins-iplog
IPLog plugin for the VerliHub.

Verlihub is a Linux/Unix Direct Connect protocol server (Hub).
It is written in c++, has relatively low CPU and RAM usage,
and has many useful features. It also uses a MySQL Database.
Additional functionality is available through a versatile
'plugin' system.

WWW: http://www.verlihub-project.org/
2007-07-05T07:05:01+00:00 net-p2p/verlihub-plugins-forbid
ForbiddenWords plugin for the VerliHub.

Verlihub is a Linux/Unix Direct Connect protocol server (Hub).
It is written in c++, has relatively low CPU and RAM usage,
and has many useful features. It also uses a MySQL Database.
Additional functionality is available through a versatile
'plugin' system.

WWW: http://www.verlihub-project.org/
2007-07-05T07:04:40+00:00 net-p2p/verlihub-plugins-floodprotect
Floodprotect plugin for the VerliHub.

Verlihub is a Linux/Unix Direct Connect protocol server (Hub).
It is written in c++, has relatively low CPU and RAM usage,
and has many useful features. It also uses a MySQL Database.
Additional functionality is available through a versatile
'plugin' system.

WWW: http://www.verlihub-project.org/
2007-07-05T07:01:10+00:00 net-p2p/verlihub-plugins-chatroom
Chatroom plugin for the VerliHub.

Verlihub is a Linux/Unix Direct Connect protocol server (Hub).
It is written in c++, has relatively low CPU and RAM usage,
and has many useful features. It also uses a MySQL Database.
Additional functionality is available through a versatile
'plugin' system.

WWW: http://www.verlihub-project.org/
2007-07-04T21:00:00+00:00 print/cupsddk CUPS Driver Development Kit
The CUPS Driver Development Kit (DDK) provides a suite of standard drivers,
a PPD file compiler, and other utilities that can be used to develop printer
drivers for CUPS and other printing environments.

WWW: http://www.cups.org/ddk/
2007-07-04T20:08:47+00:00 audio/amarok-fs Full screen application for Amarok
amarokFS is a full screen front end for Amarok. It displays the current song
status and provides basic controls.

WWW: http://www.kde-apps.org/content/show.php?content=52641
2007-07-04T19:37:45+00:00 audio/amarokFS A full screen application for Amarok
amarokFS is a full screen front end for Amarok. It displays the current song
status and provides basic controls.

WWW: http://www.kde-apps.org/content/show.php?content=52641
2007-07-04T08:21:53+00:00 dns/pear-File_DNS PEAR class to read and write RFC1033-style DNS Zonefiles
The File_DNS class provides a way to read,
edit and write RFC1033 style DNS Zones.

WWW: https://pear.php.net/package/File_DNS
2007-07-03T14:17:22+00:00 ports-mgmt/bpkg Simple tool for displaying information about ports
bpkg is a simple tool written in sh(1) for displaying information about
ports. Its main goal is to provide a quick way to display all kinds of
useful info about installed ports and the whole ports tree.

WWW: http://www.andykosela.com/bpkg.html
2007-07-03T11:18:46+00:00 graphics/poppler-qt4 Qt 4 bindings to poppler
2007-07-03T08:36:47+00:00 deskutils/sunbird-i18n Localized interface for Sunbird
Language packs for Sunbird

WWW: http://www.mozilla.org/projects/l10n/
2007-07-03T05:11:27+00:00 x11/keynav Quickly select a portion of the screen using minimal keystrokes
Quickly and easily select a piece of the screen using a minimal number of
keystrokes.

WWW: http://www.semicomplete.com/projects/keynav/
2007-07-03T05:10:00+00:00 x11/xdotool Programmatically simulate keyboard input or mouse activity
Programatically (or manually) simulate keyboard input or mouse activity
using X11's XTEST extension.

WWW: https://www.semicomplete.com/projects/xdotool/
2007-07-03T00:06:22+00:00 security/pssh Parallel version of OpenSSH and related tools
PSSH provides parallel versions of OpenSSH and related tools, including:

- Parallel ssh (pssh)
- Parallel scp (pscp)
- Parallel rsync (prsync)
- Parallel nuke (pnuke)
- Parallel slurp (pslurp)

The project includes psshlib which can be used within custom applications.
The source code is written in Python 3.5+.

The original PSSH project was written and maintained by Brent N. Chun.
Due to his busy schedule, Brent handed over maintenance to Andrew McNabb
in October 2009. PSSH hasn't got any updates since 2014.

This package is a fork by 'lilydjwg' github user.
It seems the most live fork that has been accumulating fixes past years.

WWW: https://github.com/lilydjwg/pssh
2007-07-02T17:18:07+00:00 mail/p5-MIME-EncWords Deal with RFC 2047 encoded words (improved)
MIME::EncWords is aimed to be another implementation of MIME::Words so
will achive more exact conformance with MIME specifications. Additionally, it
contains some improvements. Following synopsis and descriptions are inherited
from its inspirer, with description of improvements and clarifications added.

WWW: https://metacpan.org/release/MIME-EncWords
2007-07-02T09:32:13+00:00 graphics/libkdcraw LibRaw interface for KDE
libkdcraw is a C++ interface around the LibRaw library
used to decode RAW picture files.

WWW: https://www.digikam.org/
2007-07-02T09:32:13+00:00 graphics/libkdcraw-kde4 LibRaw interface for KDE
libkdcraw is a C++ interface around the LibRaw library
used to decode RAW picture files.

WWW: http://www.digikam.org/
2007-07-02T03:33:11+00:00 emulators/qtemu Qt 4 based frontend for QEMU
QtEmu is a graphical user interface for QEMU written in Qt4.

WWW: http://qtemu.org/
2007-07-02T02:54:01+00:00 www/p5-HTML-Adsense Create adsense widgets easily
This module wraps Google Adsense ad creation in OO perl code.

WWW: https://metacpan.org/release/HTML-Adsense
2007-07-02T02:51:29+00:00 databases/mysql-proxy Monitor, analyze, or transform the communication of MySQL
MySQL Proxy is a simple program that sits between your client and MySQL
server(s) that can monitor, analyze or transform their communication. Its
flexibility allows for a wide variety of uses, including load balancing;
failover; query analysis; query filtering and modification; and many more.

WWW: http://dev.mysql.com/downloads/mysql-proxy/
2007-07-02T02:08:49+00:00 chinese/p5-Lingua-ZH-WordSegmenter Simplified Chinese Word Segmentation
This is a perl version of simplified Chinese word segmentation.

The algorithm for this segmenter is to search the longest word at each point
from both left and right directions, and choose the one with higher frequency
product.

The original program is from the CPAN module Lingua::ZH::WordSegment
(https://metacpan.org/author/CHENYR) I did the follwing changes: 1) make the
interface object oriented; 2) make the internal string into utf8; 3) using
sogou's dictionary (http://www.sogou.com/labs/dl/w.html) as the default
dictionary.

WWW: https://metacpan.org/release/Lingua-ZH-WordSegmenter
2007-07-02T01:00:27+00:00 security/p5-Sudo Perl extension for running a command line sudo
Sudo runs commands as another user, provided the system sudo
implementation is setup to enable this. This does not allow running
applications securely, simply it allows the programmer to run a
program as another user (suid) using the sudo tools rather than
suidperl. Suidperl is not generally recommended for secure operation
as another user. While sudo itself is a single point tool to enable
one user to execute commands as another sudo does not itself make you
any more or less secure.

WWW: https://metacpan.org/release/Sudo
2007-07-01T21:26:31+00:00 mail/squirrelmail-avelsieve-plugin SquirrelMail plugin for Server-Side Mail Filtering management
Sieve Mail Filters for Squirrelmail (avelsieve) is a plugin for
creating server-side filtering scripts on RFC 3028 compliant servers
including Cyrus IMAP, DBMail, Dovecote and Exim 4.x.

WWW: http://www.squirrelmail.org
2007-07-01T05:56:34+00:00 databases/p5-DBD-AnyData DBI access to XML, CSV, and other formats
The DBD::AnyData module provides a DBI/SQL interface to data in many formats
and from many sources.

Regardless of the format or source of the data, it may be accessed and/or
modified using all standard DBI methods and a subset of SQL syntax.

In addition to standard database access to files, the module also supports
in-memory tables which allow you to create temporary views; to combine data
from a number of sources; to quickly prototype database systems; and to display
or save the data in any of the supported formats (e.g. to display data in a CSV
file as an HTML table). These in-memory tables can be created from any
combination of DBI databases or files of any format. They may also be created
from perl data structures which means it's possible to quickly prototype a
database system without any file access or rdbms backend.

The module also supports converting files between any of the supported formats
(e.g. save selected data from MySQL or Oracle to an XML file).

WWW: https://metacpan.org/release/DBD-AnyData
2007-07-01T05:55:31+00:00 devel/p5-AnyData Easy access to data in many formats
The rather wacky idea behind this module and its sister module DBD::AnyData
is that any data, regardless of source or format should be accessible and
modifiable with the same simple set of methods. This module provides a multi-
dimensional tied hash interface to data in a dozen different formats. The
DBD::AnyData module adds a DBI/SQL interface for those same formats.

Both modules provide built-in protections including appropriate flocking()
for all I/O and (in most cases) record-at-a-time access to files rather than
slurping of entire files.

Currently supported formats include general format flat files (CSV, Fixed
Length, etc.), specific formats (passwd files, httpd logs, etc.), and a
variety of other kinds of formats (XML, Mp3, HTML tables). The number of
supported formats will continue to grow rapidly since there is an open API
making it easy for any author to create additional format parsers which can
be plugged in to AnyData itself and thereby be accessible by either the
tiedhash or DBI/SQL interface.

WWW: https://metacpan.org/release/AnyData
2007-06-30T18:43:42+00:00 net-im/pidgin-rhythmbox Plugin to update your status with info from Rhythmbox
The Pidgin-Rhythmbox plugin will automatically update your Pidgin user info and
status message with the currently playing music in Rhythmbox. If the artist and
title are known, it will also attempt to create a link to the song's lyrics by
using Google's "I'm Feeling Lucky" feature.

WWW: http://jon.oberheide.org/projects/pidgin-rhythmbox/
2007-06-30T10:39:30+00:00 net/p5-Net-SSH-Expect SSH wrapper to execute remote commands
This module is a wrapper to the ssh executable that is available in
your system's $PATH. Use this module to execute commands on the remote SSH
server. It authenticates with the user and password you passed in the
constructor's attributes user and password.

WWW: https://metacpan.org/release/Net-SSH-Expect
2007-06-30T09:12:22+00:00 net-im/emesene Instant messenging client written in python
emesene is an instant messenger capable of connecting to various
networks and utilizing different graphical toolkits. Currently msn and
xmpp (jabber) are supported through papyon and SleekXMPP, which allows
emesene to connect to various IM services such as Windows Live
Messenger, GTalk, Facebook Chat, etc.

WWW: http://www.emesene.org/
2007-06-30T01:41:22+00:00 sysutils/googlog Simple tool to search inside your syslog files
GoogLog is a easy and simple web tool to search inside your syslog files.

The goal of Googlog is to be simple to install and use. so there's not a lot of
functionality, but, from my point of view, it is simple to install and use and
fast to search into syslog's files.

WWW: http://www.googlog.org/
2007-06-29T19:06:24+00:00 x11-fm/mucommander Lightweight file manager featuring a Norton Commander style interface
muCommander is a lightweight, cross-platform file manager featuring
a Norton Commander style interface and running on any operating
system with Java support (Mac OS X, Windows, Linux, *BSD, Solaris...).

Here's a non-exaustive list of what you'll find:
- Virtual filesystem with local volumes, FTP, SFTP, SMB, NFS, HTTP and
Bonjour support
- Quickly copy, move, rename files, create directories, email files...
- Browse, create and uncompress ZIP, TAR, GZip, BZip2, ISO/NRG, AR/Deb and
LST archives
- Universal bookmarks and credentials manager
- Multiple windows support
- Full keyboard access
- Highly configurable

WWW: http://www.mucommander.com
2007-06-29T18:50:38+00:00 devel/alabastra C++ editor written with Qt 4
C++/QT Editor with highlight, project management. Written with Qt V4

WWW: https://sourceforge.net/projects/alabastra/
2007-06-28T17:44:14+00:00 devel/linux-libsigc++20 Callback Framework for C++ (linux version)
Libsigc++ -- The Typesafe Callback Framework for C++ (linux version)

This library implements a full callback system for use in widget libraries,
abstract interfaces, and general programming.

WWW: http://libsigc.sourceforge.net/
2007-06-28T17:44:14+00:00 devel/linux-f8-libsigc++20 Callback Framework for C++ (Linux Fedora 8)
Libsigc++ -- The Typesafe Callback Framework for C++ (linux version)

This library implements a full callback system for use in widget libraries,
abstract interfaces, and general programming.

WWW: http://libsigc.sourceforge.net/
2007-06-28T17:44:14+00:00 devel/linux-f10-libsigc++20 Callback Framework for C++ (Linux Fedora 10)
Libsigc++ -- The Typesafe Callback Framework for C++ (linux version)

This library implements a full callback system for use in widget libraries,
abstract interfaces, and general programming.

WWW: http://libsigc.sourceforge.net/
2007-06-27T13:54:23+00:00 net-mgmt/openlldp Link Layer Discovery Protocol daemon
The OpenLLDP project aims to provide a comprehensive implementation of the
IEEE standard 802.1AB Link Layer Discovery Protocol. LLDP is an industry
standard protocol designed to supplant proprietary Link-Layer protocols
such as Extreme's EDP (Extreme Discovery Protocol) and CDP (Cisco Discovery
Protocol).

WWW: https://sourceforge.net/projects/openlldp/
2007-06-27T13:51:04+00:00 devel/p5-Tie-RefHash Use references as hash keys in Perl
This module provides the ability to use references as hash keys if you
first "tie" the hash variable to this module. Normally, only the keys
of the tied hash itself are preserved as references; to use references
as keys in hashes-of-hashes, use Tie::RefHash::Nestable, included as
part of Tie::RefHash.

It is implemented using the standard perl TIEHASH interface. Please
see the "tie" entry in perlfunc(1) and perltie(1) for more information.

The Nestable version works by looking for hash references being stored
and converting them to tied hashes so that they too can have references
as keys. This will happen without warning whenever you store a refer-
ence to one of your own hashes in the tied hash.

WWW: https://metacpan.org/release/Tie-RefHash
2007-06-26T06:48:57+00:00 www/xpi-stylish User styles manager
Stylish is an extension that allows easy management of user styles.
User styles empower your browsing experience by letting you fix ugly
sites, customize the look of your browser or mail client, or just have
fun. With an online repository at userstyles.org, you don't even need
to know how to write styles yourself; just a couple clicks and the
chosen style is applied. Stylish is to CSS what Greasemonkey is to
JavaScript, and unlike other methods of using user styles, most styles
take effect immediately.

WWW: http://userstyles.org/stylish/
2007-06-25T18:19:25+00:00 www/py-pylons Python based web framework
The Pylons web framework is aimed at making webapps and large
programmatic website development in Python easy. Several key points:

* A framework to make writing web applications in Python easy
* Inspired by Rails and TurboGears
* Utilizes a minimalist, component-based philosophy that makes it easy
to expand on
* Harness existing knowledge about Python

Pylons makes it easy to expand on your knowledge of Python to master
Pylons for web development. Using a MVC style dispath, Python
knowledge is used at various levels:

* The Controller is just a basic Python class, called for each
request. Customizing the response is as easy as overriding __call__
to make your webapp work how you want.
* Myghty templating compiles directly to Python byte-code for speed
and utilizes Python for template control rather than creating its
own template syntax for "for, while, etc"

WWW: http://www.pylonshq.com/
2007-06-25T18:16:10+00:00 www/py-webhelpers Python helper functions for writing templates in web applications
WebHelpers is package aimed at providing helper functions for use
within web applications.

These functions are intended to ease web development with template
languages by removing common view logic and encapsulating it in
re-usable modules as well as occasionally providing objects for use
within controllers to assist with common web development paradigms.

WWW: https://docs.pylonsproject.org/projects/webhelpers/en/latest/
2007-06-25T18:14:47+00:00 devel/py-decorator Decorators for Humans
As of now, writing custom decorators correctly requires some
experience and it is not as easy as it could be. For instance, typical
implementations of decorators involve nested functions, and we all
know that flat is better than nested. Moreover, typical
implementations of decorators do not preserve the signature of
decorated functions, thus confusing both documentation tools and
developers.

The aim of the decorator module it to simplify the usage of decorators
for the average programmer, and to popularize decorators usage giving
examples of useful decorators, such as memoize, tracing,
redirecting_stdout, locked, etc.

WWW: https://github.com/micheles/decorator
2007-06-25T15:14:07+00:00 multimedia/gstreamer-plugins-buzztard Buzztard gstreamer plugins
Buzztard gstreamer plugins

WWW: https://news.buzztrax.org/
2007-06-25T12:34:07+00:00 security/scanhill Microsoft Messenger Protocol Sniffer
Scanhill is a Microsoft Messenger Protocol Sniffer. Currently it can only
intercept Instant Text Messaging. Optionally, intercepted text messages can be
stored onto an RDMBS (Only mySQL is supported for now). Given that mySQL is
used, stored instant messages can be read through a browser interface that is
written in PHP language. Please see the INSTALL.txt file for instructions on
how to install, configure and run EnderUNIX scanhill.

WWW: http://www.enderunix.org/scanhill/
2007-06-24T17:26:42+00:00 www/wikicalc Open Source Wiki-Spreadsheet
The wikiCalc program lets you make web pages with more than just
paragraphs of prose. It combines the ease of authoring and multi-person
editing of a wiki with the familiar visual formatting and calculating
metaphor of a spreadsheet. Written in Perl and released under the GPL 2.0
license, it can easily be setup to run on almost any server as a web
application or on a personal computer to publish by FTP.

WWW: http://www.softwaregarden.com/products/wikicalc/index.html
2007-06-24T08:06:54+00:00 devel/cross-gdb GNU gdb port for cross-target development
GNU gdb for cross-target application development.

Use TGTARCH switch to select target architecture, and TGTABI to select ABI.
E.g. the following command will build binutils for rtems on sparc:
% make TGTARCH=sparc TGTABI=rtems

If you encounter any problems building/using/installing this port, please
make me know. It would help to improve this port in feature.

WWW: http://sourceware.org/gdb/
2007-06-24T08:05:29+00:00 devel/cross-gcc GCC for cross-target development
FSF gcc for cross-target development. This port brings C, C++ and
Objective C compilers with all target libraries (libstdc++, libsupc++,
libobjc, libssp, libgcc). Gloss and libc layer are provided through
newlib embedded C library.

It can be used to cross-compile operating system kernels (e.g. Linux, L4, etc)
for this architecture.

Use TGTARCH switch to select target architecture, and TGTABI to select ABI.
E.g. the following command will build toolchain for rtems on sparc:
% make TGTARCH=sparc TGTABI=rtems

If you encounter any problems building/using/installing this port, please
make me know. It would help to improve this port in feature.

WWW: http://gcc.gnu.org/
2007-06-24T08:02:16+00:00 devel/cross-binutils GNU binutils port for cross-target development
GNU binutils for cross-target application development.

Prerequisite for the GCC cross-compiling environment.

Use TGTARCH switch to select target architecture, and TGTABI to select ABI.
E.g. the following command will build binutils for rtems on sparc:
% make TGTARCH=sparc TGTABI=rtems

If you encounter any problems building/using/installing this port, please
make me know. It would help to improve this port in feature.

WWW: http://sources.redhat.com/binutils/
2007-06-24T02:23:10+00:00 audio/audacious-mac Audacious plugin that support the Monkey's Audio lossless formats
Audacious Input Plugin that supports the Monkey's Audio lossless format.

WWW: http://www.netswarm.net
2007-06-23T20:58:05+00:00 audio/oss Open Sound System from 4Front Technologies
Open Sound System for FreeBSD is a audio subsystem that provides
a cross platform audio and MIDI API with device drivers for most
consumer and professional PCI and USB audio devices.

Not to be confused with sound(4) which is a different implementation
with the same API.

WWW: http://opensound.com/
2007-06-23T09:50:13+00:00 net/spserver TCP server framework library written in C++ based on libevent
spserver is a TCP server framework library written in C++ based on libevent.

spserver is an implementation of Half-Sync/Half-Async pattern.

WWW: http://code.google.com/p/spserver/
2007-06-22T15:53:20+00:00 security/execwrap Super-user exec wrapper
ExecWrap is a super-user exec wrapper for the lighttpd web-server, but
it can be used in any environment as long as arguments can be passed
from the server to its children via the environment.
2007-06-22T13:39:59+00:00 multimedia/devede Create video DVDs, VCDs, sVCDs, or CVDs from any number of video files
DeVeDe is a program to create video DVDs and CDs (VCD, sVCD or CVD),
suitables for home players, from any number of video files, in any of
the formats supported by Mplayer. The big advantage over other utilites
is that it only needs Mplayer, Mencoder, DVDAuthor, VCDImager and
MKisofs (well, and Python 2.4, PyGTK and PyGlade), so its dependencies
are really small.

WWW: http://www.rastersoft.com/programas/devede.html
2007-06-22T11:43:38+00:00 www/p5-Template-Alloy Mixing of all of the major template systems
Template::Alloy represents the mixing of features and capabilities from all of
the major mini-language based template systems (support for non-mini-language
based systems will happen eventually). With Template::Alloy you can use your
favorite template interface and syntax and get features from each of the other
major template systems. And Template::Alloy is fast - whether your using
mod_perl, cgi, or running from the commandline. There is even
Template::Alloy::XS for getting a little more speed when that is necessary.

WWW: https://metacpan.org/release/Template-Alloy
2007-06-21T12:36:16+00:00 devel/p5-File-ExtAttr Access to extended attributes of the files
File::ExtAttr is a Perl module providing access to the extended
attributes of the files.

Extended attributes are metadata associated with a file. Examples are
access control lists (ACLs) and other security parameters. But users can
add their own key=value pairs.

Extended attributes are supported by FreeBSD starting from version 5.

WWW: https://metacpan.org/release/File-ExtAttr
2007-06-21T11:14:22+00:00 devel/p5-mocked Use mocked libraries in unit tests
Often during unit testing, you may find the need to use mocked libraries
to test edge cases, or prevent unit tests from using slow or external
code.

WWW: https://metacpan.org/release/mocked
2007-06-20T14:04:09+00:00 math/aribas Interpreter for big integer/multi-precision floating point arithmetic
ARIBAS is an interactive interpreter for big integer arithmetic and
multi-precision floating point arithmetic with a Pascal/Modula like
syntax. It has several builtin functions for algorithmic number
theory like gcd, Jacobi symbol, Rabin probabilistic prime test,
continued fraction and quadratic sieve factorization, Pollard rho
factorization, etc.

WWW: http://www.mathematik.uni-muenchen.de/~forster/sw/adownload.html
2007-06-20T13:48:32+00:00 x11/roxterm GTK+ terminal emulator with tabs
A tabbed, vte- (GTK+) based terminal emulator providing advanced
features such as multiple tabs with a small footprint.

WWW: https://github.com/realh/roxterm
2007-06-20T03:00:26+00:00 misc/compat6x Convenience package to install the compat6x libraries
This package allows you to install the compat6x libraries on your
system, so you can use legacy binaries that depend on them.

Ports usage example:

--
.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 700043
LIB_DEPENDS+= c.6:misc/compat6x
.endif
--
2007-06-19T21:21:32+00:00 textproc/bsdsort BSD-licensed version of sort
This a BSD-licensed version of the well-known sort utility that has been
rewritten from scratch by Gabor Kovesdan <gabor@FreeBSD.org> and later
developed by Oleg Moskalenko <oleg.moskalenko@citrix.com>. This
implementation is meant to be a replacement of GNU sort for FreeBSD.
Currently, it seems to be quite feature-complete but performance needs
some improvements.
2007-06-19T21:20:04+00:00 textproc/bsdgrep BSD-licensed version of grep
This is the BSD-licensed version of the well-known grep utility, obtained from
OpenBSD. It lacks some features of GNU grep. It is a proposed project idea
to replace the GNU grep with this one, but it needs to be completed first.
Patches are highly appreciated.

WWW: http://www.freebsd.org/projects/ideas/#p-bsdtexttools
2007-06-19T21:18:28+00:00 textproc/bsddiff BSD-licensed version of diff from OpenBSD
This is the BSD-licensed version of the well-known diff utility, obtained from
OpenBSD. It lacks some features of GNU diff. It is a proposed project idea
to replace the GNU diff with this one, but it needs to be completed first.
Patches are highly appreciated.

WWW: http://www.freebsd.org/projects/ideas/#p-bsdtexttools
2007-06-19T12:34:00+00:00 www/p5-Catalyst-Plugin-FormCanary Check that forms are submitted from your site
FormCanary will examine your outgoing HTML and add a canary value to
each form. When the form is submitted, the value of the canary is com-
pared against one saved in the session at page generation time. If the
canary that's sent doesn't match the one in the session (or there is no
canary at all), the request is halted.

There is no way to get params into your application without a correct
canary. This is good for preventing "cross-site request attacks".

This module is compatible with FormBuilder. Just drop it into your use
line and have secure submit-once-only forms. Yay.

Inspired by:
http://www.25hoursaday.com/weblog/2007/06/05/WhatRubyOnRailsCanLearnFromASPNET.aspx

WWW: http://search.cpan.org/dist/Catalyst-Plugin-FormCanary/
2007-06-18T20:45:59+00:00 databases/pgtcl TCL extension for accessing a PostgreSQL server (PGTCL-NG)
A TCL extension for accessing PostgreSQL databases. This used
to come bunlded with PostgreSQL itself, but was split into a
separate project in more recent version (8+).

WWW: https://sourceforge.net/projects/pgtclng/
2007-06-18T14:06:03+00:00 multimedia/smplayer-qt4 A complete front-end based on QT4 for mplayer
smplayer intents to be a complete front-end for mplayer,from
basic features like playing videos, dvds, vcdsto more advancing
features like support for mplayer filters,edl lists, and more.

This port uses Qt4.

WWW: http://smplayer.sourceforge.net/
2007-06-18T14:04:27+00:00 multimedia/smplayer Complete front-end based on Qt for mplayer
SMPlayer intends to be a complete front-end for MPlayer, from basic
features like playing videos, DVDs, and VCDs to more advanced features
like support for MPlayer filters and more.

WWW: https://www.smplayer.info/
2007-06-18T14:01:28+00:00 multimedia/smplayer-themes Themes for SMPlayer
Themes for SMPlayer.

WWW: http://smplayer.sourceforge.net/
2007-06-18T11:14:11+00:00 www/drupal5-taxonomy_ticker Drupal module to provide scrolling ticker for content
Provides a block displaying titles of nodes in a scrolling news
ticker.

This module was sponsored by Koumbit.org.

WWW: http://drupal.org/project/taxonomy_ticker
2007-06-18T06:19:02+00:00 devel/p5-Class-Accessor-Grouped Lets you build groups of accessors
This class lets you build groups of accessors that will call different
getters and setters.

WWW: https://metacpan.org/release/Class-Accessor-Grouped
2007-06-18T06:18:09+00:00 devel/p5-MRO-Compat Add mro::* interface compatibility for Perls < 5.9.5
The "mro" namespace provides several utilities for dealing with method
resolution order and method caching in general in Perl 5.9.5 and
higher.

WWW: https://metacpan.org/release/MRO-Compat
2007-06-17T21:04:54+00:00 science/ncs Code_Saturne Kernel
Code Saturne is a system designed to solve the Navier-Stokes equations in the
cases of 2D, 2D axisymmetric or 3D flows. Its main module is designed for the
simulation of flows which may be steady or unsteady, laminar or turbulent,
incompressible or potentially dilatable, isothermal or not.
Scalars and turbulent fluctuations of scalars can be taken into account. The
code includes specific modules, referred to as "specific physics", for the
treatment of lagrangian particle tracking, semi-transparent radiative transfer,
gas combustion, pulverised coal combustion, electricity effects (Joule effect
and electric arcs) and compressible flows. The code also includes an engineering
module, Matisse, for the simulation of nuclear waste surface storage.

Code_Saturne relies on a finite volume discretisation and allows the use of
various mesh types which may be hybrid (containing several kinds of elements)
and may have structural non-conformities (hanging nodes).

NCS means "Noyau Code Saturne", i.e. "Code Saturne Kernel". This is the
numerical solver.

WWW: http://www.code-saturne.org/
2007-06-17T21:04:54+00:00 science/ics Code_Saturne Graphical User Interface
ICS stands for Interface Code Saturne.

This is the Graphical User Interface of Code_Saturne.

WWW: http://www.code-saturne.org/
2007-06-17T21:04:54+00:00 science/fvm Code_Saturne Finite Volume Mesh
FVM stands for Finite Volume Mesh.
It is intended to provide finite volume mesh I/O and some other services such
as interpolation, possibly in parallel using MPI.

WWW: https://www.code-saturne.org/
2007-06-17T21:04:54+00:00 science/ecs Code_Saturne Preprocessor
ECS means "Enveloppe Code Saturne".
This is the preprocessor used by the Code_Saturne and NEPTUNE_CDF codes.

WWW: http://www.code-saturne.org/
2007-06-17T21:04:54+00:00 science/bft Code_Saturne Base Functions and Types library
BFT stands for Base Functions and Types.
It is destined to be used by scientific codes (CFD) often using
some form of parallelism, especially MPI.

WWW: https://www.code-saturne.org/
2007-06-17T08:13:39+00:00 devel/p5-DateTime-Util-Calc DateTime Calculation Utilities
This module contains some common calculation utilities
that are required to perform datetime calculations.

WWW: https://metacpan.org/release/DateTime-Util-Calc
2007-06-16T16:03:51+00:00 sysutils/gai-leds GAI applet that displays the keyboard status leds
GAI Leds is a GAI applet that displays the keyboard status leds.

WWW: http://gai.sourceforge.net/applets.html
2007-06-16T12:51:29+00:00 devel/stringencoders Collection of high performance C-string transformations
A collection of high performance c-string transformations, frequently 2x faster
than standard implementations.

including

* base64, standard
* base64, web/url safe, with configurable alphabet
* base85 (good for http cookies)
* base16 (hex)
* base2 (ascii binary)
* url escaping
* javascript string escaping
* fast number to string conversion, 4-22x faster than sprintf!
* fast ascii upper/lower case conversion, 2-66x faster than stdlib!

WWW: https://github.com/client9/stringencoders
2007-06-16T12:15:27+00:00 net-mgmt/gsnmp SNMP library written on top of glib and gnet2
A SNMP library built on top of glib2 and gnet2. The goal of the project is to
provide an efficient, clean, portable implementation of an SNMP stack for
management applications.

WWW: https://trac.eecs.iu-bremen.de/projects/gsnmp/
2007-06-16T08:43:57+00:00 graphics/lcdtest LCD monitor test pattern generator
lcdtest is a utility to display LCD monitor test patterns. It may be
useful for adjusting the pixel clock frequency and phase on LCD
monitors when using analog inputs, and for finding pixels that are
stuck on or off.

WWW: http://www.brouhaha.com/~eric/software/lcdtest/
2007-06-16T08:25:43+00:00 games/gdado GTK2 dice roller
A very simple application for rolling dice. Intended for use by roleplayers.

WWW: https://sourceforge.net/projects/gdado/
2007-06-16T03:56:23+00:00 www/py-beaker Session and Caching library with WSGI Middleware
Beaker is built on code from the package MyghtyUtils, originally used
in the Myghty project. It implements a full set of cache functionality
along with sessions that can utilize the caches.

Beaker includes Cache and Session WSGI middleware to ease integration
with WSGI capable frameworks, and is automatically used by Pylons.

Features
* Fast, robust performance
* Multiple reader/single writer lock system to avoid duplicate
simultaneous cache creation
* Cache back-ends include dbm, file, memory, memcached, and
database (Using SQLAlchemy for multiple-db vendor support)
* Signed cookie's to prevent session hijacking/spoofing
* Extensible Container object to support new back-ends
* Cache's can be divided into namespaces (to represent templates,
objects, etc.) then keyed for different copies
* Create functions for automatic call-backs to create new cache
copies after expiration
* Fine-grained toggling of back-ends, keys, and expiration per
Cache object

WWW: https://beaker.readthedocs.io/en/latest/
2007-06-15T15:18:00+00:00 print/libharu Haru Free PDF Library
HARU is a free, cross platform, open-sourced software library for generating
PDF. It supports the following features.
1. Generating PDF files with lines, text, images.
2. Outline, text annotation, link annotation.
3. Compressing document with deflate-decode.
4. Embedding PNG, Jpeg images.
5. Embedding Type1 font and TrueType font.
6. Creating encrypted PDF files.
7. Using various character set (ISO8859-1~16, MSCP1250~8, KOI-8R).
8. Supporting CJK fonts and encodings.

You can add the feature of PDF creation by using HARU without understanding
complicated internal structure of PDF.

WWW: http://libharu.org/
2007-06-15T12:28:07+00:00 sysutils/pyrenamer A mass file renamer written in PyGTK
pyRenamer is a mass file renamer written in PyGTK. You can rename files using
patterns, substitutions, insert or delete text, or even rename files manually.

WWW: http://www.infinicode.org/code/pyrenamer/
2007-06-14T20:03:05+00:00 www/xpi-customizegoogle Enhance and tweak Google services
CustomizeGoogle is a Firefox extension that enhances Google search
results by adding extra information (like links to Yahoo, Ask.com,
MSN etc) and removing unwanted information (like ads and spam).
* Use Google Suggest (suggest words while you're typing)
* Add links to competitors
* Removes image copying restrictions in Google Book Search
* Secure Gmail and Google Calendar, switch to https
* Block Google Analytics cookies
* Hide the Gmail spam counter
* Make URL previews on sponsored links visible
* Add favicons in the web search result
* Remove ads
* Anonymize your Google userid
* Add a result counter in search result
* Filter spammy websites from search results
* Add links to WayBack Machine (webpage history)
* Remove click tracking
* Add links from Google to your bookmark manager
* Use a fixed font for Gmail mail bodies
* Stream Google search result pages
* Sticky Google Preferences

WWW: http://www.customizegoogle.com/
2007-06-14T15:32:40+00:00 net-mgmt/macroscope User and IP traffic management with Web interface
Macroscope is a squid, sendmail, courier, exim, bpft log files analizer,
IP sniffer and HTML report generator.
Features:
squid log file parser.
sendmail log file parser.
courier log file parser.
exim log file parser.
bpft(ports/net-mgmt/bpft) log file parser.
Database backends support: MySQL, Firebird.
IP sniffer via pcap library (ports/net/libpcap).
Direct commit changes to database in realtime (no log files).
Traffic static HTML reports generating by date periods.
Traffic dynamic HTML reports generating via CGI (Web interface).
Multithreading architecture.
Portable: BSD os'es and Windows NT family supported, but tested at this time
only under FreeBSD 5.x 6.x 7.x amd64 i386 and Windows 2000 XP 2003.

WWW: http://developer.berlios.de/projects/macroscope/
2007-06-14T03:55:31+00:00 www/p5-FCGI-Async Module to allow use of FastCGI asynchronously
This module allows a program to respond to FastCGI requests using an
asynchronous model. It is based on IO::Async and will fully interact
with any program using this base.

WWW: https://metacpan.org/release/FCGI-Async
2007-06-14T02:41:41+00:00 security/php-Auth_OpenID2 PHP OpenID library
The PHP OpenID library lets you enable OpenID authentication on sites
built using PHP. It features the OpenID consumer, Store
implementations, and an OpenID server.

WWW: http://www.openidenabled.com/openid/libraries/php/
2007-06-14T02:41:41+00:00 security/php-Auth_OpenID PHP OpenID library
The PHP OpenID library lets you enable OpenID authentication on sites
built using PHP. It features the OpenID consumer, Store
implementations, and an OpenID server.

WWW: http://www.openidenabled.com/openid/libraries/php/
2007-06-14T01:57:12+00:00 devel/p5-IO-Async Perl modules that implement asynchronous filehandle IO
This collection of modules allows programs to be written that perform
asynchronous filehandle IO operations. A typical program using them would
consist of a single subclass of IO::Async::Set to act as a container for a
number of IO::Async::Notifier objects (or subclasses thereof). The set itself is
responsible for checking read- or write-readiness, and informing the notifiers
of these conditions. The notifiers then perform whatever work is required on
these conditions, by using subclass methods or callback functions.

WWW: https://metacpan.org/release/IO-Async
2007-06-13T21:26:19+00:00 devel/papi API to access the performance counter hw in the microprocessor
PAPI aims to provide the tool designer and application engineer with a
consistent interface and methodology for use of the performance counter
hardware found in most major microprocessors.

PAPI enables software engineers to see, in near real time, the relation
between software performance and processor events.

WWW: http://code.google.com/p/papi-for-freebsd/
WWW: http://icl.cs.utk.edu/papi
2007-06-13T04:52:50+00:00 chinese/scim-fcitx SCIM IMEngine module for fcitx
fcitx stands for Free Chinese Input Toy of X,it's a ollection of Simplified
Chinese input methods based on XIM (X Input Method), including WuBi, PinYin,
and QuWei.
scim-fcitx is an SCIM IMEngine module for fcitx.

WWW: http://www.fcitx.org
2007-06-12T20:15:04+00:00 security/sshguard-ipfw Protect hosts from brute force attacks against ssh and other services using ipfw
2007-06-12T20:10:34+00:00 security/sshguard-pf Protect hosts from brute force attacks against ssh and other services using pf
2007-06-12T19:50:53+00:00 textproc/fy-aspell Aspell Frisian (Frysk) dictionary
Aspell Frisian (Frysk) dictionary.

WWW: http://borel.slu.edu/crubadan/
2007-06-12T18:01:31+00:00 graphics/mypaint Fast painting/scribbling program
MyPaint is a fast and easy open-source graphics application for
digital painters. It lets you focus on the art instead of the
program. You work on your canvas with minimum distractions, bringing
up the interface only when you need it.

MyPaint comes with a large brush collection including charcoal and
ink to emulate real media, but the highly configurable brush engine
allows you to experiment with your own brushes and with not-quite-natural
painting.

WWW: http://mypaint.org/
2007-06-12T14:31:10+00:00 audio/gtkhirad Hinet Radio player using GTK
GtkHiRad is a Hinet Radio player using GTK,

WWW: http://pcman.sayya.org/gtkhirad/
2007-06-12T13:53:46+00:00 x11-wm/beryl-plugins-unsupported Additional Plugins for Beryl Composite/Window Manager
Unsupported plugins for beryl.

WWW: http://www.beryl-project.org/
2007-06-12T13:26:18+00:00 www/p5-chklinks Non-threaded Perl link checker
chklinks is a Perl link checker. It helps finding broken links on your
website.

chklinks differs from linkchecker in that chklinks is non- threaded. It does
not raises many simultaneously connections for its job. It won't run out of
the resources and crash your system in a moment. This is certainly more
desirable for most webmasters and users.

WWW: https://metacpan.org/release/IMACAT/chklinks-3.09
2007-06-12T10:32:45+00:00 audio/mp3plot MP3 bitrate plot tool
mp3plot prints out a plot of the bitrate distribution of a VBR MP3 file
(it will also do it for CBR files although it isn't very meaningful).

WWW: http://p.outlyer.net/mp3plot/
2007-06-11T19:06:55+00:00 www/rsstail Simple RSS monitor
RSSTail is more or less an rss reader: it monitors an rss-feed and if
it detects a new entry it'll emit only that new entry.

WWW: http://www.vanheusden.com/rsstail/
2007-06-11T18:58:44+00:00 www/rsstool Read, parse, merge and write RSS and Atom feeds
rsstool is a tool to read, parse, merge, and write RSS (and Atom)
feeds. It has some other functions built-in like text, HTML, or
property file output, or templates with custom tags to insert RSS
feeds into pages that could be uploaded to a server that supports
only static HTML.

WWW: http://rsstool.berlios.de/
2007-06-11T18:14:43+00:00 sysutils/reclinker Recursive symlinking utility
reclinker is a recursive symlinking utility. It mirrors a hierarchy of
files by means of symlinks. It's similar to GNU Stow, however:
* written in pure C (no dependencies, fast)
* free of forced, confusing package management terminology (like stow
dir, target dir, package)
* supports both absolut and relative linking
* supports linking into existing hierarchies, handles properly already
existing directory symlinks in the target hierarchy (like /usr/man ->
share/man)
* supports access control (set ownership/mode of created
links/directories, filter processed files based on ownership/mode
requirements)

WWW: http://creo.hu/~csaba/stuff/reclinker/
Author: Csaba Henk
2007-06-11T15:04:34+00:00 print/a2pdf Text to PDF converter
a2pdf converts ASCII text to PDF format, with optional line/page
numbering and Perl syntax highlighting.

WWW: http://perl.jonallen.info/projects/a2pdf
2007-06-11T13:50:58+00:00 graphics/ocre Simple optical character recognition solution
OCRE is an optical character recognition (OCR) system that reads an
image file and writes ASCII or Unicode characters.

WWW: http://lem.eui.upm.es/ocre.html
2007-06-11T12:40:02+00:00 audio/qmpdclient Easy to use musicpd client written in Qt4
QMPDClient is an easy to use MPD client written in Qt 4.

Features:

- Covers` display
- Lyrics` display
- Tag guessing
- Internet radio
- Storing & using playlists
- Last.fm track submission
- Tray notifications (Freedestop too)
- Skinnable interface with iconsets
- Shoutcast (unstable, see shoutcast branch in git)
And more

WWW: http://bitcheese.net/wiki/QMPDClient
2007-06-11T12:25:36+00:00 net-mgmt/ocs-unix-agent Keep track of the computers configuration and software
Open Computer and Software Inventory Next Generation is an application designed
to help a network or system administrator keep track of the computers
configuration and software that are installed on the network

WWW: http://www.ocsinventory-ng.org/
2007-06-11T09:11:46+00:00 security/p5-Crypt-OpenSSL-X509 Perl extension for OpenSSL X509 API
This implement a large majority of OpenSSL's useful X509 API.

The email() method supports both certificates where the
subject is of the form:
"... CN=Firstname lastname/emailAddress=user@domain", and also
certificates where there is a X509v3 Extension of the form
"X509v3 Subject Alternative Name: email=user@domain".

WWW: https://metacpan.org/release/Crypt-OpenSSL-X509
2007-06-11T08:29:36+00:00 sysutils/p5-Sys-Gamin Perl interface to Gamin (File Access Monitor implementation)
Perl interface to Gamin (File Access Monitor implementation)
Provides a somewhat higher-level and friendlier interface to the Gamin File
Access Monitor API. This allows one to monitor both local and remote
(NFS-mounted) files and directories for common filesystem events. To do so, you
must register "monitors" on specified pathnames and wait for events to arrive
pertaining to them.
2007-06-11T06:18:58+00:00 graphics/rubygem-turing Easy to use and customize/extend implementation of captcha
Ruby implementation of captcha (Completely Automated Public Turing-Test to
Tell Computers and Humans Apart) that is both easy to use and easy to
customize/extend.

WWW: http://turing.rubyforge.org/
2007-06-11T05:13:47+00:00 net/rrdman Apply Holt-Winters prediction parameters to RRD data
RRDman is a set of utilities that manipulate the RRDtool database files.
Currently it consists of the following utilities:

* rrd_hwreapply: Re-apply Holt-Winters prediction parameters to RRD data

RRDman is hosted as a subproject of RRFW

WWW: http://rrfw.sourceforge.net/rrdman/
2007-06-11T05:13:47+00:00 databases/rrdman Apply Holt-Winters prediction parameters to RRD data
RRDman is a set of utilities that manipulate the RRDtool database files.
Currently it consists of the following utilities:

* rrd_hwreapply: Re-apply Holt-Winters prediction parameters to RRD data

RRDman is hosted as a subproject of RRFW

WWW: http://rrfw.sourceforge.net/rrdman/
2007-06-10T20:23:30+00:00 graphics/gx Lightweight image viewer
gx is a small image viewer for UNIX like systems. It's written
in C++ (using gtkmm). It can rotate, rescale, and zoom images.

WWW: http://BSDforge.com/projects/graphics/gx/
2007-06-10T19:10:02+00:00 deskutils/mical Minimalist iCalendar toolset
mical is a small set of utilities intended to enable users of email
clients without an integrated calendar to deal with the iCalendar
format mails sent by, for example, Microsoft Outlook.

WWW: http://www.0x1.org/d/projects/mical/
Author: David Arnold <davida@pobox.com>
2007-06-10T19:07:43+00:00 deskutils/py-vobject ICalendar library
Vobject parses iCalendar and vCard files into Python data structures,
decoding the relevant encodings. Also serializes vobject data structures
to iCalendar, vCard, or (expirementally) hCalendar unicode strings.

WWW: http://eventable.github.io/vobject/
2007-06-10T13:20:37+00:00 mail/meta1 Secure and efficient mail gateway
MeTA1 is a message transfer agent that has been designed with
these main topics in minds:

* Security
* Reliability
* Efficiency
* Configurability
* Extendibility

MeTA1 consists of five main modules of which only one runs as root:

* mcp: the main control program is similar to inetd(8):
it starts all other MeTA1 modules and watches over their execution.
mcp runs as root in order to bind to port 25 and to change the uid
of the processes it starts.
* smtps: the SMTP server receives e-mails.
* smtpc: the SMTP client sends e-mails.
* smar: the address resolver provides lookups in various maps
including DNS for mail routing.
* qmgr: the queue manager controls the flow of e-mails through the
SMTP servers and clients.

WWW: http://www.meta1.org/
2007-06-09T23:49:32+00:00 graphics/rubygem-gd2 Ruby interface to gd 2 library
Ruby binding for Thomas Boutell's gd 2.x graphics library

WWW: http://gd2.rubyforge.org/
2007-06-09T22:06:11+00:00 graphics/gimmage Simple image viewer
Gimmage is a simple image viewer that aims to have a minimalist
interface and tries to be keyboard operable for browsing through a
large number of images quickly. It is appropriate for command line
usage as it accepts directories and image filenames as arguments. It
has an in-application file browser that allows users to select and
drag images and directories into the image viewing area in order to
have them displayed.

WWW: https://sourceforge.net/projects/gimmage.berlios/
2007-06-09T18:37:50+00:00 japanese/ctags Feature-filled tagfile generator with Japanese support
Exuberant Ctags with Japanese language support.

Exuberant Ctags generates an index (or tag) file of source language
objects in source files that allows these items to be quickly and
easily located by a text editor or other utility.

Alternatively, it can generate a cross reference file which lists,
in human-readable form, information about the various objects found
in a set of source code files.

Supported languages include: Assembler, ASP, AWK, BETA, C, C++, C#,
COBOL, Eiffel, Fortran, HTML, Java, Javascript, Lisp, Lua, Make,
Pascal, Perl, PHP, PL/SQL, Python, REXX, Ruby, S-Lang, Scheme, Shell
(Bourne/Korn/Z), Standard ML, Tcl, Vera, Verilog, Vim and Yacc.

WWW: http://hp.vector.co.jp/authors/VA025040/ctags/
2007-06-09T18:25:06+00:00 textproc/ots Open Text Summarizer
The Open Text Summarizer is an open source tool for summarizing texts.
The program reads a text and decides which sentences are important and
which are not.

WWW: http://libots.sourceforge.net/
2007-06-08T23:15:33+00:00 www/py-postmarkup Library to parse the BBcode written in Python
Generates XHTML snippets from BBCode.

WWW: http://code.google.com/p/postmarkup/
2007-06-07T15:08:09+00:00 mail/p5-GMail-IMAPD Perl IMAP4 gateway to Google's webmail service
This module allows users to access their Gmail messages with an IMAP
client by running a server which accepts IMAP connections.

Currently this module supports only a subset of the IMAP4 protocol.

WWW: https://metacpan.org/release/GMail-IMAPD
2007-06-07T14:00:05+00:00 audio/gstreamer-plugins-mp3 Gstreamer Plugins Mp3 decoder meta-port
Gstreamer Plugins Mp3 decoder meta-port
2007-06-07T10:08:02+00:00 net/py-s3cmd Unix-like tools to manipulate stored files from the command line
s3cmd - Unix-like tools to manipulate stored files from the command line.

WWW: https://s3tools.org/s3cmd
2007-06-07T09:11:13+00:00 sysutils/p5-Brackup Flexible backup tool
Flexible backup tool. Slices, dices, encrypts, and sprays across the
net.

WWW: https://metacpan.org/release/Brackup
2007-06-07T09:09:09+00:00 devel/luabind Library that helps you create bindings between C++ and Lua
Luabind is a library that helps you create bindings between C++ and
Lua. It has the ability to expose functions and classes, written
in C++, to Lua. It will also supply the functionality to define
classes in lua and let them derive from other lua classes or C++
classes. Lua classes can override virtual functions from their C++
baseclasses. It is written towards Lua 5.x, and does not work with
Lua 4.

It is implemented utilizing template meta programming. That means
that you don't need an extra preprocess pass to compile your project
(it is done by the compiler). It also means you don't (usually)
have to know the exact signature of each function you register,
since the library will generate code depending on the compile-time
type of the function (which includes the signature). The main
drawback of this approach is that the compilation time will increase
for the file that does the registration, it is therefore recommended
that you register everything in the same cpp-file.

WWW: http://www.rasterbar.com/products/luabind.html
2007-06-07T08:57:32+00:00 audio/libamrwb 3GPP Adaptive Multi-Rate - Wideband (AMR-WB) Speech Codec
3GPP AMR Adaptive Multi-Rate - Wideband (AMR-WB) Speech Codec Shared Library

3GPP released reference implementation of 3GPP AMR Adaptive Multi-Rate -
Wideband (AMR-WB) Speech Codec (3GPP TS 26.204).

http://www.3gpp.org/ftp/Specs/html-info/26204.htm

This package converts 3GPP TS 26.204 reference implementation of AMR-WB to a
shared library.

WWW: http://www.penguin.cz/~utx/amr
2007-06-06T21:45:48+00:00 net/iffinder Tools for find other interfaces for same router
Iffinder is a tool for discover IP interfaces which belong to same
router.

WWW: http://www.caida.org/tools/measurement/iffinder/
2007-06-06T17:14:24+00:00 mail/p5-MIME-Charset Charset Informations for MIME
MIME::Charset provides informations about character sets used for MIME
messages on Internet.

WWW: https://metacpan.org/release/MIME-Charset
2007-06-06T13:28:20+00:00 devel/py-lock_file Lock file manipulation
Lock file is a traditional means of synchronization among processes. In this
module it is implemented as an empty regular file exclusively locked using
fcntl.lockf. When it is to be released it is removed by default. However, if
all cooperating processes turn off the removal, they get a guaranteed order of
acquisitions and better scalability.

WWW: http://martin.horcicka.eu/python/lock_file/
2007-06-06T13:27:34+00:00 www/p5-HTML-FillInForm-ForceUTF8 FillInForm with UTF-8 encoding
HTML::FillInForm::ForceUTF8 is a subclass of HTML::FillInForm that forces
utf8 flag on html and parameters. This allows you to prevent filling
garbled result.

WWW: https://metacpan.org/release/HTML-FillInForm-ForceUTF8
2007-06-06T12:18:10+00:00 multimedia/dvdauthorwizard The tool for creating a DVD with fully animated menu from MPEG-2 files
This wizard will create a DVD with fully animated menu
from MPEG-2 files. It is designed to be very easy to use.
All you need to do is add one or more files to the playlist
and answer the questions that follow.

WWW: http://dvdauthorwizard.sourceforge.net
2007-06-06T10:33:24+00:00 security/kopete-otr Allows deniable private conversations using Kopete
This plugin enables Off-The-Record encryption for
Kopete.

WWW: http://kopete-otr.follefuder.org/
2007-06-06T09:41:11+00:00 www/phpbb3 PHP-based bulletin board / discussion forum system
phpBB is a high powered, fully scalable, and highly customisable
open-source bulletin board package. phpBB has a user-friendly interface,
simple and straightforward administration panel, and helpful FAQ. Based
on the powerful PHP server language and your choice of MySQL, MS-SQL,
PostgreSQL or Access/ODBC database servers, phpBB is the ideal free
community solution for all web sites.

WWW: https://www.phpbb.com/
2007-06-06T09:41:11+00:00 www/phpbb-devel A PHP-based bulletin board / discussion forum system
phpBB is a high powered, fully scalable, and highly customisable
open-source bulletin board package. phpBB has a user-friendly interface,
simple and straightforward administration panel, and helpful FAQ. Based
on the powerful PHP server language and your choice of MySQL, MS-SQL,
PostgreSQL or Access/ODBC database servers, phpBB is the ideal free
community solution for all web sites.

WWW: http://www.phpbb.com/
2007-06-06T06:00:31+00:00 devel/sid A LL(1) parser generator
Sid is a LL(1) parser generator that turns specifications of languages into
programs that recognise those languages. One of the aims of sid was to separate
the specification of the language to be recognised from the language that the
recogniser program is written in. For this reason, input to sid is split into
two components: output language independent information, and output language
dependent information.
2007-06-06T03:42:45+00:00 games/vavoom-extras Doom, Doom II, Heretic, Hexen, and Strife source port (extras)
This port optionally installs the following Vavoom engine additions:

* 3D models.
* High resolution textures.
* Enhanced soundtracks.

For the supported games.

WWW: http://www.vavoom-engine.com/
2007-06-05T13:37:58+00:00 devel/linxt Perl script for controlling Lego NXT brick
The linxt Perl script is a Unix command line tool for communicating
with the Lego Mindstorms Robotics NXT brick. It can be used to
query the brick for information like firmware version, battery
level, etc. and also to upload robotics programs compiled with
NBC/NXC.
2007-06-05T13:34:22+00:00 devel/p5-usb Perl wrapper for libusb
Device::USB, Perl wrappers for libusb.
2007-06-05T13:34:22+00:00 devel/p5-Device-USB Perl wrapper for libusb
Device::USB, Perl wrappers for libusb.

WWW: https://metacpan.org/release/Device-USB
2007-06-05T13:02:35+00:00 sysutils/condor High-throughput computing on distributively owned resources
Condor is a open-source, specialized workload management system for
compute-intensive jobs. Like other full-featured batch systems, Condor provides
a job queuing mechanism, scheduling policy, priority scheme, resource
monitoring, and resource management. Users submit their serial or parallel jobs
to Condor, Condor places them into a queue, chooses when and where to run the
jobs based upon a policy, carefully monitors their progress, and ultimately
informs the user upon completion. Condor also contains mechanisms to submit
jobs to grid-sites and supports many different grid toolkits.

It is developed at the University of Wisconsin-Madison's Department of Computer
Sciences.

WWW: https://research.cs.wisc.edu/htcondor/
2007-06-05T09:38:39+00:00 textproc/scim-m17n SCIM IMEngine module which uses m17n library as the backend
This is a SCIM IMEngine module which uses m17n library as the backend. It
allows you to use keyboard layouts available via devel/m17n-db and
textproc/m17n-contrib through standard SCIM interface. m17n-lib currently
supports input of more than 60 languages with more than 70 language
specific input methods.

WWW: http://www.scim-im.org/
2007-06-05T07:12:31+00:00 devel/py-pyutil Collection of mature utilities for Python programmers
These are a few data structures, classes and functions
which we've needed over many years of Python
programming and which seem to be of general use to
other Python programmers. Many of the modules that
have existed in pyutil over the years have subsequently
been obsoleted by new features added to the Python
language or its standard library, thus showing that
we're not alone in wanting tools like these.

WWW: https://pypi.org/project/pyutil/
2007-06-05T07:10:40+00:00 audio/libamrnb 3GPP floating-point Adaptive Multi-Rate (AMR) Speech Codec
3GPP Adaptive Multi-Rate Floating-point (AMR) Speech Codec Shared Library

3GPP released reference implementation of 3GPP Adaptive Multi-Rate
Floating-point (AMR) Speech Codec (3GPP TS 26.104).

http://www.3gpp.org/ftp/Specs/html-info/26104.htm

This package converts 3GPP TS 26.104 reference implementation of AMR-NB to a
shared library.

WWW: http://www.penguin.cz/~utx/amr
2007-06-04T21:44:48+00:00 games/linux-darwinia-demo Real-time action strategy with programs
From the homepage: The world of Darwinia is a virtual themepark,
running entirely inside a computer network and populated by a
sentient evolving life form called the Darwinians. Unfortunately
Darwinia has been overrun by a computer virus which has multiplied
out of control. Your task is to destroy the Viral Infection and
save the Darwinians from extinction.

WWW: http://www.introversion.co.uk/darwinia/
2007-06-04T21:43:30+00:00 games/linux-uplink-demo High tech computer crime and industrial espionage on the Internet
From the homepage: You play an Uplink Agent who makes a living by performing
jobs for major corporations. Your tasks involve hacking into rival computer
systems, stealing research data, sabotaging other companies, laundering money,
erasing evidence, or framing innocent people.
You use the money you earn to upgrade your computer systems, and to buy new
software and tools. As your experience level increases you find more
dangerous and profitable missions become available. You can speculate on a
fully working stock market (and even influence its outcome). You can modify
peoples academic or criminal records. You can divert money from bank transfers
into your own accounts. You can even take part in the construction of the most
deadly computer virus ever designed.

WWW: http://uplink.co.uk
2007-06-04T21:41:41+00:00 games/linux-defcon Defcon for Linux
Defcon is announced as "The World's first Genocide 'em up". It is a
global thermonuclear war simulation inspired by movies like WarGames
and features multiplayer support, different game modes and support for
own game mods.

WWW: http://www.introversion.co.uk/defcon/
2007-06-04T21:30:22+00:00 benchmarks/tsung Multi-protocol distributed load testing tool
Tsung is an open-source multi-protocol distributed load testing tool

It can be used to stress HTTP, WebDAV, SOAP, PostgreSQL, MySQL, LDAP and
Jabber/XMPP servers. Tsung is a free software released under the GPLv2 license.

The purpose of Tsung is to simulate users in order to test the scalability and
performance of IP based client/server applications. You can use it to do load
and stress testing of your servers. Many protocols have been implemented and
tested, and it can be easily extended.

It can be distributed on several client machines and is able to simulate
hundreds of thousands of virtual users concurrently (or even millions if you
have enough hardware ...).

Tsung is developed in Erlang, an open-source language made by Ericsson for
building robust fault-tolerant distributed applications.

WWW: http://tsung.erlang-projects.org/
2007-06-04T21:06:18+00:00 math/lensnns Light Efficient Neural Network Simulator
Lens is an efficient, yet flexible, neural network simulator that runs on
a variety of platforms, is able to handle large, complex simulations, but
is also reasonably easy for novices to operate.

WWW: http://tedlab.mit.edu/~dr/Lens/
2007-06-04T20:46:04+00:00 security/pvk Tool to convert a RSA key in PEM format into a PVK file and vice versa
Conversion tool that will convert a standard RSA key in OpenSSL PEM format
into a PVK file and vice versa.

WWW: http://www.drh-consultancy.demon.co.uk/pvk.html
2007-06-04T20:23:35+00:00 korean/stardict2-dict-kr Korean and foreign language Dictionaries for StarDict
Korean and foreign language Dictionaries for StarDict.

WWW: http://stardict.sourceforge.net/
2007-06-04T20:07:23+00:00 sysutils/py-bcfg2 Configuration management system written in Python
Bcfg2 helps system administrators produce a consistent, reproducible, and
verifiable description of their environment, and offers visualization and
reporting tools to aid in day-to-day administrative tasks.

WWW: http://bcfg2.org/
2007-06-04T19:51:34+00:00 security/pvt Tool to convert a RSA key in PEM format into a PVK file and vice versa
Conversion tool that will convert a standard RSA key in OpenSSL PEM format
into a PVK file and vice versa.

WWW: http://www.drh-consultancy.demon.co.uk/pvk.html
2007-06-04T19:40:09+00:00 devel/py-usb Python wrapper around libusb
PyUSB aims to be an easy to use Python module to access USB devices. PyUSB
relies on a native system library for USB access.

WWW: http://pyusb.github.io/pyusb/
2007-06-04T15:08:39+00:00 x11/metisse Innovative X-based window system
Metisse is an experimental X desktop with neat OpenGL features. It consists
of a virtual X server called Xmetisse, a special version of FVWM, and a FVWM
module FvwmCompositor.

Metisse was designed with two goals in mind. First, it should make it easy
for HCI researchers to design and implement innovative window management
techniques. Second, it should conform to existing standards and be robust
and efficient enough to be used on a daily basis, making a suitable platform
for the evaluation of the proposed techniques.

WWW: http://insitu.lri.fr/metisse/
2007-06-04T13:28:47+00:00 audio/abraca GTK2 client for the XMMS2 music player
Abraca is a GTK2 client for the XMMS2 music player. It is designed with
collections in mind, which makes managing your music a breeze.

WWW: http://abraca.github.io/Abraca/
2007-06-04T13:24:29+00:00 sysutils/lugtools Handles creation and removal of LDAP POSIX user and groups
A set of shell scripts for managing LDAP POSIX user and group creation
and removal.

lgadd - add a LDAP group
lgrm - remove a LDAP group
lpwo - change a LDAP password
luadd - add a LDAP user
lurm - remove a LDAP user

WWW: http://vvelox.net/projects/lugtools/
2007-06-04T10:08:02+00:00 games/djgame2 bluedj contains many popular online games
bluedj contains many popular online games in China, such as mahjong,
poker and chess. It has a large number of games and game players.

WWW: http://www.bluedj.com/
2007-06-04T08:48:38+00:00 archivers/linux-upx RPM of UPX, a high-performance executable packer
${.CURDIR}/../${PORTNAME}/pkg-descr
2007-06-04T08:48:38+00:00 archivers/linux-f8-upx UPX, a high-performance executable packer (Linux Fedora 8)
${.CURDIR}/../${PORTNAME}/pkg-descr
2007-06-04T08:48:38+00:00 archivers/linux-f10-upx UPX, a high-performance executable packer (Linux Fedora 10)
${.CURDIR}/../${PORTNAME}/pkg-descr
2007-06-04T08:46:17+00:00 archivers/linux-ucl RPM of UCL, a lossless data compression library
${.CURDIR}/../${PORTNAME}/pkg-descr
2007-06-04T08:46:17+00:00 archivers/linux-f8-ucl UCL, a lossless data compression library (Linux Fedora 8)
${.CURDIR}/../${PORTNAME}/pkg-descr
2007-06-04T08:46:17+00:00 archivers/linux-f10-ucl UCL, a lossless data compression library (Linux Fedora 10)
${.CURDIR}/../${PORTNAME}/pkg-descr
2007-06-04T08:31:46+00:00 dns/ldnsm Manages LDAP enteries for the BIND9 SDB LDAP patch
Manages LDAP entries for the BIND9 SDB LDAP patch.

Supports adding, removing, and modifying enteries.

The attributes it can handle are TTL, A record, C name, AAAA
record, and MX record. Outside of TTL, multiple attributes
for each type record.

WWW: http://vvelox.net/projects/ldnsm/
2007-06-04T08:04:27+00:00 japanese/p5-DateTime-Calendar-Japanese-Era DateTime Extension for Japanese Eras
Japan traditionally used an "era" system since 645. In modern days
(since the Meiji era) eras can only be renewed when a new emperor
succeeds his predecessor. Until then new eras were proclaimed for
various reasons, including the succession of the shogunate during the
Tokugawa shogunate.

WWW: https://metacpan.org/release/DateTime-Calendar-Japanese-Era
2007-06-04T07:57:52+00:00 net/wackamole Peer-to-peer high availability cluster
Wackamole is an application that helps with making a cluster highly
available.

It manages a number of virtual IPs, that should be available to the
outside world at all times. Wackamole ensures that a single machine
within a cluster is listening on each virtual IP address that Wackamole
manages. If it discovers that any particular machine within the cluster
are not alive, it will almost immediately ensure that other machines
acquire their public IPs. At no time will more than one machine listen
on any virtual IP.

Wackamole also works toward achieving a balanced distribution of the
numbered IPs on the machine within the cluster it manages.

WWW: https://BSDforge.com/projects/net/wackamole/
2007-06-04T07:28:18+00:00 sysutils/snap Tools for periodic and manual management of UFS2 snapshots
snap is a tool for the management of UFS2 snapshots created
by mount(8). It can maintain hourly, daily and weekly snap-
shots while trying to minimize the disk space occupied. The
snapshots created are labeled with their creation time, and
users can create them manually.

The major advantage over sysutils/freebsd-snapshot is that
it uses hardlink to save diskspace, mark each snapshot with
its creation time and calculates redundancy in a smart way.

WWW: http://www.cs.nctu.edu.tw/~wchunhao/ports/snap/
2007-06-04T07:00:30+00:00 x11-drivers/xf86-input-vmmouse X.Org vmmouse input driver
This package contains the X.Org xf86-input-vmmouse driver.

WWW: https://www.x.org/
2007-06-04T06:45:49+00:00 devel/lexi A lexical analyser tool
Lexi translates a description of a lexical analyser into code implementing that
analyser.

WWW: http://www.akumaproject.org/
2007-06-04T03:54:37+00:00 net/p5-REST-Application Framework for building RESTful web-applications
This module acts as a base class for applications which implement a
RESTful interface. When an HTTP request is received some dispatching logic
in REST::Application is invoked, calling different handlers based on what
the kind of HTTP request it was (i.e. GET, PUT, etc) and what resource it
was trying to access. This module won't ensure that your API is RESTful
but hopefully it will aid in developing a REST API.

WWW: https://metacpan.org/release/REST-Application
2007-06-03T20:04:19+00:00 www/asterisk-gui An asterisk ajax web manager
Asterisk-GUI is a framework for the creation of graphical interfaces for
configuring Asterisk. Some sample graphical interfaces for specific vertical
markets are included for reference or for actual use and extension.

It is the web-GUI component of AsteriskNOW.

WWW: http://www.asterisknow.org/
2007-06-03T01:07:53+00:00 audio/linux-sdl_mixer A sample multi-channel audio mixer library (Linux version)
${.CURDIR}/../${PORTNAME}/pkg-descr
2007-06-03T01:07:53+00:00 audio/linux-f8-sdl_mixer A sample multi-channel audio mixer library (Linux Fedora 8)
${.CURDIR}/../${PORTNAME}/pkg-descr
2007-06-03T01:07:53+00:00 audio/linux-f10-sdl_mixer Sample multi-channel audio mixer library (Linux Fedora 10)
${.CURDIR}/../${PORTNAME}/pkg-descr
2007-06-03T01:04:00+00:00 audio/linux-mikmod MikMod Sound Library (Linux version)
${.CURDIR}/../${PORTNAME}/pkg-descr
2007-06-03T01:04:00+00:00 audio/linux-f8-mikmod MikMod Sound Library (Linux Fedora 8)
${.CURDIR}/../${PORTNAME}/pkg-descr
2007-06-03T01:04:00+00:00 audio/linux-f10-mikmod MikMod Sound Library (Linux Fedora 10)
${.CURDIR}/../${PORTNAME}/pkg-descr
2007-06-01T18:22:36+00:00 www/newsbeuter RSS feed reader for the text console
Newsbeuter is an RSS feed reader for the text console.

WWW: http://newsbeuter.org/
2007-06-01T17:16:40+00:00 lang/dlv Disjunctive Datalog System
DLV is a system for disjunctive datalog with constraints, true negation
and queries.

The DLV system also includes

* the K planning system,
* a frontend for abductive diagnosis and Reiter's diagnosis,
* support for inheritance, and
* an SQL frontend which prototypes some novel SQL3 features.

WWW: http://www.dlvsystem.com/dlv/
2007-06-01T14:06:51+00:00 multimedia/x264-gtk
2007-06-01T07:27:46+00:00 games/cchess Very simple Chinese chess program
An very simple Chinese chess program.

WWW: http://www.nchess.com/
2007-05-31T16:32:20+00:00 x11-drivers/xf86-video-intel29 Driver for Intel integrated graphics chipsets
Driver for Intel integrated graphics chipsets. It supports the i810,
i810-DC100, i810e, i815, i830M, 845G, 852GM, 855GM, 865G, 915G, 915GM,
945G, 945GM, 965G, 965Q, 946GZ and 965GM chipsets.

WWW: http://www.x.org
2007-05-31T16:32:20+00:00 x11-drivers/xf86-video-intel X.Org legacy driver for Intel integrated graphics chipsets
The xf86-video-intel module is an open-source 2D graphics driver for
the X Window System as implemented by X.org. It supports a variety of
Intel graphics chipsets including:

i810/i810e/i810-dc100,i815,
i830M,845G,852GM,855GM,865G,
915G/GM,945G/GM/GME,946GZ
G/GM/GME/Q965,
G/Q33,G/Q35,G41,G/Q43,G/GM/Q45
PineView-M (Atom N400 series)
PineView-D (Atom D400/D500 series)
Intel(R) HD Graphics,
Intel(R) Iris(TM) Graphics,
Intel(R) Iris(TM) Pro Graphics.

WWW: https://01.org/linuxgraphics/
2007-05-31T11:29:52+00:00 textproc/p5-MARC-Lint Mechanism for validating MARC records
MARC::Lint provides a mechanism for validating MARC records.

WWW: https://metacpan.org/release/MARC-Lint
2007-05-31T09:05:35+00:00 net-mgmt/weathermap This tool displays the utilization of the network links
Network Weathermap is a perl tool that displays in a visual way the utilization
of the network links of your network. The required data are acquired from
graphs created by the MRTG package and are displayed as two ways colored arrows
on a map representing the logical topology of the network. The resulted image
is presented in a web page using extra DHTML and JavaScript code for web-over
pop-ups, based on the OverLib JavaScript library.

WWW: http://netmon.grnet.gr/weathermap/
2007-05-30T18:48:50+00:00 net/csync2 Cluster synchronization tool
Csync2 is a cluster synchronization tool. It can be used to keep files on
multiple hosts in a cluster in sync. Csync2 can handle complex setups with
much more than just 2 hosts, handle file deletions and can detect
conflicts.

It is expedient for HA-clusters, HPC-clusters, COWs and server farms. If
you are looking for a tool to sync your laptop with your workstation, you
better have a look at Unison (http://www.cis.upenn.edu/~bcpierce/unison/)
too.

WWW: http://oss.linbit.com/csync2/
2007-05-30T16:32:12+00:00 net/p5-SOAP-Lite-060 SOAP::Lite - Client and server side SOAP implementation
SOAP::Lite is a collection of Perl modules which provides a
simple and lightweight interface to the Simple Object Access Protocol
(SOAP) both on client and server side.

This version is maintained because many systems still require functionality
in 0.60, which has become broken/deprecated in later versions.

WWW: http://search.cpan.org/dist/SOAP-Lite/
2007-05-30T14:40:42+00:00 x11-toolkits/nucleo Toolkit to explore video and human-computer interaction
Nucleo is a toolkit for exploring new uses of video and new human-computer
interaction techniques. Most of it comes from a previous toolkit named
videoSpace.

Like videoSpace, nucleo is motivated by the desire to focus on the uses of
video, rather than the technologies it requires. In this perspective, the
toolkit is not focused on performance or reliability issues, but rather on
the ability to support rapid prototyping and incremental development of
video applications.

WWW: http://insitu.lri.fr/~roussel/projects/nucleo/
2007-05-30T08:45:32+00:00 databases/xapian-bindings10 Bindings allowing Xapian to be used from various programming languages
SWIG and JNI bindings allowing Xapian to be used from various other
programming languages.

WWW: http://www.xapian.org/
2007-05-30T08:45:32+00:00 databases/xapian-bindings Bindings allowing Xapian to be used from various programming languages
This is the meta port of the following bindings:
- databases/lua-xapian: Lua binding
- databases/p5-Xapian: Perl binding
- databases/php-xapian: PHP binding
- databases/py-xapian: Python binding
- databases/ruby-xapian: Ruby binding

WWW: https://xapian.org/
2007-05-30T03:08:43+00:00 www/p5-Catalyst-Plugin-Authentication-OpenID OpenID Authentication
Catalyst::Plugin::Authentication::OpenID implements support for OpenID
authentication in a Catalyst application. For more information on OpenID, take a
look at http://www.openid.net/.

In most cases, you'll want to use this plugin in combination with a session
plugin for Catalyst. For example, Catalyst::Plugin::Session::FastMmap, which
uses a memory-mapped database to store session data.

WWW: https://metacpan.org/release/BTROTT/Catalyst-Plugin-Authentication-OpenID-0.02
2007-05-29T17:09:21+00:00 print/pecl-ps PHP extension for pslib to generate postscript
PHP extention to generate postscript by using pslib.

WWW: https://pecl.php.net/package/ps
2007-05-29T16:15:08+00:00 devel/pear-PhpDocumentor Provides automatic documenting of php-api from the source
The phpDocumentor tool is a standalone auto-documentor similar to JavaDoc
written in PHP. It differs from PHPDoc in that it is MUCH faster, parses a much
wider range of php files, and comes with many customizations including 11 HTML
templates, Windows help file CHM output, PDF output, and XML DocBook peardoc2
output for use with documenting PEAR. In addition, it can do PHPXref source
code highlighting and linking.

WWW: https://pear.php.net/package/PhpDocumentor
2007-05-29T16:12:27+00:00 math/pear-Math_Combinatorics Package that produces combinations and permutations
A package that returns all the combinations and
permutations, without repitition, of a given set
and subset size. Associative arrays are preserved.

WWW: https://pear.php.net/package/Math_Combinatorics
2007-05-29T16:11:01+00:00 www/pear-Services_Digg PHP interface to Digg's API
An interface for accessing Digg's web services API
at http://services.digg.com.

WWW: https://pear.php.net/package/Services_Digg
2007-05-29T13:14:59+00:00 print/splix CUPS printer drivers for Samsung Printer Language printers
SpliX is a set of CUPS printer drivers for SPL (Samsung Printer Language)
printers. Below is a non-exhaustive list of currently supported printers.

Manufacturer Model State
Dell 1100 Works
Dell 1110 Works
Samsung CLP-200 Untested
Samsung CLP-300 Works
Samsung CLP-500 Works
Samsung CLP-510 Works
Samsung CLP-550 Works
Samsung CLP-600 Untested
Samsung CLP-610 Untested
Samsung CLX-216X Works
Samsung CLX-2170 Untested
Samsung CLX-3160 Works
Samsung ML-1510 Works
Samsung ML-1520 Works
Samsung ML-1610 Works
Samsung ML-1630 Works
Samsung ML-1640 Works
Samsung ML-1710 Works
Samsung ML-1740 Works
Samsung ML-1750 Works
Samsung ML-2010 Works
Samsung ML-2150 Untested
Samsung ML-2250 Works
Samsung ML-2251 Works
Samsung ML-2510 Works
Samsung ML-2570 Works
Samsung ML-2550 Works
Samsung ML-3050 Untested
Samsung ML-3560 Works
Samsung SCX-4200 Works
Samsung SCX-4500 Works
Xerox Phaser 3115 Untested
Xerox Phaser 3116 Untested
Xerox Phaser 3117 Works
Xerox Phaser 3120 Untested
Xerox Phaser 3121 Works
Xerox Phaser 3122 Untested
Xerox Phaser 3130 Works
Xerox Phaser 3150 Untested
Xerox Phaser 3160 Works
Xerox Phaser 3420 Untested
Xerox Phaser 3425 Untested
Xerox Phaser 5500 Untested
Xerox Phaser 6100 Works
Xerox Phaser 6110 Works
Xerox WorkCentre 3119 Untested
2007-05-29T07:35:53+00:00 net/p5-URI-Template Object for handling URI templates
URI::Template - Object for handling URI templates

This is an initial attempt to provide a wrapper around URI templates
as described at:

http://www.ietf.org/internet-drafts/draft-gregorio-uritemplate-00.txt

WWW: https://metacpan.org/release/URI-Template
2007-05-29T02:46:53+00:00 devel/p5-ShipIt Software release tool
Releasing a new version of software takes a lot of steps... finding
the next version number (and making sure you didn't already use that
version number before), making sure your changelog is updated, making
sure your "make dist" results in a tarball that builds, committing
changes (with updated version number), tagging, and uploading the
tarball somewhere.

Or maybe more steps. Or not some of the above. Maybe you forgot
something! And maybe you manage multiple projects, and each project
has a different release process.

This is all a pain in the ass.

You want to be hacking, not jumping through hoops.

Your contributors want to see their patches actually make it into a
release, which won't happen if you're afraid of releases.

shipit automates all the hell. It makes life beautiful.

WWW: https://metacpan.org/release/ShipIt
2007-05-29T01:59:42+00:00 devel/p5-Devel-ebug Simple, extensible Perl debugger
A debugger is a computer program that is used to debug other programs.
Devel::ebug is a simple, extensible Perl debugger with a clean API.
Using this module, you may easily write a Perl debugger to debug your
programs. Alternatively, it comes with an interactive debugger, ebug.

perl5db.pl, Perl's current debugger is currently 2,600 lines of magic
and special cases. The code is nearly unreadable: fixing bugs and
adding new features is fraught with difficulties. The debugger has no
test suite which has caused breakage with changes that couldn't be
properly tested. It will also not debug regexes. Devel::ebug is aimed
at fixing these problems and delivering a replacement debugger which
provides a well-tested simple programmatic interface to debugging
programs. This makes it easier to build debuggers on top of
Devel::ebug, be they console-, curses-, GUI- or Ajax-based.

There are currently two user interfaces to Devel::debug, ebug and
ebug_http. ebug is a console-based interface to debugging programs,
much like perl5db.pl. ebug_http is an innovative web-based interface
to debugging programs.

WWW: https://metacpan.org/release/Devel-ebug
2007-05-29T01:55:38+00:00 net/p5-Net-OpenID-Consumer Library for consumers of OpenID identities
This is the Perl API for (the consumer half of) OpenID, a distributed
identity system based on proving you own a URL, which is then your
identity. More information is available at: http://www.danga.com/openid/

WWW: https://metacpan.org/release/Net-OpenID-Consumer
2007-05-29T01:26:44+00:00 multimedia/ruby-flvtool2 Manipulation tool for Macromedia Flash Video files
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.

WWW: http://rubyforge.org/projects/flvtool2/
2007-05-28T15:51:33+00:00 graphics/pear-Image_GraphViz Interface to AT&T's GraphViz tools
The GraphViz class allows for the creation of and the work with directed and
undirected graphs and their visualization with AT&T's GraphViz tools.

WWW: https://pear.php.net/package/Image_GraphViz
2007-05-28T13:15:29+00:00 math/jts JTS Topology Suite
The JTS Topology Suite is an API of 2D spatial predicates and functions. It has
the following design goals:

* JTS conforms to the Simple Features Specification for SQL published by the
Open GIS Consortium
* JTS provides a complete, consistent, robust implementation of fundamental
2D spatial algorithms
* JTS is fast enough for production use
* JTS is written in 100% pure Java(TM)
* JTS is open source (under the LGPL license)

WWW: https://github.com/locationtech/jts
2007-05-28T05:55:34+00:00 chinese/wordpress A state-of-the-art semantic personal publishing platform
WordPress is a state-of-the-art semantic personal publishing platform
with a focus on aesthetics, web standards, and usability.

More simply, Wordpress is what you use when you want to work
with your blogging software, not fight it.

WWW: http://sourceforge.net/projects/wordpress-zh/
2007-05-27T21:50:37+00:00 devel/crow A modern GUI builder for the GTK+ toolkit
Crow is a modern GUI builder for the GTK+ toolkit. It is an advanced
IDE-embeddable RAD tool designed to fulfill the needs of desktop programmers
who want to create multi-platform GTK+ based applications with minimal
GUI coding. Crow is full-featured yet lightweight: its tree-based Property
Explorer solves many GUI constructing tasks in a versatile manner without
additional popup dialogs. The project is targeted to develop a tool that
is coherent and productive for experienced GTK+ users as well as simple
and accessible for newcomers.

WWW: http://www.crowdesigner.org/
2007-05-27T21:49:08+00:00 devel/guiloader-c++ C++ binding to the GuiLoader library
GuiLoader/C++ is a C++ binding to the GuiLoader library. It is a convenience
layer that simplifies development of GuiLoader based applications written
in the C++ language by introducing exception safety, binding GTK+ objects
defined in GuiXml to C++ variables and type-safe dynamic connection to signals.

WWW: http://www.crowdesigner.org/
2007-05-27T21:47:33+00:00 devel/guiloader High-performance and compact GuiXml loader library
GuiLoader is a high-performance and compact GuiXml loader library.
This library allows GTK+ applications to create GUI widgets and
objects at run-time from GuiXml resource files. GuiLoader is
written in the C language as a GObject subclass and has
a trivial language-independent API. GuiLoader was designed to be
easily wrapped for any language that has GTK+ bindings.

WWW: http://www.crowdesigner.org/
2007-05-27T21:47:00+00:00 games/freesynd Reimplementation of the classic Bullfrog game Syndicate
FreeSynd is a cross-platform, GPLed reimplementation of the classic
Bullfrog game, Syndicate.

WWW: http://freesynd.sourceforge.net/
2007-05-27T19:47:56+00:00 www/trac-wikinegotiator Content negotiation for Trac
This plugin provides content negotiation mechanism for Trac wiki pages. With
this plugin, your trac site can provides multiple localized pages for users.

WWW: http://trac-hacks.org/wiki/TracWikiNegotiatorPlugin
2007-05-27T19:46:55+00:00 www/trac-mastertickets Support for ticket dependencies
This plugin adds "blocks" and "blocked by" fields to each ticket,
enabling you to express dependencies between tickets. It also
provides a graphviz-based dependency-graph feature for those tickets
having dependencies specified, allowing you to visually understand
the dependency tree.

The dependency graph is viewable by clicking 'depgraph' in the
context (in the upper right corner) menu when viewing a ticket that
blocks or is blocked by another ticket.

WWW: http://trac-hacks.org/wiki/MasterTicketsPlugin
2007-05-27T19:44:25+00:00 www/trac-ticketdelete Ticket and ticket change deletion
This is a small plugin to allow deleting tickets from within Trac. This as a
method of dealing with tickets very often, it is a commonly requested feature,
and it is needed on rare occasions (generally dealing with spam).

WWW: http://trac-hacks.org/wiki/TicketDeletePlugin
2007-05-27T19:41:38+00:00 www/trac-wikitemplates Templates for the Trac wiki
WikiTemplates is a Trac plugin. This plugin will provide you a way to include
parts of other wiki pages, the templates, into our current wiki page.

WWW: http://trac-hacks.org/wiki/WikiTemplatesPlugin
2007-05-27T19:40:11+00:00 www/trac-xmlrpc Provides an XML-RPC interface to Trac
This plugin allows Trac plugins to export select parts of their
interface via XML-RPC.

It also includes some exported functions for manipulating tickets,
with plans to include interfaces to other parts of Trac's API.

WWW: http://trac-hacks.org/wiki/XmlRpcPlugin
2007-05-27T19:38:05+00:00 www/trac-ldap Trac plugin to use LDAP to store permissions
LDAP extensions to grant group permissions

This extension enables the use of existing LDAP groups to grant
permissions rather than defining permissions for every single user on
the system. Also permits storage of permissions (both users and
groups permissions) in the LDAP directory itself rather than in the
database backend.

WWW: https://trac-hacks.org/wiki/LdapPlugin
2007-05-27T19:36:56+00:00 www/trac-pagelist TracPageList
The PageListPlugin for Trac provides a wiki syntax extension to create dynamic
list of wiki names that match a specific string.

For example,

pagelist:HowTo

would list all the wiki pages that end with HowTo

WWW: http://trac-hacks.org/wiki/PageListPlugin
2007-05-27T19:36:26+00:00 www/trac-pendingticket Support for pending tickets
The intent of this is to allow an administrator to mark a Ticket as "Pending"
to indicate that information has been requested from the reporter. If the
reporter doesn't reply with in the allotted timeframe, the ticket will
automatically be closed.

This works well when combined with the SimpleTicketPlugin

WWW: http://trac-hacks.org/wiki/PendingTicketPlugin
2007-05-27T19:35:35+00:00 www/trac-remind Trac tickets reminder script
Send a text only mail with a reminder on new and open tickets

WWW: http://www.trac-hacks.org/wiki/TicketRemindScript
2007-05-27T19:34:32+00:00 www/trac-simpleticket Simplified Ticket Entry
Allows you to hide ticket fields for simplified entry.

The full list of built-in properties you can hide is:

* owner
* priority
* milestone
* component
* severity
* keywords
* cc

WWW: http://trac-hacks.org/wiki/SimpleTicketPlugin
2007-05-27T19:34:10+00:00 www/trac-restrictedarea Set up restricted areas within Trac
The RestrictedAreaPlugin is a pretty simple Trac plugin that allows the Trac
administrator to set up restricted areas which are accessible only for
privileged users. The access is controlled via the new Trac action
RESTRICTED_AREA_ACCESS and a list of paths configured in the Trac INI-file.

WWW: http://trac-hacks.org/wiki/RestrictedAreaPlugin
2007-05-27T19:33:38+00:00 www/trac-tocmacro Table of contents macro
The TocMacro generates a table of contents for the current page or a set of
pages.

WWW: http://trac-hacks.org/wiki/TocMacro
2007-05-27T19:33:09+00:00 www/trac-wikirename Renames Wiki pages
This plugin allows you to rename wiki pages.

WWW: http://trac-hacks.org/wiki/WikiRenamePlugin
2007-05-27T19:32:42+00:00 www/trac-wantedpages Shows wanted wiki pages
Lists all wiki pages that are linked to but not created in wikis, ticket
descriptions and ticket comments.

WWW: http://trac-hacks.org/wiki/WantedPagesPlugin
2007-05-27T17:35:38+00:00 www/trac-blog A blog plugin for Trac
A blogging system for Trac.

TracBlogPlugin allows one to harness the power of TagsPlugin to generate blogs.
It provides a wiki macro so that blogs can be inserted in any wiki page.
It also provides a navigation component.

WWW: http://trac-hacks.org/wiki/TracBlogPlugin
2007-05-27T17:34:05+00:00 www/trac-email2trac Convert email to trac tickets
This is a release of the SARA package email2trac that contains utilities that
we use to convert emails to trac tickets. The initial setup was made by Daniel
Lundin from Edgewall Software. SARA has extend the initial setup, with the
following extensions:

* HTML messages
* Attachments
* Use commandline options
* Use config file to change the behaviour of the email2trac.py program
* unicode support for special characters in the headers of an email message

WWW: https://oss.trac.surfsara.nl/email2trac
2007-05-27T17:33:19+00:00 www/trac-iniadmin Edit all trac.ini option via the WebAdminPlugin
Edit all trac.ini options via the WebAdminPlugin

WWW: https://trac-hacks.org/wiki/IniAdminPlugin
2007-05-27T17:32:46+00:00 www/trac-codetags Plugin for displaying code tags
A plugin for displaying code tags (XXX, FIXME, TODO, etc.)

WWW: http://trac-hacks.org/wiki/CodeTagsPlugin
2007-05-27T17:32:00+00:00 www/trac-calendar Calendar plugin for trac
This plugin adds new navigation item "Calendar". Calendar is (or is aimed to
be) the tool for planning of tasks with associated date and time. E.g. ticket
to be solved, a conference to attend, or a call to be made can be planned with
Calendar. Items for given week are displayed in an overview with resolution of
15 minutes. Three small monthly views are also available, with days containing
items marked.

Certain items may be prioritized, and are then displayed in a bright color to
stand out.

WWW: http://trac-hacks.org/wiki/CalendarPlugin
2007-05-27T17:31:19+00:00 www/trac-hierwiki Dealing with the trac wiki as a hierarchy
Various things for dealing with the wiki as a hierarchy

WWW: http://trac-hacks.org/wiki/HierWikiPlugin
2007-05-27T15:29:16+00:00 www/trac-macropost Allows Macros to use POST in forms
The MacroPostPlugin allows macros to use post in forms.

WWW: http://trac-hacks.org/wiki/MacroPostPlugin
2007-05-27T14:05:54+00:00 science/liblr A library for Large Regularized Logistic Regression
LIBLR is a linear classifier for data with millions of instances and
features. It implement a trust region Newton method in

C.-J. Lin, R. C. Weng, and S. S. Keerthi. Trust region Newton method
for large-scale regularized logistic regression. Technical report, 2007.
A short version appears in ICML 2007.

Main features of LIBLR include

Same data format as LIBSVM and similar usage
One-vs-the rest multi-class classification
Cross validation for model selection
Probability estimates
Weights for unbalanced data

WWW: http://www.csie.ntu.edu.tw/~cjlin/liblr/
2007-05-27T14:05:54+00:00 science/liblinear Library for Large Linear Classification
LIBLINEAR is a linear classifier for data with millions of instances and
features. It supports:
- L2-regularized classifiers
- L2-loss linear SVM, L1-loss linear SVM, and logistic regression (LR)
- L1-regularized classifiers (after version 1.4)
- L2-loss linear SVM and logistic regression (LR)
- L2-regularized support vector regression (after version 1.9)
- L2-loss linear SVR and L1-loss linear SVR.

Main features of LIBLINEAR include:
- Same data format as LIBSVM, our general-purpose SVM solver, and also similar
usage
- Multi-class classification: 1) one-vs-the rest, 2) Crammer & Singer
- Cross validation for model evaulation
- Automatic parameter selection
- Probability estimates (logistic regression only)
- Weights for unbalanced data
- MATLAB/Octave, Java, Python, Ruby interfaces

WWW: https://www.csie.ntu.edu.tw/~cjlin/liblinear/
2007-05-27T13:36:49+00:00 devel/p5-Test-Assertions Simple set of building blocks for both unit and runtime testing
Test::Assertions provides a convenient set of tools for constructing
tests, such as unit tests or run-time assertion checks (like C's
ASSERT macro). Unlike some of the Test:: modules available on CPAN,
Test::Assertions is not limited to unit test scripts; for example
it can be used to check output is as expected within a benchmarking
script. When it is used for unit tests, it generates output in the
standard form for CPAN unit testing (under Test::Harness).

WWW: https://metacpan.org/release/Test-Assertions
2007-05-27T13:29:20+00:00 devel/p5-Log-Trace Provides a unified approach to tracing
A module to provide a unified approach to tracing.

WWW: https://metacpan.org/release/Log-Trace
2007-05-27T11:48:31+00:00 math/p5-bignum Transparent BigNumber/BigRational support for Perl
This package attempts to make it easier to write scripts that use
BigInts/BigFloats in a transparent way. They use the rewritten
versions of Math::BigInt and Math::BigFloat, Math::BigRat (for
bigrat) and optionally Math::BigInt::Lite.

WWW: https://metacpan.org/release/bignum
2007-05-27T10:15:46+00:00 audio/audacious-dumb Audacious plugin that support the IT, XM, S3M, or MOD formats
Audacious Input Plugin that supports the DUMB MODPlaying engine. It supports
the IT, XM, S3M and MOD audio format.

WWW: http://www.netswarm.net
2007-05-26T19:26:10+00:00 cad/freecad General purpose 3D CAD modeller
FreeCAD is a general purpose parametric 3D modeler.

FreeCAD is aimed directly at mechanical engineering and product
design but also fits in a wider range of uses around engineering,
such as architecture or other engineering specialties.

FreeCAD features tools similar to Catia, SolidWorks or Solid Edge,
and therefore also falls into the category of MCAD, PLM, CAx and
CAE. It is a feature based parametric modeler with a modular software
architecture which makes it easy to provide additional functionality
without modifying the core system.

FreeCAD is under heavy development and might not be
ready for production use.

WWW: https://www.freecadweb.org/
2007-05-26T19:23:44+00:00 graphics/wildmagic The Wild Magic Real-Time 3D Graphics Engine
The Wild Magic Real-Time 3D Graphics Engine is described in the book "3D Game
Engine Design: A Practical Approach to Real-Time Computer Graphics".

Much of the source code is for 3D real-time graphics, but you will find quite a
bit for other purposes.

WWW: http://www.geometrictools.com/
2007-05-26T16:12:05+00:00 textproc/p5-PPI-XS XS acceleration for the PPI perl parser
PPI::XS provides XS-based acceleration of the core PPI packages. It
selectively replaces a (small but growing) number of methods throughout
PPI with identical but much faster C versions.

WWW: https://metacpan.org/release/PPI-XS
2007-05-26T05:49:36+00:00 databases/p5-DBIx-HA High Availability package for DBI
DBIx::HA is a High Availability module for DBI. It is implemented by
overloading the DBI connect, prepare and execute methods and can be
seamlessly used without code modification except for initialization.

DBIx::HA also works seamlessly with Apache::DBI when available, and
ensures that cached database handles in the Apache::DBI module are
properly updated when failing over.

WWW: https://metacpan.org/release/DBIx-HA
2007-05-25T19:53:56+00:00 sysutils/linux-nero CD/DVD disk burner
From the web site:

Powered by the industry-leading Nero Burning ROM engine, Nero Linux 3
is the definitive burning application for Linux operating systems.
Record to CD, DVD, HD DVD, and Blu-ray disc, and experience the next
generation of burning solutions for Linux!

WWW: http://www.nero.com/
2007-05-25T16:13:51+00:00 x11-fonts/liberation-fonts-ttf Liberation fonts from Red Hat to replace MS TTF fonts
LIBERATION font software consists of TrueType-OpenType formatted font software
for rendering LIBERATION typefaces in sans serif, serif, and monospaced
character styles.

There are three sets: Sans (a substitute for Arial, Albany, Helvetica, Nimbus
Sans L, and Bitstream Vera Sans), Serif (a substitute for Times New Roman,
Thorndale, Nimbus Roman, and Bitstream Vera Serif) and Mono (a substitute for
Courier New, Cumberland, Courier, Nimbus Mono L, and Bitstream Vera Sans Mono).

WWW: https://github.com/liberationfonts/liberation-fonts
2007-05-25T14:16:34+00:00 x11-toolkits/linux-qt33 RPM of QT3
Qt sets the standard for high-performance, cross-platform application
development. It includes a C++ class library and tools for cross-platform
development and internationalization.

This is a port of linux libraries of QT3.

WWW: http://trolltech.com/products/qt/qt3
2007-05-25T14:16:34+00:00 x11-toolkits/linux-f8-qt33 RPM of QT3 (Linux Fedora 8)
Qt sets the standard for high-performance, cross-platform application
development. It includes a C++ class library and tools for cross-platform
development and internationalization.

This is a port of linux libraries of QT3.

WWW: http://trolltech.com/products/qt/qt3
2007-05-25T14:16:34+00:00 x11-toolkits/linux-f10-qt33 RPM of QT3 (Linux Fedora 10)
Qt is a C++ toolkit for application development. It lets application
developers target all major operating systems with a single application
source code.

Qt provides a platform-independent API to all central platform functionality:
GUI, database access, networking, file handling, etc. The Qt library
encapsulates the different APIs of different operating systems, providing
the application programmer with a single, common API for all operating systems.
The native C APIs are encapsulated in a set of well-designed, fully
object-oriented C++ classes.
2007-05-25T08:55:29+00:00 devel/p5-Class-C3-XS XS speedups for Class::C3
This contains XS performance enhancers for Class::C3 version
0.16 and higher. The main Class::C3 package will use this
package automatically if it can find it. Do not use this
package directly, use Class::C3 instead.

This module won't do anything for you if you're running a
version of Class::C3 older than 0.16. (It's not a
dependency because it would be circular with the optional
dep from that package to this one).

WWW: https://metacpan.org/release/Class-C3-XS
2007-05-25T07:12:32+00:00 devel/p5-Method-Alias Create method aliases (and do it safely)
Method::Alias is designed to be used as a pragma, to which you provide a
set of pairs of method names. Only very minimal checking is done, if you
wish to create infinite loops or what have you, you are more than
welcome to shoot yourself in the foot.

# Add a single method alias
use Method::Alias 'foo' => 'bar';

# Add several method aliases
use Method::Alias 'a' => 'b',
'c' => 'd',
'e' => 'f';

WWW: https://metacpan.org/release/Method-Alias
2007-05-24T22:40:53+00:00 audio/pytone Music jukebox written in Python with a curses GUI
PyTone is a music jukebox written in Python with a curses based GUI.
While providing advanced features like crossfading and multiple players,
special emphasis is put on ease of use, turning PyTone into an ideal
jukebox system for use at parties.

WWW: https://www.luga.de/pytone/
2007-05-24T22:18:10+00:00 science/chemical-mime-data Collection of chemical MIME types for UNIX desktops
The chemical-mime-data package is a collection of data files to add support for
various chemical MIME types on Linux/UNIX desktops, such as KDE and GNOME.

WWW: http://chemical-mime.sourceforge.net/
2007-05-24T22:16:25+00:00 security/smap SIP scanner and identifier
smap is a simple scanner for SIP enabled devices

smap sends off various SIP requests awaiting responses from SIP
enabled DSL router, proxies and user agents. It could be considered
a mashup of nmap and sipsak ;)

WWW: http://www.wormulon.net/
2007-05-24T22:16:03+00:00 science/bodr Chemistry data like element and isotope properties, atomic radii, etc
The Blue Obelisk Data Repository lists many important chemoinformatics data
such as element and isotope properties, atomic radii, etc. including references
to original literature. Developers can use this repository to make their
software interoperable.

WWW: https://sourceforge.net/projects/bodr/
2007-05-19T20:36:56+00:00 x11/xwud Image displayer for X
This package contains xwud, an image displayer for the X Window System.
2007-05-19T20:36:56+00:00 x11/xwininfo Window information utility for X
This package contains xwininfo, which is a utility for displaying
information about windows in X.
2007-05-19T20:36:56+00:00 x11/xwd Dump an image of an X window
This package contains xwd, which is an X Window System window dumping utility.
2007-05-19T20:36:56+00:00 x11/xvinfo Print out X-Video extension adaptor information
This package contains xvinfo, an application for printing out the
capabilities of any video adaptors associated with the display that
are accessible through the X-Video extension.
2007-05-19T20:36:56+00:00 x11/xvidtune Video mode tuner for X
This package contains xvidtune, a video mode tuner for the X Window System.
2007-05-19T20:36:56+00:00 x11/xtrap XTrap sample clients for X
This package contains a set of XTrap sample clients. XTrap is an X Server
extension which facilitates the capturing of server protocol and
synthesizing core input events.
2007-05-19T20:36:56+00:00 x11/xtrans Abstract network code for X
This package contains xtrans, a library of code that is shared among X
packages to handle network protocol transport in a modular fashion,
allowing a single place to add new transport types.
2007-05-19T20:36:56+00:00 x11/xstdcmap X standard colormap utility
This package contains xstdcmap, an X standard colormap utility.
2007-05-19T20:36:56+00:00 x11/xsm X Session Manager
This package contains the X.Org X Session Manager (xsm).
2007-05-19T20:36:56+00:00 x11/xsetroot Root window parameter setting utility for X
This package contains xsetroot, a root window parameter setting utility
for the X Window System, which allows you to change the appearance of the
background ("root") window in X.
2007-05-19T20:36:56+00:00 x11/xsetpointer Set an X Input device as the main pointer
This package contains xsetpointer, which sets an X Input device
as the main pointer.
2007-05-19T20:36:56+00:00 x11/xsetmode Set the mode for an X Input Device
This package contains xsetmode, which is a program for setting the mode
of an X Input device to either absolute och relative.
2007-05-19T20:36:56+00:00 x11/xset User preference utility for X
This package contains xset, an application used to set various user preference
options related to the display in the X Window System.
2007-05-19T20:36:56+00:00 x11/xrx RX helper program
This package contains xrx, an RX helper program which can be used with
any web browser to interpret documents in the RX MIME type format and
start remote applications.
2007-05-19T20:36:56+00:00 x11/xrefresh Refresh all or part of an X screen
This package contains xrefresh, which is a simple X program that causes
all or part of your screen to be repainted.
2007-05-19T20:36:56+00:00 x11/xrdb X server resource database utility
This package contains xrdb, a X server resource database utility.
2007-05-19T20:36:56+00:00 x11/xrandr Primitive command line interface to the RandR extension
This package contains xrandr, a primitive command line interface to
the RandR extension.
2007-05-19T20:36:56+00:00 x11/xproxymanagementprotocol X Proxy Management Protocol headers
This package contains X Proxy Management Protocol headers.

WWW: https://www.freedesktop.org/wiki/Software/xlibs/
2007-05-19T20:36:56+00:00 x11/xprop Property displayer for X
This package contains the xprop utility, which is for displaying window
and font properties in an X server.
2007-05-19T20:36:56+00:00 x11/xprehashprinterlist Recomputes the list of available printers
This package contains xprehashprinterlist, a program that recomputes the
list of available printers.
2007-05-19T20:36:56+00:00 x11/xpr Utility for printing an X window dump
This package contains xpr, an utility for printing an X window dump.
2007-05-19T20:36:56+00:00 x11/xplsprinters Shows a list of Xprint printers
This package contains xplsprinters, a program for showing a list of Xprint
printers and it's attributes.
2007-05-19T20:36:56+00:00 x11/xphelloworld Sends a test page to an Xprint printer
This package contains xphelloworld, an utility that sends a test page to
an Xprint printer.

- Joel Dahl
joel@FreeBSD.org
2007-05-19T20:36:56+00:00 x11/xorg-protos X.org protos meta-port
This meta-package installs all X.Org protocol headers.

WWW: http://www.x.org/

- Florent Thoumie
flz@FreeBSD.org
2007-05-19T20:36:56+00:00 x11/xorg-docs X.org documentation files
The documentation in this package is from xc/doc in the monolithic
source tree. It is expected that most of the documentation included
here will be converted to a new format and then moved to the appropriate
package.
2007-05-19T20:36:56+00:00 x11/xorg-cf-files X.org cf files for use with imake builds
X.org cf files for use with imake based builds.
2007-05-19T20:36:56+00:00 x11/xorg-apps X.org apps meta-port
This meta-package installs all X.Org applications.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11/xmore Plain text display program for X
This package contains the xmore plain text display program for the X Window
System.
2007-05-19T20:36:56+00:00 x11/xmodmap Utility for modifying keymaps and pointer button mappings in X
This package contains xmodmap, which is a program for editing and displaying
the keyboard modifier map and keymap table in X.
2007-05-19T20:36:56+00:00 x11/xmh Send and read mail with an X interface to MH
This package contains xmh, a graphical user interface to the MH Message
Handling System.
2007-05-19T20:36:56+00:00 x11/xmessage Display message or query in a X window
This package contains xmessage, an application for displaying messages
or queries in a X window.
2007-05-19T20:36:56+00:00 x11/xman Manual page display program for X
This package contains xman, a manual page display program for the X
Window System.
2007-05-19T20:36:56+00:00 x11/xmag X application for screen magnifying
This package contains xmag, a screen magnifying application for the
X Window System.
2007-05-19T20:36:56+00:00 x11/xlsclients List client applications running on a display
This package contains xlsclients, which is a utility for listing information
about the client applications running on a display.
2007-05-19T20:36:56+00:00 x11/xlsatoms List interned atoms defined on a server
This package contains xlsatoms, an application for listing interned
atoms defined on server.
2007-05-19T20:36:56+00:00 x11/xlogo Displays the X Window System logo
This package contains xlogo, which displays the X Window System logo.
2007-05-19T20:36:56+00:00 x11/xload System load average display for X
This package contains xload, the X Window System system load average
display application.
2007-05-19T20:36:56+00:00 x11/xkill Utility for killing a client by its X resource
This package contians xkill, which is a utility for forcing the X server
to close connections to clients.
2007-05-19T20:36:56+00:00 x11/xkeyboard-config X Keyboard Configuration Database
The non-arch keyboard configuration database for X Window.
The goal is to provide the consistent, well-structured,
frequently released open source of X keyboard configuration
data for X Window System implementations (free, open source
and commercial). The project is targetted to XKB-based systems.

WWW: https://freedesktop.org/wiki/Software/XKeyboardConfig/
2007-05-19T20:36:56+00:00 x11/xkbutils XKB utility demos
This package contains xkbutils, a collection of XKB utility demos.
2007-05-19T20:36:56+00:00 x11/xkbprint Utility for printing an XKB keyboard description
This package contains xkbprint, an utility for printing an XKB keyboard
description.
2007-05-19T20:36:56+00:00 x11/xkbevd XKB event daemon
This package contains xkbevd, the XKB event daemon.
2007-05-19T20:36:56+00:00 x11/xkbcomp Compile XKB keyboard description
This package contains xkbcomp, the X.Org keymap compiler.
2007-05-19T20:36:56+00:00 x11/xinit X Window System initializer
This package contains xinit, the X Window System initializer.
2007-05-19T20:36:56+00:00 x11/xineramaproto Xinerama extension headers
This package contains X.Org Xinerama extension headers.

WWW: https://www.freedesktop.org/wiki/Software/xlibs/
2007-05-19T20:36:56+00:00 x11/xhost Server access control program for X
This package contains xhost, a server access control program for the
X Window System.
2007-05-19T20:36:56+00:00 x11/xgc X graphics demo
This package contains xgc, which is a program that demonstrates various
features of the X graphics primitives.
2007-05-19T20:36:56+00:00 x11/xgamma Gamma correction through the X server
This package contains xgamma, a tool for altering the gamma correction
through the X server.
2007-05-19T20:36:56+00:00 x11/xfwp X firewall proxy
This package contains the X firewall proxy (xfwp).
2007-05-19T20:36:56+00:00 x11/xfindproxy Locate available proxy services
This package contains xfindproxy, a program for locating available
proxy services.
2007-05-19T20:36:56+00:00 x11/xfd Display all characters in an X font
This package contains xfd, an applications used for displying all
characters in an X font.
2007-05-19T20:36:56+00:00 x11/xf86vidmodeproto XFree86-VidModeExtension extension headers
This package contains X.Org XFree86-VidModeExtension extension headers.

WWW: https://www.freedesktop.org/wiki/Software/xlibs/
2007-05-19T20:36:56+00:00 x11/xf86rushproto XFree86-Rush extension headers
This package contains X.Org XFree86-Rush extension headers.

WWW: https://www.freedesktop.org/wiki/Software/xlibs/
2007-05-19T20:36:56+00:00 x11/xf86miscproto XFree86-Misc extension headers
This package contains X.Org XFree86-Misc extension headers.

WWW: https://www.freedesktop.org/wiki/Software/xlibs/
2007-05-19T20:36:56+00:00 x11/xf86driproto XFree86-DRI extension headers
This package contains X.Org XFree86-DRI extension headers.

WWW: http://www.freedesktop.org/wiki/Software/xlibs
2007-05-19T20:36:56+00:00 x11/xf86dgaproto XFree86-DGA extension headers
This package contains X.Org XFree86-DGA extension headers.

WWW: https://www.freedesktop.org/wiki/Software/xlibs/
2007-05-19T20:36:56+00:00 x11/xf86dga Test program for the XFree86-DGA extension
This package contains dga, a simple test client for the XFree86-DGA
extension.
2007-05-19T20:36:56+00:00 x11/xeyes Follow the mouse X demo
This package contains xeyes, which is a "follow the mouse" X demo application.
2007-05-19T20:36:56+00:00 x11/xextproto XExt extension headers
This package contains X.Org XExt extension headers.

WWW: https://www.freedesktop.org/wiki/Software/xlibs/
2007-05-19T20:36:56+00:00 x11/xev Print contents of X events
This package contains xev, which is a application that monitors X events.
2007-05-19T20:36:56+00:00 x11/xedit Simple text editor for X
This package contains xedit, a simple text editor for the X Window System.

2007-05-19T20:36:56+00:00 x11/xdriinfo Query configuration information of DRI drivers
This package contains xdriinfo, an utility that can be used to query
configuration information of direct rendering devices.
2007-05-19T20:36:56+00:00 x11/xdpyinfo Display information utility for X
This package contains xdpyinfo, which is a utility for displaying
information about an X server.
2007-05-19T20:36:56+00:00 x11/xdm X.Org X display manager
This package contains xdm, the X.Org X Display manager.
2007-05-19T20:36:56+00:00 x11/xditview Display ditroff output
This package contains xditview, a program for displaying ditroff output
on an X display.
2007-05-19T20:36:56+00:00 x11/xdbedizzy Demo of DBE creating a double buffered spinning scene
This package contains xdbedizzy, a demo of DBE creating a double buffered
spinning scene.
2007-05-19T20:36:56+00:00 x11/xcursorgen Create an X cursor file from a collection of PNG images
This package contains xcursorgen, a program for creating an X cursor file
from a collection of PNG images.
2007-05-19T20:36:56+00:00 x11/xconsole Monitor system console messages with X
This package contains xconsole, a utility for monitoring system console
messages with X.
2007-05-19T20:36:56+00:00 x11/xcmsdb Device Color Characterization utility for X
This package contains xcmsdb, a Device Color Characterization utility
for the X Color Management System.
2007-05-19T20:36:56+00:00 x11/xcmiscproto XCMisc extension headers
This package contains X.Org XCMisc extension headers.

WWW: https://www.freedesktop.org/wiki/Software/xlibs/
2007-05-19T20:36:56+00:00 x11/xclock Analog and digital clock for X
This package contains xclock, a program for the X Window System that display
the time in analog or digital form.

- Joel Dahl
joel@FreeBSD.org
2007-05-19T20:36:56+00:00 x11/xclipboard X clipboard client
This package contains xclipboard, an X clipboard client.
2007-05-19T20:36:56+00:00 x11/xcalc Scientific calculator for X
This package contains xcalc, a scientific calculator desktop accessory
for the X Window System.
2007-05-19T20:36:56+00:00 x11/xbitmaps X.Org bitmaps data
This package contains xbitmaps, which provides static graphics needed by
X.Org applications to draw screen elements.
2007-05-19T20:36:56+00:00 x11/xbiff Mailbox flag for X
This package contains xbiff, which displays a little image of a mailbox in
the X Window System. The flag on the mailbox is down when there is no mail,
and the flag goes up when new mail arrives.
2007-05-19T20:36:56+00:00 x11/xauth X authority file utility
This package contains the X.Org X authority file utility.
2007-05-19T20:36:56+00:00 x11/x11perf X11 server performance test program
This package contains x11perf, an X11 server performance test program.
2007-05-19T20:36:56+00:00 x11/viewres Graphical class browser for Xt
This package contains viewres, a graphical class browser that displays
a tree showing the widget class hierarchy of the Athena Widget Set.
2007-05-19T20:36:56+00:00 x11/videoproto Video extension headers
This package contains X.Org Video extension headers.

WWW: http://www.freedesktop.org/wiki/Software/xlibs
2007-05-19T20:36:56+00:00 x11/trapproto DEC-XTRAP extension headers
This package contains X.Org DEC-XTRAP extension headers.
2007-05-19T20:36:56+00:00 x11/smproxy Session Manager Proxy
This package contains smproxy, a Session Manager Proxy for the X Window
System.
2007-05-19T20:36:56+00:00 x11/setxkbmap Set the keyboard using the X Keyboard Extension
This package contains setxkbmp, a program for setting the keyboard using
the X Keyboard Extension.

WWW: https://www.freedesktop.org/Software/xorg
2007-05-19T20:36:56+00:00 x11/sessreg Manage utmp/wtmp entries for non-init X clients
This package contains sessreg, which is a simple program for managing
utmp/wtmp entries for xdm sessions.
2007-05-19T20:36:56+00:00 x11/scrnsaverproto ScrnSaver extension headers
This package contains X.Org ScrnSaver extension headers.

WWW: https://www.freedesktop.org/wiki/Software/xlibs/
2007-05-19T20:36:56+00:00 x11/scripts Various X related scripts
This package contains scripts, a collection of various X related scripts.

WWW: https://cgit.freedesktop.org/xorg/app/scripts
2007-05-19T20:36:56+00:00 x11/rstart Sample implementation of a Remote Start client
This package contains rstart, a sample implementation of a Remote Start
client and server.
2007-05-19T20:36:56+00:00 x11/rgb Uncompile an rgb color-name database
This package contains showrgb, a program that reads an rgb color-name
database compiled for use with the dbm database routines and converts it
back to source form, printing the result to standard output.
2007-05-19T20:36:56+00:00 x11/resourceproto Resource extension headers
This package contains X.Org Resource extension headers.

WWW: https://www.freedesktop.org/wiki/Software/xlibs/
2007-05-19T20:36:56+00:00 x11/renderproto RenderProto protocol headers
This package contains X.Org RenderProto protocol headers.

WWW: https://www.freedesktop.org/wiki/Software/xlibs/
2007-05-19T20:36:56+00:00 x11/recordproto RECORD extension headers
This package contains X.Org RECORD extension headers.

WWW: https://www.freedesktop.org/wiki/Software/xlibs/
2007-05-19T20:36:56+00:00 x11/randrproto Randr extension headers
This package contains X.Org Randr extension headers.

WWW: https://www.freedesktop.org/wiki/Software/xlibs/
2007-05-19T20:36:56+00:00 x11/printproto Print extension headers
This package contains X.Org Print extension headers.

WWW: https://www.freedesktop.org/wiki/Software/xlibs/
2007-05-19T20:36:56+00:00 x11/oclock Round clock application for X
This package contains oclock, which displays the current time on an analog
display.

- Joel Dahl
joel@FreeBSD.org
2007-05-19T20:36:56+00:00 x11/mkcomposecache Program to create Compose cache files
mkcomposecache is used for creating global (system-wide) Compose cache files.

Compose cache files help with application startup times and memory usage,
especially in locales with large Compose tables (e.g. all UTF-8 locales).
2007-05-19T20:36:56+00:00 x11/luit Locale and ISO 2022 support for Unicode terminals
This package contains luit, a filter than can be run between an arbitrary
application and a UTF-8 terminal emulator.

WWW: https://invisible-island.net/luit/
2007-05-19T20:36:56+00:00 x11/listres List resources in widgets
This package contains listres, a program that generates a list of a
widget's resource database.
2007-05-19T20:36:56+00:00 x11/libxkbui The xkbui library
This package contains the xkbui library.

WWW: http://www.freedesktop.org/Software/xorg
2007-05-19T20:36:56+00:00 x11/liboldX Old X library
This package contains the old X library.

WWW: http://www.freedesktop.org/Software/xlibs
2007-05-19T20:36:56+00:00 x11/libdmx DMX extension library
This package contains Distributed Multihead X extension library.

WWW: http://www.freedesktop.org/Software/xorg
2007-05-19T20:36:56+00:00 x11/libXxf86vm X Vidmode Extension
This package contains the XKB file library.

WWW: http://www.freedesktop.org/Software/xorg
2007-05-19T20:36:56+00:00 x11/libXxf86misc X XF86-Misc Extension
This package contains the XKB file library.

WWW: http://www.freedesktop.org/Software/xorg
2007-05-19T20:36:56+00:00 x11/libXxf86dga X DGA Extension
This package contains the XKB file library.

WWW: http://www.freedesktop.org/Software/xorg
2007-05-19T20:36:56+00:00 x11/libXvMC X Video Extension Motion Compensation library
This package contains the X Video Extension library.

WWW: https://www.freedesktop.org/wiki/Software/xlibs/
2007-05-19T20:36:56+00:00 x11/libXtst X Test extension
This package contains the XKB file library.

WWW: http://www.freedesktop.org/Software/xorg
2007-05-19T20:36:56+00:00 x11/libXprintUtil The XprintUtil library
This package contains libXprintUtil, a group of Xprint application utility
routines for X.Org.

WWW: https://www.freedesktop.org/wiki/Software/xlibs/
2007-05-19T20:36:56+00:00 x11/libXprintAppUtil The XprintAppUtil library
This package contains libXprintAppUtil, a group of Xprint application
utility routines for X.Org.
2007-05-19T20:36:56+00:00 x11/libXevie The Xevie library
This package contains libXevie, the X.Org Xevie library.

WWW: https://www.freedesktop.org/wiki/Software/xlibs/
2007-05-19T20:36:56+00:00 x11/libXTrap The XTrap library
This package contains libXTrap, the The X.Org XTrap library.
2007-05-19T20:36:56+00:00 x11/libXScrnSaver The XScrnSaver library
This package contains libXScrnSaver, the X11 Screen Saver extension
client library.

WWW: https://www.freedesktop.org/wiki/Software/xlibs/
2007-05-19T20:36:56+00:00 x11/kbproto KB extension headers
This package contains X.Org KB extension headers.

WWW: https://www.freedesktop.org/wiki/Software/xlibs/
2007-05-19T20:36:56+00:00 x11/inputproto Input extension headers
This package contains X.Org Input extension headers.
2007-05-19T20:36:56+00:00 x11/ico Displays a wire-frame rotating plyhedron
This package contains ico, an appliction used for displaying wire-framed
rotating polyhedrons.
2007-05-19T20:36:56+00:00 x11/iceauth ICE authority file utility for X
This package contains iceauth, an ICE authority file utility for the X
Window System.
2007-05-19T20:36:56+00:00 x11/glproto GLX extension headers
This package contains X.Org GLX extension headers.

WWW: https://www.freedesktop.org/wiki/Software/xlibs/
2007-05-19T20:36:56+00:00 x11/fstobdf Generate BDF font from X font server
This package contains fstobdf, a program for generating BDF fonts from
an X font server.
2007-05-19T20:36:56+00:00 x11/fixesproto Fixes extension headers
This package contains X.Org Fixes extension protocol specification
and header files.

WWW: https://www.freedesktop.org/wiki/Software/xlibs/
2007-05-19T20:36:56+00:00 x11/evieext XEVIE extension headers
This package contains evieext, a collection of XEVIE extension headers.

WWW: http://www.freedesktop.org/wiki/Software/xlibs
2007-05-19T20:36:56+00:00 x11/editres Dynamic resource editor for X Toolkit Applications
This package contains editres, a dynamic resource editor for X Toolkit
Applications.
2007-05-19T20:36:56+00:00 x11/dmxproto DMX extension headers
This package contains X.Org DMXProto protocol headers.

WWW: https://www.freedesktop.org/wiki/Software/xlibs/
2007-05-19T20:36:56+00:00 x11/damageproto Damage extension headers
This package contains X.Org Damage extension protocol specification
and header files.

WWW: https://www.freedesktop.org/wiki/Software/xlibs/
2007-05-19T20:36:56+00:00 x11/compositeproto Composite extension headers
This package contains X.Org Composite extension headers.

WWW: https://www.freedesktop.org/wiki/Software/xlibs/
2007-05-19T20:36:56+00:00 x11/bitmap Bitmap editor and converter utilities for X
This package contains bitmap, which is a tool for creating or editing
rectangular images made up of 1's and 0's.
2007-05-19T20:36:56+00:00 x11/bigreqsproto BigReqs extension headers
This package contains X.Org BigReqs extension headers.

WWW: https://www.freedesktop.org/wiki/Software/xlibs/
2007-05-19T20:36:56+00:00 x11/beforelight Sample screen saver for X
This package contains a sample screen saver for the X Window System called
"beforelight".
2007-05-19T20:36:56+00:00 x11/appres Program to list application's resources
The appres program prints the resources seen by an application (or
subhierarchy of an application) with the specified class and instance
names. It can be used to determine which resources a particular
program will load.
2007-05-19T20:36:56+00:00 x11-wm/twm Tab Window Manager for the X Window System
This package contains twm, a Window Manager for the X Window System.
2007-05-19T20:36:56+00:00 x11-wm/heliodor Heliodor Window Decorator
Heliodor is a window decorator for Beryl that uses the native Metacity window
decorations. This way, users can keep their native window decorations that they
use in GNOME with Beryl.

WWW: http://www.beryl-project.org/
2007-05-19T20:36:56+00:00 x11-wm/emerald Emerald Window Decorator
Emerald is a window decorator for beryl. It comes with a
themes editor called emerald-theme-manager and the decorator.
You need beryl to use emerald.

WWW: http://www.beryl-project.org/
2007-05-19T20:36:56+00:00 x11-wm/compiz Compiz Composite/Window Manager
Compiz is an OpenGL compositing manager that use GLX_EXT_texture_from_pixmap
for binding redirected top-level windows to texture objects. It has a flexible
plug-in system and it is designed to run well on most graphics hardware.

WWW: http://www.compiz.org/
2007-05-19T20:36:56+00:00 x11-wm/beryl Beryl Composite/Window Manager meta-port
This is the beryl meta-port. It installs all beryl components
(plugins, settings manager, window decorator, themes, ...).

WWW: http://www.beryl-project.org/

- Florent Thoumie
flz@FreeBSD.org
2007-05-19T20:36:56+00:00 x11-wm/beryl-settings Beryl Settings Manager
This is the settings package for beryl. It requires beryl-core
and beryl-plugins so you can configure Beryl.

WWW: http://wiki.beryl-project.org/

- Florent Thoumie
flz@FreeBSD.org
2007-05-19T20:36:56+00:00 x11-wm/beryl-settings-bindings Beryl Settings Bindings
This is the settings bindings package for beryl.

WWW: http://wiki.beryl-project.org/

- Florent Thoumie
flz@FreeBSD.org
2007-05-19T20:36:56+00:00 x11-wm/beryl-plugins Plugins for Beryl Composite/Window Manager
This is the plugins package for beryl. Requires beryl-core
package to run and beryl-core development package if you
want to build/hack plugins.

WWW: http://www.beryl-project.org/

- Florent Thoumie
flz@FreeBSD.org
2007-05-19T20:36:56+00:00 x11-wm/beryl-manager Manager for Beryl Composite/Window Manager
This is the manager package for beryl. It requires beryl-core
beryl-plugins, beryl-settings and your choice of window
decorator such as emerald or gtk-window-decorator.

WWW: http://www.beryl-project.org/

- Florent Thoumie
flz@FreeBSD.org
2007-05-19T20:36:56+00:00 x11-wm/beryl-core Beryl Composite/Window Manager
This is the core package that contains all the important files
required for running beryl. Including headers and files required
for development of beryl-plugins.

WWW: http://www.beryl-project.org/

- Florent Thoumie
flz@FreeBSD.org
2007-05-19T20:36:56+00:00 x11-themes/xcursor-themes X.org cursors themes
This package contains X.org cursors themes.
2007-05-19T20:36:56+00:00 x11-themes/emerald-themes Themes for the Emerald Window Decorator
This package contains themes for the emerald window decorator.

WWW: http://www.beryl-project.org/
2007-05-19T20:36:56+00:00 x11-fonts/xorg-fonts X.org fonts meta-port
This meta-package installs all X.Org fonts and related programs.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/xlsfonts Server font list displayer for X
This package contains xlsfonts, a server font list displayer for X.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/xfsinfo X font server information utility
This package contains xfsinfo, which is a X font server information utility.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/xfontsel Point and click selection of X11 font names
This package contains xfontsel, an application which provides a simple way to
display fonts known to your X server.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/xf86bigfontproto XFree86-Bigfont extension headers
This package contains X.Org XFree86-Bigfont extension headers.

WWW: https://www.freedesktop.org/wiki/Software/xlibs/
2007-05-19T20:36:56+00:00 x11-fonts/showfont Font dumper for the X font server
This package contains showfont, a font dumper for the X font server.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/mkfontscale Creates an index of scalable font files for X
This package contains mkfontscale, an application for creating an index of
scalable font files for X.

WWW: http://www.xfree86.org/4.3.0/mkfontscale.1.html
2007-05-19T20:36:56+00:00 x11-fonts/mkfontdir Create an index of X font files in a directory
This package contains mkfontdir, used for creating an index of X font files
in a directory.

WWW: http://www.xfree86.org/current/mkfontdir.1.html
2007-05-19T20:36:56+00:00 x11-fonts/libfontenc The fontenc Library
This package contains libfontenc, the X.Org fontenc library.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/libXfontcache The Xfontcache library
This package contains libXfontcache, the X.Org Xfontcache library.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/libFS The FS library
This package contains libFS, the X Font Service client library.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/fslsfonts List fonts served by the X font server
This package contains fslsfonts, which lists fonts served by an X
font server.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/fonttosfnt Wrap a bitmap font in a sftn wrapper
This package contains fonttosfnt, an application used for wrapping a bitmap
font in a sfnt (TrueType) wrapper.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/fontsproto Fonts extension headers
This package contains X.Org fontsproto protocol headers.

WWW: https://www.freedesktop.org/wiki/Software/xlibs/
2007-05-19T20:36:56+00:00 x11-fonts/fontcacheproto Fontcache extension headers
This package contains X.Org Fontcache extension headers.

WWW: https://www.freedesktop.org/wiki/Software/xlibs/
2007-05-19T20:36:56+00:00 x11-fonts/font-xfree86-type1 X.Org XFree86 Type1 font
This package contains the X.Org XFree86 Type1 font.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/font-winitzki-cyrillic X.Org Winitzki Cyrillic font
This package contains the X.Org Winitzki Cyrillic font.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/font-util Create an index of X font files in a directory
This package contains font-util, an application for creating an index of
X font files in a directory.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/font-sun-misc X.Org miscellaneous Sun fonts
This package contains miscellaneous X.Org Sun fonts.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/font-sony-misc X.Org miscellaneous Sony fonts
This package contains miscellaneous X.Org Sony fonts.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/font-screen-cyrillic X.Org Screen Cyrillic font
This package contains the X.Org Screen Cyrillic font.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/font-schumacher-misc X.Org miscellaneous Schumacher fonts
This package contains miscellaneous X.Org Schumacher fonts.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/font-mutt-misc X.Org miscellaneous Mutt fonts
This package contains miscellaneous X.Org Mutt fonts.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/font-misc-misc X.Org miscellaneous Misc fonts
This package contains miscellaneous X.Org fonts.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/font-misc-meltho X.Org miscellaneous Meltho font
This package contains miscellaneous X.Org Meltho fonts.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/font-misc-ethiopic X.Org miscellaneous Ethiopic font
This package contains miscellaneous X.Org Ethiopic fonts.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/font-misc-cyrillic X.Org miscellaneous Cyrillic font
This package contains miscellaneous X.Org Cyrillic fonts.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/font-micro-misc X.Org miscellaneous Micro fonts
This package contains miscellaneous X.Org Micro fonts.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/font-jis-misc X.Org miscellaneous JIS fonts
This package contains miscellaneous X.Org JIS fonts.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/font-isas-misc X.Org miscellaneous ISAS fonts
This package contains miscellaneous X.Org ISAS fonts.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/font-ibm-type1 X.Org IBM Type1 font
This package contains the X.Org IBM Type1 font.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/font-dec-misc X.Org miscellaneous Dec fonts
This package contains miscellaneous X.Org Dec fonts.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/font-daewoo-misc X.Org miscellaneous Daewoo fonts
This package contains miscellaneous X.Org Daewoo fonts.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/font-cursor-misc X.Org miscellaneous Cursor fonts
This package contains miscellaneous X.Org Cursor fonts.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/font-cronyx-cyrillic X.Org Cronyx Cyrillic font
This package contains the X.Org Cronyx Cyrillic font.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/font-bitstream-type1 X.Org Bitstream Vera Type1 font
This package contains the X.Org Bitstream Vera Type1 font.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/font-bitstream-speedo X.Org Bitstream Vera Speedo font
This package contains the X.Org Bitstream Vera Speedo font.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/font-bitstream-75dpi X.Org Bitstream Vera 75dpi font
This package contains the X.Org Bitstream Vera 75dpi font.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/font-bitstream-100dpi X.Org Bitstream Vera 100dpi font
This package contains the X.Org Bitstream Vera 100dpi font.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/font-bh-type1 X.Org Bigelow Holmes Type1 font
This package contains the X.Org Bigelow Holmes Type1 font.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/font-bh-ttf X.Org Bigelow & Holmes TTF font
This package contains the X.Org Bigelow & Holmes TTF font.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/font-bh-lucidatypewriter-75dpi X.Org Bigelow Holmes Lucida TypeWriter 75dpi font
This package contains the X.Org Bigelow Holmes Lucida TypeWriter 75dpi font.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/font-bh-lucidatypewriter-100dpi X.Org Bigelow Holmes Lucida TypeWriter 100dpi font
This package contains the X.Org Bigelow Holmes Lucida TypeWriter 100dpi font.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/font-bh-75dpi X.Org Bigelow Holmes 75dpi font
This package contains the X.Org Bigelow Holmes 75dpi font.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/font-bh-100dpi X.Org Bigelow Holmes 100dpi font
This package contains the X.Org Bigelow Holmes 100dpi font.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/font-arabic-misc X.Org miscellaneous Arabic fonts
This package contains miscellaneous X.Org Arabic fonts.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/font-alias X.Org Font aliases
This package contains X.Org Font aliases.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/font-adobe-utopia-type1 X.Org Adobe Utopia Type1 font
This package contains the X.Org Adobe Utopia Type1 font.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/font-adobe-utopia-75dpi X.Org Adobe Utopia 75dpi font
This package contains the X.Org Adobe Utopia 75dpi font.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/font-adobe-utopia-100dpi X.Org Adobe Utopia 100dpi font
This package contains the X.Org Adobe Utopia 100dpi font.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/font-adobe-75dpi X.Org Adobe 75dpi font
This package contains the X.Org Adobe 75dpi font.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/font-adobe-100dpi X.Org Adobe 100dpi font
This package contains the X.Org Adobe 100dpi font.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/encodings X.Org Encoding fonts
This package contains encodings of X.Org fonts.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-fonts/bdftopcf Convert X font from BDF to PCF
This package contains bdftopcf, a font compiler for the X server and font
server.

WWW: https://www.x.org/archive/X11R6.8.1/doc/bdftopcf.1.html
2007-05-19T20:36:56+00:00 x11-drivers/xorg-drivers X.org drivers meta-port
This package contains X.Org shared libraries, headers, and related files.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-drivers/xf86-video-voodoo X.Org voodoo display driver
This package contains the X.Org xf86-video-voodoo driver.
2007-05-19T20:36:56+00:00 x11-drivers/xf86-video-vmware X.Org vmware display driver
This package contains the X.Org xf86-video-vmware driver.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-drivers/xf86-video-via X.Org via display driver
This package contains the X.Org xf86-video-via driver.

WWW: http://www.x.org
2007-05-19T20:36:56+00:00 x11-drivers/xf86-video-vga X.Org vga display driver
This package contains the X.Org xf86-video-vga driver.

- Florent Thoumie
flz@FreeBSD.org
2007-05-19T20:36:56+00:00 x11-drivers/xf86-video-vesa X.Org vesa display driver
This package contains the X.Org xf86-video-vesa driver.
2007-05-19T20:36:56+00:00 x11-drivers/xf86-video-tseng X.Org tseng display driver
This package contains the X.Org xf86-video-tseng driver.
2007-05-19T20:36:56+00:00 x11-drivers/xf86-video-trident X.Org trident display driver
This package contains the X.Org xf86-video-trident driver.
2007-05-19T20:36:56+00:00 x11-drivers/xf86-video-tga X.Org tga display driver
This package contains the X.Org xf86-video-tga driver.

WWW: http://www.x.org
2007-05-19T20:36:56+00:00 x11-drivers/xf86-video-tdfx X.Org tdfx display driver
This package contains the X.Org xf86-video-tdfx driver.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-drivers/xf86-video-sunffb X.Org sunffb display driver
This package contains the X.Org xf86-video-sunffb driver.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-drivers/xf86-video-sis X.Org sis display driver
This package contains the X.Org xf86-video-sis driver.
2007-05-19T20:36:56+00:00 x11-drivers/xf86-video-siliconmotion X.Org siliconmotion display driver
This package contains the X.Org xf86-video-siliconmotion driver.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-drivers/xf86-video-savage X.Org savage display driver
This package contains the X.Org xf86-video-savage driver.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-drivers/xf86-video-s3virge X.Org s3virge display driver
This package contains the X.Org xf86-video-s3virge driver.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-drivers/xf86-video-s3 X.Org s3 display driver
This package contains the X.Org xf86-video-s3 driver.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-drivers/xf86-video-rendition X.Org rendition display driver
This package contains the X.Org xf86-video-rendition driver.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-drivers/xf86-video-nv X.Org nv display driver
This package contains the X.Org xf86-video-nv driver.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-drivers/xf86-video-nsc X.Org nsc display driver
This package contains the X.Org xf86-video-nsc driver.

- Florent Thoumie
flz@FreeBSD.org
2007-05-19T20:36:56+00:00 x11-drivers/xf86-video-newport X.Org newport display driver
This package contains the X.Org xf86-video-newport driver.
2007-05-19T20:36:56+00:00 x11-drivers/xf86-video-neomagic X.Org neomagic display driver
This package contains the X.Org xf86-video-neomagic driver.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-drivers/xf86-video-mga X.Org mga display driver
This package contains the X.Org xf86-video-mga driver.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-drivers/xf86-video-imstt X.Org imstt display driver
This package contains the X.Org xf86-video-imstt driver.

WWW: http://www.x.org
2007-05-19T20:36:56+00:00 x11-drivers/xf86-video-i810 X.Org i810 display driver
This package contains the X.Org xf86-video-i810 driver.

- Florent Thoumie
flz@FreeBSD.org
2007-05-19T20:36:56+00:00 x11-drivers/xf86-video-i740 X.Org i740 display driver
This package contains the X.Org xf86-video-i740 driver.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-drivers/xf86-video-i128 X.Org i128 display driver
This package contains the X.Org xf86-video-i128 driver.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-drivers/xf86-video-glint X.Org glint display driver
This package contains the X.Org xf86-video-glint driver.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-drivers/xf86-video-fbdev X.Org fbdev display driver
This package contains the X.Org xf86-video-fbdev driver.

WWW: http://www.x.org
2007-05-19T20:36:56+00:00 x11-drivers/xf86-video-dummy X.Org dummy display driver
This package contains the X.Org xf86-video-dummy driver.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-drivers/xf86-video-cyrix X.Org cyrix display driver
This package contains the X.Org xf86-video-cyrix driver.
2007-05-19T20:36:56+00:00 x11-drivers/xf86-video-cirrus X.Org cirrus display driver
This package contains the X.Org xf86-video-cirrus driver.
2007-05-19T20:36:56+00:00 x11-drivers/xf86-video-chips X.Org chips display driver
This package contains the X.Org xf86-video-chips driver.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-drivers/xf86-video-ati613 X.Org ati display driver
This package contains the X.Org xf86-video-ati driver.
2007-05-19T20:36:56+00:00 x11-drivers/xf86-video-ati X.Org ati display driver
This package contains the X.Org xf86-video-ati driver.
2007-05-19T20:36:56+00:00 x11-drivers/xf86-video-ark X.Org ark display driver
This package contains the X.Org xf86-video-ark driver.
2007-05-19T20:36:56+00:00 x11-drivers/xf86-video-apm X.Org apm display driver
This package contains the X.Org xf86-video-apm driver.
2007-05-19T20:36:56+00:00 x11-drivers/xf86-input-void X.Org void input driver
This package contains the X.Org xf86-input-void driver.

WWW: https://www.x.org/
2007-05-19T20:36:56+00:00 x11-drivers/xf86-input-tek4957 X.Org tek4957 input driver
This package contains the X.Org xf86-input-tek4957 driver.

- Florent Thoumie
flz@FreeBSD.org
2007-05-19T20:36:56+00:00 x11-drivers/xf86-input-summa X.Org summa input driver
This package contains the X.Org xf86-input-summa driver.

- Florent Thoumie
flz@FreeBSD.org
2007-05-19T20:36:56+00:00 x11-drivers/xf86-input-spaceorb X.Org spaceorb input driver
This package contains the X.Org xf86-input-spaceorb driver.

- Florent Thoumie
flz@FreeBSD.org
2007-05-19T20:36:56+00:00 x11-drivers/xf86-input-penmount X.Org penmount input driver
This package contains the X.Org xf86-input-penmount driver.

- Florent Thoumie
flz@FreeBSD.org
2007-05-19T20:36:56+00:00 x11-drivers/xf86-input-palmax