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 |
X.Org palmax input driver This package contains the X.Org xf86-input-palmax driver. - Florent Thoumie flz@FreeBSD.org |
2007-05-19T20:36:56+00:00 | x11-drivers/xf86-input-mutouch |
X.Org mutouch input driver This package contains the X.Org xf86-input-mutouch driver. WWW: https://www.x.org/ |
2007-05-19T20:36:56+00:00 | x11-drivers/xf86-input-mouse |
X.Org mouse input driver This package contains the X.Org xf86-input-mouse driver. WWW: https://www.x.org/ |
2007-05-19T20:36:56+00:00 | x11-drivers/xf86-input-microtouch |
X.Org microtouch input driver This package contains the X.Org xf86-input-microtouch driver. - Florent Thoumie flz@FreeBSD.org |
2007-05-19T20:36:56+00:00 | x11-drivers/xf86-input-magictouch |
X.Org magictouch input driver This package contains the X.Org xf86-input-magictouch driver. |
2007-05-19T20:36:56+00:00 | x11-drivers/xf86-input-magellan |
X.Org magellan input driver This package contains the X.Org xf86-input-magellan driver. - Florent Thoumie flz@FreeBSD.org |
2007-05-19T20:36:56+00:00 | x11-drivers/xf86-input-keyboard |
X.Org keyboard input driver This package contains the X.Org xf86-input-keyboard driver. WWW: https://www.x.org/ |
2007-05-19T20:36:56+00:00 | x11-drivers/xf86-input-joystick |
X.Org joystick input driver This package contains the X.Org xf86-input-joystick driver. WWW: https://www.x.org/ |
2007-05-19T20:36:56+00:00 | x11-drivers/xf86-input-jamstudio |
X.Org jamstudio input driver This package contains the X.Org xf86-input-jamstudio driver. - Florent Thoumie flz@FreeBSD.org |
2007-05-19T20:36:56+00:00 | x11-drivers/xf86-input-hyperpen |
X.Org hyperpen input driver This package contains the X.Org xf86-input-hyperpen driver. WWW: https://www.x.org/ |
2007-05-19T20:36:56+00:00 | x11-drivers/xf86-input-fpit |
X.Org fpit input driver This package contains the X.Org xf86-input-fpit driver. WWW: https://www.x.org/ |
2007-05-19T20:36:56+00:00 | x11-drivers/xf86-input-elographics |
X.Org elographics input driver This package contains the X.Org xf86-input-elographics driver. WWW: https://www.x.org/ |
2007-05-19T20:36:56+00:00 | x11-drivers/xf86-input-elo2300 |
X.Org elo2300 input driver This package contains the X.Org xf86-input-elo2300 driver. - Florent Thoumie flz@FreeBSD.org |
2007-05-19T20:36:56+00:00 | x11-drivers/xf86-input-dynapro |
X.Org dynapro input driver This package contains the X.Org xf86-input-dynapro driver. - Florent Thoumie flz@FreeBSD.org |
2007-05-19T20:36:56+00:00 | x11-drivers/xf86-input-dmc |
X.Org dmc input driver This package contains the X.Org xf86-input-dmc driver. - Florent Thoumie flz@FreeBSD.org |
2007-05-19T20:36:56+00:00 | x11-drivers/xf86-input-digitaledge |
X.Org digitaledge input driver This package contains the X.Org xf86-input-digitaledge driver. - Florent Thoumie flz@FreeBSD.org |
2007-05-19T20:36:56+00:00 | x11-drivers/xf86-input-citron |
X.Org citron input driver This package contains the X.Org xf86-input-citron driver. WWW: http://www.x.org |
2007-05-19T20:36:56+00:00 | x11-drivers/xf86-input-calcomp |
X.Org calcomp input driver This package contains the X.Org xf86-input-calcomp driver. - Florent Thoumie flz@FreeBSD.org |
2007-05-19T20:36:56+00:00 | x11-drivers/xf86-input-acecad |
X.Org acecad input driver This package contains the X.Org xf86-input-acecad driver. WWW: https://www.x.org/ |
2007-05-19T20:36:56+00:00 | x11-clocks/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. WWW: http://www.freedesktop.org/Software/xapps |
2007-05-19T20:36:56+00:00 | x11-clocks/oclock |
Round clock application for X This package contains oclock, which displays the current time on an analog display. |
2007-05-19T20:36:56+00:00 | graphics/libGLw |
OpenGL widgets library This package contains the OpenGL widgets library. WWW: http://www.mesa3d.org/ |
2007-05-19T20:36:56+00:00 | graphics/libGL |
OpenGL library that renders using GLX or DRI This package contains the OpenGL library, which can perform rendering over GLX or using the Direct Rendering Infrastructure. WWW: http://www.freedesktop.org/Software/xorg |
2007-05-19T20:36:56+00:00 | devel/xorg-macros |
X.Org development aclocal macros This package contains the aclocal macros needed for building xorg modules from upstream source. WWW: https://cgit.freedesktop.org/xorg/util/macros/ |
2007-05-19T20:36:56+00:00 | devel/gccmakedep |
Create dependencies in makefiles using 'gcc -M' The gccmakedep program creates dependencies in makefiles using 'gcc -M'. |
2007-05-04T02:31:45+00:00 | net/p5-S3 |
Library in Perl for working with the Amazon S3 REST interface A library in Perl for working with the Amazon S3 REST interface. WWW: http://developer.amazonwebservices.com/connect/entry!default.jspa?externalID=133 |
2007-05-04T02:27:40+00:00 | www/p5-WebService-CIA |
Information from the CIA World Factbook A module which gets information from the CIA World Factbook. WWW: https://metacpan.org/release/WebService-CIA |
2007-05-04T02:11:46+00:00 | www/p5-Net-Amazon-AWIS |
Use the Amazon Alexa Web Information Service The Net::Amazon::AWIS module allows you to use the Amazon Alexa Web Information Service. The Alexa Web Information Service (AWIS) provides developers with programmatic access to the information Alexa Internet (www.alexa.com) collects from its Web Crawl, which currently encompasses more than 100 terabytes of data from over 4 billion Web pages. Developers and Web site owners can use AWIS as a platform for finding answers to difficult and interesting problems on the Web, and incorporating them into their Web applications. In order to access the Alexa Web Information Service, you will need an Amazon Web Services Subscription ID. See http://www.amazon.com/gp/aws/landing.html Registered developers have free access to the Alexa Web Information Service during its beta period, but it is limited to 10,000 requests per subscription ID per day. There are some limitations, so be sure to read The Amazon Alexa Web Information Service FAQ. WWW: https://metacpan.org/release/Net-Amazon-AWIS |
2007-05-04T01:52:56+00:00 | sysutils/p5-mogilefs-server |
MogileFS (distributed filesystem) server http://en.wikipedia.org/wiki/MogileFS: MogileFS was created by Danga Interactive for use with LiveJournal. It is similar to the Andrew File System in its design goal. It is different than a traditional filesystem in that the user has to access files via an API. However, it's possible to implement the file system in user space using FUSE, or a similar package. MogileFS enables horizontal scaling of storage across any number of machines. Files are replicated between machines according to customizable rules such that at any time a number of drives or machines could be lost without data becoming unavailable. It is designed for high volume applications, such as high traffic websites, to spread storage across cheaper machines without relying on technologies such as NFS. WWW: http://search.cpan.org/dist/MogileFS-Server/ |
2007-05-04T01:52:56+00:00 | sysutils/p5-MogileFS-Server |
MogileFS (distributed filesystem) server http://en.wikipedia.org/wiki/MogileFS: MogileFS was created by Danga Interactive for use with LiveJournal. It is similar to the Andrew File System in its design goal. It is different than a traditional filesystem in that the user has to access files via an API. However, it's possible to implement the file system in user space using FUSE, or a similar package. MogileFS enables horizontal scaling of storage across any number of machines. Files are replicated between machines according to customizable rules such that at any time a number of drives or machines could be lost without data becoming unavailable. It is designed for high volume applications, such as high traffic websites, to spread storage across cheaper machines without relying on technologies such as NFS. WWW: https://metacpan.org/release/MogileFS-Server |
2007-05-04T01:12:47+00:00 | net/xrdp |
Open source Remote Desktop Protocol (RDP) server Based on the work of rdesktop, xrdp uses the remote desktop protocol to present a GUI to the user. The goal of this project is to provide a fully functional Linux terminal server, capable of accepting connections from rdesktop and Microsoft's own terminal server / remote desktop clients. Unlike Windows NT/2000/2003 server, xrdp will not display a Windows desktop but an X window desktop to the user. Xrdp uses Xvnc or X11rdp to manage the X session. WWW: http://www.xrdp.org/ |
2007-05-04T01:11:10+00:00 | net-p2p/gift-ares |
giFT plugin for the Ares peer-to-peer filesharing network giFT-Ares is a plugin for giFT that connects to the Ares peer-to-peer filesharing network. WWW: http://gift-ares.berlios.de/ |
2007-05-04T00:55:30+00:00 | net-p2p/torrentvolve |
Cross-platform PHP-driven web-based BitTorrent client TorrentVolve is a cross-platform PHP-driven web-based BitTorrent client. It focuses on speed and reliability, while also providing a full feature set. It includes a user management system, a Torrent file manager, and a configurable Torrent downloader. WWW: http://torrentvolve.sourceforge.net/ |
2007-05-04T00:48:22+00:00 | devel/p5-CLASS |
Alias for __PACKAGE__ [BCLASS and $CLASS are both synonyms for __PACKAGE__. Easier to type. $CLASS has the additional benefit of working in strings. CLASS is a constant, not a subroutine call. $CLASS is a plain variable, it is not tied. There is no performance loss for using CLASS over __PACKAGE__ except the loading of the module. WWW: https://metacpan.org/release/CLASS |
2007-05-04T00:45:43+00:00 | net-p2p/sharktorrent |
C++ Bittorrent client using wxWidgets, libtorrent and boost sharktorrent is an open source/freeware bittorrent client written in c++. It uses wxWidgets, libtorrent and boost. WWW: http://sharktorrent.com/ |
2007-05-03T22:29:45+00:00 | www/getleft |
Web site downloader So here is my little effort, it is supposed to download complete Web sites. You give it an URL, and down it goes on, happily downloading every linked URL in that site. Features: * While it goes, it changes the original pages, all the links get changed to relative links, so that you can surf the site in your hard disk without those pesky absolute links. * Limited Ftp support, it will download the files but not recursively. * Resumes downloading if interrupted. * Filters not to download certain kind of files. * You can get a site map before downloading. * Getleft can follow links to external sites. * Multilingual support, at present Getleft supports Dutch, English, Esperanto, German, French, Italian, Polish, Korean, Portuguese, Russian, Turkish and Spanish. WWW: http://freecode.com/projects/getleft |
2007-05-03T22:10:43+00:00 | net-p2p/bittyrant |
Java BitTorrent client optimized for fast download performance BitTyrant is a new, protocol compatible BitTorrent client that is optimized for fast download performance. BitTyrant is: * Fast: During evaluation testing on more than 100 real BitTorrent swarms, BitTyrant provided an average 70% download performance increase when compared to the existing Azureus 2.5 implementation, with some downloads finishing more than three times as quickly. * Fair: BitTorrent was designed with incentives in mind: if a user is downloading at 30 KBps, they should upload at 30 KBps. However, due to the unique workload properties of many real-world swarms, this is not always enforced. BitTyrant is designed to make efficient use of your scarce upload bandwidth, rewarding those users whose upload allocations are fair and only allocating excess capacity to other users. * Familiar: BitTyrant is based on modifications to Azureus 2.5, currently the most popular BitTorrent client. All of our changes are under the hood. You'll find the GUI identical to Azureus, with optional additions to display statistics relevant to BitTyrant's operation. |
2007-05-03T19:46:00+00:00 | net-mgmt/nipper |
Netdev config analyzer nipper processes network device configuration files, performs a security audit and outputs a security report with recommendations and a configuration report. nipper currently supports Cisco IOS, PIX, ASA, FWSM, NMP, CatOS and Juniper NetScreen devices. WWW: http://nipper.titania.co.uk/ Author: Ian Ventura-Whiting <fizz@titania.co.uk> |
2007-05-03T10:21:05+00:00 | textproc/p5-UML-Class-Simple |
Render simple UML class diagrams, by loading the code UML::Class::Simple is a Perl CPAN module that generates UML class diagrams (PNG format, GIF format, or dot source) automatically from Perl 5 source or Perl 5 runtime. WWW: https://metacpan.org/release/UML-Class-Simple |
2007-05-02T22:44:13+00:00 | dns/dnscap |
DNS network traffic capture utility dnscap is a network capture utility designed specifically for DNS traffic. It produces binary data in pcap(3) format. This utility is similar to tcpdump(1), but has a number of features tailored to DNS transactions and protocol options. OARC uses dnscap for DITL data collections. WWW: https://www.dns-oarc.net/tools/dnscap WWW: https://github.com/DNS-OARC/dnscap |
2007-05-02T17:46:47+00:00 | misc/cloc |
Counts lines of code cloc counts blank lines, comment lines, and physical lines of source code in many programming languages. cloc contains code from David Wheeler's SLOCCount and Damian Conway and Abigail's Perl module Regexp::Common. WWW: https://github.com/AlDanial/cloc |
2007-05-02T16:25:46+00:00 | net-p2p/torrent_swapper |
Sociable P2P network client based on Bittorrent Torrent Swapper is an open sourced sociable peer to peer file-sharing client based on the Bittorrent protocol that is ideal for high-speed distribution of large files that has a basic understanding of human friendships, of user tastes in content, and of Internet connectivity between users. Torrent Swapper supports simultaneous downloads, download queue, selected downloads in torrent package, fast-resume, disk cache, speed limits, port mapping, proxy, ip-filter, etc. Features include: * Amazon-like recommendations to get interesting files. * Doubling the download speed by using the upload capacity of friends. * Real-time P2P file sharing with P2P video streaming. * Showing the locations of seeders / leechers of the same content with city-level accuracy on a world map. * Multiple downloads in a single window. * Queueing system with priority. * Supporing pause, stop, resume, queue, remove operations. * Supporting global setting such as upload and download limiting. * Supporting local setting for each torrent as well. WWW: http://bit-torrent.sourceforge.net/ |
2007-05-02T16:24:34+00:00 | net-p2p/tribler |
Streaming capable P2P network client based on BitTorrent Tribler is a social community that facilitates filesharing through a so called peer-to-peer (p2p) network. A p2p network is structural different to a server-computer structure, where every user downloads its files from one central server. Within p2p the user/downloader becomes also an uploader to the next user. In this way there is no central computer that provides every file to all users. WWW: https://www.tribler.org/ |
2007-05-02T05:08:54+00:00 | games/freeorion |
Turn-based space empire and galactic conquest game FreeOrion is a free, open source, turn-based space empire and galactic conquest (4X) computer game being designed and built by the FreeOrion project. FreeOrion is inspired by the tradition of the Master of Orion games, but is not a clone or remake of that series or any other game. WWW: http://www.freeorion.org/ |
2007-05-02T05:05:51+00:00 | x11-toolkits/gigi |
OpenGL Graphic User Interface Library GiGi (aka GG) is a GUI library for OpenGL. It is platform-independent (it runs at least on Linux and Windows, and probably more), compiler-independent (it compiles under at GCC 3.2 or higher and MSVC++ 7.1 or higher, and probably more), and driver-independent. A reference driver for SDL is provided, and it is straightforward to write one for yourself should you decide to do so. Features: * True modularity. You provide the initialized OpenGL environment and user input, and GG provides the GUI behavior. A reference SDL input driver is provided. * Independence of platform, compiler, and input driver/application framework. * Applicability to multiple types of frame-based apps. Any frame-based app can use GG, from FPS to TBS games. Documentation. I am the documentation-Nazi you've been hoping for. Ve haf vays of makink you understand our code. WWW: http://gigi.sourceforge.net/ |
2007-05-01T23:07:59+00:00 | news/openftd |
FreeBSD version of the Fill Threads Database program Fill Threads Database is a dutch Usenet binaries grabber. OpenFTD is the open source implementation of it. Use the "ftd" program to start the gui. WWW: http://www.ftd4linux.nl/ WWW: http://www.ftd.nu/ |
2007-05-01T19:39:58+00:00 | devel/pear-HTML_QuickForm_Livesearch |
Element for PEAR::HTML_QuickForm to enable a suggest search This package adds an element to the PEAR::HTML_QuickForm package to dynamically create an HTML input text element that at every keypressed javascript event, returns a list of options in a dynamic dropdown select box (live dropdown select). This element use AJAX (Communication from JavaScript to your browser without reloading the page). This type of livesearch is useful when you have a form with a dropdown list with a large number of row. WWW: https://pear.php.net/package/HTML_QuickForm_Livesearch |
2007-05-01T19:10:21+00:00 | textproc/pear-XML_Feed_Parser |
Providing a unified API for handling Atom/RSS XML_Feed_Parser is a parser for (the various) RSS and Atom format XML feeds. It attempts to provide a somewhat unified API while still allowing access to the full details of each feed type. WWW: https://pear.php.net/package/XML_Feed_Parser |
2007-05-01T19:08:39+00:00 | graphics/pear-Image_3D |
PEAR class allows the rendering of 3 dimensional objects Image_3D is a highly object oriented PHP5 package that allows the creation of 3 dimensional images using PHP. Image_3D currently supports: * Creation of 3D objects like cubes, spheres, maps, text, pie, torus, ... * Own object definitions possible * Own material definitions * Import of 3DSMax files * Unlimited number of light sources * Rendering output via GD, SVG or ASCII WWW: https://pear.php.net/package/Image_3D |
2007-05-01T19:02:41+00:00 | graphics/pear-Image_Transform |
Standard interface to manipulate images using different libraries The PEAR::Image_Transform provides a standard interface to manipulate images using different libraries WWW: https://pear.php.net/package/Image_Transform |
2007-05-01T11:16:09+00:00 | textproc/hs-lhs2tex |
Preprocessor for typesetting Haskell sources with LaTeX Preprocessor for typesetting Haskell sources with LaTeX. WWW: http://www.andres-loeh.de/lhs2tex/ |
2007-05-01T11:16:09+00:00 | devel/lhs2TeX |
A preprocessor to generate LaTeX code from literate Haskell sources lhs2TeX is a preprocessor to generate LaTeX code from literate Haskell sources. It is released under the GPL. WWW: http://people.cs.uu.nl/andres/ |
2007-05-01T09:34:29+00:00 | net/p5-SOAP-Amazon-S3 |
Module for interfacing with Amazon S3 through SOAP An object-oriented interface to handle your Amazon S3 storage. WWW: https://metacpan.org/release/KARJALA/SOAP-Amazon-S3-0.0401 |
2007-05-01T06:47:30+00:00 | finance/sabernetdcs-client |
SaberNet DCS - A labor data collection system SaberNet DCS is a labor data collection system, designed to allow organizations to rapidly capture their labor data in real-time. Optimized for bar code input, DCS is the perfect way to automate and improve the accuracy of your time tracking. WWW: http://sabernetdcs.sourceforge.net/ |
2007-05-01T02:09:58+00:00 | net/p5-SOAP-MySOAP |
Extremely basic SOAP client module An extremely basic SOAP client module. WWW: https://metacpan.org/release/KARJALA/SOAP-MySOAP-0.023 |
2007-05-01T02:03:31+00:00 | textproc/p5-XML-MyXML |
Simple-to-use XML module parsing and creating XML documents A simple-to-use XML module, for parsing and creating XML documents. WWW: https://metacpan.org/release/XML-MyXML |
2007-04-30T13:44:51+00:00 | science/pnetcdf |
Library providing high-performance I/O Parallel-NetCDF is a library providing high-performance I/O while still maintaining file-format compatibility with Unidata's NetCDF. NetCDF gives scientific programmers a space-efficient and portable means for storing data. However, it does so in a serial manner, making it difficult to achieve high I/O performance. By making some small changes to the API specified by NetCDF, we can use MPI-IO and its collective operations. WWW: https://trac.mcs.anl.gov/projects/parallel-netcdf |
2007-04-30T13:02:27+00:00 | devel/libcfg |
Library for command line and configuration file parsing libcfg+ is a C library that features multi- command line and configuration file parsing. It is possible to set up various special properties such as quoting characters, deliminator strings, file comment prefixes, multi-line postfixes, and more. It supports many data types such as booleans, integers, decimal numbers, strings with many additional data type flags (such as multiple values for a single option). WWW: http://opensource.platon.org/projects/main_page.php?project_id=3 |
2007-04-30T07:10:52+00:00 | benchmarks/mdtest |
Filesystem metadata benchmark utility mdtest is an MPI-coordinated metadata filesystem benchmark test that performs open/stat/close operations on files and directories and then reports achieved performance. WWW: https://sourceforge.net/projects/mdtest/ |
2007-04-30T02:02:29+00:00 | net/rubygem-rrdtool |
A Ruby interface to RRDTool rubyrrdtool is an interface to Tobi Oetiker's round robin database and logging utility rrdtool. It uses librrd and is functionally comparable to the native perl bindings. It's under the MIT License. WWW: http://rubyforge.org/projects/rubyrrdtool/ |
2007-04-30T02:02:29+00:00 | databases/rubygem-rrdtool |
A Ruby interface to RRDTool rubyrrdtool is an interface to Tobi Oetiker's round robin database and logging utility rrdtool. It uses librrd and is functionally comparable to the native perl bindings. It's under the MIT License. WWW: http://rubyforge.org/projects/rubyrrdtool/ |
2007-04-29T21:34:35+00:00 | www/pear-Services_W3C_HTMLValidator |
Object Oriented Interface to the W3C HTML Validator service This package provides an object oriented interface to the API of the W3 HTML Validator application (http://validator.w3.org/). With this package you can connect to a running instance of the validator and retrieve the validation results (true|false) as well as the errors and warnings for a web page. WWW: https://pear.php.net/package/Services_W3C_HTMLValidator |
2007-04-29T20:48:03+00:00 | net/pear-Net_Traceroute |
PEAR class to execute traceroute OS independent wrapper class for executing traceroute calls. WWW: https://pear.php.net/package/Net_Traceroute |
2007-04-29T20:47:02+00:00 | net/pear-Net_URL_Mapper |
Simple and flexible way to build nice URLs for web applications Net_URL_Mapper provides a simple and flexible way to build nice URLs for your web applications. The URL syntax is similar to what can be found in Ruby on Rails or Python Routes module and as such, this package can be compared to what they call a router. Still, Net_URL_Mapper does not perform the dispatching like these frameworks and therefore can be used with your own router. WWW: https://pear.php.net/package/Net_URL_Mapper |
2007-04-29T20:45:26+00:00 | databases/pear-DB_Sqlite_Tools |
Object-oriented interface to backup SQLite databases PEAR::DB_Sqlite_Tools is an object oriented interface to effectively manage and backup Sqlite databases.It extends the existing functionality by providing a comprehensive solution for database backup, live replication, export in XML format, performance optmization and other functionalities like the insertion and retrieval of encrypted data from an Sqlite database without any external extension. WWW: https://pear.php.net/package/DB_Sqlite_Tools |
2007-04-29T20:43:41+00:00 | databases/pear-MDB2_Driver_ibase |
PEAR ibase MDB2 driver This is the Interbase/Firebird MDB2 driver. WWW: http://pear.php.net/package/MDB2_Driver_ibase/ |
2007-04-29T20:42:39+00:00 | net/pear-Net_GeoIP |
Library to perform geo-location lookups of IP addresses A library that uses Maxmind's GeoIP databases to accurately determine geographic location of an IP address. WWW: https://pear.php.net/package/Net_GeoIP |
2007-04-29T14:40:24+00:00 | databases/pear-DBA_Relational |
Berkely-style database abstraction class Table management extension to DBA WWW: https://pear.php.net/package/DBA_Relational |
2007-04-29T07:20:02+00:00 | cad/gdt |
GDS2/GDT format translator This is GDT (graphics data text) format translator written in C/C++ that converts a binary gdsii file to a text format that is compact and easy to parse. WWW: https://sourceforge.net/projects/gds2/ |
2007-04-29T07:17:29+00:00 | cad/p5-GDS2 |
GDS2 stream module This is GDS2, a module for quickly creating programs to read, write, and manipulate GDS2 (GDSII) stream files. WWW: https://metacpan.org/release/GDS2 |
2007-04-29T03:25:48+00:00 | www/geronimo |
Open-source Java EE 5 application server Geronimo is a Java EE 5 application server which is developed by the Apache Software Foundation and it is under the Apache Software License 2.0. WWW: http://geronimo.apache.org/ |
2007-04-28T18:55:05+00:00 | cad/klayout |
Qt-based GDS2 Viewer KLayout is a viewer for GDS2 files. WWW: http://www.klayout.de/index.html |
2007-04-28T17:01:15+00:00 | cad/findhier |
Hierarchy Viewer for magic/CIF/GDSII/PCSTR/GED/TeX This is a road-map generator for Magic/CIF/gdsII/PCSTR/GED/TeX. WWW: http://www.iclab.snu.ac.kr/~chilly/Work/CAD/findhier.html |
2007-04-28T16:56:55+00:00 | cad/gdsreader |
GDS2 stream file to Postscript and HP/GL converter This software has as target the printing/plotting/displaying of Calma (GDSii) files without using true layout editors. |
2007-04-28T16:13:03+00:00 | x11-themes/nimbus |
GTK+ 2.x engine from the OpenSolaris project This is the default theme of the OpenSolaris project. WWW: http://www.opensolaris.org |
2007-04-28T10:58:01+00:00 | science/nifticlib |
Neuroimaging Informatics Technology Initiative data format NIfTI-1 is an Analyze-style data format, proposed by the NIfTI DFWG as a short-term measure to facilitate inter-operation of functional MRI data analysis software packages. WWW: http://nifti.nimh.nih.gov/ |
2007-04-27T15:50:16+00:00 | sysutils/p5-MogileFS-Utils |
MogileFS tools This package contains a collection of command line utilities for the MogileFS distributed file system. WWW: https://metacpan.org/release/MogileFS-Utils |
2007-04-27T15:38:58+00:00 | devel/libgalago |
Galago desktop presence library Galago is a desktop presence framework, designed to transmit presence information between programs. To put it in simpler terms, it takes information on who is online and their away/idle states from an instant messenger (such as gaim) or other similar programs and lets other programs (such as Ximian's Evolution) to make use of it. WWW: http://www.galago-project.org/ |
2007-04-27T10:10:16+00:00 | sysutils/p5-MogileFS-Client |
Client library for the MogileFS distributed file system This module is a client library for the MogileFS distributed file system. The class method 'new' creates a client object against a particular mogilefs tracker and domain. This object may then be used to store and retrieve content easily from MogileFS. WWW: https://metacpan.org/release/MogileFS-Client |
2007-04-27T07:36:45+00:00 | audio/tuxguitar |
Multitrack tablature editor and player With TuxGuitar, you will be able to compose music using the following features * Tablature editor * Score Viewer * Multitrack display * Autoscroll while playing * Note duration management * Various effects (bend, slide, vibrato, hammer-on/pull-off) * Support for triplets (5,6,7,9,10,11,12) * Repeat open and close * Time signature management * Tempo management * Imports and exports gp3, gp4 and gp5 files WWW: http://www.tuxguitar.com.ar/ |
2007-04-26T20:40:01+00:00 | devel/p5-Test-JSON |
Test JSON data JavaScript Object Notation (JSON) is a lightweight data interchange format. Test::JSON makes it easy to verify that you have built valid JSON and that it matches your expected output. WWW: https://metacpan.org/release/Test-JSON |
2007-04-26T20:17:35+00:00 | www/p5-Catalyst-Component-ACCEPT_CONTEXT |
Make the Catalyst request context available in Models and Views Make the current Catalyst request context available in Models and Views. Models and Views don't usually have access to the request object, since they probably don't really need it. Sometimes, however, having the request context available outside of Controllers makes your application cleaner. If that's the case, just use this module as a base class. WWW: https://metacpan.org/release/Catalyst-Component-ACCEPT_CONTEXT |
2007-04-26T20:05:22+00:00 | math/wcalc |
Natural-expression command-line calculator Wcalc is a powerful arbitrary-precision calculator. It has standard functions (sin, asinh, logtwo, floor, etc), many pre-defined constants (pi, e, c, etc.), variables, "active" variables, command history, and hex/octal/binary i/o, conversions, and more. WWW: http://w-calc.sourceforge.net/ |
2007-04-26T20:03:24+00:00 | devel/p5-File-Util |
Perl5 module for easy, versatile, portable file handling File::Util provides a comprehensive toolbox of utilities to automate all kinds of common tasks on file / directories. Its purpose is to do so in the most portable manner possible so that users of this module won't have to worry about whether their programs will work on other OSes and machines. WWW: https://metacpan.org/release/File-Util |
2007-04-26T20:00:38+00:00 | devel/p5-Exception-Handler |
Perl module that report exceptions with formatted text call-stack Exception::Handler Exception::Handler helps to report exceptions with formatted text call-stack. WWW: https://metacpan.org/release/Exception-Handler |
2007-04-26T19:58:47+00:00 | devel/p5-Class-OOorNO |
Perl module that give your module classic AND OO interfaces Class::OOorNO Class::OOorNO helps your module handle the input for its subroutines whether called in object-oriented style (as object methods or class methods with the arrow syntax ->), or in functional programming style (as subroutines imported to the caller's namespace via Exporter). WWW: https://metacpan.org/release/Class-OOorNO |
2007-04-26T19:38:48+00:00 | www/rubygem-maruku |
Markdown and PHP Markdown extra interpreter for Ruby Maruku is a Markdown interpreter for Ruby. It also implements the syntax of PHP Markdown extra. WWW: https://github.com/bhollis/maruku |
2007-04-26T02:23:07+00:00 | net/libevnet |
Network Daemon Services for libevent libevnet provides a suite of interfaces, all built around libevent, useful to network daemons. WWW: http://www.25thandclement.com/~william/projects/libevnet.html |
2007-04-26T02:21:58+00:00 | devel/libarena |
Custom Memory Allocator Interface libarena is a custom memory allocator interface and implementation. Four allocators are provided: flat LIFO arena allocator, object pool allocator and two malloc(3) wrappers: one which returns the pointers unadulterated and one which obeys the requested, arbitrary alignment. These can be used directly, or through their exported prototype interfaces. libarena is meant to provide a baseline interface so allocators can be stacked, and to provide a simple and well defined interface for libraries and applications without becoming mired in features or capabilities. It is not meant to restrict or confine what custom allocators can actually accomplish. For instance, the included pool and arena allocators include a suite of string utilities which aren't available in the generic exportable interface. Note that these string utilities are built upon a generic interface (see util.h) which can take the prototypical allocation context, so they are also available to any 3rd party compatible allocators. WWW: http://www.25thandclement.com/~william/projects/libarena.html |
2007-04-26T01:16:41+00:00 | net/ssvnc |
Enhanced TightVNC Viewer (SSVNC: SSL/SSH VNC viewer) The Enhanced TightVNC Viewer package started as a project to add some patches to the long neglected Unix TightVNC Viewer. However, now the front-end GUI and wrapper scripts features dwarf the Unix TightVNC Viewer patches (see the lists below). It adds a GUI for Windows, Mac OS X, and Unix that automatically starts up STUNNEL SSL tunnel for SSL or SSH connections to x11vnc, and then launches the TightVNC Viewer to use the tunnel. It also enables SSL encrypted VNC connections to any other VNC Server running an SSL tunnel, such as STUNNEL, at their end. It can be used to perform SSH tunnelled connections to any VNC Server as well. The tool has many additional features (see below for a list). The short name for this project is "ssvnc" for SSL/SSH VNC Viewer. WWW: http://www.karlrunge.com/x11vnc/ssvnc.html |
2007-04-26T00:04:16+00:00 | net-p2p/frostwire |
A Java based Gnutella and Bittorrent client FrostWire is an open-source peer-to-peer (P2P) file-sharing program. It uses the Gnutella network and is heavily based on the better-known LimeWire program. It also recently included BitTorrent support. Features: * Completely free & open-source. * Firewall-to-firewall transfers. * Built-in community chat. * No bundled software of any kind! * Connects to more sources. * Creative commons license support. * Max. speed network connections. * Junk result filters. * Turbo-Charged download speeds. * iTunes integration. * BitTorrent support. * Proxy Support. WWW: http://www.frostwire.com/ |
2007-04-25T07:50:30+00:00 | devel/p5-CPAN-SQLite |
Search CPAN using a SQLite database This package is used for setting up, maintaining, and searching a CPAN database consisting of the information stored in the three main CPAN indices: $CPAN/modules/03modlist.data.gz, $CPAN/modules/02packages.details.txt.gz, and $CPAN/authors/01mailrc.txt.gz. WWW: https://metacpan.org/release/CPAN-SQLite |
2007-04-25T03:52:40+00:00 | net/pear-Net_MAC |
PEAR class that validates and formats MAC addresses This package validates and cleanly formats Media Access Control (MAC) addresses. The Net_MAC class can also import a list of MAC address vendors and store them in a database which the class can then use to identify vendors of any MAC address. WWW: https://pear.php.net/package/Net_MAC |
2007-04-24T14:25:42+00:00 | textproc/py-texttable |
Module for creating simple ASCII tables texttable is a module to generate a formatted text table, using ASCII characters. WWW: https://pypi.org/project/texttable/ |
2007-04-24T08:00:28+00:00 | security/aespipe |
AES encrypting or decrypting pipe aespipe program is AES encrypting or decrypting pipe. It reads from standard input and writes to standard output. It can be used to create and restore encrypted tar or cpio archives. It can be used to encrypt and decrypt loop-AES compatible encrypted disk images. WWW: https://sourceforge.net/projects/loop-aes/ |
2007-04-24T04:01:12+00:00 | www/py-routes |
Routing package for Python that matches URLs to dicts and vice versa Routes is a Python re-implementation of the Rails routes system for mapping URL's to Controllers/Actions and generating URL's. Routes makes it easy to create pretty and concise URL's that are RESTful with little effort. Speedy and dynamic URL generation means you get a URL with minimal cruft (no big dangling query args). Shortcut features like Named Routes cut down on repetitive typing. WWW: https://routes.readthedocs.io/ |
2007-04-24T01:07:00+00:00 | finance/gfp |
Personal finances administration software [ excerpt from developer's web site ] GFP Personal Finance Manager is a software that aids on personal finances administration offering a variety of reports, charts and filtering data on screen making it possible to obtain important information for your financial health. WWW: http://gfd.sourceforge.net/ |
2007-04-23T20:16:02+00:00 | www/vee |
Tiny CLI blogging tool vee is a zero configuration, command line blog tool that is written in Bourne shell in a single file. It uses vi as the editor, but this can be changed out. WWW: http://www.0x743.com/vee/ |
2007-04-23T17:32:04+00:00 | russian/ru-py-qt4-eric4 |
|
2007-04-23T17:32:04+00:00 | german/de-py-qt4-eric4 |
|
2007-04-23T17:32:04+00:00 | french/fr-py-qt4-eric4 |
|
2007-04-23T17:22:42+00:00 | devel/py-qt4-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 everdays' 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, development version). WWW: http://www.die-offenbachs.de/detlev/eric.html |
2007-04-23T14:55:53+00:00 | devel/tclthread |
Scripting level thread extension for Tcl Tcl Thread extension Script-level access to Tcl threading capabilities. WWW: http://wiki.tcl.tk/2770 |
2007-04-23T11:15:06+00:00 | textproc/py-html2text |
Convert HTML into clean plain ASCII text html2text is a Python script that converts a page of HTML into clean, easy-to-read plain ASCII text. Better yet, that ASCII also happens to be valid Markdown (a text-to-HTML format). WWW: https://github.com/Alir3z4/html2text/ |
2007-04-23T10:06:57+00:00 | www/ocsigen |
Web programming framework for OCaml Ocsigen is a web programming framework for OCaml. It can be used as a web server, serving static pages, but it is also possible to implement entire web sites as OCaml modules. WWW: http://www.ocsigen.org |
2007-04-23T09:04:34+00:00 | www/newsfeed |
RSS/RDF/Atom reader and aggregator NewsFeed is an RSS/RDF/Atom reader and aggregator for UNIX-like operating systems. It is written in Python and uses Mark Pilgrim's Universal Feed Parser for downloading and parsing feeds. Author: Martin C. Doege <mdoege@compuserve.com> WWW: http://home.arcor.de/mdoege/newsfeed/ |
2007-04-23T09:00:59+00:00 | www/ikiwiki |
Wiki compiler ikiwiki is a wiki compiler. It converts wiki pages into html pages suitable for publishing on a website. Unlike many wikis, ikiwiki does not have its own ad-hoc means of storing page history, and instead uses a revision control system (currently supported is bzr, git, mercurial, monotone, subversion and tla). There are many other features, including support for blogging, as well as a large array of plugins. WWW: http://ikiwiki.info/ |
2007-04-23T08:59:57+00:00 | www/py-feedfinder |
Ultra-liberal feed finder You're writing an RSS reader and a reader types in diveintomark.org. How are you supposed to subscribe to that? feedfinder uses RSS autodiscovery, Atom autodiscovery, spidering, URL correction, and Web service queries -- whatever it takes -- to find the feed. WWW: http://www.aaronsw.com/2002/feedfinder/ |
2007-04-23T08:57:03+00:00 | net/py-timeoutsocket |
Timeout mechanism for TCP connections timeoutsocket enables a timeout mechanism on all TCP connections. It does this by inserting a shim into the socket module. After this module has been imported, all socket creation goes through this shim. As a result, every TCP connection will support a timeout. The beauty of this method is that it immediately and transparently enables the entire python library to support timeouts on TCP sockets. WWW: http://www.timo-tasi.org/python/timeoutsocket.py |
2007-04-23T08:49:09+00:00 | textproc/p5-Template-Declare |
Perlish declarative templates Template::Declare is a pure-perl declarative HTML templating system. A few key features and buzzwords: - All templates are 100% pure perl code - Simple declarative syntax - No angle brackets - Mixins - Inheritance - Public and private templates WWW: https://metacpan.org/release/Template-Declare |
2007-04-23T05:00:07+00:00 | textproc/py-mako |
Super-fast templating language in Python Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Mako's syntax and API borrows from the best ideas of many others, including Django templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance to produce one of the most straightforward and flexible models available, while also maintaining close ties to Python calling and scoping semantics. WWW: http://www.makotemplates.org/ |
2007-04-23T04:55:02+00:00 | devel/py-myghtyutils |
Container and Utility Functions from the Myghty Template Framework This is the set of utility classes used by Myghty templating. Included are: container - the Containment system providing back-end neutral key/value storage, with support for in-memory, DBM files, flat files, and memcached buffer - some functions for augmenting file objects util - various utility functions and objects synchronizer - provides many reader/single writer synchronization using either thread mutexes or lockfiles session - provides a Session interface built upon the Container, similar interface to mod_python session. Currently needs a mod_python-like request object, this should be changed to something more generic. WWW: http://www.myghty.org/ |
2007-04-23T01:28:02+00:00 | www/rubygem-taggable |
Add tagging capabilities to your ActiveRecord objects This ActiveRecord acts-as mixin provides an easy way for addind tagging capabilities (also known as folksnomy) to your ActiveRecord objects. It allows you to apply tags to your objects as well as search for tagged objects. WWW: https://github.com/twoism/taggable |
2007-04-22T14:23:46+00:00 | devel/rubygem-zentest |
Ruby Unit Testing Utility ZenTest provides 4 different tools and 1 library: zentest, unit_diff, autotest, multiruby, and Test::Rails. ZenTest scans your target and unit-test code and writes your missing code based on simple naming rules, enabling XP at a much quicker pace. ZenTest only works with Ruby and Test::Unit. unit_diff is a command-line filter to diff expected results from actual results and allow you to quickly see exactly what is wrong. autotest is a continuous testing facility meant to be used during development. As soon as you save a file, autotest will run the corresponding dependent tests. multiruby runs anything you want on multiple versions of ruby. Test::Rails helps you build industrial-strength Rails code. WWW: https://github.com/seattlerb/zentest |
2007-04-22T13:48:30+00:00 | graphics/rubygem-railroad |
Class diagrams generator for Ruby on Rails applications It's a Ruby script that loads the application classes and analyzes its properties (attributes, methods) and relationships (inheritance, model associations like has_many, etc.) The output is a graph description in the DOT language, suitable to be handled with tools like Graphviz. WWW: http://railroad.rubyforge.org/ |
2007-04-22T10:04:17+00:00 | devel/p5-Class-Closure |
Encapsulated, declarative classes in Perl Class::Closure is a package that makes creating Perl classes less cumbersome. You can think of it as a more featureful Class::Struct. WWW: https://metacpan.org/release/Class-Closure |
2007-04-21T17:18:45+00:00 | deskutils/fbreader |
Powerful e-book reader FBReader is a book reader. Main features: * Supported formats: fb2, HTML, CHM, plucker, Palmdoc, zTxt, TCR, RTF, OEB, OpenReader, mobipocket, plain text. * Direct reading from tar, zip, gzip and bzip2 archives. * Supported encodings: utf-8, us-ascii, windows-1251, windows-1252, koi8-r, ibm866, iso-8859-*, Big5, GBK. * Automatically generated contents table. * Embedded images support. * Footnotes/hyperlinks support. * Position indicator. * Keeps the last open book and the last read positions for all opened books between runs. * List of last opened books. * Automatic hyphenations. Liang's algorithm is used. Patterns for Czech, English, Esperanto, French, German and Russian are included in the current version. * Text search. * Full-screen mode. * Screen rotation by 90, 180 and 270 degrees. WWW: http://www.fbreader.org/ |
2007-04-21T15:23:58+00:00 | games/widelands |
Realtime strategy game inspired by Settlers II Widelands is an open source real-time strategy game inspired by Bluebyte's Settlers II (TM). You are the chieftain of a small tribe. To grow your kingdom, you must secure resources, construct new buildings, train soldiers and wage war against your opponents. The game is playable and great fun already, but it is also still under heavy development, so do not be surprised if it crashes on you. WWW: https://wl.widelands.org/ |
2007-04-21T14:04:29+00:00 | devel/egypt |
Create call graphs of C programs Egypt is a simple tool for creating call graphs of C programs. Egypt neither analyzes source code nor lays out graphs. Instead, it leaves the source code analysis to GCC and the graph layout to Graphviz, both of which are better at their respective jobs than egypt itself could ever hope to be. Egypt is simply a very small Perl script that glues these existing tools together. WWW: http://www.gson.org/egypt/ |
2007-04-21T13:13:14+00:00 | www/squidview |
Monitor squid statistics in realtime Squidview is a program that displays the squid proxy server log file in a nice fashion, providing the log file is in squid's native reporting fashion. It has features such as search, report generation, monitor mode and supports three log files. Thus, the program can be used to monitor Internet usage on a networked site. But please note squid has to be running first and this program is not a proactive resource controller. What it can do is tell you who and which sites are consuming the most bandwidth. WWW: http://www.rillion.net/squidview |
2007-04-21T11:01:11+00:00 | sysutils/mono-kmod |
Execute .NET applications from command line mono-kmod is a FreeBSD kernel module enables you to execute ECMA and .NET applications without preceding the native code generator in the command line. That means you can call a binary with "./hello.exe" instead of "mono hello.exe". |
2007-04-20T21:36:35+00:00 | shells/shell-include |
Include system for shell scripts Allows include files to be used in shells the same way they are with C. The file with the include code needs to be included. This is done by figuring out were it is located using which. . `which sh-include` will take care of it for sh. sh example... . `which sh-include` include fileGetLine line=`fileGetLine /etc/group 4` WWW: http://vvelox.net/projects/shell-include/ |
2007-04-20T21:33:44+00:00 | security/ossec-hids-client |
Client port of ossec-hids |
2007-04-20T21:32:20+00:00 | security/ossec-hids-local |
Security tool to monitor and check logs and intrusions - local (standalone) installation OSSEC is a scalable, multi-platform, open source Host-based Intrusion Detection System (HIDS). It has a powerful correlation and analysis engine, integrating log analysis, file integrity checking, Windows registry monitoring, centralized policy enforcement, rootkit detection, real-time alerting and active response. WWW: https://ossec.github.io |
2007-04-20T21:29:20+00:00 | security/ossec-hids-server |
Security tool to monitor and check logs and intrusions - server installation OSSEC is an Open Source Host-based Intrusion Detection System. It performs log analysis, integrity checking, Windows registry monitoring, rootkit detection, time-based alerting and active response. WWW: http://www.ossec.net/ |
2007-04-20T18:05:55+00:00 | security/umit |
Nmap frontend developed with Python and PyGTK UMIT is the new nmap frontend, intended to be cross plataform, easy to use, fast and highly customizable. This project is developed with Python and PyGTK and run with minimal dependencies. WWW: http://www.umitproject.org/ |
2007-04-20T15:23:04+00:00 | print/pdfcube |
OpenGL presentation viewer on a spinning cube PDF Cube uses the OpenGL API to add 3D spinning cube page transitions to PDF documents. PDF Cube is an OpenGL API-based 3D PDF viewer that adds a compiz/Keynote-like spinning cube trasition effect to your PDF presentations (including LaTeX-Beamer and Prosper). You can also zoom on 5 predefined areas of any presentation page with a smooth zooming effect. WWW: http://code.100allora.it/pdfcube |
2007-04-20T12:40:28+00:00 | ports-mgmt/genplist |
Generates a static plist for a port Genplist automatically creates a static plist for a port by installing it into a temporary directory, and then examining the directory tree. The process is based on the instructions for plist generation in the FreeBSD Porter's Handbook. WWW: http://personalpages.tds.net/~jwbacon/Ports |
2007-04-20T12:18:32+00:00 | devel/flexjson |
Lightweight Java library to write JSON FlexJSON is a lightweight library to serialize objects out in Javascript Object Notation (JSON). The library serializes only immediately available fields by default, although it's fairly easy to add additional data such as collections through code or annotations. WWW: http://flexjson.sourceforge.net/ |
2007-04-20T12:13:55+00:00 | russian/fortune-bashorgru |
Fortunes from bash.org.ru and freebsd.rusnet.org.ru/bash This package contains fortune files made from popular russian site bash.org.ru and from another site, http://freebsd.rusnet.org.ru/bash. Also it contains example script to keep your bash.org.ru fortunes up to date. WWW: http://bash.org.ru |
2007-04-20T00:39:04+00:00 | textproc/libwbxml |
Library and tools to parse, encode and handle WBXML documents The WBXML Library (aka libwbxml) contains a library and its associated tools to Parse, Encode and Handle WBXML documents. The WBXML format is a binary representation of XML, defined by the Wap Forum, and used to reduce bandwidth in mobile communications. WWW: http://libwbxml.aymerick.com |
2007-04-19T23:41:35+00:00 | net-im/telepathy-butterfly |
MSN Connection Manager for Telepathy Framework Butterfly is an MSN connection manager that handles presence, personal messages, and conversations. Previously known as "Telepathy-MSN". WWW: http://telepathy.freedesktop.org/ |
2007-04-19T23:36:56+00:00 | net-im/telepathy-python |
Python bindings for the Telepathy framework telepathy-python is a Python package containing base classes for use in connection managers, and proxy classes for use in clients. It's used in at least Cohoba and Butterfly (an MSN connection manager). WWW: http://telepathy.freedesktop.org/ |
2007-04-19T23:33:59+00:00 | net-im/pymsn |
MSN Connection library pymsn is the library behind the msn connection manager : telepathy-butterfly. It is a rewrite of the libivy msn library used in the Ivy msn client. pymsn uses the glib mainloop to process the network events in an asynchronous manner. WWW: http://telepathy.freedesktop.org/ |
2007-04-19T23:33:59+00:00 | net-im/papyon |
Fork of pymsn to support the telepathy MSN connection manager Papyon is the library behind the msn connection manager : telepathy-butterfly. It is a fork of the unmaintained pymsn msn library. papyon uses the glib mainloop to process the network events in an asynchronous manner. WWW: https://www.freedesktop.org/wiki/Software/papyon/ |
2007-04-19T23:30:22+00:00 | net-im/telepathy-idle |
IRC Connection Manager for Telepathy Framework Idle is a connection manager for the Telepathy framework. WWW: http://telepathy.freedesktop.org/ |
2007-04-19T20:11:55+00:00 | net-im/telepathy-salut |
Link-local Connection Manager for Telepathy Framework Telepathy is a real time communications framework. Salut provides Link-local Jabber functionality for Telepathy. WWW: https://telepathy.freedesktop.org/ |
2007-04-19T20:08:06+00:00 | net-im/telepathy-gabble |
Jabber Connection Manager for Telepathy Framework Gabble is a Jabber/XMPP connection manager for the Telepathy framework, currently supporting single user chats, multi user chats and voice/video calls. Install this package to use Telepathy instant messaging clients with Jabber/XMPP servers, including Google Talk. WWW: https://telepathy.freedesktop.org/ |
2007-04-19T20:05:42+00:00 | net-im/telepathy-glib |
GLib utility library for the Telepathy framework GLib utility library for the Telepathy framework. WWW: https://telepathy.freedesktop.org/ |
2007-04-19T10:48:07+00:00 | math/moo |
Calculator that accepts C-like syntax as input moo is a simple calculator that accepts C-like syntax as input. Calculations are done on expr, if given. Otherwise, the standard input is used. Numbers can be entered in hexadecimal (0xbeef), decimal (1984), octal (007), and binary (0b1001). All numerical operators (+, -, *, /, %), bit operators (|, ^, &, ~, <<, >>), and logical operators (==, !=, <, >, <=, >=, !, &&, ||) are supported. WWW: http://www.cyth.net/moo/ |
2007-04-19T01:59:48+00:00 | net-im/centerim |
Text mode menu- and window-driven IM interface CenterIM is a fork of CenterICQ. CenterIM is a text mode menu- and window-driven IM interface that supports the ICQ2000, Yahoo!, MSN, Gadu-Gadu and IRC protocols as well as posting to LiveJournal aggregating RSS feeds. It allows you to send, receive, and forward messages, URLs, SMSes, contacts, and email express messages. It also lets you set your own and fetch others' away messages, and define external handlers for incoming events. You can mass message-send, search for users, view users' details, maintain your contact list directly from the program, view the message history, register a new UIN and update your details, be informed upon receipt of email messages, automatically set away after the defined period of inactivity, and have your own ignore, visible, and invisible lists. It can also associate events with sounds, make log of events, and allows arrangement of contacts into groups. The development of CenterIM is currently quite active, but is still happy to find more users helping with contributing bug reports, suggestions, feedback and code. If you're interested in joining our community, feel free to inform about our mailing lists on the CenterIM homepage or on #centerim at the Freenode IRC. WWW: http://www.centerim.org/ |
2007-04-19T01:59:48+00:00 | net-im/centerim-devel |
Text mode menu- and window-driven IM interface CenterIM is a fork of CenterICQ. CenterIM is a text mode menu- and window-driven IM interface that supports the ICQ2000, Yahoo!, MSN, Gadu-Gadu and IRC protocols as well as posting to LiveJournal aggregating RSS feeds. It allows you to send, receive, and forward messages, URLs, SMSes, contacts, and email express messages. It also lets you set your own and fetch others' away messages, and define external handlers for incoming events. You can mass message-send, search for users, view users' details, maintain your contact list directly from the program, view the message history, register a new UIN and update your details, be informed upon receipt of email messages, automatically set away after the defined period of inactivity, and have your own ignore, visible, and invisible lists. It can also associate events with sounds, make log of events, and allows arrangement of contacts into groups. WARNING: This is the development version of centerim. There's no proof that it will build and/or run properly on your system. But we will be happy to get some feedback if you experience any problems. For testing purposes, all available protocols are enabled in this port. If you don't agree to these facts, you should probable use net-im/centerim release version. WWW: http://www.centerim.org/ |
2007-04-18T20:21:50+00:00 | sysutils/keep |
A backup system for KDE Keep is a backup system for KDE. The behavior is quite simple: you choose the files you want to backup, you set up the frequency and the number of backup you want to have, and Keep will backup them automatically. WWW: http://kde-apps.org/content/show.php?content=32984 |
2007-04-18T07:48:27+00:00 | comms/p5-SMS-Send-TW-PChome |
SMS::Send driver for sms.pchome.com.tw SMS::Send::TW::PChome is a SMS::Send driver which allows you to send messages through http://sms.pchome.com.tw/ WWW: https://metacpan.org/release/SMS-Send-TW-PChome |
2007-04-18T00:35:50+00:00 | net-p2p/qbittorrent |
Bittorrent client using Qt5 and libtorrent-rasterbar qBittorrent is the open source bittorrent client in C++/Qt that uses libtorrent-rasterbar. It aims to be a good alternative to all other bittorrent clients. qBittorrent is fast, stable and provides unicode support as well as many features. Features: - Well-integrated and extensible Search Engine - Simultaneous search in most famous BitTorrent search sites - Per-category-specific search requests (e.g. Books, Music, Movies) - All BitTorrent extensions: DHT, Peer Exchange, Full encryption, Magnet URI, uTP - Remote control through a Web user interface (nearly identical to the regular UI, all in Ajax) - Advanced control over trackers, peers, and torrents: queueing and prioritizing, content selection and prioritizing - UPnP/NAT-PMP port forwarding support - Available in ~25 languages (Unicode support) - uTorrent spoofing to bypass private trackers whitelisting - Advanced RSS support with download filters (inc. regex) - IP Filtering (eMule and PeerGuardian compatible) WWW: https://www.qbittorrent.org/ |
2007-04-18T00:35:50+00:00 | net-p2p/qbittorrent-22 |
Bittorrent client using Qt4 and libtorrent-rasterbar qBittorrent v2 is the closest open source (GNU GPL v2 license) equivalent to utorrent. It is based on the Qt4 toolkit and libtorrent-rasterbar. Features: Well-integrated and extensible Search Engine Simultaneous search in most famous BitTorrent search sites Per-category-specific search requests (e.g. Books, Music, Movies) All Bittorrent extensions * DHT, Peer Exchange, Full encryption, Magnet URI Remote control through a Web user interface * Nearly identical to the regular UI, all in Ajax Advanced control over trackers, peers and torrents * Torrents queueing and prioritizing * Torrent content selection and prioritizing UPnP / NAT-PMP port forwarding support Available in ~25 languages (Unicode support) uTorrent spoofing to bypass private trackers whitelisting Advanced RSS support with download filters (inc. regex) IP Filtering (eMule and PeerGuardian compatible) LICENSE: GPL2 or later WWW: http://www.qbittorrent.org/ |
2007-04-17T19:35:08+00:00 | emulators/snespp |
Kernel module for SNES controllers on a parallel port snespp is a kernel module for Super NES/Famicon controllers interfaced via a parallel port. It appears as a keyboard: buttons on the controllers send key strokes to the operating system. snespp works under both the system console and X windows, using the microseq interface to reduce overhead. WWW: http://www.tbrk.org/software/snespp.html |
2007-04-17T18:48:42+00:00 | devel/rubygem-analogger |
Fast, flexible, easy to use logging service for Ruby Analogger is a fast asynchronous logging service and client library. It is implemented in Ruby, and currently uses EventMachine in the server, though there is a plan on the roadmap to enable it to run with a pure Ruby event reactor. Analogger was originally written over a decade ago, in response to a need to maintain a central logging server to accumulate logs from numerous web applications to a single location. It takes very little time to send a logging message, making it a very low impact logger for performance sensitive applications. It has been continuously used in production since then, albeit in a version not released publicly. WWW: https://github.com/wyhaines/analogger |
2007-04-17T18:33:48+00:00 | net/mediatomb |
UPnP AV MediaServer UPnP media server MediaTomb is an open source (GPL) UPnP MediaServer with a nice web user interface, it allows you to stream your digital media through your home network and listen to/watch it on a variety of UPnP compatible devices. MediaTomb implements the UPnP MediaServer V 1.0 specification that can be found on http://www.upnp.org/. The current implementation focuses on parts that are required by the specification, however we look into extending the functionality to cover the optional parts of the spec as well. WWW: http://mediatomb.cc/ |
2007-04-17T11:19:54+00:00 | x11-toolkits/p5-Tk-DKW |
Collection of Tk widgets Tk::CheckBox - A radio button style widget that uses a check mark in a box. Useful as a boolean field. Tk::Columns - A multicolumn list widget with resizeable borders and sorting by column. Tk::ComboEntry - A Drop down listbox + entry widget with nice keyboard equivalent behaviour Tk::IconCanvas - A canvas implementing a moveable iconic interface. Allows attaching menus to icons and to background. Tk::SplitFrame - A sliding separator for two child widgets. Allows either horizontal or vertical separation between the two widgets. Can work in concert as horizontal inside vertical or vice-versa. Tk::TabFrame - A tabbed frame geometry manager (like NoteBook). Tk::DockFrame - A dockable widget management widget hierarchy. Tk::CornerBox - A textured window resizing widget (like in Win95) Tk::Signals - A publish and subscribe object signalling method like that found in QT. Very useful when widgets that are not in the same hierarchy need to alert each other to various application level events. WWW: https://metacpan.org/release/Tk-DKW |
2007-04-17T11:16:12+00:00 | x11-toolkits/p5-Tk-FontDialog |
Font dialog widget Tk::FontDialog implements a font dialog widget. The dialog is displayed by calling the Show method. The returned value is either the selected font (if the dialog was closed with the Ok button) or undef (otherwise). The exact type of the return value is either a Tk::Font object (in Tk800) or a font name string (usually something like font1). Both can be used as values in Tk -font options. WWW: https://metacpan.org/release/Tk-FontDialog |
2007-04-17T11:13:41+00:00 | x11-toolkits/p5-Tk-Contrib |
Contributed Tk widgets Files in Tk-Contrib have been contributed by various people at various times. Included widgets: Tk::Axis - Canvas with Axes Tk::Dial - an alternative to the Scale widget Tk::OlWm - Interface to OpenLook properties of Toplevel widget Tk::TiedListbox - gang together Listboxes WWW: https://metacpan.org/release/Tk-Contrib |
2007-04-16T22:13:10+00:00 | net-im/libtelepathy |
Flexible Communications Framework The Telepathy project aims to provide a unified framework for all forms of real time conversations, including instant messaging, IRC, voice calls and video calls. It uses the DBus messaging system to provide a simple interface for client applications, allowing them to quickly benefit from Telepathy's functionality. WWW: http://telepathy.freedesktop.org/ |
2007-04-16T12:10:10+00:00 | x11-toolkits/tk-wrapper |
Tk-wrapper installs a shell wrapper for the "wish" command that comes with different versions of Tk. Users can define in a configuration file which version of the Tk shell wish should be called. |
2007-04-16T11:59:08+00:00 | net/ss5 |
SOCKS v4/v5 application layer gateway with many features SS5 is a socks server that implements the SOCKS v4 and v5 protocol. WWW: http://ss5.sourceforge.net/ |
2007-04-16T11:16:16+00:00 | www/scloader |
Configurable web graber/spider Smart Cache Loader is most configurable web batch downloader in world! If you have a very specific needs to grab some portions of web site -- this is right tool for you! This program can be also used as web crawler if you need to crawl defined parts of www site(s). WWW: http://scloader.sourceforge.net |
2007-04-16T09:50:41+00:00 | databases/pgpoolAdmin |
Web-based administration tool for pgpool-II Web-based administration tool for pgpool-II. WWW: http://www.pgpool.net/ |
2007-04-16T06:34:20+00:00 | graphics/pecl-qrencode |
PECL extension for generate qrcode A PECL extension for generate qrcode. WWW: https://github.com/vanillahsu/pecl-qrencode |
2007-04-16T04:51:46+00:00 | www/py-restclient |
Convenient library for writing REST clients A helper library to make writing REST clients in python extremely simple. WWW: http://microapps.sourceforge.net/restclient/ |
2007-04-15T22:02:20+00:00 | net/avahi-qt3 |
Qt 3 bindings to the Avahi mDNS system Qt 3 bindings to the avahi mDNS service discovery system. WWW: http://www.avahi.org/ |
2007-04-15T18:59:37+00:00 | devel/mcpp |
Alternative C/C++ preprocessor C/C++ preprocessor defines and expands macros and processes '#if', '#include' and some other directives. MCPP is an alternative C/C++ preprocessor with the highest conformance. It supports multiple standards: K&R, ISO C90, ISO C99, and ISO C++98. MCPP is especially useful for debugging a source program which use complicated macros and also useful for checking portability of a source. Though mcpp could be built as a replacement of GCC's resident preprocessor or as a stand-alone program without using library build of mcpp, this package installs a program named 'mcpp' which links shared library of libmcpp and behaves independent from GCC. WWW: http://mcpp.sourceforge.net/ |
2007-04-15T18:58:46+00:00 | japanese/p5-Lingua-JA-Summarize-Extract |
Summary generator for Japanese Lingua::JA::Summarize::Extract is a summary generator for Japanese text. The extraction method can be changed with the plug-in mechanism. WWW: https://metacpan.org/release/Lingua-JA-Summarize-Extract |
2007-04-15T18:57:50+00:00 | devel/rubygem-eventmachine |
Fast, simple event-processing library for Ruby programs EventMachine implements a fast, single-threaded engine for arbitrary network communications. It's extremely easy to use in Ruby. EventMachine wraps all interactions with IP sockets, allowing programs to concentrate on the implementation of network protocols. It can be used to create both network servers and clients. To create a server or client, a Ruby program only needs to specify the IP address and port, and provide a Module that implements the communications protocol. Implementations of several standard network protocols are provided with the package, primarily to serve as examples. The real goal of EventMachine is to enable programs to easily interface with other programs using TCP/IP, especially if custom protocols are required. WWW: http://rubyeventmachine.com |
2007-04-15T15:01:54+00:00 | net/rubygem-twitter |
Ruby interface to the Twitter API The command line gives you several options for user twitter. Simply type twitter to see the options. WWW: https://sferik.github.io/twitter/ |
2007-04-15T11:11:16+00:00 | www/mod_proctitle |
Set httpd process titles to reflect currently processed request This module sets httpd process titles to reflect the request currently processed, so they will be visible in top(1) or ps(1). Useful for debugging purposes. WWW: https://github.com/MirLach/mod_proctitle |
2007-04-15T09:46:33+00:00 | devel/p5-Devel-Required |
Automatic update of required modules documentation The Devel::Required module only serves a purpose in the development environment of an author of a CPAN module (or more precisely: a user of the ExtUtils::MakeMaker module). It makes sure that any changes to the required modules specified in the Makefile.PL are automatically reflected in the appropriate text file and in the appropriate source files (either explicitly or implicitly specified). It takes the information given with the PREREQ_PM parameter and by default writes this to the README file, as well as to the POD of the file specified with the VERSION_FROM parameter. Both these defaults can be overridden with the "text" and "pod" parameters in the use Devel::Required specification. WWW: https://metacpan.org/release/Devel-Required |
2007-04-14T20:21:58+00:00 | www/xpi-vimperator |
Vim look and feel for Firefox Vimperator is a free browser add-on for Firefox, which makes it look and behave like the Vim text editor. It has similar key bindings, and you could call it a modal webbrowser, as key bindings differ according to which mode you are in. WWW: http://vimperator.org/vimperator |
2007-04-14T19:01:44+00:00 | multimedia/gnome-subtitles |
Subtitle editor with video preview Gnome Subtitles is a subtitle editor for the GNOME desktop. It supports the most common text-based subtitle formats and allows for subtitle editing, translation and synchronization. WWW: http://gnome-subtitles.sourceforge.net/ |
2007-04-13T20:49:25+00:00 | www/trac-bzr |
Bazaar-NG plugin for Trac Trac-Bzr is a plugin for Trac (>= 0.10) that provides a version control backend for Bzr. WWW: https://launchpad.net/trac-bzr |
2007-04-13T16:42:45+00:00 | devel/py-cog |
Code Generator for any language Cog transforms files in a very simple way: it finds chunks of Python code embedded in them, executes the Python code, and inserts its output back into the original file. The file can contain whatever text you like around the Python code. It will usually be source code. WWW: http://www.nedbatchelder.com/code/cog/index.html |
2007-04-13T16:26:57+00:00 | www/mod_authnz_external |
Allows users authentication based on external mechanisms on apache 2.2 Mod_authnz_external is an Apache module used for authentication. The Apache HTTP Daemon can be configured to require users to supply logins and passwords before accessing pages in some directories. Authentication is the process of checking if the password given is correct for a user. Apache has standard modules for authenticating out of several different kinds of databases. Mod_authnz_external is a flexible tool for creating authentication systems based on other databases. This port gives the same funcionality as mod_auth_external, but over apache 2.2. WWW: http://code.google.com/p/mod-auth-external/ |
2007-04-13T15:51:45+00:00 | java/dbvis |
DbVisualizer database tool DbVisualizer is a feature rich, intuitive and cross platform database tool for developers and DBA's providing a single powerful interface for a variety of databases. DbVisualizer supports simultaneous database connections, it lets you explore and manage database objects, execute SQL queries, visualize information and a lot more. WWW: http://www.dbvis.com/products/dbvis/ |
2007-04-13T09:44:33+00:00 | net/py-twitter |
Python wrapper around the Twitter API This library provides a pure python interface for the Twitter API. Twitter provides a service that allows people to connect via the web, IM, and SMS. Twitter exposes a web services API and this library is intended to make it even easier for python programmers to use. WWW: https://github.com/bear/python-twitter |
2007-04-13T07:36:31+00:00 | devel/rubygem-parsetree |
Ruby parse tree tools ParseTree is a C extension (using RubyInline) that extracts the parse tree for an entire class or a specific method and returns it as a s-expression (aka sexp) using ruby's arrays, strings, symbols, and integers. WWW: http://rubyforge.org/projects/parsetree/ |
2007-04-11T20:39:07+00:00 | sysutils/syscp |
PHP-based ISP System Control Panel SysCP, the System Control Panel is a server administration tool which enables an internet service provider to give their customers a web-based application to administrate their email addresses, their subdomains etc. The project was founded in autumn 2003 by Florian Lippert and was published on June, 15th 2004 under the GNU General Public Licence (GPL). WWW: http://www.syscp.org/ |
2007-04-11T18:43:48+00:00 | audio/gimmix |
Graphical MPD client written in C using GTK2 Gimmix is a graphical Music player daemon (MPD) client written in C using GTK+2. Features: ========= * Simple and Clean Interface. * Library Browser. * Library search. (search by artist, album, filename, etc) * Playlist management (manage mpd playlists) * ID3v2 tag editing support. * System tray icon support. * Support for controlling gimmix through Keyboard. * Notification support (Displays the currently playing song in systray). * Small memory footprint. WWW: http://gimmix.berlios.de/index.php |
2007-04-11T16:33:09+00:00 | irc/iroffer-lamm |
IRC "bot" that makes sharing files via DCC extremely easy iroffer is a fileserver for irc (commonly referred to as a DCC bot). It uses the DCC feature of irc to send files to other users. iroffer will connect to an irc server and let people request files from it. This is a fork of Iroffer with extended features. It does support mIRC-style DCC Server Protocol. LICENSE: GPL2 or later WWW: http://iroffer-lamm.sourceforge.net/ |
2007-04-11T14:54:13+00:00 | www/xsm |
Extensible Site Manager Rectang XSM (eXtensible Site Manager) XSM is a new Content management system for generating fast web sites. The system generates "static" html pages using Java / JSP renderers. Published content can be stored locally or distributed over an ssh connection. The backend uses only XML for easy management and backup. Using the TinyMCE open source project we can offer a WYSIWYG editor for editing HTML based document types ("HTML" and "News") Other Document types include: * Html - (as above) simple WYSIWYG edited page for any content * News - blog style inclue RSS and archive * Gallery - generates thumbnails and previews along with pages for browsing * Files - simple file listing for uploading misc files * Book - for collating large, structured documents - generates individual pages and a "printer friendly" version. * FAQs - classic structure for a collection of question-answer knowledge * PreviewdFile - file list, but providing a preview image and description for every file * Links - categorised links for the necessary "links" page Author: Andy (HandyAndE) Williams WWW: http://www.rectang.com/Software/XSM/ |
2007-04-11T14:54:13+00:00 | www/extsm |
Extensible Site Manager (XSM) Rectang XSM (eXtensible Site Manager) XSM is a new Content management system for generating fast web sites. The system generates "static" html pages using Java / JSP renderers. Published content can be stored locally or distributed over an ssh connection. The backend uses only XML for easy management and backup. Using the TinyMCE open source project we can offer a WYSIWYG editor for editing HTML based document types ("HTML" and "News") Other Document types include: * Html - (as above) simple WYSIWYG edited page for any content * News - blog style inclue RSS and archive * Gallery - generates thumbnails and previews along with pages for browsing * Files - simple file listing for uploading misc files * Book - for collating large, structured documents - generates individual pages and a "printer friendly" version. * FAQs - classic structure for a collection of question-answer knowledge * PreviewdFile - file list, but providing a preview image and description for every file * Links - categorised links for the necessary "links" page Author: Andy (HandyAndE) Williams WWW: http://www.rectang.com/Software/XSM/ |
2007-04-11T06:05:51+00:00 | net/daemonlogger |
Packet sniffer capable of running as a daemon and as a software tap A packet sniffer designed to run as a daemon with automatic log rotation. It will also act as a software tap injecting packets onto a second interface if configured as such. WWW: https://www.talosintelligence.com/daemon |
2007-04-10T22:32:08+00:00 | devel/qct |
QCT GUI commit tool QCT - Qt/PyQt based commit tool Primary goals: 1. Platform agnostic (Linux, Windows, MacOS, Cygwin -- and FreeBSD now) 2. VCS agnostic (bazaar, cvs, git, mercurial, monotone, perforce, subversion) 3. Good keyboard navigation, keep the typical work-flow simple WWW: http://qct.sourceforge.net/ |
2007-04-10T22:32:08+00:00 | devel/py-qt4-qct |
QCT GUI commit tool QCT - Qt/PyQt based commit tool Primary goals: 1. Platform agnostic (Linux, Windows, MacOS, Cygwin -- and FreeBSD now) 2. VCS agnostic (bazaar, cvs, git, mercurial, monotone, perforce, subversion) 3. Good keyboard navigation, keep the typical work-flow simple Author: Steve Borho <steve@borho.org> WWW: http://qct.sourceforge.net/ |
2007-04-10T18:55:17+00:00 | graphics/mhgui |
GUI widget library for MakeHuman MHGUI is the GUI widget library used in the C++ version of MakeHuman. The main idea is to have a small and easy toolkit with a set of special widgets. Some of this widgets are very special and not available in other toolkits. WWW: http://www.dedalo-3d.com/index.php |
2007-04-10T18:54:22+00:00 | graphics/animorph |
Morphing engine for MakeHuman Animorph is a morphing engine responsible for calculating and then executing all the real time changes to the MakeHuman basemesh, as required by the user's morph target selections and those target's value settings. Naturally, it also loads and saves character body setting (.bs) files. WWW: http://www.makehuman.org/ |
2007-04-10T16:22:33+00:00 | www/ctemplate |
Template system for C CTemplate is a simple but powerful, extremely fast HTML template system for C language. It provides separation between code and presentation. WWW: http://ctemplate.sourceforge.net/ |
2007-04-10T08:12:10+00:00 | devel/p5-Test-Group |
Group together related tests in a test suite Fed up with counting tests to discover what went wrong in your last test run? Tired of squinting at your test source to find out where on earth the faulty test predicate is called, and what it is supposed to check for? Then this module is for you! WWW: https://metacpan.org/release/Test-Group |
2007-04-10T07:59:10+00:00 | archivers/paq |
Family of archivers with extremely high compression ratios paq is a family of archivers with the best lossless compression ratios now available across a wide variety of test data, according to several benchmarks. A comparison of paq to other compression methods, on a 2GHz T3200, when compressing a large text file: Format Size Time (sec) Memory comp decomp ----------- --------- -------------- ------- Uncompressed 3,152,896 compress 1,319,521 1.6 0.2 .1 MB gzip -9 1,022,810 0.7 0.1 .1 MB bzip2 -9 860,097 0.6 0.4 5 MB p7zip (7z) 824,573 1.5 0.1 195 MB xz -6 822,016 ? ? ? zpaq c1 (fast) 806,959 2 2 38 MB zpaq c2 (mid) 699,191 8 8 112 MB zpaq c3 (max) 644,190 20 20 246 MB The port uses the open ZPAQ specification, and contains: a public-domain C++ API for reading and writing ZPAQ compressed data to or from files or objects in memory; serial and multi-threaded archivers; extra preprocessors for compression; and stubs for creating self-extracting archives. WWW: http://mattmahoney.net/dc/zpaq.html |
2007-04-10T07:29:39+00:00 | mail/phpmailer |
Full Featured Email Transfer Class for PHP PHP email transport class featuring multiple file attachments, SMTP servers, CCs, BCCs, HTML messages, and word wrap, and more. It can send email via sendmail, PHP mail(), or with SMTP. Methods are based on the popular AspEmail active server component. WWW: https://github.com/PHPMailer/PHPMailer |
2007-04-10T07:17:27+00:00 | devel/p5-Test-YAML-Valid |
Test for valid YAML This module lets you easily test the validity of YAML. WWW: https://metacpan.org/release/Test-YAML-Valid |
2007-04-10T07:02:39+00:00 | devel/p5-Test-XML-Valid |
Validate XML and XHTML Tests for Valid XHTML (using XML::LibXML). If the XML is not valid, a message will be generated with specific details about where the parser failed. WWW: https://metacpan.org/release/Test-XML-Valid |
2007-04-09T21:15:05+00:00 | audio/gstreamer-plugins-moodbar |
Shows the "moods" of audio tracks in Amarok From the Amarok wiki: The moodbar officially returns as of Amarok 1.4.4! It shows you the "mood" of a track, which you can then use to figure out when something interesting happens in the song. http://amarok.kde.org/wiki/Moodbar WWW: http://pwsp.net/~qbob/ |
2007-04-09T20:46:49+00:00 | net/p5-Net-Growl |
Growl Notifications over the network Net::Growl provieds simple interface to send Mac OS X Growl notifications across the network. WWW: https://metacpan.org/release/Net-Growl |
2007-04-09T20:44:47+00:00 | mail/james |
Java SMTP and POP3 Mail server and NNTP News server The Apache Java Enterprise Mail Server (a.k.a. Apache James) is a 100% pure Java SMTP and POP3 Mail server and NNTP News server. We have designed James to be a complete and portable enterprise mail engine solution based on currently available open protocols. James is also a mail application platform. We have developed a Java API to let you write Java code to process emails that we call the mailet API. A mailet can generate an automatic reply, update a database, prevent spam, build a message archive, or whatever you can imagine. A matcher determines whether your mailet should process an email in the server. The James project hosts the Mailet API, and James provides an implementation of this mail appli -cation platform API. James is based upon the Apache Avalon application framework, formerly a product of the Apache Avalon project. WWW: http://james.apache.org/ |
2007-04-09T20:43:40+00:00 | www/p5-CGI-FCKeditor |
This's FCKeditor Controller for Perl OOP CGI::FCKeditor is FCKeditor(http://www.fckeditor.net/) Controller for Perl OOP. FCKeditor(http://www.fckeditor.net/) is necessary though it is natural. WWW: https://metacpan.org/release/CGI-FCKeditor |
2007-04-09T17:46:35+00:00 | audio/libconvolve |
Simple C library for partitioned convolution Simple C library for partitioned convolution. WWW: http://heaven.sourceforge.net/index.php/programs/audio |
2007-04-09T10:16:50+00:00 | mail/horde-forwards |
E-mail forward Forwards is a Horde module for setting user email forwards via the .forward mechanism supported by several popular mailers. Right now, Forwards provides fairly complete support for setting .forward style forwards on Sendmail, Courier, or Qmail mail based systems via an FTP transport. It now also has drivers for Mdaemon, Exim SQL, Exim LDAP, Custom SQL, and SOAP based systems. WWW: http://www.horde.org/forwards/ |
2007-04-09T09:58:59+00:00 | devel/svn_load_dirs |
Perl script to load directories into a Subversion repository This Perl script is designed to load a number of directories into Subversion. This is useful if you have a number of .zip's or tar.{Z,gz,bz2}'s for a particular package and want to load them into Subversion. This script is part of the Subversion distribution and it is assumed that it can be used under the same license terms as Subversion itself. WWW: https://svn.apache.org/repos/asf/subversion/branches/scons-build-system/www/tools_contrib.html#svn_load_dirs_pl |
2007-04-09T02:50:59+00:00 | devel/eventxx |
C++ wrapper for libevent eventxx is a simple, direct, one-header inline C++ wrapper for libevent. It's designed to be as close to use to libevent (without compromising modern C++ programming techniques) and efficient (since all implementation is trivial and inline, theoretically, it imposes no overhead at all) as possible. WWW: http://www.llucax.com.ar/~luca/eventxx/ |
2007-04-08T22:17:39+00:00 | sysutils/seatools |
Seagate's SeaTools for Linux Here is the port of Seagate's SeaTools Enterprise Edition for Linux Disc Diagnostic Software (cli version). WWW: https://www.seagate.com |
2007-04-08T21:07:33+00:00 | java/eclipse-datatools |
Data Tools Platform for the Eclipse IDE [ excerpt from developer's www site with modifications ] The Data Tools Platform (DTP) project will include extensible frameworks and exemplary tools, enabling a diverse set of plug-in offerings specific to particular data-centric technologies and supported by the DTP ecosystem. In the spirit of Eclipse, will be guided by the following values: + Vendor neutrality + Extensibility + Community Involvement + Transparency + Agile development WWW: http://www.eclipse.org/datatools/ |
2007-04-08T18:05:08+00:00 | net/zniper |
Display and reset active TCP connections Zniper displays active TCP connections seen by the selected interface. The spotted connections can be killed by injecting RST packets into the stream. WWW: http://www.signedness.org/tools/ |
2007-04-08T17:52:02+00:00 | japanese/uim-tomoe-gtk |
UIM helper program for Tomoe uim-tomoe-gtk is an UIM helper program for Tomoe. WWW: http://sourceforge.jp/projects/tomoe/ |
2007-04-08T10:15:35+00:00 | security/xyssl |
Lightweight SSL and TLS toolkit for C developers XySSL is a lite-weight SSL and TLS implementation library in C. It currently supports SSLv2, SSLv3, and TLSv1 using the AES, ARC4, and 3DES ciphers, and the MD2, MD4, MD5, SHA1, and SHA256 hashes. Support is also included for X.509 certificate structures, as well as an internal PRNG. WWW: http://polarssl.org/ |
2007-04-07T19:30:11+00:00 | www/drupal6-google_analytics |
Adds the Google Analytics web stats tracking system to your website This module adds the Google Analytics web statistics tracking system to your website. Provides the ability to selectively track certain user roles. Now with support for segmentation - allowing tracking of logged in visitors by user id, username, and profile fields from within Google Analytics. WWW: http://drupal.org/project/google_analytics |
2007-04-07T19:30:11+00:00 | www/drupal5-google_analytics |
Adds the Google Analytics web statistics tracking system to your website. This module adds the Google Analytics web statistics tracking system to your website. Provides the ability to selectively track certain user roles. Now with support for segmentation - allowing tracking of logged in visitors by user id, username, and profile fields from within Google Analytics. WWW: http://drupal.org/project/google_analytics |
2007-04-07T19:27:43+00:00 | www/drupal5-adsense |
Allows web site owners to display ads on their site using Google AdSense The Google AdSense module provides Web site owners with the means to earn revenue from visitors by displaying ads from Google's AdSense service on their sites. WWW: http://drupal.org/project/adsense |
2007-04-07T06:19:20+00:00 | security/py-gnutls |
Python wrapper for the GNUTLS library This package provides a high level object oriented wrapper around libgnutls, as well as low level bindings to the GNUTLS types and functions via ctypes. The high level wrapper hides the details of accessing the GNUTLS library via ctypes behind a set of classes that encapsulate GNUTLS sessions, certificates and credentials and expose them to python applications using a simple API. The package also includes a Twisted interface that has seamless intergration with Twisted, providing connectTLS and listenTLS methods on the Twisted reactor once imported (the methods are automatically attached to the reactor by simply importing the GNUTLS Twisted interface module). The high level wrapper is written using the GNUTLS library bindings that are made available via ctypes. This makes the wrapper very powerful and flexible as it has direct access to all the GNUTLS internals and is also very easy to extend without any need to write C code or recompile anything. WWW: https://pypi.org/project/python-gnutls/ |
2007-04-07T04:03:10+00:00 | converters/p5-JSON-Any |
Perl Wrapper Class for the various JSON classes This module will provide a coherent API to bring together the various JSON modules currently on CPAN. This module will allow you to code to any JSON API and have it work regardless of which JSON module is actually installed. WWW: https://metacpan.org/release/JSON-Any |
2007-04-07T03:02:00+00:00 | math/p5-Statistics-Regression |
Perl module to perform weighted linear regression Regression.pm is a multivariate linear regression package. That is, it estimates the c coefficients for a line-fit of the type y= c(0)*x(0) + c(1)*x1 + c(2)*x2 + ... + c(k)*xk given a data set of N observations, each with k independent x variables and one y variable. Naturally, N must be greater than k---and preferably considerably greater. Any reasonable undergraduate statistics book will explain what a regression is. Most of the time, the user will provide a constant ('1') as x(0) for each observation in order to allow the regression package to fit an intercept. WWW: https://metacpan.org/release/Statistics-Regression |
2007-04-06T14:39:57+00:00 | net/p5-Net-SMS-PChome |
Send SMS messages via the sms.pchome.com.tw service Net::SMS::PChome allows sending SMS messages via http://sms.pchome.com.tw/ WWW: https://metacpan.org/release/Net-SMS-PChome |
2007-04-06T08:24:39+00:00 | www/p5-Catalyst-Plugin-Setenv |
Set up the environment from Catalyst's config file Allows you to set up the environment from Catalyst's config file. WWW: https://metacpan.org/release/Catalyst-Plugin-Setenv |
2007-04-06T08:24:14+00:00 | www/p5-Catalyst-Plugin-LogWarnings |
Log perl warnings to your Catalyst log object In MyApp.pm: use Catalyst qw/LogWarnings/; After that, any warn statement that's executed during action processing is sent to the log $c->log as a warning (instead of being dumped to STDERR). WWW: https://metacpan.org/release/Catalyst-Plugin-LogWarnings |
2007-04-06T08:23:48+00:00 | www/p5-Catalyst-Plugin-ConfigLoader-Environment |
Configure your application with environment variables Catalyst::Plugin::ConfigLoader::Environment reads environment variables and sets up the configuration in your application accordingly. WWW: https://metacpan.org/release/Catalyst-Plugin-ConfigLoader-Environment |
2007-04-06T08:23:21+00:00 | www/p5-Catalyst-Plugin-Cache-Store-FastMmap |
FastMmap cache store for Catalyst::Plugin::Cache This plugin is deprecated because Cache::FastMmap no longer needs to be wrapped to store plain values. It is still available on the CPAN for backwards compatibility and will still work with newer versions of Cache::FastMmap with a slight performance degredation. WWW: http://search.cpan.org/dist/Catalyst-Plugin-Cache-Store-FastMmap/ |
2007-04-06T08:22:49+00:00 | www/p5-Catalyst-Plugin-Cache |
Flexible caching support for Catalyst This plugin gives you access to a variety of systems for caching data. It allows you to use a very simple configuration API, while maintaining the possibility of flexibility when you need it later. Among its features are support for multiple backends, segmentation based on component or controller, keyspace partitioning, and so more, in various subsidiary plugins. WWW: https://metacpan.org/release/Catalyst-Plugin-Cache |
2007-04-06T08:22:14+00:00 | www/p5-Catalyst-Plugin-C3 |
Catalyst Plugin to subvert NEXT to use Class::C3 *** WARNING *** THIS MODULE IS STILL EXPERIMENTAL !!! This module is related to the possible transition of Catalyst from NEXT to Class::C3. This transition hasn't happened yet, and might not for a while. This module is only intended for use by Catalyst module developers at this time. You would know it if you should be using this module. *** END WARNING *** WWW: https://metacpan.org/release/Catalyst-Plugin-C3 |
2007-04-06T08:21:44+00:00 | www/p5-Catalyst-Model-XML-Feed |
Use RSS/Atom feeds as a Catalyst Model Catalyst::Model::XML::Feed allows you to use XML feeds in your Catalyst application. To use a feed, you need to register it with the "register" method. Once a feed is registered, it's automatically cached for you. WWW: https://metacpan.org/release/Catalyst-Model-XML-Feed |
2007-04-06T08:21:03+00:00 | devel/p5-Task-Weaken |
Ensure that a platform has weaken support One recurring problem in modules that use Scalar::Util's weaken function is that it is not present in the pure-perl variant. While this isn't necessarily always a problem in a straight CPAN-based Perl environment, some operating system distributions only include the pure-Perl versions, don't include the XS version, and so weaken is then "missing" from the platform, despite passing a dependency on Scalar::Util successfully. Most notably this is RedHat Linux at time of writing, but other come and go and do the same thing, hence "recurring problem". The normal solution is to manually write tests in each distribution to ensure that weaken is available. This restores the functionality testing to a dependency you do once in your Makefile.PL, rather than something you have to write extra tests for each time you write a module. It should also help make the package auto-generators for the various operating systems play more nicely, because it introduces a dependency that they have to have a proper weaken in order to work. WWW: https://metacpan.org/release/Task-Weaken |
2007-04-06T07:02:16+00:00 | textproc/py-hyperestraier-python |
Pure Python HyperEstraier library HyperEstraier client API implemented with pure Python. It works with synchronous manner. Since version 0.10, it also works with asyn manner based on Twisted library. WWW: http://coderepos.org/share/wiki/PyHyperEstraier |
2007-04-06T06:48:34+00:00 | www/xpi-scrapbook |
Webcontent capturing and managing extension ScrapBook is a Firefox extension, which helps you to save Web pages and easily manage collections. Key features are lightness, speed, accuracy and multi-language support. Major features are: * Save Web page * Save snippet of Web page * Save Web site * Organize the collection in the same way as Bookmarks * Full text search and quick filtering search of the collection * Editing of the collected Web page * Text/HTML edit feature resembling Opera's Notes WWW: http://amb.vis.ne.jp/mozilla/scrapbook/ |
2007-04-05T17:57:26+00:00 | textproc/p5-Template-Plugin-Lingua-EN-Inflect |
Interface Template Toolkit to Lingua::EN::Inflect module The Lingua::EN::Inflect is an interface of Template Toolkit to Damian Conway's Linua::EN::Inflect Perl module, which provides plural inflections, "a"/"an" selection for English words, and manipulation of numbers as words. WWW: https://metacpan.org/release/Template-Plugin-Lingua-EN-Inflect |
2007-04-05T15:41:43+00:00 | devel/p5-Data-GUID |
Generate globally unique identifiers Data::GUID provides a simple interface for generating and using globally unique identifiers. WWW: https://metacpan.org/release/Data-GUID |
2007-04-05T14:45:18+00:00 | www/p5-Catalyst-View-Jemplate |
Jemplate files server Catalyst::View::Jemplate is a Catalyst View plugin to automatically compile TT files into JavaScript, using ingy's Jemplate. WWW: https://metacpan.org/release/Catalyst-View-Jemplate |
2007-04-05T14:27:50+00:00 | www/p5-Jemplate |
JavaScript Templating with Template Toolkit Jemplate is a templating framework for JavaScript that is built over Perl's Template Toolkit (TT2). WWW: https://metacpan.org/release/Jemplate |
2007-04-05T12:54:18+00:00 | textproc/p5-HTML-SBC |
Simple blog code to valid XHTML Simple Blog Code is a simple markup language. You can use it for guest books, blogs, wikis, boards and various other web applications. It produces valid and semantic (X)HTML from input and is patterned on that tiny usenet markups like *bold* and _underline_. WWW: https://metacpan.org/release/MEMOWE/HTML-SBC-0.15 |
2007-04-05T09:40:46+00:00 | devel/libwfut |
WorldForge update library libwfut is a C++ implementation of the Java updater tool, WFUT. It is primarily intended for use with WorldForge clients to allow integrated media updates, although it is not limited to this task. WWW: https://www.worldforge.org/ |
2007-04-05T07:51:52+00:00 | net-mgmt/pktstat |
Network traffic viewer Pktstat listens to the network and shows the bandwidth being consumed by packets of various kinds in realtime. It understands some protocols (including FTP, HTTP, and X11) and adds a descriptive name next to the entry. WWW: https://github.com/dleonard0/pktstat |
2007-04-04T17:05:46+00:00 | www/nspluginwrapper |
Compatibility plugin for Mozilla NPAPI plugins The nspluginwrapper is an Open Source compatibility plugin for Netscape 4 (NPAPI) plugins. That is, it enables you to use plugins on platforms they were not built for. For example, you can use the Adobe Flash plugin on Linux/x86_64, NetBSD and FreeBSD platforms. WWW: http://nspluginwrapper.org |
2007-04-04T17:05:46+00:00 | www/nspluginwrapper-devel |
A compatibility plugin for Mozilla NPAPI (development version) The nspluginwrapper is an Open Source compatibility plugin for Netscape 4 (NPAPI) plugins. That is, it enables you to use plugins on platforms they were not built for. For example, you can use the Adobe Flash plugin on Linux/x86_64, NetBSD and FreeBSD platforms. WWW: http://nspluginwrapper.davidben.net |
2007-04-04T15:11:33+00:00 | print/gutenprint-ijs |
GutenPrint Ghostscript Drivers |
2007-04-04T15:09:54+00:00 | print/gutenprint-foomatic |
GutenPrint Foomatic Drivers |
2007-04-04T15:08:35+00:00 | print/gutenprint-cups |
GutenPrint CUPS drivers |
2007-04-04T15:07:06+00:00 | print/gimp-gutenprint |
Gimp print plug-in |
2007-04-04T15:07:06+00:00 | print/gimp-devel-gutenprint |
Gimp print plug-in |
2007-04-04T15:01:36+00:00 | graphics/py-gimp |
GIMP python plugin |
2007-04-04T12:58:01+00:00 | textproc/pdfoutline |
Add outlines to PDF files pdfoutline adds outlines (aka bookmarks) to PDF files. It reads input file given as first argument, adds outlines from text file given as second argument, and saves result to file with name given as third argument. WWW: https://github.com/eugmes/fntsample |
2007-04-04T11:23:52+00:00 | devel/p5-File-CreationTime |
Keeps track of file creation times Keeps track of creation times on filesystems that don't normally provide such information. use File::CreationTime; my $file = '/path/to/file'; print "$file was created: ". creation_time($file). "\n"; WWW: https://metacpan.org/release/File-CreationTime |
2007-04-04T11:12:12+00:00 | devel/p5-File-Attributes-Recursive |
Inherit file attributes from parent directories Works like File::Attributes, but will recurse up the directory tree until a matching attribute is found. WWW: https://metacpan.org/release/File-Attributes-Recursive |
2007-04-04T10:10:53+00:00 | audio/py-fastaudio |
Python bindings for the PortAudio multi-platform audio library py-fastaudio is a Python module that provides bindings for the PortAudio multiplatform audio I/O library. WWW: http://www.freenet.org.nz/python/pyPortAudio/ |
2007-04-04T09:19:24+00:00 | net/uriparser |
URI parsing library uriparser is an RFC 3986 URI parsing library written in C++. WWW: https://github.com/uriparser/uriparser |
2007-04-04T08:57:26+00:00 | devel/p5-threads-shared |
Share data structures between threads By default, variables are private to each thread, and each newly created thread gets a private copy of each existing variable. This module allows you to share variables across different threads (and pseudoforks on Win32). It is used together with the threads module. WWW: https://metacpan.org/release/threads-shared |
2007-04-04T08:35:09+00:00 | net/openpbx.org |
An Open Source PBX and telephony toolkit OpenPBX is an Open Source PBX and telephony toolkit. It is, in a sense, middleware between Internet and telephony channels on the bottom, and Internet and telephony applications at the top. WWW: http://www.openpbx.org |
2007-04-03T20:58:29+00:00 | graphics/rgbpaint |
Very basic painting program rgbPaint is a very basic GTK+2.6 (or later) based program designed for editing pixel based images. It is a fork of mtPaint 3.09. It can only edit and save RGB images to PNG, JPEG, or ICO files. It can read PNG, JPEG, TIFF, GIF, ICO, files and possibly others like TGA, PCX, and SVGi if they are installed with your version of GTK+2. WWW: http://mtpaint.sourceforge.net/rgbpaint.html |
2007-04-03T19:43:44+00:00 | graphics/mtpaint |
Simple painting program mtPaint is a simple GTK+1/2 painting program designed for creating icons and pixel based artwork. It can edit indexed palette or 24 bit RGB images and offers basic painting and palette manipulation tools. It also has several other more powerful features such as channels, layers and animation. Due to its simplicity and lack of dependencies it runs well on GNU/Linux, Windows and older PC hardware. WWW: http://mtpaint.sourceforge.net/ |
2007-04-03T15:17:44+00:00 | mail/extman |
Web interface to manage Virtual Accounts ExtMan -- Web interface to manage Virtual Accounts It was written in pure perl, support account store in mysql/ldap, can easily customize accroding html template, other backend support will be available soon WWW: http://www.extmail.org |
2007-04-03T14:26:06+00:00 | devel/p5-File-Attributes |
Manipulate file metadata in Perl File::Attributes lets you assign attributes to files (and read them, and list them, and delete them). WWW: https://metacpan.org/release/File-Attributes |
2007-04-03T14:08:26+00:00 | devel/p5-Best |
Fallbackable module loader Often there are several possible providers of some functionality your program needs, but you don't know which is available at the run site. For example, one of the modules may be implemented with XS, or not in the core Perl distribution and thus not necessarily installed. Best.pm attempts to load modules from a list, stopping at the first successful load and failing only if no alternative was found. WWW: https://metacpan.org/release/Best |
2007-04-03T13:59:57+00:00 | devel/p5-Directory-Scratch |
Easy-to-use self-cleaning scratch space It's often inconvenient to correctly create a platform-independent temporary storage space, manipulate files inside it, then clean it up. This module aims to eliminate that problem by making it easy to do things right. WWW: https://metacpan.org/release/Directory-Scratch |
2007-04-03T13:38:55+00:00 | devel/p5-Algorithm-IncludeExclude |
Build and evaluate include/exclude lists Algorithm::IncludeExclude lets you define a tree of include / exclude rules and then allows you to determine the best rule for a given path. WWW: https://metacpan.org/release/Algorithm-IncludeExclude |
2007-04-03T12:03:25+00:00 | sysutils/ts |
Serial task spooler task spooler is a Unix batch system where the tasks spooled run one after the other. Each user in each system has his own job queue. The tasks are run in the correct context (that of enqueue) from any shell/process, and its output/results can be easily watched. It is very useful when you know that your commands depend on a lot of RAM, a lot of disk use, give a lot of output, or for whatever reason it's better not to run them at the same time. WWW: http://vicerveza.homeunix.net/~viric/soft/ts/ |
2007-04-03T01:56:08+00:00 | benchmarks/rubygem-railsbench |
Scripts designed for benchmarking of Rails applications Railsbench is a small collection of ruby scripts which make measuring raw performance of rails apps a snap. All tests are run from the command prompt, making performance regression testing easy. WWW: http://railsbench.rubyforge.org/ |
2007-04-02T21:35:26+00:00 | textproc/py-pygments |
Syntax highlighter written in Python Pygments is a syntax highlighting package written in Python. It is a generic syntax highlighter for general use in all kinds of software such as forum systems, wikis or other applications that need to prettify source code. Highlights are: * a wide range of common languages and markup formats is supported * special attention is paid to details, increasing quality by a fair amount * support for new languages and formats are added easily * a number of output formats, presently HTML, LaTeX, RTF and ANSI sequences * it is usable as a command-line tool and as a library WWW: https://pygments.org/ |
2007-04-02T20:55:58+00:00 | net/miniupnpd |
UPnP IGD implementation which uses pf/ipf Mini UPnPd is a lightweight implementation of a UPnP IGD daemon. This is supposed to be run on your gateway machine to allow client systems to redirect ports and punch holes in the firewall. WWW: http://miniupnp.free.fr/ |
2007-04-02T20:52:56+00:00 | www/xpi-sameplace |
Jabber client SamePlace is a set of extensions for Firefox, Flock and Thunderbird to keep in touch, chat, play and interact with your contacts without leaving your browser or mail client. WWW: http://dev.hyperstruct.net/xmpp4moz/wiki/LocalApplicationSamePlaceSuite |
2007-04-02T20:47:38+00:00 | www/xpi-xmpp4moz |
Support for XMPP xmpp4moz is: * A browser connector that provides rich user-to-user communication and interaction to web applications, in real-time and without server hacks. * A family of high-level components to quickly build XUL-based applications that communicate via XMPP. WWW: http://dev.hyperstruct.net/xmpp4moz |
2007-04-02T10:52:55+00:00 | java/eclipse-findbugs |
Eclipse plug-in that provides FindBugs support The FindBugs Eclipse plugin allows FindBugs to be used within the Eclipse IDE. WWW: http://findbugs.sourceforge.net/manual/eclipse.html |
2007-04-02T10:01:00+00:00 | games/hinversi |
Reversi/Othello clone Hinversi is a version of Reversi or Othello, a board game. It was written from the beginning thinking on modularity, to ease the process of changing and improving the AI engine. WWW: http://asturio.gmxhome.de/software/hinversi/i.html |
2007-04-02T07:18:13+00:00 | audio/py-speex |
Python bindings for the Speex compressor/decompressor audio codec py-speex is a Python module that provides bindings for the Speex audio compressor/decompressor codec. WWW: http://freenet.mcnabhosting.com/python/pySpeex/ |
2007-04-01T20:20:16+00:00 | www/ruby-fcgiwrap |
Handy FastCGI wrapper library for CGI scripts written in Ruby FastCGI Wrapper (fcgiwrap) is a handy FastCGI wrapper library for Ruby, with which you can easily write a FastCGI wrapper script for an existing CGI script written in Ruby. Author: Tatsuki Sugiura <sugi@nemui.org> WWW: http://rubyforge.org/projects/fcgi/ |
2007-04-01T13:26:49+00:00 | misc/xdelta3 |
Open-source binary diff, VCDIFF/RFC 3284 delta compression Xdelta is a tool and library for differential compression. Xdelta release version 3 supports VCDIFF encoding and decoding. This is a BETA release, but almost stable. Supports compressing 64 bit files on Windows, *nux, etc. WWW: http://xdelta.org/ |
2007-04-01T13:09:57+00:00 | security/phpsecinfo |
PHP environment security auditing tool ### WHAT IS PHPSECINFO? PHPSecInfo is a PHP environment security auditing tool modeled after the phpsecinfo() function. From a single function call, PHPSecInfo runs a series of tests on your PHP environment to identify potential security issues and offer suggestions. It can be useful as part of a multilayered security approach. #### WHAT IS PHPSECINFO NOT? * It is not a replacement for secure coding practices * It does not audit PHP code * It is not comprehensive test for either your hosting environment or your web application * It is not the "final word." PHPSecInfo identifies *potential* problems and offers suggestions for improvement. Your environment may _require_ certain settings that trigger cautions or warnings. WWW: http://phpsec.org/projects/phpsecinfo/ |
2007-04-01T09:05:46+00:00 | cad/opencascade-tutorial |
OpenCascade sample tutorial A Qt based application for tutorial to Open CASCADE Technology. WWW: http://www.opencascade.org/ |
2007-04-01T09:04:04+00:00 | cad/opencascade |
Open CASCADE Technology, 3D modeling & numerical simulation Open CASCADE Technology is a software development platform freely available in open source. It includes components for 3D surface and solid modeling, visualization, data exchange and rapid application development. Open CASCADE Technology can be best applied in development of numerical simulation software including CAD/CAM/CAE, AEC and GIS, as well as PDM applications. BUGS: the interesting parts of this port are the libraries, but some components like Wok are not [yet] fully functional. WWW: http://www.opencascade.org/ |
2007-04-01T09:00:23+00:00 | science/cgnslib |
CFD General Notation System library code The CFD General Notation System (CGNS) provides a standard for recording and recovering computer data associated with the numerical solution of the equations of fluid dynamics. WWW: http://cgns.github.io/ |
2007-03-31T09:08:40+00:00 | games/freecol |
Open source version of Colonization The FreeCol team aims to create an Open Source version of Colonization (released under the GPL). At first we'll try to make an exact clone of Colonization. The visuals will be brought up to date with more recent standards but will remain clean, simple and functional. Certain new 'features' will be implemented but the gameplay and the rules will be exactly the same as the original game. Examples of modern features are: an isometric map and multiplayer support. WWW: http://freecol.org/ |
2007-03-31T03:33:31+00:00 | games/alephone-scenarios |
Free scenarios for the Aleph One engine Free and complete third party scenarios for the Aleph One engine: - Excalibur: Morgana's Revenge - Eternal - Marathon Evil - Marathon Red - Rubicon X - Tempus Irae WWW: http://source.bungie.org/get/ |
2007-03-30T15:43:14+00:00 | sysutils/iat |
Converter of many types of CD-ROM image file formats into ISO-9660 iat (Iso9660 Analyzer Tool) is a tool for detecting the structure of many types of CD-ROM image file formats, such as BIN, MDF, PDI, CDI, NRG, and B5I, and converting them into ISO-9660. WWW: http://iat.berlios.de/ |
2007-03-30T06:29:01+00:00 | www/p5-Catalyst-Controller-FormBuilder |
Catalyst FormBuilder Base Controller This base controller merges the functionality of CGI::FormBuilder with Catalyst and the following templating systems: Template Toolkit, Mason and HTML::Template. This gives you access to all of FormBuilder's niceties, such as controllablefield stickiness, multilingual support, and Javascript generation. For more details, see CGI::FormBuilder or the website at: http://www.formbuilder.org WWW: https://metacpan.org/release/Catalyst-Controller-FormBuilder |
2007-03-29T11:31:05+00:00 | devel/stfl |
Structured Terminal Forms Language/Library STFL is a library which implements a curses-based widget set for text terminals. The STFL API can be used from C, SPL, Python, Perl and Ruby. Since the API is only 14 simple function calls big and there are already generic SWIG bindings it is very easy to port STFL to additional scripting languages. A special language (the Structured Terminal Forms Language) is used to describe STFL GUIs. The language is designed to be easy and fast to write so an application programmer does not need to spend ages fiddling around with the GUI and can concentrate on the more interesting programming tasks. WWW: http://www.clifford.at/stfl/ |
2007-03-29T10:45:31+00:00 | x11-toolkits/fxscintilla-fox14 |
|
2007-03-28T17:08:31+00:00 | games/outerspace |
On-line strategy game Outer Space is an on-line strategy game which takes place in the dangerous universe. You will become powerful commander of many stars, planets, and great fleets and will struggle for survival with other commanders. WWW: https://sourceforge.net/projects/ospace/ |
2007-03-28T16:24:35+00:00 | net/freeradius-mysql |
A free RADIUS server implementation with MySQL support |
2007-03-28T10:15:44+00:00 | www/pumperweb |
A meta project that creates a WEB framework PumperWeb is a set of tools for Python WEB developer. It tries to keep programmer's life simple. No more heavy framework, not more dirty. PumperWeb keeps programmers simple and smart. There is a old said, "Keep It Simple & Stupid". Stupid! A good stupid is another way to be smart. WWW: https://opensvn.csie.org/traccgi/PumperWeb/wiki |
2007-03-28T09:21:25+00:00 | editors/yui |
Rich-featured multi-windows console text editor y is a multi-windowed console text editor, primarily intended for programmers and system administrators. y main features is: - Multi-windows interface with up and down menu lines - Pulldown menus - Operable window list - Copy/paste between windows - Inter-windows search and replace - Help window with ability to browse manual pages and info files - Internal terminal window - Internal GDB interface with ability to set up breakpoints inside text window - Status saving - you can load 20 files from your program project by one click - C-style and HTML-style Syntax highlight - Stream and columnar blocks with saving block features - Ability to edit huge (hundred of Mb) files Rashid N. Achilov (citycat4@ngs.ru) |
2007-03-28T07:45:20+00:00 | devel/py-gdata |
GData Python Client Library The Google Data APIs (GData) provide a simple protocol for reading and writing data on the web. Each of the following Google services provides a Google data API: * Base * Code Search * Blogger * Notebook * Calendar * Webmaster Tools API * Health * Google Analytics Data Export API * Picasa Web Albums * Google Book Search Data API * Spreadsheets * Google Finance Portfolio Data API * Documents List * Google Maps Data API * Contacts * Sites Data API * YouTube * Issue Tracker Data API * Google Apps Provisioning The GData Python Client Library provides a library and source code that make it easy to access data through Google Data APIs. WWW: https://github.com/google/gdata-python-client |
2007-03-28T01:38:47+00:00 | net/pecl-geoip |
Map IP address to geographic places This PHP extension allows you to find the location of an IP address - City, State, Country, Longitude, Latitude, and other information as all, such as ISP and connection type. For more info, please visit Maxmind's website. WWW: https://pecl.php.net/package/geoip WWW: http://www.maxmind.com/ |
2007-03-27T20:31:23+00:00 | www/py-ez_web |
A tiny and designed for modification web framework ez_web is a tiny and designed for modify web framework. It provides concise fucntions, no complex candy. ez_web is working as a CGI or apache handler with mod_python. WWW: https://opensvn.csie.org/traccgi/PumperWeb/wiki/ez_web |
2007-03-27T15:47:48+00:00 | devel/py-ez_xml |
Ez_xml compiles a XML template file into a Python module ez_xml is a XML template generator that compiles a XML template file into a Python module. Programmers feed data to a template module to generate a respective XML document. ez_xml provides concise functions, no complex flow-control instructions. WWW: https://opensvn.csie.org/traccgi/PumperWeb/wiki/ez_xml |
2007-03-27T15:46:19+00:00 | devel/py-sqlcc |
Python SQL Command Composer sqlcc is a SQL Command Composer for Python. It make you coding SQL command with Python's syntax, no more string composing. You can insert, update, and query with sqlcc. Even you can initial a database with schema defined with sqlcc. WWW: https://bitbucket.org/thinker/sqlcc |
2007-03-27T15:44:47+00:00 | devel/pythk |
Collection of Python functions pythk is a collection of functions for Python. It is used by sqlcc. WWW: https://pypi.org/project/pythk/ |
2007-03-27T13:49:27+00:00 | games/mangos |
Free dedicated-server for World of Warcraft MaNGOS (the Massive Network Game Object Server) is an Open Source reference implementation for a MMORPG server system. Please see the file COPYING for license details. WWW: http://www.mangosproject.org/ |
2007-03-27T13:40:51+00:00 | www/drupal5-tinymce |
A Drupal module which implements the TinyMCE WYSIWYG content editor TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under LGPL by Moxiecode Systems AB. This module integrates the TinyMCE WYSIWYG editor into a Drupal site for editing advanced site content. WWW: http://drupal.org/project/tinymce |
2007-03-27T12:24:45+00:00 | audio/gmidimonitor |
GTK+ application that shows MIDI events GMIDImonitor is GTK+ application that shows MIDI events. WWW: http://home.gna.org/gmidimonitor/ |
2007-03-27T11:03:50+00:00 | lang/tk-wrapper |
Tk-wrapper installs a shell wrapper for the "wish" command that comes with different versions of Tk. Users can define in a configuration file which version of the Tk shell wish should be called. - Martin Matuska mm@FreeBSD.org |
2007-03-27T10:52:18+00:00 | lang/tcl-wrapper |
Shell wrapper for ${TX_SHELL} (${TX_PORT_U}) Tcl-wrapper installs a shell wrapper for the "tclsh" command that comes with different versions of Tcl. Users can define in a configuration file which version of the Tcl shell should be called. |
2007-03-27T10:16:57+00:00 | misc/py-qt4-demo |
Python bindings for the Qt4 toolkit, Qt demo and examples PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the PyQt4 demo and examples. WWW: https://riverbankcomputing.com/software/pyqt |
2007-03-27T10:14:41+00:00 | devel/py-qt4-qscintilla2 |
Python bindings for QScintilla2 (PyQt4), QSci module PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the Qsci module for the Qscintilla2 editor component. WWW: https://riverbankcomputing.com/software/pyqt http://www.riverbankcomputing.co.uk/software/qscintilla/ |
2007-03-27T10:13:43+00:00 | graphics/py-qt4-svg |
Python bindings for the Qt4 toolkit, QtSvg module PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the QtSvg module. WWW: https://riverbankcomputing.com/software/pyqt |
2007-03-27T10:10:38+00:00 | devel/py-qt4-assistant |
Python bindings for the Qt4 toolkit, QtAssistant module PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the QtAssistant module. WWW: https://riverbankcomputing.com/software/pyqt |
2007-03-27T10:08:48+00:00 | net/py-qt4-network |
Python bindings for the Qt4 toolkit, QtNetwork module PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the QtNetwork module. WWW: https://riverbankcomputing.com/software/pyqt |
2007-03-27T10:06:47+00:00 | x11/py-qt4-opengl |
Python bindings for the Qt4 toolkit, QtOpenGL module PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the QtOpenGL module. WWW: https://riverbankcomputing.com/software/pyqt |
2007-03-27T10:05:12+00:00 | devel/py-qt4-test |
Python bindings for the Qt4 toolkit, QtTest module PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the QtTest module. WWW: https://riverbankcomputing.com/software/pyqt |
2007-03-27T10:04:15+00:00 | devel/py-qt4-designerplugin |
Python bindings for the Qt4 toolkit, QtDesigner plugin PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the QtDesigner plugin. WWW: https://riverbankcomputing.com/software/pyqt |
2007-03-27T10:02:36+00:00 | devel/py-qt4-designer |
Python bindings for the Qt4 toolkit, QtDesigner module PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the QtDesigner module. WWW: https://riverbankcomputing.com/software/pyqt |
2007-03-27T09:59:53+00:00 | textproc/py-qt4-xml |
Python bindings for the Qt4 toolkit, QtXml module PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the QtXml module. WWW: https://riverbankcomputing.com/software/pyqt |
2007-03-27T09:58:49+00:00 | devel/py-qt4-dbus |
Python bindings for the Qt4 toolkit, QtDBus module PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the D-BUS module. WWW: https://riverbankcomputing.com/software/pyqt |
2007-03-27T09:56:50+00:00 | misc/py-qt4-doc |
Python bindings for the Qt4 toolkit, documentation PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the PyQt4 documentation. WWW: https://riverbankcomputing.com/software/pyqt |
2007-03-27T09:55:21+00:00 | databases/py-qt4-sql |
Python bindings for the Qt4 toolkit, QtSql module PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the QtSql module. WWW: https://riverbankcomputing.com/software/pyqt |
2007-03-27T09:49:36+00:00 | x11-toolkits/py-qt4-gui |
Python bindings for the Qt4 toolkit, QtGui module PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the QtGui module. WWW: https://riverbankcomputing.com/software/pyqt |
2007-03-27T09:46:54+00:00 | devel/py-qt4-core |
Python bindings for the Qt4 toolkit, QtCore module PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the QtCore module. WWW: https://riverbankcomputing.com/software/pyqt |
2007-03-27T09:44:46+00:00 | devel/qscintilla2-designerplugin |
Qt4 Designer plugin for QScintilla2 The Qt Designer plugin allows QScintilla2 instances to be included in GUI designs just like any other Qt4 widget. WWW: http://www.riverbankcomputing.co.uk/software/qscintilla/ |
2007-03-27T09:41:06+00:00 | devel/qscintilla2 |
Qt 4 port of the Scintilla C++ editor class QScintilla2 is a port to Qt4 of Neil Hodgson's Scintilla C++ editor class. WWW: http://www.riverbankcomputing.co.uk/software/qscintilla/ |
2007-03-27T07:49:21+00:00 | www/tinymce3 |
Open source JavaScript HTML WYSIWYG editor for web sites TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under LGPL by Moxiecode Systems AB. It has the ability to convert HTML TEXTAREA fields or other HTML elements to editor instances. TinyMCE is very easy to integrate into other Content Management Systems. TinyMCE Features: - Easy to integrate, takes only two lines of code. - Customizable through themes and plugins. - Customizable XHTML 1.0 output. Block invalid elements and force attributes. - International language support (Language packs) - Multiple browser support, Mozilla, MSIE, FireFox, Opera and Safari (experimental). - PHP/.NET/JSP/Coldfusion GZip compressor, Makes TinyMCE 75% smaller and a lot faster to load. - You can easily use AJAX to save and load content! WWW: http://www.tinymce.com/ |
2007-03-27T07:49:21+00:00 | www/tinymce |
Open source JavaScript HTML WYSIWYG editor for web sites TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under LGPL by Moxiecode Systems AB. It has the ability to convert HTML TEXTAREA fields or other HTML elements to editor instances. TinyMCE is very easy to integrate into other Content Management Systems. TinyMCE Features: - Easy to integrate, takes only two lines of code. - Customizable through themes and plugins. - Customizable XHTML 1.0 output. Block invalid elements and force attributes. - International language support (Language packs) - Multiple browser support, Mozilla, MSIE, FireFox, Opera and Safari (experimental). - PHP/.NET/JSP/Coldfusion GZip compressor, Makes TinyMCE 75% smaller and a lot faster to load. - You can easily use AJAX to save and load content! WWW: https://www.tiny.cloud/ WWW: https://github.com/tinymce/tinymce |
2007-03-27T07:15:30+00:00 | devel/p5-gearmand |
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: http://www.danga.com/gearman/ |
2007-03-27T07:14:43+00:00 | devel/p5-Gearman |
Gearman client libraray for Perl 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 Perl client component. WWW: http://www.danga.com/gearman/ |
2007-03-27T02:36:33+00:00 | math/qd |
Double-Double and Quad-Double Arithmetic A Double-Double and Quad-Double Arithmetic library. Double-double and quad-double numbers are unevaluated sum of two and four IEEE doubles capable of representing 106 and 212 bits of significand, respectively. The library is written in C++, taking full advantage of operator overloading. C, Fortran 77, and Fortran 90 interfaces are also provided. This work was done at Lawrence Berkeley National Laboratory, NERSC Division, Yozo Hida with Xiaoye S. Li and David H. Bailey. WWW: http://crd-legacy.lbl.gov/~dhbailey/mpdist |
2007-03-26T21:20:12+00:00 | sysutils/screenie |
Small and lightweight screen(1) wrapper Screenie is a small and lightweight screen(1) wrapper that is designed to be a session handler that simplifies the process of administrating detached jobs by providing an interactive menu. WWW: https://sourceforge.net/projects/screenie/ |
2007-03-26T01:39:09+00:00 | converters/p5-JSON-XS |
JSON serialising/deserialising, done correctly and fast This module converts Perl data structures to JSON and vice versa. Its primary goal is to be correct and its secondary goal is to be fast. To reach the latter goal it was written in C. As this is the n-th-something JSON module on CPAN, what was the reason to write yet another JSON module? While it seems there are many JSON modules, none of them correctly handle all corner cases, and in most cases their maintainers are unresponsive, gone missing, or not listening to bug reports for other reasons. WWW: https://metacpan.org/release/JSON-XS |
2007-03-25T21:48:09+00:00 | net/asterisk-app-notify |
Notify application module for the Asterisk PBX Asterisk Notify is an Asterisk module which can be configured to send notifications over the network to announce the callers name and telephone number to a desktop PC. WWW: http://www.mezzo.net/asterisk/app_notify.html |
2007-03-25T20:24:58+00:00 | games/klavaro |
Touchtyping trainer Klavaro is just another free touch typing tutor program. We felt like to do it because we became frustrated with the other options, which relied mostly on some few specific keyboards. Klavaro intends to be keyboard and language independent, saving memory and time (and money). WWW: http://klavaro.sourceforge.net/ |
2007-03-25T20:02:04+00:00 | databases/sqlite3-threads |
An SQL database engine in a C library w/ Tcl wrapper and w/ threads |
2007-03-25T04:13:33+00:00 | security/cryptstring |
Crypto Strings for PHP Very simple PHP functions for encrypting and signing (and reverse, decrypting and verifying) on string under BSD license. WWW: http://code.google.com/p/cryptstring/ |
2007-03-25T04:04:30+00:00 | math/cvc3 |
Automatic theorem prover for the SMT problem CVC3 is an automatic theorem prover for Satisfiability Modulo Theories (SMT) problems. It can be used to prove the validity (or, dually, the satisfiability) of first-order formulas in a large number of built-in logical theories and their combination. CVC3 is the last offspring of a series of popular SMT provers, which originated at Stanford University with the SVC system. In particular, it builds on the code base of CVC Lite, its most recent predecessor. Its high level design follows that of the Sammy prover. CVC3 works with a version of first-order logic with polymorphic types and has a wide variety of features including: * several built-in base theories: rational and integer linear arithmetic, arrays, tuples, records, inductive data types, bit vectors, and equality over uninterpreted function symbols; * support for quantifiers; * an interactive text-based interface; * a rich C and C++ API for embedding in other systems; * proof and model generation abilities; * predicate subtyping; * essentially no limit on its use for research or commercial purposes (see license). WWW: http://www.cs.nyu.edu/acsys/cvc3/ |
2007-03-24T20:18:25+00:00 | devel/p5-Lexical-Alias |
Makes a lexical an alias for another variable This module allows you to alias a lexical variable to another variable (package or lexical). You will receive a fatal error if you try aliasing a scalar to something that is not a scalar etc. WWW: https://metacpan.org/release/Lexical-Alias |
2007-03-24T19:07:40+00:00 | net-mgmt/nagios-certexp-plugin |
Nagios plugin for checking SSL server certificate expiration check_certexp is a Nagios plugin for checking the number of days left until a certificate expires. The check is done via an SSL connection (STARTTLS mechanisms are not supported). The plugin is written in Perl, should work with the embedded Perl interpreter (not tested though) and requires Net::SSLeay and Date::Manip to be installed on the Nagios host. WWW: http://www.jhweiss.de/software/nagios.html |
2007-03-24T14:22:29+00:00 | devel/cedet-emacs22 |
|
2007-03-24T06:33:10+00:00 | devel/umem |
Port of the Solaris memory allocator Portable libumem. ================ This is a port of Solaris libumem to non-Solaris systems. The port was made while integrating libumem with our Ecelerity MTA product, so your initial experience will not be 100% out-of-the-box, because there is no standalone configure script for the library at this time. (patches welcome!) In addition, since our deployment is threaded, we force the library into threaded mode. While the library is itself stable (it's the memory allocator used by the Solaris OS), the port may have a few rough edges. We're shipping umem with Linux and Windows versions of our product as we have found it to be stable. We will continue to update this project as and when we make improvements, and welcome third-party patches that improve the usability for everyone. Wez Furlong, OmniTI, Inc. WWW: https://labs.omniti.com/trac/portableumem/ |
2007-03-23T21:24:53+00:00 | www/free-sa |
Statistic analyzer for daemons log files similar to SARG Free-SA is a statistic analyzer for daemon log files similar to SARG. Its main advantages over SARG are much better speed (7x-20x times), more reports support, crossplatform work and W3C compliance of generated HTML/CSS reports code. WWW: http://free-sa.sourceforge.net |
2007-03-23T19:43:53+00:00 | www/trac-robotstxt |
Allows simple management of a robots.txt Serve a robots.txt file from Trac. Mostly useful to tracd users, but works on anything. Just put the data you want in the wiki page RobotsTxt. WWW: http://trac-hacks.org/wiki/RobotsTxtPlugin |
2007-03-23T19:30:43+00:00 | sysutils/xfce4-places-plugin |
File browser launcher for Xfce4 panel plugin The xfce4-places-plugin brings much of the functionality of the GNOME Places menu to Xfce. The plugin looks a lot like a launcher with multiple items in a menu. The main "launcher" button opens up Thunar at the user's home directory. The arrow button opens up a menu with two sections: system- and user-defined locations. The system-defined locations are consistent with Thunar (including their icons). For user-defined bookmarks, the ~/.gtk-bookmarks file is being read in order to share bookmarks with Thunar, Nautilus, the GNOME Panel, etc. WWW: https://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin |
2007-03-23T17:53:36+00:00 | net/nstxd |
DNS tunnel server nstxd allows a nstx client daemon to tunnel IP traffic through DNS requests to the machine running nstxd. |
2007-03-23T14:10:33+00:00 | games/burrtools |
Puzzle solver This (set of) program(s) will help you solve a certain kind of puzzle. Namely puzzles that are made out of square or dice shaped units, spheres or prisms with an equilateral triangle as base and where the pieces are also aligned along those grids in the solutions. WWW: http://burrtools.sourceforge.net/ |
2007-03-23T00:31:58+00:00 | deskutils/menumaker |
Menu generator for X Window Managers and desktop environments MenuMaker is application finding and menu generation utility. It is capable of finding lots of installed programs and generating the root menu consistent across all supported X window managers, so one will get (almost) the same menu no matter what WM is currently used. It is pure Python application hence it runs on every relevant system. Supported X window managers: - BlackBox - Deskmenu - FluxBox - IceWM - OpenBox, version 3 - PekWM - WindowMaker - XFCE, version 4 It also reads Freedesktop.org's .desktop files. WWW: http://menumaker.sourceforge.net/ |
2007-03-23T00:02:24+00:00 | www/netstiff |
Powerful web page update checker netstiff (formerly known as webdiff) is a powerful Web and FTP site update checker. It supports a variety of different methods (diff, html, size, date, MD5 sum, regexp) and only prints the URIs of the Web pages and/or FTP sites that changed so that its output can easily be used by other scripts (such as wget or mail). WWW: http://pkqs.net/~sbeyer/#netstiff |
2007-03-22T18:01:38+00:00 | devel/p5-File-Finder |
Nice wrapper for File::Find ala find(1) File::Find is great, but constructing the wanted routine can sometimes be a pain. This module provides a wanted-writer, using syntax that is directly mappable to the find command's syntax. WWW: https://metacpan.org/release/File-Finder |
2007-03-22T18:00:29+00:00 | textproc/p5-Text-FixEOL |
Canonicalizes text to a specified EOL/EOF convention Converts the EOL and EOF conventions in the passed string to a canonicalization form that handles 'mixed' EOL conventions. WWW: https://metacpan.org/release/Text-FixEOL |
2007-03-22T15:52:41+00:00 | textproc/p5-Data-SpreadPagination |
Page numbering and spread pagination Perl module for page numbering and spread pagination. The object produced by Data::SpreadPagination can be used to create an easy to use spread pagination navigator. It inherits from Data::Page, and in addition provides methods to create a pagination spread, keeping pagenumbers displayed within a sensible limit. WWW: https://metacpan.org/release/Data-SpreadPagination |
2007-03-22T15:20:33+00:00 | devel/p5-Term-Visual |
Split-terminal user interface Term::Visual is a "visual" terminal interface for curses applications. It provides the split-screen interface you may have seen in console based IRC and MUD clients. Term::Visual uses the POE networking and multitasking framework to support concurrent input from network sockets and the console, multiple timers, and more. WWW: https://metacpan.org/release/Term-Visual |
2007-03-22T14:11:48+00:00 | www/p5-RT-Client-REST |
Perl modules designed to talk to RT installation using REST protocol RT::Client::REST is a set of object-oriented Perl modules which provide interface between Perl scripts and RT (an industrial-grade ticketing system) using REST protocol. Most of the features have been implemented and tested with rt 3.6.0 and later. WWW: https://metacpan.org/release/RT-Client-REST |
2007-03-22T11:00:18+00:00 | net-im/p5-POE-Component-Client-MSN |
POE Component for MSN Messenger POE::Component::Client::MSN is a POE component to connect MSN Messenger server. WWW: http://search.cpan.org/dist/POE-Component-Client-MSN/ |
2007-03-22T09:41:43+00:00 | textproc/scss |
Scheme module for W3C Cascading Stylesheets recommendation SCSS is a Scheme module for parsing, querying, and emitting style information compatible with the W3C Cascading Stylesheets recommendation. While SCSS does not itself provide any rendering functionality, it can provide style information to applications and libraries that do. If used with XML documents produced by SXML or SDOM, SCSS can accommodate the full range of selector types described in the W3C recommendation; it can also match simple selectors against strings when structured document information is not available. WWW: http://www.nongnu.org/scss/ |
2007-03-22T09:40:30+00:00 | textproc/sdom |
Implementation of the W3C DOM recommendation in Scheme SDOM is an implementation of the W3C DOM recommendation (Level 3), including support for event handling, in the Scheme programming language. SDOM builds upon the work of Oleg Kiselyov's SXML project and aims to be fully compatible with the SXML API. WWW: http://www.nongnu.org/sdom/ |
2007-03-22T09:37:55+00:00 | devel/libruin |
Renderer for User Interfaces in Ncurses libRUIN (Renderer for User Interfaces in Ncurses) is a rendering library for various XML-based user interface markup languages (such as XHTML or Mozilla XUL), using the Ncurses terminal control library as a rendering target. GNU Guile and the SDOM Scheme module are used as the "glue" that manages user input and event handling (as such, event handlers must currently be written in Guile Scheme; support for ECMAscript event handlers is being considered for inclusion). An application programmer passes an XML document (including, potentially, a set of CSS stylesheets) and an Ncurses WINDOW structure, and libRUIN paints the WINDOW according to the markup and CSS; the programmer may subsequently pass Ncurses-style input strings to that WINDOW via libRUIN, and libRUIN will handle the resulting event flows. WWW: http://www.nongnu.org/libruin/ |
2007-03-22T09:36:35+00:00 | devel/guile-lib |
Repository of useful code written in Guile Scheme Guile-Lib is intended as an accumulation place for pure-scheme Guile modules, allowing for people to cooperate integrating their generic Guile modules into a coherent library. Think "a down-scaled, limited-scope CPAN for Guile". Also, it can be seen as a code staging area for Guile; the Guile developers could decide to integrate some of the code into guile-core. An example for a possible candidate is SRFI-35. WWW: http://www.nongnu.org/guile-lib/ |
2007-03-21T21:10:29+00:00 | www/horde-ansel |
Horde Photo Management and Web Gallery Ansel is a full featured photo management application. With it, you can create any number of galleries and subgalleries, share galleries among other Horde users or even make them public. WWW: https://www.horde.org/apps/ansel/ |
2007-03-21T20:40:44+00:00 | textproc/jalingo |
Free OS independent dictionary application JaLingo is a free OS independent dictionary application. It understands 4 dictionary formats: * DSL * Mova * PtkDict/phpMyLingvo MySQL dumps * Sdictionary (249) WWW: http://jalingo.sourceforge.net/ |
2007-03-21T19:23:36+00:00 | graphics/libopenraw |
Library for camera RAW files decoding libopenraw is an ongoing project to provide a free software implementation for camera RAW files decoding. One of the main reasons is that dcraw is not suited for easy integration into applications, and there is a need for an easy to use API to build free software digital image processing applications. WWW: https://libopenraw.freedesktop.org/ |
2007-03-21T19:21:27+00:00 | x11-toolkits/gtkunique |
Single instance application library GtkUnique is a library to facilitate programming single instance applications - that is applications that gets instanced once and each subsequent instance just quits - or send a command to the currently running instance. |
2007-03-21T11:32:36+00:00 | www/p5-Yahoo-Search |
Perl interface to the Yahoo Search public API Yahoo::Search provides a rich and full-featured set of classes for accessing the various features of Yahoo! Search, and also offers a variety of shortcuts to allow simple access. WWW: https://metacpan.org/release/Yahoo-Search |
2007-03-21T10:11:07+00:00 | audio/osdmixer |
Displays audio volume with an OSD osdmixer monitors changes of your audio volume settings and displays the volume as progress bars on your screen. |
2007-03-21T08:07:07+00:00 | mail/p5-Mail-LMLM |
List of Mailing Lists Manager The Mail::LMLM module allows users to easily manage HTML directories of mailing lists of various mailing list managers and hosts. WWW: https://metacpan.org/release/Mail-LMLM |
2007-03-20T11:23:49+00:00 | misc/p5-Geography-NationalGrid-TW |
Convert Taiwan Datum (TWD67/TM2, TWD97/TM2) to/from Lat and Long Geography::NationalGrid::TW - Module to convert Taiwan Datum (TWD67/TM2, TWD97/TM2) to/from Latitude and Longitude WWW: http://search.cpan.org/dist/Geography-NationalGrid-TW/ |
2007-03-20T11:21:56+00:00 | misc/p5-Geography-NationalGrid |
Create an object for a point and to transform coordinate systems Geography::NationalGrid is a factory class whose sole purpose is to give you an object for the right country. Geography::NationalGrid::GB and Geography::NationalGrid::IE are included with this distribution - other countries' national grids are converted by other packages. WWW: http://search.cpan.org/dist/Geography-NationalGrid/ |
2007-03-20T06:39:50+00:00 | www/p5-WWW-TV |
Perl interface to the database of series/episodes at TV.com WWW::TV is OO Perl interface to the database of series/episodes at http://www.tv.com. It allows to retrieve information about tv shows by its TV.com code. |
2007-03-19T22:33:48+00:00 | net-mgmt/horde-nic |
Network service monitor Nic is a basic network for Horde. WWW: http://horde.org/nic/ |
2007-03-19T22:31:11+00:00 | multimedia/libspiff |
An XSPF parsing library libspiff is a parser library for the XML Shareable Playlist Format (XSPF). XSPF is an open format for playlists. The XSPF specification has been written by Xiph. WWW: http://libspiff.sourceforge.net/ |
2007-03-19T21:33:38+00:00 | www/helixplugin |
Browser plugin for Real or Helix Players Real (and Helix) browser plugins do little else, but start the separate "realplay" executable and talk to it. This port builds and installs this simple plugin part. The port allows to use native FreeBSD browsers with the realplay executable built for Linux (installed by multimedia/linux-realplayer). Although the multimedia/helixplayer port installs a modern version of the player, it lacks certain codecs, which Real/Helix are not allowed to (or would not) open-source. This port's "source" is extracted verbatim from the Helix-player's, which is much larger. Although tested primarily against firefox, it should build any other Mozilla-family browser's headers. Care is taken to NOT include browser headers typically bundled by Helix/Real... |
2007-03-19T21:03:32+00:00 | sysutils/klineakconfig |
Configure lineakd through a KDE interface This is a KDE version of the gtk program lineakconfig by Mark Smulders. It is used for configuring a lineak config file for use with the lineakd daemon that sets up and handles the control of your easy access keys. WWW: http://lineak.sourceforge.net/ |
2007-03-19T05:14:07+00:00 | x11/libgnomekbd |
GNOME keyboard shared library GNOME keyboard shared library |
2007-03-19T05:14:07+00:00 | x11-toolkits/py-vte |
Python interface for VTE (Terminal widget) Python interface for VTE (Terminal widget). WWW: http://www.gnome.org/ |
2007-03-19T05:14:07+00:00 | x11-toolkits/libgtksourceviewmm |
C++ binding of GtkSourceView GtkSourceViewMM is a C++ binding of GtkSourceView, a text widget that extends the standard gtk+ 2.x text widget. It improves the gtk+ text widget by implementing syntax highlighting and other features typical of a source editor. |
2007-03-19T05:14:07+00:00 | multimedia/totem-xine |
A XINE-based video player for the GNOME 2 desktop |
2007-03-19T05:14:07+00:00 | devel/xdg-user-dirs-gtk |
Companion to xdg-user-dirs that integrates into GTK/GNOME apps Companion to xdg-user-dirs that integrates it into the GNOME desktop and Gtk+ applications |
2007-03-19T05:14:07+00:00 | devel/liboobs |
Wrapping library to the System Tools Backends Wrapping library to the System Tools Backends |
2007-03-19T05:14:07+00:00 | accessibility/java-access-bridge |
Gnome Java Accessibility Bridge Connects the built-in GNOME accessibility support in Java Swing apps to the GNOME Accessibility framework, specifically the Assistive Technology Service Provider Interface (AT-SPI). |
2007-03-19T03:33:27+00:00 | devel/deputy |
Advanced C compiler that enforces type and memory safety Deputy is a C compiler that is capable of preventing common C programming errors, including out-of-bounds memory accesses as well as many other common type-safety errors. Deputy allows C programmers to provide simple type annotations that describe pointer bounds and other important program invariants. Deputy verifies that your program adheres to these invariants through a combination of compile-time and run-time checking. WWW: http://deputy.cs.berkeley.edu/ |
2007-03-19T01:49:35+00:00 | www/horde-trean |
Horde Bookmark Manager Trean is a web-based bookmarks application that provides management of browser bookmarks, including support for tagging, link checking and searching bookmarks. WWW: https://www.horde.org/apps/trean/ |
2007-03-18T20:26:35+00:00 | x11-fonts/p5-Font-TTFMetrics |
Parser for the TTF file Font::TTFMetrics encapsulates the font metrics of a true type font file. A true type font file contains several tables which need to be parsed before any useful information could be gathered about the font. There is the excellent module for parsing TTF font in CPAN by Martin Hosken, Font::TTF. But in my opinion the use of Font::TTF requires intimate knowledge of TTF font format. This module was written to support the use of TTF in Pastel 2D graphics library in Perl. Three factors prompted me to write this module: first, I required a fast module to access TTF file. Second, all the access required was read-only. Last, I wanted a user friendly, higher level API to access TTF file. WWW: https://metacpan.org/release/Font-TTFMetrics |
2007-03-18T17:33:36+00:00 | converters/p5-JSON-DWIW |
JSON converter that Does What I Want Other JSON modules require setting several parameters before calling the conversion methods to do what I want. This module does things by default that I think should be done when working with JSON in Perl. This module also encodes and decodes faster than JSON.pm and JSON::Syck in my benchmarks. This means that any piece of data in Perl will get converted to something in JSON instead of throwing an exception. It also means that output will be strict JSON, while accepted input will be flexible, without having to set any options. WWW: https://metacpan.org/release/JSON-DWIW |
2007-03-18T17:31:39+00:00 | www/p5-HTTP-Async |
Process multiple HTTP requests in parallel without blocking Although using the conventional LWP::UserAgent is fast and easy it does have some drawbacks - the code execution blocks until the request has been completed and it is only possible to process one request at a time. HTTP::Async attempts to address these limitations. It gives you a 'Async' object that you can add requests to, and then get the requests off as they finish. The actual sending and receiving of the requests is abstracted. As soon as you add a request it is transmitted, if there are too many requests in progress at the moment they are queued. There is no concept of starting or stopping - it runs continuously. WWW: https://metacpan.org/release/HTTP-Async |
2007-03-18T13:32:48+00:00 | games/funnyboat |
Side scrolling shooter game starring a steamboat on the sea Trip on the Funny Boat is side scrolling arcade shooter game on a steamboat equipped with a cannon and the ability to jump. The player will need to take advantage of waves to defeat the enemies and dodge hazards. This game was originally made for the second PyWeek competition during the week from 25.3.2006 to 2.4.2006. WWW: https://funnyboat.sourceforge.net/ WWW: https://github.com/AMDmi3/funnyboat |
2007-03-18T13:24:42+00:00 | x11/xrsi |
Minimalist break enforcer for Linux/Unix for the prevention of RSI xrsi is a minimalist (8kb) break enforcer for Linux/Unix for the prevention of Repetitive Strain Injury (RSI) otherwise known as Occupational Overuse Syndrome (OOS). WWW: https://sourceforge.net/projects/xrsi/ |
2007-03-18T11:51:16+00:00 | devel/bzr-gtk |
GTK interface to Bazaar-NG VCS bzr-gtk is a plugin for Bazaar that aims to provide GTK+ interfaces to most Bazaar operations. WWW: http://bazaar-vcs.org/bzr-gtk |
2007-03-16T12:36:10+00:00 | multimedia/manslide |
Utility to simply create your own slideshow Manslide is a tool for generating slideshow with 3D effects WWW: http://www.kde-apps.org/content/show.php/Manslide?content=72739 |
2007-03-16T12:10:48+00:00 | www/rubygem-scrubyt |
Powerful web scraping toolkit written in Ruby scRUBYt! is a simple to learn and use, yet powerful web scraping toolkit written in Ruby. WWW: http://rubyforge.org/projects/scrubyt/ |
2007-03-16T11:57:30+00:00 | security/ocaml-ssl |
OpenSSL bindings for OCaml ocaml-ssl is a set of OCaml bindings for openssl. WWW: http://savonet.sourceforge.net/wiki/OCamlLibs |
2007-03-16T11:55:54+00:00 | deskutils/kmatrix3d |
Eye candy for KDE, a new Matrix screensaver This is a Matrix alike 3D OpenGL screen saver for KDE and X11 window system. WWW: http://sourceforge.net/projects/kmatrix3d/ |
2007-03-14T14:40:51+00:00 | graphics/libkexiv2 |
Exiv2 library interface for KDE Libkexiv2 is a wrapper around Exiv2 library to manipulate pictures metadata as EXIF/IPTC and XMP. This library is used by kipi-plugins, digiKam and others kipi host programs. WWW: https://www.digikam.org/ |
2007-03-14T14:40:51+00:00 | graphics/libkexiv2-kde4 |
Exiv2 library interface for KDE Libkexiv2 is a wrapper around Exiv2 library to manipulate pictures metadata as EXIF/IPTC and XMP. This library is used by kipi-plugins, digiKam and others kipi host programs. WWW: http://www.digikam.org |
2007-03-13T19:13:51+00:00 | misc/koffice-i18n-km |
Khmer messages and documentation for koffice Localized messages and documentation for koffice. WWW: http://koffice.kde.org/ |
2007-03-13T19:13:51+00:00 | misc/koffice-i18n-gl |
Gallegan messages and documentation for koffice Localized messages and documentation for koffice. WWW: http://koffice.kde.org/ |
2007-03-13T19:13:51+00:00 | editors/koffice-kde4-l10n-gl |
Gallegan messages and documentation for KOffice2 Localized messages and documentation for koffice. WWW: http://koffice.kde.org/ |
2007-03-13T19:13:51+00:00 | editors/koffice-i18n-km |
Khmer messages and documentation for koffice Localized messages and documentation for koffice. WWW: http://koffice.kde.org/ |
2007-03-13T19:13:51+00:00 | editors/koffice-i18n-gl |
Gallegan messages and documentation for koffice Localized messages and documentation for koffice. WWW: http://koffice.kde.org/ |
2007-03-13T14:05:52+00:00 | graphics/libimg-tk83 |
|
2007-03-13T13:15:57+00:00 | graphics/rubygem-captcha |
Simple CAPTCHA written in Ruby A simple CAPTCHA ("Completely Automatic Public Turing Test to Tell Computers and Humans Apart") written in Ruby. This will dynamically create an image containing a key displayed on a noisy background, which the user must enter into a text box. WWW: https://github.com/winton/captcha |
2007-03-13T12:22:12+00:00 | textproc/dictem-emacs22 |
|
2007-03-13T12:16:02+00:00 | graphics/libimg-tkstep80 |
|
2007-03-13T10:56:33+00:00 | databases/phpminiadmin |
Lightweight alternative to phpMyAdmin Lightweight alternative to heavy phpMyAdmin for easy access MySQL databases. WWW: http://phpminiadmin.sourceforge.net |
2007-03-13T09:20:26+00:00 | x11-toolkits/py-pyxfce |
XFCE bindings for Python Pyxfce are Xfce bindings for Python. You can use Python to create Xfce programs. WWW: http://pyxfce.xfce.org/ |
2007-03-13T09:16:32+00:00 | net/p5-Net-RTP |
Send and receive RTP packets (RFC3550) The Net::RTP module subclasses IO::Socket::Multicast6 to enable you to manipulate multicast groups. The multicast additions are optional, so you may also send and recieve unicast packets. WWW: https://metacpan.org/release/Net-RTP |
2007-03-13T09:13:15+00:00 | net/p5-IO-Socket-Multicast6 |
Send and receive IPv4 and IPv6 multicast messages The IO::Socket::Multicast6 module subclasses IO::Socket::INET6 to enable you to manipulate multicast groups. With this module you will be able to receive incoming multicast transmissions and generate your own outgoing multicast packets. This module uses the same API as IO::Socket::Multicast, but with added support for IPv6 (IPv4 is still supported). Unlike IO::Socket::Multicast, this is a pure-perl module. WWW: https://metacpan.org/release/IO-Socket-Multicast6 |
2007-03-13T09:11:32+00:00 | net/p5-Socket-Multicast6 |
Constructors and constants for IPv4/IPv6 multicast socket operations This module is used to gain access to constants and utility functions used when manipulating multicast socket attributes. For simple, object-oriented way of doing the same thing, take a look at IO::Socket::Multicast6 or IO::Socket::Multicast WWW: https://metacpan.org/release/Socket-Multicast6 |
2007-03-13T09:04:07+00:00 | devel/truc |
Web-based tool for requirement and use case tracking Truc is a web-based tool for requirement and use case tracking. It has fileupload, discussions, version control, use case history, build and release management. It supports assignment of requirements & use cases to releases and filtering over all fields. WWW: https://sourceforge.net/projects/truc/ |
2007-03-13T09:02:42+00:00 | x11/roxbg |
Tool for setting the background in rox using a simple command Makes it easy to set the background in rox instead of having to having to muck around with the XML API it uses. -f fill the screen with the image -s scale the image with out stretching it -c center image and do not scale -t tile the image default: -s |
2007-03-13T08:46:43+00:00 | x11-toolkits/tk86-thread |
Graphical toolkit for Tcl (threads support) |
2007-03-13T08:46:43+00:00 | x11-toolkits/tk85-thread |
Graphical toolkit for Tcl (threads support) |
2007-03-13T08:44:37+00:00 | x11-toolkits/tk84-thread |
Graphical toolkit for Tcl (threads support) |
2007-03-13T00:39:58+00:00 | science/gamess |
Freely obtainable ab-initio molecular orbital calculation program GAMESS is freely available ab-initio molecular orbital calculation program calculates energy, molecular structure, vibrational frequencies from the basic principle of quantum mechanics. A site license for GAMESS is available at no cost to both academic and industrial users. Please refer http://www.msg.ameslab.gov/gamess/download.html for details. We also included simple launcher called `gamess' for your convenience. You don't set any environment variable to run gamess. Just type % gamess <somefile.inp> is enough. WWW: http://www.msg.ameslab.gov/gamess/gamess.html |
2007-03-12T18:08:49+00:00 | mail/horde-vacation |
E-mail auto-responder Vacation is a Horde module for managing user e-mail "vacation notices" or "auto-responders." It works via a local vacation program and the .forward style forwarding mechanism supported by several popular mailers. Right now, Vacation provides fairly complete support for managing .forward style vacation notices on Sendmail or Courier mail based systems via an FTP transport. It also has some support for LDAP, Qmail, and SQL servers. WWW: http://www.horde.org/vacation/ |
2007-03-12T10:07:59+00:00 | misc/py-yolk |
Command-line tool for querying PyPI and Python packages installed Yolk is a Python library and command-line tool for obtaining information about packages installed by setuptools and packages on PyPI (Python Package Index a.k.a. The Cheese Shop). WWW: https://pypi.org/project/yolk/ |
2007-03-12T09:51:24+00:00 | www/py-apachelog |
Python access log parser Parser for extracting fields from a single line of an Apache access.lo g (should work for other servers conforming to the Common Log Format). Create the parser with the log format from your server .conf file, parse lines to get dict corresponding to fields defined in the log format. WWW: https://code.google.com/archive/p/apachelog/ |
2007-03-11T19:15:07+00:00 | x11-themes/e17-splash-clean |
Clean splash screen for e17 window manager Nice e17 splash screen. Clean like the sky... Author: Patator <noursbleu@free.fr> WWW: http://www.get-e.org/Themes/E17_-_Startup/ |
2007-03-11T17:44:56+00:00 | net/ftelnetd |
A small server faking various telnet daemons fake telnet daemon (ftelnetd) ----------------------------- ftelnetd is a small server faking various telnet daemons, logging all received logins to a file and doing more actions. WWW: http://www.corehack.org/ |
2007-03-11T16:42:43+00:00 | textproc/lemmatizer2 |
Russian / German / English lemmatizer library Library for automatic morphological analysis of English, Russian and German Languages. Version 2. Finds the lemmas (all forms) of a word. Written in C++. WWW: http://www.aot.ru/ |
2007-03-11T16:32:34+00:00 | www/py-httplib2 |
Comprehensive HTTP client library A comprehensive HTTP client library, httplib2.py supports many features left out of other HTTP libraries. WWW: https://github.com/httplib2/httplib2 |
2007-03-11T11:07:07+00:00 | x11-themes/e17-theme-night_bling |
Night Bling theme for use with e17 window manager Nice theme for use with e17 window manager. Modification of Bling Bling by Raster. Made dark for all the dark theme lovers. GTK+ theme is Wii-Black. WWW: http://www.get-e.org/Themes/E17/ |
2007-03-11T11:01:32+00:00 | x11-themes/e17-theme-dali |
Dali theme for use with e17 window manager Nice theme for use with e17 window manager. The theme itself and modules pictures are inspired by the work of famous painter Dali. You should change the shelf size up to the max available size for modules to look much more nicer. WWW: http://www.get-e.org/Themes/E17/ |
2007-03-11T09:51:34+00:00 | audio/mma |
Musical MIDI Accompaniment generator MMA is a accompaniment generator -- it creates midi tracks for a soloist to perform with. User supplied files contain pattern selections, chords, and MMA directives. WWW: http://www.mellowood.ca/mma/ |
2007-03-10T20:22:57+00:00 | textproc/uim-kde |
KDE panel applet of uim input method KDE panel applet of uim input method. WWW: http://code.google.com/p/uim/ |
2007-03-09T14:15:50+00:00 | devel/pecl-uploadprogress |
Provides track progress of a file upload An extension to track progress of a file upload. WWW: https://github.com/php/pecl-php-uploadprogress |
2007-03-09T13:18:18+00:00 | devel/pecl-apd |
Advanced PHP debugger APD is a full-featured profiler/debugger that is loaded as a zend_extension. It aims to be an analog of C's gprof or Perl's Devel::DProf. WWW: http://pecl.php.net/package/apd/ |
2007-03-09T10:20:17+00:00 | security/f-protd |
F-Prot Antivirus for BSD Mail Server F-Prot Antivirus BSD Mail Servers utilizes the renowned F-Prot Antivirus scanning engine for primary scan but has in addition to that a system of system of internal heuristics devised to search for unknown viruses. Please note that the license explicitly permits that F-Prot Antivirus BSD Mail Servers be used for evaluation purposes only, without charge for a period of no more than 60 days. If you use this software after the 60 day evaluation period, then you must register and pay a license fee. WWW: http://www.f-prot.com/ |
2007-03-09T10:13:22+00:00 | mail/qar-bufo |
Generates the Qmail assign and recipients file based on unix groups qar-bufo generates the Qmail assign and recipients file based on unix groups. Unlike with qmail-pw2u, you don't need your users in /etc/passwd. They can be stored any where that a NSS module allows. Just make all users who send or recieve mail a member of a specific group, and that group will be used to generate the assign and recipients file. |
2007-03-09T10:11:58+00:00 | net-mgmt/nagios-pf-plugin |
Nagios plugin for checking PF check_pf is a plugin intended for use with the Nagios network monitoring system. This plugin checks the status of PF, the OpenBSD packet filter, and compares the current state count to given or default thresholds, returning the result. It is written in C. WWW: https://github.com/kian/nagios-pf-plugin/ |
2007-03-09T10:08:58+00:00 | net-mgmt/vidalia |
Graphical Tor controller based on Qt 4.x Vidalia is a graphical Tor controller based on Qt 4.x. WWW: http://www.vidalia-project.net/ |
2007-03-08T19:07:26+00:00 | audio/cmus-post.fm |
Last.fm submitter Post.FM is a Perl script that submits information about your currently played track to Last.FM / Audioscrobbler. It's primarily made for CMUS, a ncurses based music player, but could be used as a general purpose scrobbler with only minor modifications. WWW: http://nex.scrapping.cc/post-fm/index.html |
2007-03-08T02:22:52+00:00 | www/py-funkload |
Functional and load web tester FunkLoad is a functional and load web tester, written in Python, whose main use cases are: * Functional testing of web projects, and thus regression testing as well. * Performance testing: by loading the web application and monitoring your servers it helps you to pinpoint bottlenecks, giving a detailed report of performance measurement. * Load testing tool to expose bugs that do not surface in cursory testing, like volume testing or longevity testing. * Stress testing tool to overwhelm the web application resources and test the application recoverability. * Writing web agents by scripting any web repetitive task, like checking if a site is alive. WWW: http://funkload.nuxeo.org/ |
2007-03-07T19:45:41+00:00 | devel/p5-Test-Script |
Cross-platform basic tests for scripts Test::Script - Cross-platform basic tests for scripts The intent of this module is to provide a series of basic tests for scripts in the bin directory of your Perl distribution. WWW: https://metacpan.org/release/Test-Script |
2007-03-07T16:29:02+00:00 | www/mod_log_dbd |
Uses APR DBD to store Apache access logs in a database mod_log_dbd is an add-on module for the Apache web server that uses the APR DBD framework to store access logs in a database. Any missing tables and columns are automatically created if the module is given a database user with sufficient privileges. This module was designed for simplicity and therefore doesn't allow the nearly-inifinite customization of other logging modules. For example, column and table names are created automatically, which not only simplifies configuration but improves performance as well. WWW: http://bfoz.net/projects/mod_log_dbd/ -Brandon bfoz@bfoz.net |
2007-03-07T15:10:16+00:00 | games/freetennis |
Tennis simulation Free Tennis is a tennis simulation. The most notable features of Free Tennis are: - Real tactics are useful in the game. For example, it is best to take the net with a slow, low shot (backspin); it is best to play diagonal when you are decentered horizontally, in order not to give angles; you should get back to center and behind the baseline after the shot, in order not to be caught in No-Man's-Land when the opponent hits - The A.I. is very advanced and reflects those tactics; - You have total control over the parabola described by the shot; - The graphic gestures are realistic and elegant; - Different players have different skills; - The game is developed by a former tennis player; WWW: http://freetennis.sourceforge.net/ |
2007-03-07T14:35:48+00:00 | deskutils/tel |
Little console-based phone book manager tel is a little console-based phone book program. It allows adding, modifying, editing, and searching of phone book entries right on your terminal. Pretty printing capabilites are also provided. Entries are stored in a simple CSV file. This eases import and export with common spread sheet applications like Microsoft Excel or OpenOffice.org Calc. WWW: http://tel.berlios.de/ |
2007-03-07T13:49:59+00:00 | security/py-bcrypt |
Modern password hashing for your software and your servers Modern password hashing for your software and your servers WWW: https://github.com/pyca/bcrypt/ |
2007-03-07T09:27:02+00:00 | ftp/ftp-proxy |
A port of OpenBSD's ftp-proxy A ftp proxy for firewalled connections,using pf's anchors and rules. WWW: http://www.chrissicool.net/projects/ftp-proxy/ |
2007-03-06T20:13:56+00:00 | sysutils/puppet |
Configuration management framework written in Ruby Puppet lets you centrally manage every important aspect of your system using a cross-platform specification language that manages all the separate elements normally aggregated in different files, like users, cron jobs, and hosts, along with obviously discrete elements like packages, services, and files. WWW: https://puppetlabs.com/puppet/puppet-open-source |
2007-03-06T20:13:56+00:00 | sysutils/puppet-devel |
A configuration management framework written in Ruby Puppet lets you centrally manage every important aspect of your system using a cross-platform specification language that manages all the separate elements normally aggregated in different files, like users, cron jobs, and hosts, along with obviously discrete elements like packages, services, and files. This is a developement version of sysutils/puppet. Use this if you'd like to give the latest release a try. Do NOT use in production environment. What makes it stable depends on comments from developers, such as http://reductivelabs.com/trac/puppet/wiki/DownloadingPuppet and feedback from users. WWW: http://reductivelabs.com/trac/puppet |
2007-03-06T20:12:55+00:00 | sysutils/facter |
Cross-platform library for retrieving facts from OS Facter is Puppet's cross-platform system profiling library. It discovers and reports per-node facts, which are available in your Puppet manifests as variables. WWW: https://puppetlabs.com/facter |
2007-03-06T20:12:24+00:00 | ftp/py-pyftpdlib |
Python FTP server library Python FTP server library provides an high-level portable interface to easily write asynchronous FTP servers with Python. Based on asyncore / asynchat frameworks pyftpdlib is actually the most complete RFC959 FTP server implementation available for Python language. WWW: https://github.com/giampaolo/pyftpdlib |
2007-03-06T19:38:10+00:00 | lang/tcl-tk-wrapper |
Shell wrapper for tclsh and wish (Tcl/Tk) Tcl-tk-wrapper installs shell wrappers for "tclsh" and "wish" commands that come with different versions of tcl and tk. Users can define which version of the tcl and tk shells should be called. To make use of the "tclsh" wrapper, users need to install tcl. Recommended tcl ports: lang/tcl84 lang/tcl85 To make use of the "wish" wrapper, users need to install tk. Recommended tk ports: x11-toolkits/tk84 x11-toolkits/tk85 - Martin Matuska mm@FreeBSD.org |
2007-03-06T19:17:44+00:00 | devel/menhir |
LR(1) parser generator for OCaml Menhir is a LR(1) parser generator for the OCaml programming language. It is 90% compatible to ocamlyacc (included with the OCaml distribution), and it has some advantages over ocamlyacc, such as limited EBNF support, LR(1) generation instead of LALR(1), better conflict explanation and production of reentrant parsers (amongst others). WWW: http://cristal.inria.fr/~fpottier/menhir |
2007-03-06T19:15:43+00:00 | math/fann |
Free open source neural network library Fast Artificial Neural Network Library is a free open source neural network library, which implements multilayer artificial neural networks in C with support for both fully connected and sparsely connected networks. Cross-platform execution in both fixed and floating point are supported. It includes a framework for easy handling of training data sets. It is easy to use, versatile, well documented, and fast. Bindings to more than 15 programming languages are available. An easy to read introduction article and a reference manual accompanies the library with examples and recommendations on how to use the library. Several graphical user interfaces are also available for the library. WWW: http://leenissen.dk/ |
2007-03-06T18:45:54+00:00 | audio/caps-plugins |
The C* LADSPA Audio Plugin Suite The C* Audio Plugin Suite, is a collection of highly refined LADSPA units capable of (and intended for) realtime operation. The suite includes DSP units emulating instrument amplifiers, stomp-box classics, versatile 'virtual analogue' oscillators, fractal oscillation, reverb, equalization and others. LADSPA has been superceded by LV2. caps plugins were reimplemented based on the LV2 technology and ported to FreeBSD as audio/caps-lv2. WWW: http://quitte.de/dsp/caps.html |
2007-03-06T18:44:46+00:00 | audio/specimen |
MIDI controllable audio sampler Specimen is an open source, MIDI controllable audio sampler. Features include: - Up to 64 patches with 8 notes of polyphony each - Fast, high quality pitch scaling - Linear ADSR volume envelopes - MIDI/jack-transport syncable LFOs - Low pass filter with resonance - A variety of direction-independent playback modes - A zoomable sample editor for loop and play points - Portamento WWW: http://zhevny.com/specimen/ |
2007-03-06T18:42:29+00:00 | x11-toolkits/phat |
Collection of GTK+ widgets geared toward pro-audio apps PHAT is a collection of GTK+ widgets geared toward pro-audio apps. The goal is to eliminate duplication of effort and provide some standardization (well, at least for GTK+ apps). WWW: http://phat.berlios.de/ |
2007-03-06T13:59:09+00:00 | math/p5-Math-NumberCruncher |
Collection of useful math-related functions Math::NumberCruncher - Collection of useful math-related functions. This module is a collection of commonly needed number-related functions, including numerous standard statistical, geometric, and probability functions. WWW: https://metacpan.org/release/Math-NumberCruncher |
2007-03-06T10:23:38+00:00 | multimedia/manencode |
Utility to simply transcode your videos A KDE program to simply transcode your videos WWW: http://kde-apps.org/content/show.php?content=52228 |
2007-03-06T09:07:23+00:00 | games/jin |
Graphical client for chess servers Jin is an open source, cross platform, graphical client (interface) for chess servers. It currently supports these servers: * The Internet Chess Club (aka ICC) * The Free Internet Chess Server (aka FICS) A short list of Jin's main features: * Graphical chess board with many board patterns and piece sets to choose from. You can also create your own * Chat/Command console with (customizable) color-coding for different types of chat/text * A seek graph, showing the currently sought games in a visual manner * Flexible game logger, which saves your finished games to your hard disk (doesn't work in JinApplet) * A scripter, which allows you to define automatic responses to certain events * A list of common actions, which can be quickly executed at the press of a button WWW: http://www.jinchess.com/ |
2007-03-06T07:32:56+00:00 | www/pecl-swish |
Swish-e bindings for PHP This extension provides bindings to the Swish-e API. WWW: https://pecl.php.net/package/swish |
2007-03-06T07:32:18+00:00 | devel/pecl-htscanner |
Support htaccess for PHP Allow one to use htaccess-like file to configure PHP per directory, just like apache's htaccess. It is especially useful with fastcgi. This package was originally developed by Bart Vanbrabant. WWW: https://pecl.php.net/package/htscanner |
2007-03-06T07:31:49+00:00 | devel/pecl-vld |
Dump the internal representation of PHP scripts The Vulcan Logic Disassembler hooks into the Zend Engine and dumps all the opcodes (execution units) of a script. WWW: https://pecl.php.net/package/vld |
2007-03-06T05:36:34+00:00 | security/zzuf |
Transparent application input fuzzer zzuf is a transparent application input fuzzer. Its purpose is to find bugs in applications by corrupting their user-contributed data (which more than often comes from untrusted sources on the Internet). It works by intercepting file and network operations and changing random bits in the program's input. zzuf's behaviour is deterministic, making it easier to reproduce bugs. WWW: http://sam.zoy.org/zzuf/ |
2007-03-06T03:20:02+00:00 | portuguese/irpf-pt_BR |
Programa do Imposto de Renda Pessoa Fisica 2014 versao Java [ excerpt from developer's web site ] Utilizado para preenchimento da declaracao para envio via Internet, para microcomputador com maquina virtual Java instalada. WWW: http://www.receita.fazenda.gov.br/ |
2007-03-06T02:57:54+00:00 | devel/zzuf |
Transparent application input fuzzer zzuf is a transparent application input fuzzer. Its purpose is to find bugs in applications by corrupting their user-contributed data (which more than often comes from untrusted sources on the Internet). It works by intercepting file and network operations and changing random bits in the program's input. zzuf's behaviour is deterministic, making it easier to reproduce bugs. WWW: http://sam.zoy.org/zzuf/ |
2007-03-05T15:32:04+00:00 | mail/claws-mail-pdf_viewer |
PDF and PostScript viewer plugin for Claws Mail This plugin enables the viewing of PDF and PostScript attachments using the Poppler lib. WWW: https://www.claws-mail.org/plugin.php?plugin=pdf_viewer |
2007-03-05T15:26:21+00:00 | astro/pyephem |
Scientific-grade astronomical computations for Python PyEphem provides scientific-grade astronomical computations for the Python programming language. Given a date and location on the Earth's surface, it can compute the positions of the Sun and Moon, of the planets and their moons, and of any asteroids, comets, or earth satellites whose orbital elements the user can provide. Additional functions are provided to compute the angular separation between two objects in the sky, to determine the constellation in which an object lies, and to find the times at which an object rises, transits, and sets on a particular day. WWW: http://www.rhodesmill.org/brandon/projects/pyephem.html |
2007-03-05T12:09:31+00:00 | devel/pecl-hidef |
Constants for real Allow definition of user defined constants in simple ini files, which are then processed like internal constants, without any of the usual performance penalties. WWW: http://pecl.php.net/package/hidef/ |
2007-03-05T07:46:38+00:00 | devel/rubygem-fastthread |
Optimized replacement for thread.rb primitives Optimized replacement for thread.rb primitives WWW: https://github.com/mental/fastthread |
2007-03-05T02:14:42+00:00 | textproc/p5-XML-Tiny |
Simple lightweight parser for a subset of XML This module is a minimalist parser for the useful bits of XML. WWW: https://metacpan.org/release/XML-Tiny |
2007-03-04T19:48:57+00:00 | devel/9base |
Port of various original plan9 tools 9base is a port of following original Plan 9 userland tools to Unix: awk, basename, bc, cat, cleanname, date, dc, echo, grep, mk, rc, sed, seq, sleep, sort, tee, test, touch, tr, uniq, and yacc. WWW: https://tools.suckless.org/9base |
2007-03-03T21:05:21+00:00 | net-p2p/deluge05 |
A Bittorrent client, using Python, GTK+2 and Rasterbar libtorrent Deluge is a Bittorrent client written in Python and GTK+. Deluge is intended to bring a native, full-featured client to Linux, BSD, and other *NIX GTK desktop environments such as Gnome and XFCE. Deluge uses Rasterbar's version of libtorrent as the main ingredient in its bittorrent protocol backend. WWW: http://deluge-torrent.org/ |
2007-03-03T21:05:21+00:00 | net-p2p/deluge |
Bittorrent client using Python, GTK3, and libtorrent-rasterbar Deluge is a Bittorrent client written in Python and GTK+. Deluge is intended to bring a native, full-featured client to Linux, BSD, and other *nix GTK desktop environments such as Gnome and Xfce. Deluge uses Rasterbar's version of libtorrent as the main ingredient in its bittorrent protocol backend. WWW: https://deluge-torrent.org/ |
2007-03-03T18:56:47+00:00 | deskutils/griffith |
Lightweight film collection manager Griffith is a movie collection manager application. Adding items to the movie collection is as quick and easy as typing the film title and selecting a supported source. Griffith will then try to fetch all the related information from the Web. Most important features: * Fetches film information from the Internet based on your locale via a plug-in * Integrates well with a database (MySQL, PostgreSQL, SQLite3 used by default) to keep tabs on your library * Can backup/restore your database * Exports to CSV, PDF, XML and HTML files * Imports from CSV files * Generates PDF from cover art * Keeps track of your films that are out on loan * Enables you to sort/filter your library WWW: http://www.griffith.cc/ |
2007-03-03T17:34:01+00:00 | www/py-webunit |
Unit test your websites with code that acts like a web browser Webunit is a framework for unit testing websites: Features in a nutshell: 1. Browser-like page fetching including fetching the images and stylesheets needed for a page and following redirects 2. Cookies stored and trackable (all automatically handled) 3. HTTP, HTTPS, GET, POST, basic auth all handled, control over expected status codes, ... 4. DOM parsing of pages to retrieve and analyse structure, including simple form re-posting 5. Two-line page-fetch followed by form-submit possible, with error checking 6. Ability to register error page content across multiple tests 7. Uses python's standard unittest module as the underlying framework WWW: https://pypi.org/project/webunit/ |
2007-03-03T12:38:28+00:00 | www/py-pysearch |
Yahoo Search Web Services SDK for Python This module implements a set of classes and functions to work with the Yahoo Search Web Services. All results from these services are properly formatted XML, and this package facilitates for correct parsing of these result sets. WWW: http://pysearch.sourceforge.net/ |
2007-03-03T12:16:06+00:00 | devel/pybaz |
Python interface to Baz/Arch version control system PyBaz provides Python bindings for the Baz revision control system. It's based on PyArch, and shares the same design goals: * Faithfulness to the Baz design. * Python best idioms. * Code elegance. It provides enough flexibility and efficiency for all types of applications, from batch scripts to graphical user interface front-end and web services. WWW: http://code.aaronbentley.com/pybaz/ |
2007-03-03T10:06:17+00:00 | lang/pecl-perl |
Embedded Perl This extension embeds Perl Interpreter into PHP. It allows execute Perl files, evaluate Perl code, access Perl variables and instantiate Perl objects. WWW: https://pecl.php.net/package/perl |
2007-03-03T07:45:36+00:00 | mail/claws-mail-attach_warner |
Not attached file warning plugin for Claws Mail Warns when the user composes a message mentioning an attachment in the message body without attaching any files to the message. WWW: https://www.claws-mail.org/plugin.php?plugin=attachwarner |
2007-03-02T08:13:49+00:00 | graphics/p5-Imager-QRCode |
Generate QR Code with Imager using libqrencode This module allows you to generate QR Code with Imager. This module use libqrencode library. WWW: https://metacpan.org/release/Imager-QRCode |
2007-03-02T07:09:36+00:00 | net/p5-Net-SIP |
Framework SIP (Voice Over IP, RFC3261) Net::SIP consists of packages for handling the SIP packets, for transport of the packets, for processing the packets and on top of all that a simplified layer for common tasks. WWW: https://metacpan.org/release/Net-SIP |
2007-03-02T01:46:20+00:00 | net/p5-Net-SSH2 |
Support for the SSH 2 protocol via libSSH2 Net::SSH2 is a perl interface to the libssh2 (http://www.libssh2.org) library. It supports the SSH2 protocol (there is no support for SSH1) with all of the key exchanges, ciphers, and compression of libssh2. Unless otherwise indicated, methods return a true value on success and false on failure; use the error method to get extended error information. The typical order is to create the SSH2 object, set up the connection methods you want to use, call connect, authenticate with one of the auth methods, then create channels on the connection to perform commands. WWW: https://metacpan.org/release/Net-SSH2 |
2007-03-01T20:07:05+00:00 | devel/cvs2darcs |
Convert CVS module to darcs repository cvs2darcs is a script to check out a CVS repository module and convert it to use the Darcs version control system. WWW: http://ab-initio.mit.edu/cvs2darcs/ |
2007-03-01T11:44:30+00:00 | databases/sqlcached |
Cache daemon using SQL for data manipulation SQLCacheD is a memory-based SQL database intended for use as a memory cache engine. In purpose, it.s similar to (and inspired by) memcached but allows fine-grained data manipulation using SQL. WWW: http://sqlcached.sourceforge.net/ |
2007-03-01T10:29:45+00:00 | www/aolserver-xotcl |
|
2007-03-01T10:26:05+00:00 | lang/xotcl-thread |
|
2007-03-01T09:55:36+00:00 | devel/py-pp |
Parallel python execution server pp is a python module which provides mechanism for parallel execution of python code on SMP (systems with multiple processors or cores) and clusters (computers connected via network) It is light, easy to install and integrate with other python software. pp is an open source and cross-platform module written in pure python WWW: https://www.parallelpython.com/ |
2007-03-01T01:36:56+00:00 | security/sshguard |
Protect hosts from brute-force attacks against SSH and other services SSHGuard protects hosts from brute-force attacks against SSH and other services. It aggregates system logs and blocks repeat offenders using one of several firewall backends. WWW: https://www.sshguard.net/ |
2007-03-01T01:02:21+00:00 | devel/py-trace2html |
HTML coverage report generator for trace.py `trace2html' is a utility to convert execution coverage data obtained with the `trace' module of the standard python library into a set of human readable HTML documents showing sortable summary and annotated source files. WWW: https://pypi.org/project/trace2html/ |
2007-02-28T21:00:27+00:00 | devel/libmcs |
BSD licenced configuration database system mcs is a library and set of userland tools which abstract the storage of configuration settings away from userland applications. It is hoped that by using mcs, that the applications which use it will generally have a more congruent feeling in regards to settings. There have been other projects like this before (such as GConf), but unlike those projects, mcs strictly handles abstraction. It does not impose any specific data storage requirement, nor is it tied to any desktop environment or software suite. Because mcs is licenced under the BSD licence, it is hoped that many applications will adopt it's use. WWW: http://sacredspiral.co.uk/~nenolod/mcs/ |
2007-02-28T11:11:44+00:00 | devel/p5-Date-EzDate |
Date and time manipulation made easy The main idea of EzDate is that the object represents a specific date and time. A variety of properties tells you information about that date and time such as hour, minute, day of month, weekday, etc. WWW: https://metacpan.org/release/Date-EzDate |
2007-02-28T09:32:37+00:00 | net-im/p5-DJabberd |
Scalable, extensible Jabber/XMPP server framework DJabberd is a high-performance, scalable, extensible Jabber/XMPP server framework. While it comes with an example server, it's really a set of classes for you to build your own Jabber server without understanding Jabber. Instead of working with XML and protocol-specific details, you subclass parts and work with sane objects and data structures and let DJabberd do all the ugly work. WWW: https://metacpan.org/release/DJabberd |
2007-02-28T05:31:30+00:00 | emulators/qmc2 |
Qt based UNIX MAME/MESS frontend M.A.M.E./M.E.S.S. Catalog / Launcher II - also referred to as QMC2 - is the successor of one of the first UNIX MAME GUI front ends available on this planet called QMamecat (derived from MAMECAT, which was text-only). QMamecat was based upon Qt 2; its development was frozen in 2003. QMC2 has been rebuilt from scratch as a Qt 4 project. Parts of the design and code were inspired by its predecessor, but it's not just a remake. We tried to make the new design as flexible as possible to minimize dependencies from front end and CLI related MAME changes, which was a major deficiency of QMamecat. QMC2 now uses a template based emulator configuration scheme, which can easily be enhanced with additional command line options (defined in an XML template file). As a result of this flexible design, QMC2 can be used for multiple emulators. Currently we support SDLMAME & SDLMESS on UNIX and Mac, and the original variants of MAME & MESS on Windows. WWW: http://qmc2.batcom-it.net/ |
2007-02-28T05:29:41+00:00 | emulators/xmamegui |
SDLMAME frontend that has been written using Java XMAME GUI is an SDLMAME frontend that has been written using Java. It has the following features: - Preview Screenshot. - Game List built from available ROMs. - ROM status verification. - Capture window for XMAME output detail. - Random Game feature to start a random (working) game. WWW: http://www.parallelrealities.co.uk/xmamegui.php |
2007-02-27T21:44:03+00:00 | emulators/loemu |
Simple frontend for various game emulators Loemu is a free application that provides a simple frontend for various game emulators. Features: - Currently it supports game emulation with mame, sdlmame and snes9x. - Browse games using dynamic list. This allows to browse in a list generated with some categories (and it has other advantages). - Finds games quickly. Using a specific dialog that looks for a game in all the gamelist. - The generation of the dynamic list filtering the gamelist is very fast. - It has been developed with PyGTK + Glade. - Released under GNU General Public License. The design of loemu allows the support of more emulators adding specific emulator configuration files. WWW: http://loemu.pegueroles.com/ |
2007-02-27T21:15:19+00:00 | multimedia/audacious-docklet |
Systray plugin for audacious Port of systemtray plugin for audacious media player. WWW: http://nedudu.hu/index.php?page=downloads&id=2 - feature feature.id@gmail.com |
2007-02-27T14:10:57+00:00 | games/bfm |
Battle for Mandicor is free RTS fantasy game using Stratagus Battle for Mandicor is a free (as in freedom) real time strategy game using the Stratagus game engine. Stratagus is a free cross-platform RTS (Real Time Strategy) game engine written in C, and scripted with Lua. Stratagus has been used for many games, Battle for Mandicor being one of them. The fantasy world called Mandicor is much like Tolkien's Middle-Earth and has a long history. Though not yet finished, a player can control four races in game; dwarves, gnomes, humans, and goblins. Each has advantages and disadvantages within the game. While playing, you need to collect resources, train large armies, and research items in order to create a more powerful society and defeat the enemy. Campaigns, yet to be finished, will be based upon a long and interesting history. WWW: http://www.mandicor.org/ |
2007-02-27T13:23:02+00:00 | x11-fm/dolphin |
KDE filemanager dolphin Dolphin is a file manager for the KDE Plasma Desktop. WWW: https://userbase.kde.org/Dolphin |
2007-02-27T08:21:23+00:00 | games/avanor |
Rogue-like game with easy ADOM-like user interface Avanor is a roguelike game with a easy ADOM-like user interface, it has countryside and subterranean areas to explore, a quest system, and some original features. |
2007-02-27T07:15:24+00:00 | games/wrogue |
A gothic science fantasy roguelike game Warp Rogue is a gothic science fantasy roguelike game. It features RPG-like game mechanics, recruitable NPCs, and a consistent theme. WWW: http://todoom.sourceforge.net/ |
2007-02-27T06:47:17+00:00 | multimedia/tv_grab_au |
X 'tv_grab_au' is an XMLTV grabber for Australian TV programmes tv_grab_au is an XMLTV grabber for Australian TV programmes. Unlike other grabbers, tv_grab_au runs interactively from a terminal. If you're using it in conjunction with programs like mythtv-setup, you'll have to go back to the terminal from which mythtv-setup was started. WWW: http://www.onlinetractorparts.com.au/rohbags/xmltvau/ |
2007-02-27T03:45:35+00:00 | www/phpmp |
Web interface for music player daemon phpMp is a web interface for Music Player Daemon (MPD) which allows remote control of MPD. For example, to control a housewide stereo system from multiple locations. WWW: http://www.musicpd.org/phpMp.shtml |
2007-02-27T02:46:33+00:00 | games/assaultcube |
Total conversion of the FPS game called Cube AssaultCube, formerly ActionCube, is a free first-person-shooter based on the game Cube. Set in a realistic looking environment, as far as that's possible with this engine, while gameplay stays fast and arcade. This game is all about team oriented multiplayer fun. WWW: https://assault.cubers.net/ |
2007-02-27T02:46:33+00:00 | games/actioncube |
Total conversion of the FPS game called Cube AssaultCube, formerly ActionCube, is a free first-person-shooter based on the game Cube. Set in a realistic looking environment, as far as that's possible with this engine, while gameplay stays fast and arcade. This game is all about team oriented multiplayer fun. WWW: http://assault.cubers.net/ |
2007-02-26T22:51:49+00:00 | shells/fish |
User friendly command line shell fish is a user friendly commandline shell intended mostly for interactive use. WWW: http://fishshell.com/ |
2007-02-26T20:17:52+00:00 | lang/ocamlduce |
Library to integrate XML features into OCaml OCamlDuce is an enhancement to OCaml that allows you to use XML types. WWW: http://www.cduce.org/ocaml |
2007-02-26T20:17:13+00:00 | devel/ocaml-calendar |
Date and time library for OCaml ocaml-calendar is an OCaml library for managing dates and times. WWW: http://calendar.forge.ocamlcore.org/ |
2007-02-26T19:31:55+00:00 | devel/p5-B-Generate |
Create your own Perl op trees Malcolm Beattie's B module allows you to examine the Perl op tree at runtime, in Perl space; it's the basis of the Perl compiler. But what it doesn't let you do is manipulate that op tree: it won't let you create new ops, or modify old ones. Now you can. Well, if you're intimately familiar with Perl's internals, you can. WWW: https://metacpan.org/release/B-Generate |
2007-02-26T15:49:55+00:00 | sysutils/comiccron |
Cron-like tool that performs a single pass on a cronfile This will act on any cronfile it is pointed at. For it to run the command, the last or next time it will be will have to be within a minute and 15 seconds. For most usages, you will want to have the hour and minute set to *. This allows a user to do something how ever many times they want any time during the period it is active. After running through every entry in the crontab, it then exits. Why not cron? You can have cron open opera or the like on a specific display by either switch or enviromental options, but it will always open it. This allows you to open it any time along the point it is active. |
2007-02-26T15:48:31+00:00 | www/horde4-meta |
Meta port for the horde framework Horde is a framework used by several applications written in PHP. Horde is used by these ports: mail/imp, mail/mimp, mail/turba, devel/chora, deskutils/kronolith, deskutils/nag, mail/ingo, ftp/gollem security/jeta, www/horde-passwd and deskutils/mnemo, . This package does not contain anything by itself -- it is a "meta-port" that depends on other Horde packages. Its sole purpose is to require dependencies so users can install this package only and have all the Horde stuff pulled in by the port/package dependency mechanism. WWW: http://www.horde.org/ |
2007-02-26T15:48:31+00:00 | www/horde-meta |
Meta port for the horde framework Horde is a framework used by several applications written in PHP. Horde is used by these ports: mail/imp, mail/mimp, mail/turba, devel/chora, deskutils/kronolith, deskutils/nag, mail/ingo, ftp/gollem security/jeta, www/horde-passwd and deskutils/mnemo, . This package does not contain anything by itself -- it is a "meta-port" that depends on other Horde packages. Its sole purpose is to require dependencies so users can install this package only and have all the Horde stuff pulled in by the port/package dependency mechanism. WWW: http://www.horde.org/ |
2007-02-26T11:19:33+00:00 | textproc/dblatex |
DocBook to LaTeX/ConTeXt Publishing Dblatex started as a DB2LaTeX clone. So, why this project? The purpose is a bit different on these points: (1) The project is end-user oriented, that is, it tries to hide as much as possible the latex compiling stuff by providing a single clean script to produce directly DVI, PostScript and PDF output. (2) The actual output rendering is done not only by the XSL stylesheets transformation, but also by a dedicated LaTeX package. The purpose is to allow a deep LaTeX customisation without changing the XSL stylesheets. (3) Post-processing is done by Python, to make publication faster, convert the images if needed, and do the whole compilation. WWW: http://dblatex.sourceforge.net/ |
2007-02-26T01:07:29+00:00 | multimedia/gstreamer-plugins-fluendo-mpegdemux |
MPEG2 demuxing gstreamer plugin from fluendo MPEG2 demuxing gstreamer plugin from fluendo WWW: http://www.fluendo.com/resources/source-plugins.php |
2007-02-25T23:35:40+00:00 | games/evq3 |
Marriage of XreaL and Icculus.org Q3 w/ Improvements The Marriage of XreaL and Icculus.org Q3 w/ Improvements! Evolution Q3 uses the advanced XreaL OpenGL 2.0 renderer for advanced GLSL powered effects. WWW: http://evolution.quakedev.com/ |
2007-02-25T22:35:08+00:00 | audio/gstreamer-plugins-fluendo-mp3 |
Mp3 gstreamer plugin from fluendo Mp3 gstreamer plugin from fluendo WWW: http://www.fluendo.com/shop/product/fluendo-mp3-decoder/ |
2007-02-25T18:16:38+00:00 | net/kmuddy |
MUD client for KDE KMuddy is a feature-rich MUD(Multi-User Dungeon) client for KDE. Currently supported features include ANSI color, tabbed connection window, MCCP v1/v2 compression, configurable colors and short-cuts, splitscreen output history, command history, connection profiles, intelligent word-wrapping, flexible aliases and triggers with POSIX regular expressions, session transcripts, macro keys, external scripting, scripting variables, Mud Sound Protocol, and more. WWW: http://www.kmuddy.com/ |
2007-02-25T17:27:56+00:00 | net/libmxp |
Parser for the MUD eXtension protocol The MXP library implements the parser for the MUD eXtension protocol. This protocol aims to provide a better experience for MUD players. WWW: http://www.kmuddy.com/libmxp/ |
2007-02-25T16:01:33+00:00 | games/uhexen2-extras |
Hexen II source port extras (demos, mods, etc) In 2000, Raven Software released the source code to their class based shooter game Hexen II and its multiplayer extension HexenWorld. Since then, there has been some source ports of this game, most notably the now neglected Anvil of Thyrion project. But nothing has been done for Linux since the beginning of 2002. The Hammer of Thyrion project continues the development for Linux and BSD people, with continued support for Windows users as well. Many bugs are fixed and even new features are added: New sound modes, improved mouse handling, improved video modes, OpenGL glows and more. This port installs various additions to the game (mods, demos, etc). WWW: http://uhexen2.sourceforge.net/ |
2007-02-25T15:58:09+00:00 | games/uhexen2 |
Hexen II source port supporting Linux/FreeBSD/Unix/Windows In 2000, Raven Software released the source code to their class based shooter game Hexen II and its multiplayer extension HexenWorld. Since then, there has been some source ports of this game, most notably the now neglected Anvil of Thyrion project. But nothing has been done for Linux since the beginning of 2002. The Hammer of Thyrion project continues the development for Linux and BSD people, with continued support for Windows users as well. Many bugs are fixed and even new features are added: New sound modes, improved mouse handling, improved video modes, OpenGL glows and more. WWW: http://uhexen2.sourceforge.net/ |
2007-02-25T15:22:58+00:00 | emulators/sdlmess |
SDL port of the popular MESS (Multiple Emulator Super System) SDLMAME is a port of the popular MAME. There are a few principles that guide it's development: 1) Run on Linux/Unix, Mac OS X, and other SDL supported operating systems with as few changes as possible to the base Win32 code. This means we can track changes faster than larger more conventional ports such as MacMAME, and we also maintain what I call "Firefox compatibilty" where learning a major app only needs to be done once per application, and it then applies across many operating systems. If you can use the command-line Win32 MAME, you already know how to use SDLMAME on any platform you may encounter it on. 2) MAME developers are important. By keeping quickly up to date, we make it easy for people on non-Windows platforms to make and submit changes to the core MAME code, and we offer native implementations of MAME's multi-window GUI debugger on both Linux/Unix and Mac OS X. WWW: http://rbelmont.mameworld.info/?page_id=163 |
2007-02-25T15:22:58+00:00 | emulators/mess |
Multiple Emulator Super System MESS is an acronym that stands for Multi Emulator Super System. MESS will more or less faithfully reproduce computer and console systems on a PC. MESS can currently emulate over 250 systems from the last 5 decades. MESS emulates the hardware of the systems and sometimes utilizes ROM images to load programs and games. Therefore, these systems are NOT simulations, but the actual emulations of the hardware. WWW: http://www.mess.org/ |
2007-02-25T15:17:51+00:00 | emulators/sdlmame |
SDL port of the popular MAME (Multi Arcade Machine Emulator) SDLMAME is a port of the popular MAME. There are a few principles that guide it's development: 1) Run on Linux/Unix, Mac OS X, and other SDL supported operating systems with as few changes as possible to the base Win32 code. This means we can track changes faster than larger more conventional ports such as MacMAME, and we also maintain what I call "Firefox compatibilty" where learning a major app only needs to be done once per application, and it then applies across many operating systems. If you can use the command-line Win32 MAME, you already know how to use SDLMAME on any platform you may encounter it on. 2) MAME developers are important. By keeping quickly up to date, we make it easy for people on non-Windows platforms to make and submit changes to the core MAME code, and we offer native implementations of MAME's multi-window GUI debugger on both Linux/Unix and Mac OS X. WWW: http://rbelmont.mameworld.info/?page_id=163 |
2007-02-25T15:17:51+00:00 | emulators/sdlmame-devel |
SDL port of the popular MAME (Multi Arcade Machine Emulator) SDLMAME is a port of the popular MAME. There are a few principles that guide it's development: 1) Run on Linux/Unix, Mac OS X, and other SDL supported operating systems with as few changes as possible to the base Win32 code. This means we can track changes faster than larger more conventional ports such as MacMAME, and we also maintain what I call "Firefox compatibilty" where learning a major app only needs to be done once per application, and it then applies across many operating systems. If you can use the command-line Win32 MAME, you already know how to use SDLMAME on any platform you may encounter it on. 2) MAME developers are important. By keeping quickly up to date, we make it easy for people on non-Windows platforms to make and submit changes to the core MAME code, and we offer native implementations of MAME's multi-window GUI debugger on both Linux/Unix and Mac OS X. WWW: http://rbelmont.mameworld.info/?page_id=163 |
2007-02-25T15:17:51+00:00 | emulators/mame |
Multi Arcade Machine Emulator MAME stands for Multiple Arcade Machine Emulator. When used in conjunction with images of the original arcade game's ROM and disk data, MAME attempts to reproduce that game as faithfully as possible on a more modern general-purpose computer. MAME can currently emulate several thousand different classic arcade video games from the late 1970s through the modern era. WWW: http://mamedev.org/ |
2007-02-25T15:17:51+00:00 | emulators/mame-devel |
SDL port of the popular MAME (Multi Arcade Machine Emulator) SDLMAME is a port of the popular MAME. There are a few principles that guide it's development: 1) Run on Linux/Unix, Mac OS X, and other SDL supported operating systems with as few changes as possible to the base Win32 code. This means we can track changes faster than larger more conventional ports such as MacMAME, and we also maintain what I call "Firefox compatibilty" where learning a major app only needs to be done once per application, and it then applies across many operating systems. If you can use the command-line Win32 MAME, you already know how to use SDLMAME on any platform you may encounter it on. 2) MAME developers are important. By keeping quickly up to date, we make it easy for people on non-Windows platforms to make and submit changes to the core MAME code, and we offer native implementations of MAME's multi-window GUI debugger on both Linux/Unix and Mac OS X. WWW: http://rbelmont.mameworld.info/?page_id=163 |
2007-02-25T15:16:07+00:00 | emulators/mame-extras |
Additional files for MAME (Multi Arcade Machine Emulator) This port installs additional files for the MAME emulator. WWW: http://www.mameworld.net/easyemu/mameguide/mamefiles.htm |
2007-02-25T15:14:46+00:00 | emulators/advancemenu |
Frontend for AdvanceMAME, MAME, MESS, RAINE AdvanceMENU is a frontend for AdvanceMAME, MAME, MESS, RAINE and any other emulator. It runs in Linux, Mac OS X, DOS, Windows and in all the other platforms supported by the SDL library. The main features are: * Auto update of the rom info. * Vertical and horizontal orientation. * Support for any TV/Arcade Monitor like AdvanceMAME but it's good also for a normal PC monitor. * Static and Animated image and clip preview (PNG/PCX/ICO/MNG). Up to 192 images at the same time! * Sound preview. (MP3/WAV). You can select a special sound for every game played when the cursor move on it. * Sound backgrounds (MP3/WAV). Play your favourite songs or radio records in background. * Sound effects (MP3/WAV) for key press, program start, game start, program exit... * Support for zipped images and sounds archives. * Screensaver. A slide show of the game images. * Selectable background and help images with translucency. WWW: http://www.advancemame.it/ |
2007-02-25T15:12:40+00:00 | emulators/advancemess |
SDL MESS port with advanced TV and monitor video support AdvanceMAME and AdvanceMESS are unofficial MAME and MESS versions with an advanced video support for helping the use with TVs, Arcade Monitors, Fixed Frequencies Monitors and also for PC Monitors. They run in GNU/Linux, Mac OS X, DOS, Windows and in all the other platforms supported by the SDL library. The main difference compared with the official emulators is that the Advance versions are able to program directly the video board to always get a video mode with the correct size and frequency. Generally the Advance emulators are able to use a video mode which doesn't require any stretching or other unneeded effects to match the original arcade display. The direct video board programming is fully supported in Linux and DOS. It's partially supported in Windows. It isn't supported in Mac OS X and other platforms. See website for other improvements. WWW: http://advancemame.sourceforge.net/ |
2007-02-25T15:12:40+00:00 | emulators/advancemame |
SDL MAME port with advanced TV and monitor video support AdvanceMAME and AdvanceMESS are unofficial MAME and MESS versions with an advanced video support for helping the use with TVs, Arcade Monitors, Fixed Frequencies Monitors and also for PC Monitors. They run in GNU/Linux, Mac OS X, DOS, Windows and in all the other platforms supported by the SDL library. The main difference compared with the official emulators is that the Advance versions are able to program directly the video board to always get a video mode with the correct size and frequency. Generally the Advance emulators are able to use a video mode which doesn't require any stretching or other unneeded effects to match the original arcade display. The direct video board programming is fully supported in Linux and DOS. It's partially supported in Windows. It isn't supported in Mac OS X and other platforms. See website for other improvements. WWW: http://www.advancemame.it/ |
2007-02-25T15:03:47+00:00 | dns/p5-POE-Component-Server-DNS |
Non-blocking, concurrent DNS server component POE::Component::Server::DNS is a POE component that implements a DNS server. It uses POE::Component::Client::DNS to handle resolving when configured as 'forward_only' and Net::DNS::Resolver::Recurse wrapped by POE::Component::Generic to perform recursion. One may add handlers to massage and manipulate responses to particular queries which is vaguely modelled after Net::DNS::Nameserver. WWW: https://metacpan.org/release/POE-Component-Server-DNS |
2007-02-25T14:38:13+00:00 | devel/p5-Data-ObjectDriver |
Simple, transparent data interface, with caching Data::ObjectDriver is an object relational mapper, meaning that it maps object-oriented design concepts onto a relational database. It's inspired by, and descended from, the MT::ObjectDriver classes in Six Apart's Movable Type and TypePad weblogging products. But it adds in caching and partitioning layers, allowing you to spread data across multiple physical databases, without your application code needing to know where the data is stored. It's currently considered ALPHA code. The API is largely fixed, but may seen some small changes in the future. For what it's worth, the likeliest area for changes are in the syntax for the search method, and would most likely not break much in the way of backwards compatibility. WWW: https://metacpan.org/release/Data-ObjectDriver |
2007-02-24T19:09:25+00:00 | sysutils/ncdu |
Ncurses du(1) Ncdu is a disk usage analyzer with an ncurses interface. It is designed to find space hogs on a remote server where you don't have an entire graphical setup available, but it is a useful tool even on regular desktop systems. Ncdu aims to be fast, simple and easy to use, and should be able to run in any minimal POSIX-like environment with ncurses installed. WWW: https://dev.yorhel.nl/ncdu |
2007-02-24T19:02:55+00:00 | net/p5-POE-Component-Client-Whois |
One shot non-blocking RFC 812 WHOIS query POE::Component::Client::Whois provides a lightweight one shot non-blocking RFC 812 WHOIS query to other POE sessions and components. The component will attempt to guess the appropriate whois server to connect to based on the query string passed. If no guess can be made it will connect to whois.internic.net for domains, whois.arin.net for IPv4 addresses and whois.6bone.net for IPv6 addresses. WWW: https://metacpan.org/release/POE-Component-Client-Whois |
2007-02-24T18:29:04+00:00 | devel/py-parsedatetime |
Python module for parsing 'human readable' date/time expressions Python module that is able to parse 'human readable' date/time expressions. parsedatetime is able to parse, for example, the following: * August 25th, 2008 * 25 Aug 2008 * Aug 25 5pm * 5pm August 25 * next Saturday * tomorrow * next Thursday at 4pm * at 4pm * eod * tomorrow eod * eod Tuesday * eoy * eom * in 5 minutes * 5 minutes from now * 5 hours before now * 2 hours before noon * 2 days from tomorrow WWW: https://github.com/bear/parsedatetime |
2007-02-24T18:25:13+00:00 | devel/p5-PHP-Serialization |
Converting the output of PHP serialize() into the Perl Provides a simple, quick means of serializing perl memory structures (including object data!) into a format that PHP can deserialize() and access, and vice versa. NOTE: Converts PHP arrays into Perl Arrays when the PHP array used exclusively numeric indexes, and into Perl Hashes then the PHP array did not. WWW: https://metacpan.org/release/PHP-Serialization |
2007-02-24T13:10:54+00:00 | audio/esperanza |
Advanced Qt4 XMMS2 client Esperanza is a client written with C++ / Qt4 and aims to be cross-platform goodness for everyone. Some Features: * Sleek, uncomplicated UI * Album art in the playlist * Remote file chooser * Mini-mode * Last.fm browser WWW: https://xmms2.org/wiki/Client:Esperanza |
2007-02-24T09:06:35+00:00 | news/p5-POE-Component-Server-NNTP |
Component that provides NNTP server functionality POE::Component::Server::NNTP is a POE component that implements an RFC 977 http://www.faqs.org/rfcs/rfc977.html NNTP server. It is the companion component to POE::Component::Client::NNTP which implements NNTP client functionality. You spawn an NNTP server component, create your POE sessions then register your session to receive events. Whenever clients connect, disconnect or send valid NNTP protocol commands you will receive an event and an unique client ID. You then parse and process the commands given and send back applicable NNTP responses. This component doesn't implement the news database and as such is not by itself a complete NNTP daemon implementation. WWW: https://metacpan.org/release/POE-Component-Server-NNTP |
2007-02-24T07:52:26+00:00 | net/iodine |
Tunnel IPv4 data through a DNS server This is a piece of software that lets you tunnel IPv4 data through a DNS server. This can be usable in different situations where Internet access is firewalled, but DNS queries are allowed. WWW: http://code.kryo.se/iodine/ |
2007-02-24T03:52:29+00:00 | devel/py-event |
Python bindings for libevent Python Bindings for libevent WWW: https://github.com/jaraco/pyevent |
2007-02-23T07:06:58+00:00 | security/iaikpkcs11wrapper |
PKCS\#11 Java wrapper This is a library for the Java platform which makes PKCS#11 (also known as Cryptoki) modules accessible from within Java. A PKCS#11 module is a software library with a defined API which allows access to cryptographic hardware. It usually comes with hardware security modules (HSM), smart cards and crypto tokens (e.g. USB tokens). Thus, the PKCS#11 Wrapper provides Java software access to almost any crypto hardware. For example, a Java application can use it to integrate a HSM or a smart card to create digital signatures, to decrypt data or to unwrap keys. WWW: http://jce.iaik.tugraz.at/sic/products/core_crypto_toolkits/pkcs_11_wrapper |
2007-02-23T00:59:37+00:00 | lang/ruby-doc-stdlib |
Documentation for the Ruby language standard library stdlib-doc is a RubyForge project that converts Ruby source code into this documentation you are looking at. It also tracks the status of the documentation effort. WWW: http://www.ruby-doc.org/stdlib/ |
2007-02-22T20:06:54+00:00 | databases/p5-DBIx-Perlish |
Perlish interface to SQL databases The DBIx::Perlish module provides the ability to work with databases supported by the DBI module using Perl's own syntax for four most common operations: SELECT, UPDATE, DELETE, and INSERT. WWW: https://metacpan.org/release/DBIx-Perlish |
2007-02-22T12:44:29+00:00 | security/jeta |
Horde wrapper around various Java SSH applets Jeta is the Horde wrapper around various Java SSH applets. It allows users to login via a terminal window to the server on which the Horde application is running. WWW: http://www.horde.org/jeta/ |
2007-02-22T12:44:29+00:00 | security/horde-jeta |
Horde wrapper around various Java SSH applets Jeta is the Horde wrapper around various Java SSH applets. It allows users to login via a terminal window to the server on which the Horde application is running. WWW: http://www.horde.org/jeta/ |
2007-02-22T11:58:36+00:00 | mail/mimp |
Mobile webmail system MIMP is a version of HORDE IMP suitable for mobile devices such as WAP phones or PDAs. Basic IMP functionality is implemented including mailbox viewing and paging, viewing messages, deleting, replying, forwarding, and composing new messages. WWW: http://www.horde.org/mimp/ |
2007-02-22T11:58:36+00:00 | mail/horde-mimp |
Mobile webmail system MIMP is a version of HORDE IMP suitable for mobile devices such as WAP phones or PDAs. Basic IMP functionality is implemented including mailbox viewing and paging, viewing messages, deleting, replying, forwarding, and composing new messages. WWW: http://www.horde.org/mimp/ |
2007-02-22T11:52:14+00:00 | textproc/asm-xml |
Very fast XML parser and decoder written in pure assembler AsmXml is a very fast XML parser and decoder for x86 platforms. It achieves high speed by using the following features: * Support of an XML subset only * Written in pure assembler * Optimized memory accesses * Parsing and decoding at the same time This parser is intended for applications that need intensive processing of XML. This project will likely appeal you if XML parsing is a bottleneck in your data-flow. It is expecially designed for bulk loads into databases. This is not an all-purpose library, it is not designed to be used with DOM, SAX, XPath and so on. Here, XML is just considered as an interchange format, not as a working format. WWW: http://mkerbiquet.free.fr/asm-xml/ |
2007-02-22T11:15:01+00:00 | lang/fasm |
Flat, multiple-pass assembler for IA-32 & x86-64 architectures The flat assembler is a fast and efficient self-assembling 80x86 assembler for DOS, Windows and Linux operating systems. Currently it supports all 8086-80486/Pentium instructions with MMX, SSE, SSE2, SSE3 and 3DNow! extensions and x86-64 (both AMD64 and EM64T) instructions, can produce output in binary, MZ, PE, COFF or ELF format. It includes the powerful but easy to use macroinstruction support and does multiple passes to optimize the instruction codes for size. The flat assembler is self-compilable and the full source code is included. WWW: https://flatassembler.net/ |
2007-02-22T07:29:50+00:00 | devel/autodist |
Distribution creation system The Autodist is a source distribution management system that allows powerful mechanisms to define what is included in and excluded from a distribution, and what license the distribution is released under. It is also used to create the actual distribution source packages. Autodist allows distribution management in file, directory and file content level. Autodist is especially targeted for large software projects, and projects where multiple distributions are created from one source tree. WWW: http://silcnet.org/software/developers/autodist/ |
2007-02-22T05:42:33+00:00 | security/p5-Authen-PluggableCaptcha |
Pluggable Captcha framework for Perl Authen::PluggableCaptcha is a fully modularized and extensible system for making Pluggable Catpcha (Completely Automated Public Turing Test to Tell Computers and Humans Apart) tests. Pluggable? All Captcha objects are instantiated and interfaced via the main module, and then manipulated to require various submodules as plug-ins. Authen::PluggableCaptcha borrows from the functionality in Apache::Session::Flex WWW: https://metacpan.org/release/Authen-PluggableCaptcha |
2007-02-22T05:40:50+00:00 | mail/p5-Email-Reply |
Perl module for replying to email This software takes the hard out of generating replies to email messages. WWW: https://metacpan.org/release/Email-Reply |
2007-02-21T14:48:14+00:00 | textproc/p5-Number-Spell |
Perl extension for spelling out numbers Number::Spell provides functionality for spelling out numbers. Currently only integers are supported. By default Number::Spell does American formatting, but can be configured to do European formatting by calling it with the "Format => 'eu'" option. WWW: https://metacpan.org/release/Number-Spell |
2007-02-21T14:47:02+00:00 | security/p5-HTML-Email-Obfuscate |
Obfuscates HTML email addresses that look normal "Don't put emails directly on the page, they will be scraped" HTML::Email::Obfuscate - Obfuscated HTML email addresses that look normal. WWW: https://metacpan.org/release/HTML-Email-Obfuscate |
2007-02-21T12:52:43+00:00 | www/trac-privatetickets |
Modified ticket security for Trac Allow users to only see tickets they are associated with. There are three new permissions for this plugin: TICKET_VIEW_REPORTER, TICKET_VIEW_CC, and TICKET_VIEW_OWNER. TICKET_VIEW_SELF is an alias for all three of these. With each permission, users will only be able to see tickets where they are the person mentioned in the permission. So if a user has TICKET_VIEW_REPORTER, they can only see tickets they reported. For TICKET_VIEW_CC, they just have to be included in the CC list. WWW: https://trac-hacks.org/wiki/PrivateTicketsPlugin |
2007-02-21T12:52:00+00:00 | www/trac-down |
Trac plugin for listing released downloads A Trac plugin for listing released downloads. WWW: http://dev.rectang.com/projects/tracdown |
2007-02-21T11:30:41+00:00 | x11/xclick |
Generates X11 mouse button click events [ excerpt from developer's web site ] X Window System application which generates mouse button click events. Perfect for xbindkeys(1). WWW: http://members.shaw.ca/gehrehmee/ |
2007-02-21T05:07:30+00:00 | www/cakephp2 |
A framework for developing PHP web applications This is a port of the CakePHP web application framework. CakePHP is a free open-source rapid development framework for PHP. It's a structure of libraries, classes and run-time infrastructure for programmers creating web applications originally inspired by the Ruby on Rails framework. Our primary goal is to enable you to work in a structured and rapid manner - without loss of flexibility. WWW: http://www.cakephp.org/ |
2007-02-21T05:07:30+00:00 | www/cakephp13 |
Framework for developing PHP web applications This is a port of the CakePHP web application framework. CakePHP is a free open-source rapid development framework for PHP. It's a structure of libraries, classes and run-time infrastructure for programmers creating web applications originally inspired by the Ruby on Rails framework. Our primary goal is to enable you to work in a structured and rapid manner - without loss of flexibility. WWW: http://www.cakephp.org/ |
2007-02-21T05:07:30+00:00 | www/cakephp12 |
Framework for developing PHP web applications This is a port of the CakePHP web application framework. CakePHP is a free open-source rapid development framework for PHP. It's a structure of libraries, classes and run-time infrastructure for programmers creating web applications originally inspired by the Ruby on Rails framework. Our primary goal is to enable you to work in a structured and rapid manner - without loss of flexibility. WWW: http://www.cakephp.org/ |
2007-02-21T05:07:30+00:00 | www/cakephp11 |
Framework for developing PHP web applications This is a port of the CakePHP web application framework. CakePHP is a free open-source rapid development framework for PHP. It's a structure of libraries, classes and run-time infrastructure for programmers creating web applications originally inspired by the Ruby on Rails framework. Our primary goal is to enable you to work in a structured and rapid manner - without loss of flexibility. WWW: http://www.cakephp.org/ |
2007-02-21T05:07:30+00:00 | www/cakephp |
A framework for developing PHP web applications This is a port of the CakePHP web application framework. CakePHP is a free open-source rapid development framework for PHP. It's a structure of libraries, classes and run-time infrastructure for programmers creating web applications originally inspired by the Ruby on Rails framework. Our primary goal is to enable you to work in a structured and rapid manner - without loss of flexibility. WWW: http://www.cakephp.org/ |
2007-02-21T05:07:30+00:00 | www/cakephp-devel |
A framework for developing PHP web applications This is a port of the CakePHP web application framework. CakePHP is a free open-source rapid development framework for PHP. It's a structure of libraries, classes and run-time infrastructure for programmers creating web applications originally inspired by the Ruby on Rails framework. Our primary goal is to enable you to work in a structured and rapid manner - without loss of flexibility. WWW: http://www.cakephp.org/ |
2007-02-20T21:35:56+00:00 | www/groupoffice |
Modular web application framework for office Group-Office is a powerfull modular Internet/Intranet application framework. It features calendaring, project management, e-mail, tasks, addressbook, file management. WWW: https://www.group-office.com/ |
2007-02-20T20:52:26+00:00 | net/xmlrpc-epi |
General purpose implementation of the xmlrpc specification in C xmlrpc-epi is an implementation of the xmlrpc protocol in C. It provides an easy to use API for developers to serialize RPC requests to and from XML. It does *not* include a transport layer, such as HTTP. The API is primarily based upon proprietary code written for internal usage at Epinions.com, and was later modified to incorporate concepts from the xmlrpc protocol. It passed the xmlrpc validation test suite in December 2000. As of Sept. 27, 2001, experimental support for SOAP v 1.1 has been added to the library. This support is implemented transparently to the application such that a single API can be used for manipulation of values, yet both SOAP and XML-RPC can be read or written. Various iterations of this code have been/are running at Epinions.com and are sufficiently fast for the high traffic volume this site encounters, with several xmlrpc type requests generated for each user http request. No specific speed claims are made. Your mileage may vary. WWW: http://xmlrpc-epi.sourceforge.net/ |
2007-02-20T03:49:25+00:00 | textproc/p5-Lucene |
API to the C++ port of the Lucene search engine The purpose of the module is to export the C++ Lucene API to perl and at the same time be as close as possible to the original Java API. This has the combined advantage of providing perl programmers with a well-documented API and giving them access to a C++ search engine library that is supposedly faster than the original. WWW: http://search.cpan.org/dist/Lucene/ WWW: http://sourceforge.net/projects/clucene/ |
2007-02-19T16:22:00+00:00 | www/p5-HTML-Seamstress |
HTML::Tree subclass for HTML templating via tree rewriting HTML::Seamstress - HTML::Tree subclass for HTML templating via tree rewriting. WWW: https://metacpan.org/release/HTML-Seamstress |
2007-02-19T16:19:27+00:00 | www/p5-HTML-Element-Library |
HTML::Element convenience functions HTML::Element::Library - HTML::Element convenience functions This method provides API calls for common actions on trees when using HTML::Tree. WWW: https://metacpan.org/release/HTML-Element-Library |
2007-02-19T13:56:00+00:00 | devel/py-lxml |
Pythonic binding for the libxml2 and libxslt libraries lxml is a Python binding for libxml2 and libxslt. Its aim: * Pythonic API. * Documented. * Use Python unicode strings in API. * Safe (no segfaults). * No manual memory management! WWW: https://lxml.de/ |
2007-02-19T07:01:19+00:00 | devel/p5-List-Rotation-Cycle |
Cycle through a list of values Use List::Rotation::Cycle to loop through a list of values. Once you get to the end of the list, you go back to the beginning. List::Rotation::Cycle is implemented as a Singleton Pattern. You always just get 1 (the very same) Cycle object even if you use the new method several times. This is done by using Memoize on the new method. It returns the same object for every use of new that comes with the same List of parameters. WWW: https://metacpan.org/release/List-Rotation-Cycle |
2007-02-18T22:19:06+00:00 | games/latrine |
Curses-based LAnguage TRaINEr LaTrine is a curses-based LAnguage TRaINEr. It takes a dictionary and asks you for a word or a phrase, and you try to give the correct answer. You can choose in what direction LaTrine shall ask, and the selection of the words or phrases will depend on how often you don't know the correct translation for the respective phrase. This is a conventional way to drill yourself in vocabulary. In addition to this package you need an appropriate dictionary. You may write your own word list, or you can download one from the internet. The Free Dictionaries Project provides dictionaries for about 50 language combinations, which can be used with LaTrine. WWW: http://alioth.debian.org/projects/latrine/ |
2007-02-18T21:13:32+00:00 | deskutils/org-mode.el |
Emacs mode for notes and project planning Org-mode is a mode for keeping notes, maintaining ToDo lists, and doing project planning with a fast and effective plain-text system. Org-mode develops organizational tasks around NOTES files that contain information about projects as plain text. Org-mode is implemented on top of outline-mode, which makes it possible to keep the content of large files well structured. Visibility cycling and structure editing help to work with the tree. Tables are easily created with a built-in table editor. Org-mode supports ToDo items, deadlines, time stamps, and scheduling. It dynamically compiles entries into an agenda. Plain text URL-like links connect to websites, emails, Usenet messages, BBDB entries, and any files related to the projects. For printing and sharing of notes, an Org-mode file can be exported as a structured ASCII file, or as HTML. WWW: http://orgmode.org |
2007-02-18T16:30:38+00:00 | games/gnono |
Uno card game Gnono is a rewrite for GNOME, under the GPL license, of the Windows card game WUNO. The objective of this classic game is to discard all of one's cards before the opponent does, by matching the value or color of the top discard (or playing a wild card). WWW: https://sourceforge.net/projects/gnono/ |
2007-02-18T15:21:55+00:00 | net-mgmt/bsnmp-regex |
bsnmpd module allowing creation of counters from log files bsnmp-regex is a module for bsnmpd which allows creation of counters from log files, program output or other text data. The counters use regular expressions to count the number of matches, or parse out specific text/numbers. The resulting data can then be queried or graphed with the usual SNMP tools. WWW: http://thewalter.net/stef/software/bsnmp-regex/ |
2007-02-18T15:13:12+00:00 | devel/php5-json |
|
2007-02-18T14:03:32+00:00 | textproc/eqe |
LaTeX equation editor Eqe is a simple clone of the excellent LaTeX equation editor you can find on MacOS X. There's a zone to type LaTeX input, and it generates an image to represent it (color, font, and size are customisable). You can drag the image to other applications (like OpenOffice.org Impress, Mozilla, the Gimp). It also exports to almost any image format, including PNG, JPEG, PDF...). It is free software, released under the GPL. It is composed of two parts: eqedit, which is a command line tool that generates images from LaTeX input, and eqe which wraps eqedit into a graphical user interface. WWW: http://rlehy.free.fr/ |
2007-02-18T12:45:26+00:00 | www/rubygem-rubyfulsoup |
Ruby port of the HTML/XML parser Beautiful Soup Rubyful Soup is a Ruby port of the hit Python HTML/XML parser Beautiful Soup. It's designed to be a useful quick-and-dirty parser for screen-scraping, along the same lines as its parent: 1. Rubyful Soup won't choke if you give it bad markup. It yields a parse tree that makes approximately as much sense as your original document. This is usually good enough to collect the data you need and then run away. 2. Rubyful Soup provides a few simple methods and Ruby-like idioms for navigating and searching a parse tree: a toolkit for dissecting a document and extracting what you need. You don't have to create a custom parser for each application. It's more flexible and easier to learn than XPath. WWW: http://www.crummy.com/software/BeautifulSoup/ |
2007-02-18T00:45:34+00:00 | x11/slock |
Simple X screen locker Simple screen locker utility for X WWW: http://tools.suckless.org/slock |
2007-02-17T21:17:12+00:00 | japanese/p5-Acme-Lou |
Let's together with Lou Ohshiba Mr. Lou Ohshiba is a Japanese comedian. This module translates text or HTML into his style. WWW: http://search.cpan.org/dist/Acme-Lou/ |
2007-02-17T20:52:47+00:00 | devel/libixp |
Standalone client/server 9P library libixp is a stand-alone client/server 9P library including ixpc client which behaves like wmiir in the past. It consists of less than 2000 lines of code (including ixpc). libixp's server API is based heavily on that of Plan 9's lib9p, and the two libraries export virtually identical data structures. WWW: http://libs.suckless.org/libixp |
2007-02-17T17:08:34+00:00 | www/py-turbodjango |
Django template for TurboGears Django template for TurboGears Author: Fred Lin WWW: http://sourceforge.net/projects/tgwidgets/ |
2007-02-17T14:52:39+00:00 | www/py-tgwebservices |
Multiprotocol Web Services for TurboGears Multiprotocol Web Services for TurboGears TGWebServices provides a super simple API for creating web services that are available via SOAP, HTTP->XML, and HTTP->JSON. The SOAP API generates WSDL automatically for your Python and even generates enough type information for statically typed languages (Java and C#, for example) to generate good client code on their end. WWW: http://code.google.com/p/tgws/ |
2007-02-17T14:21:01+00:00 | www/py-turbosetup |
A web based configuration environment for TurboGears A web based configuration environment for TurboGears. Author: Adam Jones WWW: http://www.recursivethought.com/blog/tags/view/turbosetup |
2007-02-17T14:15:41+00:00 | mail/py-turbomail |
Multi-threaded mail queue manager for TurboGears applications TurboMail is a TurboGears extension, meaning that it starts up and shuts down alongside any TurboGears applications you write, in the same way that visit tracking and identity do. TurboMail uses built-in Python modules for SMTP communication and MIME e-mail creation, but greatly simplifies these tasks by performing the grunt-work for you. Additionally, TurboMail is multi-threaded, allowing for single or batch enqueueing and background delivery of mail. WWW: http://www.python-turbomail.org/ |
2007-02-17T14:07:26+00:00 | www/py-scriptaculous |
Scriptaculous packaged as TurboGears widgets The famous Scriptaculous packaged as TurboGears widgets. WWW: http://www.turbogears.org/widgets/ |
2007-02-17T03:33:42+00:00 | lang/xds-c |
Excelsior Oberon-2/Modula-2 to C compiler, set up to produce native FreeBSD binaries This is XDS-C for Linux, it is setup to produce native FreeBSD binaries. WWW: http://www.excelsior-usa.com/ |
2007-02-17T03:31:07+00:00 | lang/xds |
Excelsior Oberon-2/Modula-2 compiler, set up to produce native FreeBSD binaries This is Native XDS-x86 for Linux, it is setup to produce native FreeBSD binaries. WWW: http://www.excelsior-usa.com/ |
2007-02-16T11:45:33+00:00 | textproc/rubygem-htmltools |
Tools for parsing and manipulating HTML text in Ruby Ruby-htmltools tools for parsing and manipulating HTML text in Ruby. It can be used for programmatically access outside HTML-pages. I hope to extend it to become a web-publishing framework in the future. WWW: http://ruby-htmltools.rubyforge.org/ |
2007-02-16T10:44:27+00:00 | www/py-Lightbox |
Lightbox photo display widget for TurboGears Lightbox is a photo display widget for TurboGears WWW: https://pypi.python.org/pypi/Lightbox |
2007-02-16T10:29:36+00:00 | devel/p5-Scalar-Listify |
Poduces an array(ref)? from a scalar value or array ref A lot of Perl code ends up with scalars having either a single scalar value or a reference to an array of scalar values. In order to handle the two conditions, one must check for what is in the scalar value before getting on with one's task. Ie: $text_scalar = 'text'; $aref_scalar = [ 1.. 5 ]; print ref($text_scalar) ? (join ':', @$text_scalar) : $text_scalar; And this module is designed to address just that! WWW: https://metacpan.org/release/Scalar-Listify |
2007-02-16T10:22:33+00:00 | devel/py-TurboJinja |
Jinja (Django & Smarty-like) template for TurboGears Jinja (Django & Smarty-like) template for TurboGears WWW: https://sourceforge.net/projects/tgwidgets/ |
2007-02-16T10:05:44+00:00 | devel/py-Jinja2 |
Fast and easy to use stand-alone template engine Jinja is a sandboxed template engine written in pure Python licensed under the BSD license. It provides a Django-like non-XML syntax and compiles templates into executable python code. It's basically a combination of Django templates and python code. WWW: http://jinja.pocoo.org/ |
2007-02-16T10:05:44+00:00 | devel/py-Jinja |
Fast and easy to use stand-alone template engine Jinja is a sandboxed template engine written in pure Python licensed under the BSD license. It provides a Django-like non-XML syntax and compiles templates into executable python code. It's basically a combination of Django templates and python code. WWW: http://jinja.pocoo.org/ |
2007-02-16T08:59:16+00:00 | devel/py-Breve |
Python s-expression style template engine Breve is a Python template engine that is designed to be clean and elegant with minimal syntax. Unlike most Python template engines, Breve is implemented as an `internal DSL`_ rather than a parser. WWW: http://breve.twisty-industries.com/ |
2007-02-16T06:50:54+00:00 | devel/subversive |
Eclipse plug-in that provides Subversion support The Subversive project is a brand new Eclipse plug-in that provides Subversion support. From a user point of view, Subversive provides Subversion support similar to CVS support, which is already part of the standard Eclipse platform. The main use cases, which are familiar to CVS users, are: * Connection to the repository using different connection types * Repository browsing * Check-out * Synchronization * Committing * Update * Resolving conflicts * Adding to the list of ignored resources WWW: http://www.polarion.org/index.php?page=overview&project=subversive |
2007-02-16T05:34:29+00:00 | finance/p5-Finance-TW-EmergingQuote |
Check stock quotes from Taiwan Emerging Stock This module provides interface to Emerging Stock price information available from Taiwan's OTC(over-the-counter market). You could get the real time quote. WWW: https://metacpan.org/release/Finance-TW-EmergingQuote |
2007-02-16T04:10:56+00:00 | games/bumprace |
Simple arcade racing game In BumpRace, 1 player or 2 players (team or competitive) choose among 4 vehicles and race through a multi-level maze. The players must acquire bonuses and avoid traps and enemy fire in a race against the clock. WWW: http://www.linux-games.com/bumprace/ |
2007-02-16T04:08:09+00:00 | multimedia/mandvd |
DVD authoring and slideshow tool ManDVD is an application for creating video DVDs from a wide variety of video formats. You can add as many video clips you want to generate a DVD with chapters, subtitles, transition effects, brightness and contrast settings. If the imported videos are not compatible with standard DVDs, they can be converted. It also offers the possibility of extracting images, synchronize audio and video, create a video introduction to the DVD, reduce the noise, create subtitles, and even a menu with animation for your DVD. WWW: http://kde-apps.org/content/show.php/ManDVD?content=83906 |
2007-02-16T01:24:35+00:00 | www/castget |
Command-line podcast downloader castget is a simple, command-line based RSS enclosure downloader. It is primarily intended for automatic, unattended downloading of podcasts. * Simple configuration. * Per-channel tagging of downloaded MP3 files using ID3v2. * Per-channel download directories. * Supports all RSS versions and Media RSS. WWW: http://www.nongnu.org/castget/ |
2007-02-15T22:50:36+00:00 | audio/bmp-musepack |
Musepack decoder for beep-media-player This plugin is needed to play MPC files with Beep Media Player. WWW: http://www.musepack.net/index.php?pg=lin |
2007-02-15T20:44:56+00:00 | math/p5-Set-IntSpan-Fast |
Fast handling of sets containing integer spans The Set::IntSpan module represents sets of integers as a number of inclusive ranges, for example '1-10,19-23,45-48'. Because many of its operations involve linear searches of the list of ranges its overall performance tends to be proportional to the number of distinct ranges. This is fine for small sets but suffers compared to other possible set representations (bit vectors, hash keys) when the number of ranges grows large. Set::IntSpan::Fast tries to fix that. WWW: https://metacpan.org/release/Set-IntSpan-Fast |
2007-02-15T15:02:36+00:00 | net/boinc_curses |
Console, ncurses based monitor and manager for BOINC Console based boinc-client monitor and controller. Features - Colorful console application using ncurses - Single screen listing of results, transfers and recent messages - Updated real time - Control the client with single keypress - Using same communication protocol as boinc_gui - Works with all boinc projects WWW: http://www.oook.cz/bsd/boinc_curses/ |
2007-02-15T14:20:51+00:00 | devel/p5-Array-Group |
Convert an array into array of arrayrefs of uniform size N Array::Group - Convert an array into array of arrayrefs of uniform size N. WWW: https://metacpan.org/release/Array-Group |
2007-02-15T12:03:03+00:00 | devel/p5-Time-Interval |
Converts time intervals of days, hours, minutes, and seconds This is a perl module for dealing with time intervals. Among other things, this module can tell you the number of hours, minutes, and seconds elapsed between two dates. WWW: https://metacpan.org/release/Time-Interval |
2007-02-15T10:07:32+00:00 | devel/winpdb |
Advanced Python debugger Winpdb is a GPL python debugger, with support for smart breakpoints, multiple threads, namespace modification, embedded debugging, password encrypted communication and speed of up to 20 times that of pdb. WWW: http://www.winpdb.org |
2007-02-14T23:12:25+00:00 | security/opensaml2 |
Open source implementation of SAML2 OpenSAML 2, a re-rewrite of OpenSAML 1, supports SAML 1.0, 1.1, 2.0 but is not backwards compatible with OpenSAML 1. WWW: https://wiki.shibboleth.net/confluence/display/OpenSAML/Home |
2007-02-14T23:12:25+00:00 | security/opensaml |
Open source implementation of SAML2 OpenSAML 2, a re-rewrite of OpenSAML 1, supports SAML 1.0, 1.1, 2.0 but is not backwards compatible with OpenSAML 1. WWW: https://wiki.shibboleth.net/confluence/display/OpenSAML/Home |
2007-02-14T23:10:27+00:00 | security/apache-xml-security-c |
Apache XML security libraries - C++ version Apache XML Security for C++ The Apache XML Security for C++ library is an implementation of the XML Digital Signature and Encryption specifications, along with some additional XKMS code. WWW: http://santuario.apache.org/cindex.html |
2007-02-14T16:52:40+00:00 | devel/Subversive |
An Eclipse plug-in that provides Subversion support The Subversive project is a brand new Eclipse plug-in that provides Subversion support. From a user point of view, Subversive provides Subversion support similar to CVS support, which is already part of the standard Eclipse platform. The main use cases, which are familiar to CVS users, are: * Connection to the repository using different connection types * Repository browsing * Check-out * Synchronization * Commiting * Update * Resolving conflicts * Adding to the list of ignored resources WWW: http://www.polarion.org/index.php?page=overview&project=subversive - Alex Dupre ale@FreeBSD.org |
2007-02-14T16:20:00+00:00 | graphics/djview4 |
Standalone Djvu viewer and plugin based on Qt toolkit Standalone Djvu viewer and plugin based on the Qt toolkit. Uses djvulibre for rendering. WWW: http://djvu.sourceforge.net/ |
2007-02-14T09:22:06+00:00 | devel/py-ezpyinline |
Easy embedded Inline C for Python The ezpyinline is a pure python module which requires almost no setup to allows you put C source code directly "inline" in a Python script or module, then the C code is automatically compiled and then loaded for immediate access from Python. ezpyinline is forked from PyInline (http://pyinline.sourceforge.net/) but aim to be as easy as possible and do all the magics for you. WWW: https://pypi.org/project/ezpyinline/ |
2007-02-14T08:05:13+00:00 | www/rubygem-scrapi |
ScrAPI toolkit for Ruby scrAPI toolkit for Ruby. Uses CSS selectors to write easy, maintainable HTML scraping rules. WWW: https://github.com/assaf/scrapi |
2007-02-14T03:45:10+00:00 | textproc/rubygem-tidy |
Ruby interface to HTML Tidy Library Project Ruby interface to HTML Tidy Library Project WWW: https://rubygems.org/gems/tidy |
2007-02-14T00:35:56+00:00 | devel/p5-Module-CPANTS-Analyse |
Generate Kwalitee ratings for a distribution Module::CPANTS::Analyse - Generate Kwalitee ratings for a distribution Kwalitee is inexact quality: * All dependencies in Makefile.PL or the Module::Build equivalent * Well-tested * Well-documented * Documents match code match tests * Covered well * Pod passes Test::Pod * All hyperlinks work WWW: https://metacpan.org/release/Module-CPANTS-Analyse |
2007-02-13T16:19:04+00:00 | databases/py-Elixir |
Declarative Mapper for SQLAlchemy A declarative layer on top of SQLAlchemy. It is a fairly thin wrapper, which provides the ability to define model objects following the Active Record design pattern, and using a DSL syntax similar to that of the Ruby on Rails ActiveRecord system. Elixir does not intend to replace SQLAlchemy's core features, but instead focuses on providing a simpler syntax for defining model objects when you do not need the full expressiveness of SQLAlchemy's manual mapper definitions. Elixir is intended to replace the ActiveMapper SQLAlchemy extension, and the TurboEntity project. WWW: http://elixir.ematia.de/ |
2007-02-13T15:47:46+00:00 | devel/p5-Module-ExtractUse |
Find out what CPAN modules are used Module::ExtractUse is basically a Parse::RecDescent grammar to parse Perl code. It tries very hard to find all modules (whether pragmas, Core, or from CPAN) used by the parsed code. WWW: https://metacpan.org/release/Module-ExtractUse |
2007-02-13T07:06:52+00:00 | devel/jakarta-commons-modeler |
Mechanisms to create Model MBeans compatible with JMX specification java Management Extensions (JMX) is an API that facilitates building management applications that can configure, and perform operations on, a server applica -tion. In general, each manageable component of the server application is re -presented by a Management Bean (or MBean, for short). JMX defines three types of MBeans, of which Model MBeans are the most flexible. Model MBeans provide a way to define MBeans for many different components, without having to write a specific MBean implementation class for each one. However, this power comes at a price. It is necessary to set up a substantial amount of metadata about each MBean, including the attributes it should expose (similar to JavaBeans properties), the operations it should make available (si -milar to calling methods of a Java object via reflection), and other related information. The Modeler component is designed to make this process fairly pain -less -- the required metadata is configured from an XML description of each Model MBean to be supported. In addition, Modeler provides a factory mechanism to create the actual Model MBean instances themselves. WWW: http://jakarta.apache.org/commons/modeler/ |
2007-02-13T06:46:59+00:00 | www/websh |
Embeds a TCL8 interpreter in the Apache server Web|sh is a TCL module for Apache. It is currently the most advanced and the best supported of the several such modules listed at http://tcl.apache.org/ Works with both Apache-1.3.x and 2.x and has an interesting development paradigm. WWW: http://tcl.apache.org/websh/ |
2007-02-13T04:20:14+00:00 | textproc/p5-Pod-Strip |
Remove POD from Perl code Pod::Strip, a subclass of Pod::Simple. It parses perl files, strips all POD from Perl Code. WWW: https://metacpan.org/release/Pod-Strip |
2007-02-12T22:29:25+00:00 | portuguese/aspell-pt_BR |
Aspell Brazilian Portuguese dictionary Aspell Brazilian Portuguese dictionary. WWW: http://broffice.org/verortografico/ |
2007-02-12T22:28:18+00:00 | textproc/ku-aspell |
Aspell Kurdi dictionary Aspell Kurdi dictionary. WWW: https://sourceforge.net/projects/myspellkurdish/ |
2007-02-12T22:26:59+00:00 | textproc/hy-aspell |
Aspell Armenian dictionary Aspell Armenian dictionary. WWW: http://aspell.net/ |
2007-02-12T22:24:13+00:00 | arabic/aspell |
Aspell Arabic dictionaries Aspell Arabic dictionaries. WWW: https://sourceforge.net/projects/arabic-spell/ |
2007-02-12T16:11:21+00:00 | devel/pth-hard |
|
2007-02-12T12:37:57+00:00 | graphics/p5-Image-Pngslimmer |
Slims (dynamically created) PNGs This Perl extension aims to cut down the size of PNGs. Users pass a PNG to various functions (though only one presently exists - Image::Pngslimmer::discard_noncritical($blob)) and a slimmer version is returned. Image::Pngslimmer is designed for use where PNGs are being generated on the fly and where size matters - eg for J2ME use. There are other options - probably better ones - for handling static PNGs. and more image types. WWW: https://metacpan.org/release/Image-Pngslimmer |
2007-02-12T12:29:28+00:00 | editors/klat4 |
LaTeX source editor for KDE4 A LaTeX source editor for KDE4. WWW: http://www.algebraic.ru/doku.php?id=projects:klat4 |
2007-02-12T12:29:28+00:00 | editors/klat |
A LaTeX source editor for KDE A LaTeX source editor for KDE. WWW: http://research.edm.uhasselt.be/jori/klat/ |
2007-02-12T11:57:30+00:00 | multimedia/clive1 |
Video extraction utility for YouTube, GoogleVideo, and others clive is a command line tool for extracting videos from Youtube, Google Video, Dailymotion, Guba (free), Stage6, Metacafe, LastFm, Sevenload websites. clive is written in Python and is cross-platform. Main features: - Proxy support; option and http_proxy environment setting - Youtube log-in support with flagged-content override - High/low-quality support where applicable (e.g. Youtube) - Chaining with a 3rd party player software for playing - Chaining with ffmpeg for subsequent re-encoding - URL caching; re-fetch video page only when necessary - Gzip compressed video page data transfers - Integration with X clipboard (with xclip) - RSS/Atom parsing with video selection interface - Continue partially downloaded files - Recall last URL batch - Supports UNIX pipes - URL batch support WWW: http://clive.sourceforge.net/ |
2007-02-12T11:57:30+00:00 | multimedia/clive |
Command line video extraction tool for YouTube and others clive is a command line utility for extracting videos from Youtube and other video-sharing websites. It was written to bypass the Adobe Flash requirement to view the hosted videos. WWW: http://clive.sourceforge.net |
2007-02-12T08:37:15+00:00 | emulators/desmume |
Nintendo DS emulator DeSmuME is a Nintendo DS emulator. It supports many homebrew nds rom demos as well as a handful of wireless multiboot demo nds roms. It also runs DSLinux, the port of Linux to the Nintendo DS WWW: http://desmume.sourceforge.net/ |
2007-02-12T08:02:23+00:00 | deskutils/kooldock |
OS-X dock-like for KDE A kool dock for KDE. It attemps to resemble the Mac OSX dock. WWW: http://www.kde-look.org/content/show.php?content=12097 |
2007-02-12T07:18:20+00:00 | audio/py-apetag |
Library for APE Tag written in Python A pure Python library for manipulating APEv2 and ID3v1 tags. WWW: https://sourceforge.net/projects/pylibape/ |
2007-02-12T06:54:24+00:00 | net/pdb |
Packet Debugger The Packet Debugger (pdb) is a program which allows people to work with packet streams as if they were working with a source code debugger. Users can list, inspect, modify, and retransmit any packet from captured files as well as work with live packet capture. WWW: http://pktdbg.sf.net/ |
2007-02-12T06:47:47+00:00 | www/rubygem-rails-app-installer |
An installer for Rails apps The Rails Application Installer makes it easy to provide 'there is no step 3' end-user installs for Rails applications. It can create .gems from your application that can then be installed via 'gem install my_app; my_app install /some/path'. WWW: http://scottstuff.net |
2007-02-12T04:59:21+00:00 | audio/py-musepack |
Python module that provides the Musepack decoding interface This Python module lets you load and decode Musepack (MPC/MP+ files). Its API has been chosen to mostly match pyvorbis and pymad. It also includes a module to read and write APEv2 metadata tags. WWW: http://sacredchao.net/~piman/software/python.shtml |
2007-02-12T03:53:29+00:00 | devel/p5-Log-Dispatch-FileShared |
Log::Dispatch output class for logging to shared files Log::Dispatch::FileShared is an output class for logging to shared files under the Log::Dispatch system. Log messages are written using the flock file locking mechanism on a per write basis which means that this module is suitable for sharing a log file in a multitasking environment. WWW: https://metacpan.org/release/Log-Dispatch-FileShared |
2007-02-11T23:44:19+00:00 | www/pecl-amfext |
Implements encoding and decoding of AMF and AMF3 messages AMFEXT is a PHP extension written in C that implements encoding and decoding of AMF and AMF3 messages for the PHP language. It has been based on some of the experience gained with AMFPP, a native code for encoding and decoding C. The native encoding and decoding is extremely fast and memory efficient respect existing PHP implementation, and the flexibility has been provided using callbacks to the PHP code. WWW: https://pecl.php.net/package/amfext |
2007-02-11T23:16:49+00:00 | www/glpi |
Free IT and asset management software GLPI is an Information Resource-Manager with an additional Administration- Interface. You can use it to build up a database with an inventory for your company (computer, software, printers...). It has enhanced functions to make the daily life for the administrators easier, like a job- tracking-system with mail-notification and methods to build a database with basic information about your network-topology. WWW: http://glpi-project.org/ |
2007-02-11T23:00:35+00:00 | sysutils/apt |
Advanced front-end for dpkg APT is the Debian project's advanced front-end for dpkg. APT features complete installation ordering, multiple source capability and several other unique features. WWW: http://packages.debian.org/apt |
2007-02-11T19:28:01+00:00 | net-im/p5-Net-Stomp |
Streaming Text Orientated Messaging Protocol Client This module allows you to write a Stomp client. Stomp is the Streaming Text Orientated Messaging Protocol (or the Protocol Briefly Known as TTMP and Represented by the symbol :ttmp). It's a simple and easy to implement protocol for working with Message Orientated Middleware from any language. Net::Stomp is useful for talking to Apache ActiveMQ, an open source (Apache 2.0 licensed) Java Message Service 1.1 (JMS) message broker packed with many enterprise features. A Stomp frame consists of a command, a series of headers and a body - see Net::Stomp::Frame for more details. For details on the protocol see http://stomp.codehaus.org/Protocol. WWW: https://metacpan.org/release/Net-Stomp |
2007-02-11T17:21:55+00:00 | textproc/pandoc |
A general markup converter Pandoc is a command-line tool for converting from one markup format to another. It can read markdown and (subsets of) reStructuredText, HTML, and LaTeX, and it can write markdown, reStructuredText, HTML, LaTeX, ConTeXt, DocBook XML, OpenDocument XML, ODT, RTF, GNU Texinfo, MediaWiki markup, groff man pages, and S5 HTML slide shows. Pandoc extends standard markdown syntax with footnotes, embedded LaTeX, and other features. A compatibility mode is provided for those who need a drop-in replacement for Markdown.pl. Included wrapper scripts make it easy to convert markdown documents to PDF and to convert web pages to markdown documents. In contrast to existing tools for converting markdown to HTML, which use regex substitutions, pandoc has a modular design: it consists of a set of readers, which parse text in a given format and produce a native representation of the document, and a set of writers, which convert this native representation into a target format. Thus, adding an input or output format requires only adding a reader or writer. WWW: http://johnmacfarlane.net/pandoc/ |
2007-02-11T17:21:55+00:00 | textproc/hs-pandoc |
Conversion between markup formats Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library. It can read markdown and (subsets of) HTML, reStructuredText, LaTeX, DocBook, MediaWiki markup, TWiki markup, Haddock markup, OPML, Emacs Org-Mode, txt2tags and Textile, and it can write markdown, reStructuredText, XHTML, HTML 5, LaTeX, ConTeXt, DocBook, OPML, OpenDocument, ODT, Word docx, RTF, MediaWiki, DokuWiki, Textile, groff man pages, plain text, Emacs Org-Mode, AsciiDoc, Haddock markup, EPUB (v2 and v3), FictionBook2, InDesign ICML, and several kinds of HTML/javascript slide shows (S5, Slidy, Slideous, DZSlides, reveal.js). Pandoc extends standard markdown syntax with footnotes, embedded LaTeX, definition lists, tables, and other features. A compatibility mode is provided for those who need a drop-in replacement for Markdown.pl. In contrast to existing tools for converting markdown to HTML, which use regex substitutions, pandoc has a modular design: it consists of a set of readers, which parse text in a given format and produce a native representation of the document, and a set of writers, which convert this native representation into a target format. Thus, adding an input or output format requires only adding a reader or writer. WWW: https://pandoc.org |
2007-02-11T12:30:38+00:00 | devel/hs-BNFC |
Compiler front-end generator The BNF Converter is a compiler construction tool generating a compiler front-end from a Labelled BNF grammar. It was originally written to generate Haskell, but starting from Version 2.0, it can also be used for generating Java, C++, and C. Given a Labelled BNF grammar the tool produces: an abstract syntax as a Haskell/C++/C module or Java directory, a case skeleton for the abstract syntax in the same language, an Alex, JLex, or Flex lexer generator file, a Happy, CUP, or Bison parser generator file, a pretty-printer as a Haskell/Java/C++/C module, a Latex file containing a readable specification of the language. WWW: http://bnfc.digitalgrammars.com/ |
2007-02-11T12:30:38+00:00 | devel/bnfc |
A Labelled BNF converter The BNF Converter is a compiler construction tool generating a compiler front-end from a Labeled BNF grammar. It was originally written to generate Haskell, but starting from Version 2.0, it can also be used for generating Java, C++, and C. Given a Labeled BNF grammar the tool produces: * an abstract syntax as a Haskell/C++/C module or Java directory * a case skeleton for the abstract syntax in the same language * an Alex, JLex, or Flex lexer generator file * a Happy, CUP, or Bison parser generator file * a pretty-printer as a Haskell/Java/C++/C module * a Latex file containing a readable specification of the language WWW: http://www.cs.chalmers.se/~markus/BNFC/ |
2007-02-10T16:39:01+00:00 | mail/p5-Mail-SPF |
Object-oriented implementation of Sender Policy Framework Mail::SPF is an object-oriented Perl implementation of the Sender Policy Framework (SPF) e-mail sender authentication system. This release of Mail::SPF fully conforms to RFC 4408 and passes the 2006.11 release of the official test-suite <http://www.openspf.org/Test_Suite>. The Mail::SPF source package includes the following additional tools: - spfquery: A command-line tool for performing SPF checks. - spfd: A daemon for services that perform SPF checks frequently. WWW: https://metacpan.org/release/Mail-SPF WWW: http://www.openspf.org/ |
2007-02-10T16:13:31+00:00 | dns/p5-Net-DNS-Resolver-Programmable |
Programmable DNS resolver for off-line testing Net::DNS::Resolver::Programmable is a Net::DNS::Resolver descendant class that allows a virtual DNS to be emulated instead of querying the real DNS. A set of static DNS records may be supplied, or arbitrary code may be specified as a means for retrieving DNS records, or even generating them on the fly. WWW: https://metacpan.org/release/Net-DNS-Resolver-Programmable |
2007-02-10T14:38:16+00:00 | math/p5-Math-BigInt-GMP |
Use GMP library for Math::BigInt routines Math::BigInt::GMP - Use the GMP library for Math::BigInt routines. Provides support for big integer calculations via means of the GMP c-library. Math::BigInt::GMP now no longer uses Math::GMP, but provides its own XS layer to access the GMP c-library. This cuts out another (perl sub routine) layer and also reduces the memory footprint by not loading Math::GMP and Carp at all. WWW: https://metacpan.org/release/Math-BigInt-GMP |
2007-02-10T14:35:47+00:00 | devel/pycount |
Initial effort to Python code metrics pycount helps you with a simple analysis of Python code, categorizing it into comments, doc strings, blank lines and real code. It creates simple lines counts for individual or multiple files, but can also be used to strip comments from a source file, say. See a sample output of pycount running on itself in verbose mode. WWW: http://python.net/~gherman/pycount.html |
2007-02-10T13:57:54+00:00 | devel/py-pycallgraph |
Python library that creates call graphs for Python programs Python Call Graph uses GraphViz to generate call graphs from one execution of your Python code. It's very easy to use and can point out possible problems with your code execution. WWW: http://pycallgraph.slowchop.com/ |
2007-02-09T19:19:32+00:00 | devel/wxGlade-devel |
GUI builder for wxPython/wxWindows written in Python wxGlade is a GUI designer written in Python with the popular GUI toolkit wxPython, that helps you create wxWindows/wxPython user interfaces. At the moment it can generate Python, C++ and XRC (wxWindows' XML resources) code. WWW: http://wxglade.sourceforge.net/ |
2007-02-09T11:16:49+00:00 | games/tbclock |
Binary clock in curses tbclock is a dirty little app that displays a full screen binary clock in your terminal (using curses). It doesn't support resizing (yet). It is quite simple and features modules like 'guessbin' a little game and 'chrono' a timer with tenth of seconds. WWW: http://tamentis.com/projects/tbclock/ |
2007-02-09T10:39:37+00:00 | mail/qmail-auditor |
Selective e-mail auditing for qmail by means of qmail-queue wrapping This software provides an easy and functional way to audit incoming and outgoing e-mails from a qmail server. It works by means of qmail-queue wrapping. It has a control file which allows selective auditing of sender or recipient, as well as whom the messages should be forwarded to. This control file allows regular expressions, what increases its flexibility of use. WWW: http://qmail-auditor.sourceforge.net/ |
2007-02-09T09:11:09+00:00 | net/pear-XML_RPC2 |
XML-RPC client/server library XML_RPC2 is a pear package providing XML_RPC client and server services.XML-RPC is a simple remote procedure call protocol built using HTTP as transport and XML as encoding. As a client library, XML_RPC2 is capable of creating a proxy class which exposes the methods exported by the server. As a server library, XML_RPC2 is capable of exposing methods from a class or object instance, seamlessly exporting local methods as remotely callable procedures. WWW: https://pear.php.net/package/XML_RPC2 |
2007-02-09T09:11:09+00:00 | net/pear-XML_RPC |
PHP implementation of the XML-RPC protocol A PEAR-ified version of Useful Inc's XML-RPC for PHP. It has support for HTTP/HTTPS transport, proxies and authentication. WWW: https://pear.php.net/package/XML_RPC |
2007-02-09T08:43:34+00:00 | databases/php5-pdo_pgsql |
|
2007-02-09T08:42:27+00:00 | databases/php5-pdo_odbc |
|
2007-02-09T08:41:26+00:00 | databases/php5-pdo_oci |
|
2007-02-09T08:40:20+00:00 | databases/php5-pdo_mysql |
|
2007-02-09T08:39:16+00:00 | databases/php5-pdo_firebird |
|
2007-02-09T08:37:50+00:00 | databases/php5-pdo_dblib |
|
2007-02-09T08:36:39+00:00 | databases/php5-pdo_sqlite |
|
2007-02-09T08:31:42+00:00 | devel/php5-spl |
|
2007-02-09T04:12:38+00:00 | lang/mpd |
Concurrent programming language MPD is a new programming language that has a syntax very close to the one used in the book Foundations of Multithreaded, Parallel, and Distributed Programming. The name of the language comes from the first three letters of the main words of the title of the book: Multithreaded, Parallel, and Distributed. These words also capture a distinguishing aspect of the language, namely that it supports all three of these concurrent programming techniques. MPD is implemented as a variant of the SR programming language. It has a different parser, but it uses the same intermediate form and run-time system as SR. Consequently, MPD provides the same variety of concurrent programming mechanisms as does SR. WWW: http://www.cs.arizona.edu/mpd/ |
2007-02-08T23:23:57+00:00 | deskutils/qrfcview |
Graphical RFC viewer qRFCView is a viewer for IETF RFCs. Advantages are: * automatic table of content, with direct opening of section * handling of RFC internal cross-references * automatic downloading of a referenced RFC from the IETF web site on a simple click * caching of RFC in a local directory * tab-browsing of RFC * searching WWW: https://web-beta.archive.org/web/20130618220115/http://qrfcview.berlios.de/ |
2007-02-08T22:36:42+00:00 | audio/p5-MIDI |
Perl5 module for handling MIDI files This suite of modules provides routines for reading, composing, modifying, and writing MIDI files. WWW: https://metacpan.org/release/MIDI-Perl |
2007-02-08T22:36:23+00:00 | games/brutalchess |
Nice looking OpenGL chess game Brutal Chess features full 3D graphics, an advanced particle engine, and several different levels of intelligent AI, inspired by the once popular "Battle Chess" released by Interplay circa 1988. WWW: http://brutalchess.sourceforge.net/ |
2007-02-08T22:35:31+00:00 | graphics/py-pyproj |
Cython wrapper to provide python interfaces to PROJ.4 functions Cython wrapper to provide python interfaces to PROJ.4 functions. Performs cartographic transformations and geodetic computations. The Proj class can convert from geographic (longitude,latitude) to native map projection (x,y) coordinates and vice versa, or from one map projection coordinate system directly to another. The module variable pj_list is a dictionary containing all the available projections and their descriptions. The Geod class can perform forward and inverse geodetic, or Great Circle, computations. The forward computation involves determining latitude, longitude and back azimuth of a terminus point given the latitude and longitude of an initial point, plus azimuth and distance. The inverse computation involves determining the forward and back azimuths and distance given the latitudes and longitudes of an initial and terminus point. Input coordinates can be given as python arrays, lists/tuples, scalars or numpy/Numeric/numarray arrays. Optimized for objects that support the Python buffer protocol (regular python and numpy array objects). WWW: https://github.com/pyproj4/pyproj |
2007-02-08T22:33:02+00:00 | games/cultivation |
Unique game of conflict and cooperation in a gardening community Cultivation is quite different from most other games. It is a social simulation, and the primary form of conflict is over land and plant resources---there is no shooting, but there are plenty of angry looks. It is also an evolution simulation. Within the world of Cultivation, you can explore a virtually infinite spectrum of different plant and gardener varieties. All of the graphics, sounds, melodies,and other content in Cultivation are 100% procedurally generated at playtime. In other words, there are no hand-painted texture maps---instead, each object has a uniquely "grown" appearance. Every time you play, Cultivation generates fresh visuals, music, and behaviors. WWW: http://cultivation.sourceforge.net/ |
2007-02-08T17:55:56+00:00 | x11/nvidia-driver-9631 |
|
2007-02-08T17:55:56+00:00 | x11/nvidia-driver-7184 |
|
2007-02-08T12:27:09+00:00 | devel/jakarta-commons-jxpath |
Utilities for manipulating Java Beans using the XPath syntax The org.apache.commons.jxpath package defines a simple interpreter of an expression language called XPath. JXPath applies XPath expressions to graphs of objects of all kinds: JavaBeans, Maps, Servlet contexts, DOM etc, including mixtures thereof. WWW: http://jakarta.apache.org/commons/jxpath/ |
2007-02-08T07:42:06+00:00 | databases/pear-MDB2_Schema |
PEAR XML based database schema manager PEAR::MDB2_Schema enables users to maintain RDBMS independant schema files in XML that can be used to create, alter and drop database entities and insert data into a database. Reverse engineering database schemas from existing databases is also supported. The format is compatible with both PEAR::MDB and Metabase. WWW: https://pear.php.net/package/MDB2_Schema |
2007-02-08T07:41:29+00:00 | databases/pear-MDB2_Driver_sqlite |
PEAR sqlite MDB2 driver This is the SQLite MDB2 driver. WWW: http://pear.php.net/package/MDB2_Driver_sqlite/ |
2007-02-08T07:40:56+00:00 | databases/pear-MDB2_Driver_pgsql |
PEAR pgsql MDB2 driver This is the PostgreSQL MDB2 driver. WWW: https://pear.php.net/package/MDB2_Driver_pgsql |
2007-02-08T07:40:32+00:00 | databases/pear-MDB2_Driver_mysqli |
PEAR MySQL MDB2 driver This is the MySQLi MDB2 driver. WWW: https://pear.php.net/package/MDB2_Driver_mysqli |
2007-02-08T07:40:01+00:00 | databases/pear-MDB2_Driver_mysql |
PEAR MySQL MDB2 driver This is the MySQL MDB2 driver. WWW: https://pear.php.net/package/MDB2_Driver_mysql |
2007-02-07T14:50:02+00:00 | x11-themes/icons-tango-extras |
Extra set of icons from the Tango project An extra set of Tango icons that is usable on Gnome. WWW: http://tango-project.org/ |
2007-02-07T14:34:56+00:00 | x11-themes/cursor-dmz-aa-theme |
DMZ AA style neutral scalable cursor theme This is a theme based on the cursor work of the re-known desktop artist Jakub "Jimmac" Steiner. WWW: http://jimmac.musichall.cz/ |
2007-02-07T14:32:58+00:00 | x11-themes/cursor-dmz-theme |
DMZ style neutral scalable cursor theme This is a theme based on the cursor work of the re-known desktop artist Jakub "Jimmac" Steiner. WWW: http://jimmac.musichall.cz/ |
2007-02-07T13:56:46+00:00 | net-mgmt/nedi |
Network discovery and monitoring tool NeDi is a lightweight network management framework, which is based on a scheduled discovery, an SQL backend, and a web-based user interface. It sucks information through SNMP or CLI from your switches and routers and stores information (such as MACs and IPs) in a MySQL database. Later, you can use its web interface to easily locate nodes withing your network. WWW: http://www.nedi.ch/ |
2007-02-07T12:17:32+00:00 | deskutils/gimmie |
Gnome desktop organizer Gimmie is an elegant way to think about how you use your desktop computer. What Gimmie Can Do: * Integrated display of: o Applications from the system menu o Recently used documents, applications, printers, network shares, etc o People you've recently chatted with o People currently logged in for IM o Your Gaim buddy list's group organization o All devices, printers, mapped network shares, and system settings * Show open conversations, opened documents, and running applications (both new and legacy) in the Gimmie Bar * Bookmark apps, documents, and people in the Gimmie Bar for quick access * Allow log out, shutdown, or switching to another user * Shows the current time, a desktop switcher, and a trashcan * Search for items with instantly displayed results * Zoom in and out on recently used items, from today, to this month and beyond WWW: http://www.beatniksoftware.com/gimmie/ |
2007-02-07T04:21:27+00:00 | russian/rubygem-rutils |
Simple processing of Russian strings Simple processing of russian strings WWW: https://github.com/julik/rutils |
2007-02-07T00:19:46+00:00 | graphics/tonicpoint-viewer |
PowerPoint presentations viewer The TonicPoint Viewer is a standalone Java application that allows you to open and view PowerPoint presentations on any platform. The Viewer supports the standard PowerPoint file format that is used by PowerPoint 97, 2000, XP, 2003, etc. WWW: http://tonicsystems.com/products/viewer/ |
2007-02-06T23:39:38+00:00 | mail/softfail |
Enhanced greylisting system for qmail w/ SMTPEXTFORK patch Softfail is an enhaced greylisting system to be used on qmail MTA patched with SMTPEXTFORK feature. It is an independent program, which is forked from qmail-smtpd. It allows manual whitelisting and blacklisting as well as automatic black and whitelisting. Automatic whitelisting is done by the usual greylisting method while automatic blacklisting is done when the remote SMTP server breaks some aspects of RFC rules and insists on redelivery very early. All aspects of softfail's behavior can be configured. There are maintainance scripts to be ran from crontab, which removes expired entries and generates reports. WWW: http://www6.freebsdbrasil.com.br/~eksffa/l/dev/qmail-smtpextfork/ |
2007-02-06T23:36:12+00:00 | security/snoopy |
Log every executed command to syslog snoopy is merely a shared library that is used as a wrapper to the execve() function provided by libc as to log every call to syslog (authpriv). System administrators may find snoopy useful in tasks such as light/heavy system monitoring, tracking other administrator's actions as well as getting a good 'feel' of what's going on in the system (for example Apache running CGI scripts). WWW: https://github.com/a2o/snoopy |
2007-02-06T19:50:40+00:00 | graphics/yap |
GNUstep a2ps/gs frontend Yap.app (formerly GPSText) (Yet another previewer) A PostScript/PDF previewer and front end to the a2ps text formatting tool. Features: * extensive use of OOP programming techniques * preview PostScript files * format text files with a2ps * opens files that are listed on the command line for easy previewing * set + paper size + pretty print style + prologue + encoding * set a2ps options via an easy-to-use GUI LICENSE: GPL2 or later WWW: http://www.gnustep.it/marko/GPSText/ |
2007-02-06T14:20:53+00:00 | audio/last.fm |
Official last.fm radio player The official last.fm radio player application. Integrates with Konqueror and (Linux-)Firefox. WWW: https://www.last.fm/ |
2007-02-06T12:33:43+00:00 | multimedia/gpac-mp4box |
Tool for merge mpg4 from Gpac mp4box is a mp4 container merge tool from gpac. Documentation here: http://gpac.sourceforge.net/doc_mp4box.php WWW: http://gpac.sourceforge.net/ |
2007-02-06T11:49:15+00:00 | security/keepassx |
Cross Platform Password Manager KeePassX is a free/open-source password manager or safe which helps you to manage your passwords in a secure way. You can put all your passwords in one database, which is locked with one master key or a key-disk. So you only have to remember one single master password or insert the key-disk to unlock the whole database. The databases are encrypted using the best and most secure encryption algorithms currently known (AES and Twofish). WWW: http://www.keepassx.org |
2007-02-06T11:04:30+00:00 | devel/check |
Unit test framework for C Check is a unit test framework for C. It features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so Check can catch both assertion failures and code errors that cause segmentation faults or other signals. WWW: https://libcheck.github.io/check/ |
2007-02-06T10:37:14+00:00 | chinese/qt4-codecs-tw |
Qt Big-5 codec plugin 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-02-06T09:24:09+00:00 | sysutils/ffs2recov |
Utility to recover UFS2 filesystems This is the UFS2 version of ffsrecov, heavily (and I do mean _heavily_) based on John-Mark Gurney's program of the same name. It does basically the same thing, only it's a little more resistant to crashes caused by bad pointers, offsets and the like, and it does a little more than his did. Don't contact him for problems with this program, it's definitely _my_ fault if it breaks. This program is not ready for prime time. It has some shortfalls, it has a bunch of new options that are mostly undocumented and the manpage could stand to be rewritten. One _good_ thing is that it now uses the libufs library and is therefore not as dependent on carrying around low-level code. On the other hand, it worked for me. Using this tool, I was able to recover almost all of a several-hundred-gigabyte file system that had been stomped by a misconfigured RAID controller. (That's why I wrote the thing in the first place, in fact.) With the right knowledge and a lot of patience, it is possible to recover most or all of a trashed file system, at least if it's not _too_ trashed. I'm releasing it under the Berkeley two-clause license in the hope that someone with more time will pick it up, polish it and make something a little more useful out of it. Frank Mayhar frank@exit.com WWW: https://BSDforge.com/projects/sysutils/ffs2recov/ |
2007-02-06T03:52:13+00:00 | mail/extmail |
High performance webmail system ExtMail -- A high performance webmail system. It was written in pure perl, only support Maildir++(or Maildir), we try to optimize the design and archtecture, make it scalable well and run faster than common php/perl webmail system. WWW: http://www.extmail.org |
2007-02-06T00:43:02+00:00 | math/gotoblas |
Fast implementation of Basic Linear Algebra Subprograms GotoBLAS2 is a fast implementation of Basic Linear Algebra Subprograms. It supports various architectures and is optimized for many cores, including Intel Nehalem and Atom, Via Nano, SiCortex, AMD Shanghai and Istanbul. WWW: http://www.tacc.utexas.edu/tacc-projects/ |
2007-02-05T21:37:09+00:00 | games/freera |
Westwood red alert game engine This is a rebuild of the (westwood) red alert game engine (based on FreeCNC). It is a real time strategy game. To play the game with this engine you need the original game (mix files). The only game supported is red alert 1 ;) WWW: http://freera.sourceforge.net/ |
2007-02-05T21:23:55+00:00 | graphics/imgv |
Unique and feature rich Image Viewer Features include a GUI that doesn't get in the way of viewing your images, a file browser, slideshows, zooming, rotating, on-the-fly Exif viewing, histograms, fullscreen support, wallpaper setting, the ability to view 4 images on the screen at once, adjustable thumbnail sizes, playlists, view and download images from Web sites, movie playing, file searching/filtering, multiple directory loading, transitional effects, image hiding and more. WWW: http://imgv.sourceforge.net/ |
2007-02-05T20:56:24+00:00 | x11/qt4-opengl |
Qt OpenGL library 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-02-05T20:56:24+00:00 | x11/qt4-inputmethods |
Qt input methods 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-02-05T20:56:24+00:00 | x11-toolkits/qt4-gui |
Qt graphical user interface 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-02-05T20:56:24+00:00 | textproc/qt4-xml |
Qt SAX and DOM implementations 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-02-05T20:56:24+00:00 | net/qt4-network |
Qt network 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-02-05T20:56:24+00:00 | misc/qt4-qtdemo |
Qt 4 demonstration and example applications 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-02-05T20:56:24+00:00 | misc/qt4-qtconfig |
Qt 4 graphical configuration utility 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-02-05T20:56:24+00:00 | misc/qt4-doc |
Qt documentation 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-02-05T20:56:24+00:00 | misc/qt4-codecs-tw |
Qt Big-5 codec plugin 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://www.trolltech.com/products/qt/index.html |
2007-02-05T20:56:24+00:00 | korean/qt4-codecs-kr |
Qt EUC-KR codec plugin 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-02-05T20:56:24+00:00 | japanese/qt4-codecs-jp |
Qt EUC-JP/JIS codec plugins 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-02-05T20:56:24+00:00 | graphics/qt4-svg |
Qt SVG support 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-02-05T20:56:24+00:00 | graphics/qt4-pixeltool |
Qt 4 screen magnifier 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-02-05T20:56:24+00:00 | graphics/qt4-imageformats |
Qt plugins for several image formats 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-02-05T20:56:24+00:00 | graphics/qt4-iconengines |
Qt SVG icon engine 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-02-05T20:56:24+00:00 | devel/qt4 |
Cross-platform application and UI framework (metaport) Qt is a cross-platform application and UI framework for developers using C++ or QML, a CSS/JavaScript-like language. With Qt, code can be reused efficiently to target multiple platforms with one code base. The modular C++ class library and developer tools easily enables developers to create applications for one platform and easily build and run to deploy on another platform. WWW: http://qt-project.org |
2007-02-05T20:56:24+00:00 | devel/qt4-uic3 |
Qt 3-compatible User Interface Compiler 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-02-05T20:56:24+00:00 | devel/qt4-uic |
Qt User Interface Compiler 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-02-05T20:56:24+00:00 | devel/qt4-rcc |
Qt Resource Compiler 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-02-05T20:56:24+00:00 | devel/qt4-qvfb |
Qt 4 virtual framebuffer utility 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-02-05T20:56:24+00:00 | devel/qt4-qtestlib |
Qt unit testing library 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-02-05T20:56:24+00:00 | devel/qt4-qt3support |
Qt 3 compatibility 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-02-05T20:56:24+00:00 | devel/qt4-porting |
Qt utility to assist with porting from Qt 3 to Qt 4 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-02-05T20:56:24+00:00 | devel/qt4-moc |
Qt Meta-Object Compiler 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-02-05T20:56:24+00:00 | devel/qt4-linguist |
Qt 4 localization tools 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-02-05T20:56:24+00:00 | devel/qt4-libqtassistantclient |
Qt documentation browser integration 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-02-05T20:56:24+00:00 | devel/qt4-designer |
Qt 4 graphical user interface designer 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-02-05T20:56:24+00:00 | devel/qt4-corelib |
Qt core non-graphical 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-02-05T20:56:24+00:00 | devel/qt4-assistant |
Qt 4 documentation browser 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-02-05T20:56:24+00:00 | devel/qmake4 |
Qt Makefile generator Qt is a C++ toolkit for application development. It lets application developers target all major operating systems with a single application source code. Qmake is a project and makefile creating utility, that is part of Qt. For ease of maintainance it is split out into a port of its own. WWW: http://qt.nokia.com/products/qt/index.html |
2007-02-05T20:56:24+00:00 | devel/dbus-qt4 |
Qt D-Bus inter-process communication 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-02-05T20:56:24+00:00 | databases/qt4-sqlite3-plugin |
Qt SQLite 3 database plugin The SQLite Plugin from Qt 4, which provides an easy access method from within Qt applications. WWW: http://doc.trolltech.com/4.0/sql.html |
2007-02-05T20:56:24+00:00 | databases/qt4-sqlite-plugin |
Qt SQLite 2 database plugin The SQLite Plugin from Qt 4, which provides an easy access method from within Qt applications. WWW: http://doc.trolltech.com/4.0/sql.html |
2007-02-05T20:56:24+00:00 | databases/qt4-sql |
Qt SQL database integration 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-02-05T20:56:24+00:00 | databases/qt4-pgsql-plugin |
Qt PostgreSQL database plugin The PostgreSQL Plugin from Qt 4, which provides an easy access method from within Qt applications. WWW: http://doc.trolltech.com/4.0/sql.html |
2007-02-05T20:56:24+00:00 | databases/qt4-odbc-plugin |
Qt Open Database Connectivity plugin The ODBC Plugin from Qt 4, which provides an easy access method from within Qt applications. WWW: http://doc.trolltech.com/4.0/sql.html |
2007-02-05T20:56:24+00:00 | databases/qt4-mysql-plugin |
Qt MySQL database plugin The MySQL-Plugin from Qt 4, which provides an easy access method from within Qt applications. WWW: http://doc.trolltech.com/4.0/sql.html |
2007-02-05T20:56:24+00:00 | databases/qt4-ibase-plugin |
Qt InterBase/Firebird database plugin The IBase/Firebird Plugin from Qt 4, which provides an easy access method from within Qt applications. WWW: http://doc.trolltech.com/4.0/sql.html |
2007-02-05T20:56:24+00:00 | chinese/qt4-codecs-cn |
Qt GB 18030 codec plugin 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-02-05T20:56:24+00:00 | accessibility/qt4-accessible |
Qt accessibility widgets 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-02-05T20:35:48+00:00 | korean/libhangul |
Library for Hangul processing A library for hangul processing. WWW: https://github.com/libhangul/libhangul |
2007-02-05T14:53:15+00:00 | devel/ditrack |
Tracking system based on Subversion repository DITrack is a free, open source, lightweight, distributed issue (bug, defect, ticket) tracking system using a Subversion repository instead of a backend database. It is written in Python and runs in UNIX environment (*BSD, Linux, MacOS X). WWW: https://sourceforge.net/projects/ditrack/ |
2007-02-05T13:48:38+00:00 | x11-toolkits/tk86 |
Graphical toolkit for Tcl This is Tk version 8.6, a GUI toolkit for Tcl. Tk is a graphical user interface toolkit that takes developing desktop applications to a higher level than conventional approaches. Tk is the standard GUI not only for Tcl, but for many other dynamic languages, and can produce rich, native applications that run unchanged across Windows, Mac OS X, Linux and more. A full set of manual pages is also provided with this port. WWW: http://www.tcl.tk/ |
2007-02-05T13:48:38+00:00 | x11-toolkits/tk85 |
Graphical toolkit for Tcl This is Tk version 8.5, a GUI toolkit for Tcl. Tk is a graphical user interface toolkit that takes developing desktop applications to a higher level than conventional approaches. Tk is the standard GUI not only for Tcl, but for many other dynamic languages, and can produce rich, native applications that run unchanged across Windows, Mac OS X, Linux and more. A full set of manual pages is also provided with this port. WWW: http://www.tcl.tk/ |
2007-02-05T05:29:48+00:00 | www/rubygem-mechanize |
WWW::Mechanize, a handy web browsing ruby object The Mechanize library is used for automating interaction with websites. Mechanize automatically stores and sends cookies, follows redirects, can follow links, and submit forms. Form fields can be populated and submitted. Mechanize also keeps track of the sites that you have visited as a history. WWW: https://github.com/sparklemotion/mechanize |
2007-02-05T01:32:35+00:00 | www/xpi-quick-locale-switcher |
Quickly change and apply a different locale from the tools menu Allows you to quickly change and apply a different locale from the tools menu: * Handy tool for all people involved with multilingual usage of Mozilla applications. * Switches the Mozilla User Interface language (general.useragent.locale preference) * Switches the accept_language preference, so complete websites will be translated. (if the http accept language header is supported, e.g. like Google does) * Switches the Spell Checker Dictionary preference. (if supported by your Mozilla application) * Remembers the dictionary and content locale for each site and automatically switches when you load that site. It also tries to detect the language of sites itself, and if found automatically switches to that language. * Auto restarts the application in versions 1.4+ (only if needed) * Includes country flag icons for 'all' countries by famfamfam.com. * Displays the flag of the currently selected locale on your statusbar. * Add 3 of your own custom defined locales. WWW: http://www.captaincaveman.nl/?id=firefox_extensions |
2007-02-04T22:15:36+00:00 | x11-toolkits/gnome-sharp20 |
GNOME interfaces for the .NET runtime Gnome# provides C# bindings for Gnome libraries to the .NET runtime. WWW: http://www.mono-project.com/Gtk |
2007-02-04T20:20:12+00:00 | java/cacao |
JIT compiler for JAVA CACAO is a Java Virtual Machine (JVM) which uses Just-In-Time (JIT) compilation to execute Java methods natively. WWW: http://www.cacaojvm.org/ |
2007-02-04T15:43:39+00:00 | japanese/japana |
Web proxy converting Japanese into Romaji Japana is a small proxy written in Perl. It converts Hiragana, Katakana and Kanji on the fly into Romaji. The conversion is done using the kakasi-library for Perl. WWW: http://www.cgarbs.de/japana.en.html |
2007-02-03T19:46:34+00:00 | www/npapi-xine |
Embed Xine player into browser xine-lib-based plugin for applications that support NPAPI WWW: http://www.xinehq.de/ |
2007-02-03T17:27:47+00:00 | www/rubygem-hpricot |
Fast, Enjoyable HTML Parser for Ruby Hpricot is a very flexible HTML parser, based on Tanaka Akira's HTree and John Resig's JQuery, but with the scanner recoded in C (using Ragel for scanning.) WWW: https://github.com/hpricot/hpricot |
2007-02-02T18:25:27+00:00 | multimedia/linux-ov511-kmod |
Linux ov511 webcam driver This port builds a kernel module with the 'ov511' USB webcam driver using the adaptation layer in devel/linux-kmod-compat The sources are taken from the Linux kernel 2.6.x |
2007-02-02T18:19:15+00:00 | multimedia/linux-gspca-kmod |
A port of the linux gspcav1 webcam driver This port builds a kernel module with the 'gspca' USB webcam driver using the adaptation layer in devel/linux-kmod-compat The web site for the original gspca driver (for Linux) is http://mxhaard.free.fr/index.html |
2007-02-02T18:08:20+00:00 | devel/linux-kmod-compat |
Adaptation layer to build Linux drivers on FreeBSD This port is an emulation layer to port linux device drivers to FreeBSD, mostly oriented to USB device drivers where FreeBSD support is weaker. It contains: - a set of headers with declarations for entities used in the Linux kernel; - a compatibility library (in source form) mapping [part of] the linux kernel APIs to equivalent FreeBSD APIs; - a template for character device drivers. Ideally, the porting of a linux driver should be as simple as downloading the linux driver sources, writing a simple Makefile.kmod, and running "make -f Makefile.kld" to produce your driver.ko. WWW: http://info.iet.unipi.it/~luigi/FreeBSD/linux_bsd_kld.html |
2007-02-02T14:53:47+00:00 | archivers/grzip |
Efficient file compressor grzip is a high-performance file compressor based on Burrows-Wheeler Transform, Schindler Transform, Move-To-Front, and Weighted Frequency Counting. It uses the Block-Sorting Lossless Data Compression Algorithm, which has received considerable attention in recent years for both its simplicity and effectiveness. This implementation has a compression rate of 2.234 bps on the Calgary Corpus (14 files) without preprocessing filters. WWW: https://BSDforge.com/projects/archivers/grzip |
2007-02-02T14:26:28+00:00 | archivers/aolserver-nszlib |
Zlib library interface for AOLserver AOLserver interface to zlib library WWW: http://www.crystalballinc.com/vlad/software/ |
2007-02-02T14:23:11+00:00 | databases/aolserver-nspostgres |
Internal PostgreSQL driver for AOLserver nspostgres is an internal PostgreSQL database driver for AOLserver 3.x and 4.x. WWW: http://www.aolserver.com/ |
2007-02-02T14:19:31+00:00 | databases/aolserver-nsmysql |
Internal MySQL database driver for AOLserver nsmysql is an internal MySQL database driver for AOLserver 3.x and 4.x, by Panoptic Computer Network. WWW: http://www.aolserver.com/ |
2007-02-02T14:16:28+00:00 | graphics/aolserver-nsgd |
Graphics module for AOLserver Graphics module for aolserver (3.x,4.x) WWW: http://www.aolserver.cz/ |
2007-02-02T14:13:13+00:00 | security/aolserver-nssha1 |
AOLserver module to perform SHA1 hashes This AOLserver module performs SHA1 hashes. WWW: http://www.aolserver.com/ |
2007-02-02T14:09:36+00:00 | security/aolserver-nsopenssl |
OpenSSL socket encryption module for AOLserver An AOLserver socket driver module which implements SSL/TLS encryption on incomming sockets, and also adds an https client API. WWW: http://www.aolserver.com/ |
2007-02-02T14:06:02+00:00 | security/aolserver-nsmhash |
AOLserver interface to mhash library AOLserver interface to mhash library WWW: http://www.aolserver.cz/ |
2007-02-02T14:02:42+00:00 | security/aolserver-nsmcrypt |
AOLserver interface to mcrypt library AOLserver interface to mcrypt library WWW: http://www.aolserver.cz/ |
2007-02-02T13:57:29+00:00 | security/aolserver-nsencrypt |
OpenSSL data encryption module for AOLserver This module Uses OpenSSL to encrypt using the AES, Blowfish, Cast5, IDEA and DES cyphers. WWW: http://www.aolserver.com/ |
2007-02-02T13:53:51+00:00 | www/aolserver-nscache |
Tcl interface to AOLserver's caching API Tcl interface to AOLserver's caching API AOLserver implements a C API for caching arbitrary data. This module provides a Tcl API on top of the C API. The module is only compatible with AOLserver 3.x using nsd8x, or AOLserver 4.x. WWW: http://www.aolserver.com/ - Martin Matuska mm@FreeBSD.org |
2007-02-01T22:59:59+00:00 | net/sipxregistry |
sipX server for handling SIP UA registrations sipXregistry is the registry/redirect server component of the sipX family. It shares a number of common components with the rest of the family, but can be used alone. It implements several powerful address mapping capabilities in addtion to supporting UAC registration. WWW: http://sipx-wiki.calivia.com/index.php/Main_Page |
2007-02-01T22:50:42+00:00 | net/sipxpbx |
sipX PBX - Toplevel sipX port sipXpbx is a full-featured SIP pbx proxy. Configuration is done via a web interface that also configures User Agents (aka SIP phones). From http://www.sipfoundry.org/features.html We think sipX is the leading open source IP PBX in terms of scalability, robustness and ease of use. The sipX IP PBX has been successfully deployed in a lot of places. The largest known installation serves more than 5,000 users connected to one redundant (HA) system. Small installations go all the way down to a few users served by very low cost hardware. There is a detailed list of features on the sipX Wiki (it is too long to re-produce here). Here is why you should consider using sipX: 1) sipXconfigYou need an IP PBX that is robust, stable and easy to use 2) Need a system that offers plug & play management of all the components including phones 3) It is a mission critical system and therefore you insist in high-availability redundat configuration. A server failure should not interrupt calls 4) Voice quality is important to you and therefore you want a system that routes media peer-to-peer and not through the PBX 5) SIP standards compliance that allows flexible call routing including SIP trunking 6) Need scalability - sipX is known to work for deployments in excess of 5,000 users connected to one redundant server 7) Lots of features - of course, who does not want that 8) Unlimited number of simultaneous calls, and unlimited number of trunks using distributed gateways 9) Need IT integration with no special needs for specific HW. 10) Runs on off-the-shelf Intel servers WWW: http://sipx-wiki.calivia.com/index.php/Main_Page |
2007-02-01T22:42:19+00:00 | net/sipxvxml |
sipX server for managing XML files sipXproxy is the authorization and call record server component of the sipX family. WWW: http://sipx-wiki.calivia.com/index.php/Main_Page |
2007-02-01T22:42:19+00:00 | net/sipxproxy |
sipX server for handling SIP authorization and call records sipXproxy is the authorization and call record server component of the sipX family. WWW: http://sipx-wiki.calivia.com/index.php/Main_Page |
2007-02-01T22:40:34+00:00 | net/sipxcalllib |
sipX library for call handling sipXcalllib is a library that handles call signaling. It is a necessary dependancy of the sipX project. WWW: http://sipx-wiki.calivia.com/index.php/Main_Page |
2007-02-01T22:36:27+00:00 | net/sipxmediaadapterlib |
sipX library for media adapters (like phones) sipXmediaadapterlib is a library that handles media adapter, such as phones. It is a necessary dependancy of the sipX project. WWW: http://sipx-wiki.calivia.com/index.php/Main_Page |
2007-02-01T22:34:38+00:00 | net/sipxmedialib |
sipX library for media streams sipXmedialib is a library that handles media streams, such as real-time packets and WAV files. It is a necessary dependancy of the sipX project. WWW: http://sipx-wiki.calivia.com/index.php/Main_Page |
2007-02-01T22:33:04+00:00 | net/sipxpublisher |
sipX server for handling SIP event subscriptions sipXpublisher is a modular server for handling SIP event subscriptions; event package types can be added through a dynamically linked library interface, configured through a simple XML plugin configuration file. WWW: http://sipx-wiki.calivia.com/index.php/Main_Page |
2007-02-01T22:30:35+00:00 | net/sipxconfig |
sipX server for configuring sipX via a web interface sipXconfig is the web based configuration system for sipX. WWW: http://sipx-wiki.calivia.com/index.php/Main_Page |
2007-02-01T22:29:03+00:00 | net/sipxcommserverlib |
sipX library for communications between components sipXcommserverlib is a library that handles communication between various sipX components. It is a necessary dependancy of the sipX project. WWW: http://sipx-wiki.calivia.com/index.php/Main_Page |
2007-02-01T22:27:31+00:00 | net/sipxtacklib |
sipX library of utilities and SIP stack info processing sipXportLib is a library of SIP related functions and information processing utilities. It is a necessary dependancy of the sipX project. WWW: http://sipx-wiki.calivia.com/index.php/Main_Page |
2007-02-01T22:25:32+00:00 | net/sipxportlib |
sipX library of general purpose utils and OS abstration APIs. sipXportLib is a library of general purpose utilities and OS abstraction APIs. It is a necessary dependancy of the sipX project. WWW: http://sipx-wiki.calivia.com/index.php/Main_Page |
2007-02-01T03:24:56+00:00 | net/p5-Geo-IP-PurePerl |
Look up country by IP Address Geo::IP::PurePerl uses a file based database. This database simply contains IP blocks as keys, and countries as values. This database is more complete and accurate than reverse DNS lookups. Geo::IP::PurePerl can be used to automatically select the geographically closest mirror, to analyze your web server logs to determine the countries of your visiters, for credit card fraud detection, and for software export controls. WWW: https://metacpan.org/release/Geo-IP-PurePerl |
2007-01-31T22:38:40+00:00 | graphics/unpaper |
Post-processing tool for scanned sheets of paper unpaper is a post-processing tool for scanned sheets of paper, especially for book-pages scanned from previously created photocopies. unpaper tries to remove dark edges, corrects the rotation ("deskew"), and aligns the centering of pages. WWW: https://www.flameeyes.eu/projects/unpaper |
2007-01-31T00:29:42+00:00 | graphics/mirage |
Fast and simple image viewer Mirage is a fast and simple GTK+ image viewer. - Supports png, jpg, svg, xpm, gif, bmp, tiff, and others - Cycling through multiple images (with preloading) - Slideshow and fullscreen modes - Rotating, zooming, flipping, resizing, cropping - Saving, deleting, renaming - Custom actions - Command-line access - Configurable interface WWW: http://mirageiv.sourceforge.net/ |
2007-01-31T00:00:24+00:00 | astro/weatherget |
Command-line weather reporting tool A command line based weather reporting tool written in python. View current weather conditions, extended day forecasts, and station id lookups as reported from weather.com. Customize output via weathergetrc configuration file. Platform independent. WWW: http://developer.berlios.de/projects/weatherget/ |
2007-01-30T11:17:28+00:00 | graphics/jave6 |
Java ASCII-Art-Generator The Jave project is a Java based ASCII-Art-graphic editor. It allows drawing new images as well as converting JPG-Images to ASCII-Art. WWW: http://www.jave.de/ |
2007-01-30T10:36:31+00:00 | japanese/seaside |
Seaside: squeak based WWW application framework with Japanized patch Seaside is a framework for developing sophisticated web applications in Smalltalk. This version of Seaside is applied Japanized patch. WWW: http://seaside.st/ http://swikis.ddo.jp/umejava/22 |
2007-01-29T23:43:11+00:00 | devel/poco-ssl |
C++ libraries with a network/internet focus (full version) The C++ Portable Components currently consist of four libraries. The Foundation library contains a platform abstraction layer (including classes for multithreading, file system access, logging, etc.), as well as a large number of useful utility classes, such various stream buffer and stream classes, URI handling, and many more. The remaining libraries include: o Crypto - Encrypt/decrypt data or I/O streams o Data - database access ODBC, SQLite, MySQL client o Net - network classes (sockets, HTTP, etc.) o NetSSL - SSL/TLS protocol sockets based on OpenSSL o PageCompiler - C++ Server Page Compiler, for dynamic HTML in C++ apps o XML - parser with SAX2 and DOM interfaces and an XMLWriter o Util - config files and command line arguments, various utility classes o Zip classes for (de)compressing data or I/O streams This is now known as the '-all' distribution by the Poco project, but the FreeBSD port remains named -ssl for hysterical raisins. WWW: http://pocoproject.org/ |
2007-01-29T09:20:36+00:00 | devel/libpthread-stubs |
Weak aliases for pthread functions This library provides weak aliases for pthread functions not provided in libc or otherwise available by default. Libraries like libxcb rely on pthread stubs to use pthreads optionally, becoming thread-safe when linked to libpthread, while avoiding any performance hit when running single-threaded. libpthread-stubs supports this behavior even on platforms which do not supply all the necessary pthread stubs. On platforms which already supply all the necessary pthread stubs, this package ships only the pkg-config file pthread-stubs.pc, to allow libraries to unconditionally express a dependency on pthread-stubs and still obtain correct behavior. WWW: https://xcb.freedesktop.org/ |
2007-01-29T04:03:34+00:00 | devel/p5-Config-Model |
Model to create configuration validation tool Config::Model will generate interactive configuration editors (with integrated help and data validation). These editors can be graphical, curses based, or based on ReadLine. WWW: https://metacpan.org/release/Config-Model |
2007-01-29T03:10:23+00:00 | lang/tcl86-thread |
Tool command language (threads support) |
2007-01-29T03:10:23+00:00 | lang/tcl85-thread |
Tool command language (threads support) |
2007-01-29T03:06:56+00:00 | lang/tcl86 |
Tool Command Language This is Tcl version 8.6, an embeddable tool command language. Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more. Open source and business-friendly, Tcl is a mature yet evolving language that is truly cross platform, easily deployed and highly extensible. A full set of manual pages is also provided with this port. WWW: http://www.tcl.tk/ |
2007-01-29T03:06:56+00:00 | lang/tcl85 |
Tool Command Language This is Tcl version 8.5, an embeddable tool command language. Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more. Open source and business-friendly, Tcl is a mature yet evolving language that is truly cross platform, easily deployed and highly extensible. A full set of manual pages is also provided with this port. WWW: http://www.tcl.tk/ |
2007-01-28T21:55:55+00:00 | devel/djgpp-gcc |
FSF gcc-4.1 for DJGPP cross-development FSF gcc-4.1 for DJGPP cross-development GCC site: http://gcc.gnu.org/ WWW: http://www.delorie.com/djgpp/ |
2007-01-28T21:53:14+00:00 | devel/djgpp-crx |
Headers and Libraries for DJGPP cross-development Headers and Libraries for DJGPP cross-development. This port is needed by devel/djgpp-gcc. WWW: http://www.delorie.com/djgpp/ |
2007-01-28T21:45:37+00:00 | devel/djgpp-binutils |
FSF binutils for DJGPP cross-development FSF binutils-2.16 for DJGPP cross-development. This port is needed by devel/djgpp-gcc WWW: http://www.delorie.com/djgpp/ |
2007-01-28T17:33:10+00:00 | games/kimboot |
A sick and addictive arcade game You control a hand holding some very heavy ball on a rope (physics simulation included), and there are a lot of enemies trying to eat your hand. You won't let them! Crush'em all with the ball! WWW: http://sourceforge.net/projects/kimboot/ |
2007-01-28T16:06:02+00:00 | net-p2p/bitflu |
BitTorrent client written in Perl Bitflu is a free BitTorrent client. The client was written in Perl and is designed to run as a daemon (7x24h , like mlnet) on Linux, *BSD and maybe even OSX. * Multiple downloads * Designed to run as a daemon/No GUI: You can connect to the client using the telnet or HTTP interface * Security: The client can chroot itself and drop privileges * Bandwith shaping (currently only upload) * Crash-Proof design: Crashes or a full filesystem will never corrupt your downloads again :-) * Non-Threading/(almost)Non-Forking design: All connections are handled in non-blocking state using a dynamic select loop WWW: http://bitflu.workaround.ch/ |
2007-01-28T14:56:51+00:00 | www/entrans |
Entrans is an online, collaborative translation tool Entrans is an online, collaborative translation tool that can be used for the translation of PO (Portable Object) files. Entrans was developed with Indic community in mind and has features, like built-in input editor, that make the translation job a lot easier for Indic translators. Some of the other useful features include * Simple and easy to use interface * User account management * Multiple levels of user roles for different task allocation * Seamless reuse of translations * Search and lookup * Navigation through untranslated strings * Header editing option * Vote for translations * Machine translation and transliteration * Upload files as compressed archives of PO files * Upload files through URLs WWW: http://entrans.sourceforge.net/ |
2007-01-28T12:50:41+00:00 | audio/zynaddsubfx |
Realtime software synthesizer ZynAddSubFX is a opensource software synthesizer capable of making a countless number of instruments, from some common heard from expensive hardware to interesting sounds that you'll boost to an amazing universe of sounds. WWW: http://zynaddsubfx.sourceforge.net/ |
2007-01-28T10:27:00+00:00 | www/xfce4-smartbookmark-plugin |
Query search engines from the Xfce panel Smartbookmark send requests directly to your browser and perform a custom search. WWW: https://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin |
2007-01-28T07:18:48+00:00 | vietnamese/urwvn |
Vietnamese version of the standard PostScript fonts from URW++ urwvn is a Truetype package of the URW fonts, but extended with Vietnamese support. |
2007-01-28T05:03:54+00:00 | x11/lxpanel |
Lightweight X11 desktop panel LXpanel is a lightweight desktop panel like fbpanel. It's not only with fbpanel features but also * supports i18n * provides lxpanelctl to control lxpanel WWW: https://wiki.lxde.org/en/LXPanel |
2007-01-28T04:58:15+00:00 | vietnamese/gtk-im-vi |
Simple GTK+ input methods for Vietnamese(VNI and TELEX) gtk-im-vi contains two simple GTK+ input methods, VNI and TELEX, for those who just want to type Vietnamese in GTK+ apps without complicated input methods. They're small and just work. WWW: http://freshmeat.net/projects/gtk-im-vi/ |
2007-01-28T04:54:25+00:00 | x11-clocks/cairo-clock |
Analog clock displaying the system-time Cairo-based analog clock displaying the system-time. WWW: https://launchpad.net/cairo-clock |
2007-01-28T00:29:25+00:00 | devel/py-ode |
Python bindings for The Open Dynamics Engine PyODE is a set of open-source Python bindings for The Open Dynamics Engine, an open-source physics engine. PyODE also includes an XODE parser. Like ODE, PyODE may be distributed under the terms of either the GNU Lesser General Public License or a BSD-style license. WWW: http://pyode.sourceforge.net |
2007-01-28T00:27:49+00:00 | devel/p5-File-Tempdir |
Perl5 module to provide an object interface for File::Temp File::Tempdir is a Perl5 module which provides an object interface to tempdir() from File::Temp. This allow to destroy the temporary directory as soon you don't need it anymore using the magic DESTROY() function automatically call be perl when the object is no longer reference. WWW: https://metacpan.org/release/File-Tempdir |
2007-01-28T00:24:59+00:00 | www/drupal5-xmlsitemap |
Produces sitemaps.org compliant XML WWW site maps The XML Sitemap module creates a XML sitemap in accordance with the Sitemaps.org specification. The module maintains a short change history for nodes in order to better approximate the change frequency. It calculates the relative priority of each node based on node type, number of comments, and promotion. It can optionally submit your sitemap to Google (support for other search engines will be added once they support the ping interface) whenever it is changed and can log when your sitemap is downloaded by a search engine. This module was originally written as a part of the Google Summer of Code program. WWW: http://drupal.org/project/gsitemap |
2007-01-28T00:24:59+00:00 | www/drupal5-gsitemap |
Produces Google/sitemaps.org compliant XML WWW site maps The XML Sitemap module creates a XML sitemap in accordance with the Sitemaps.org specification. The module maintains a short change history for nodes in order to better approximate the change frequency. It calculates the relative priority of each node based on node type, number of comments, and promotion. It can optionally submit your sitemap to Google (support for other search engines will be added once they support the ping interface) whenever it is changed and can log when your sitemap is downloaded by a search engine. This module was originally written as a part of the Google Summer of Code program. WWW: http://drupal.org/project/gsitemap |
2007-01-28T00:24:59+00:00 | www/drupal4-gsitemap |
Produces Google/sitemaps.org compliant XML WWW site maps The XML Sitemap module creates a XML sitemap in accordance with the Sitemaps.org specification. The module maintains a short change history for nodes in order to better approximate the change frequency. It calculates the relative priority of each node based on node type, number of comments, and promotion. It can optionally submit your sitemap to Google (support for other search engines will be added once they support the ping interface) whenever it is changed and can log when your sitemap is downloaded by a search engine. This module was originally written as a part of the Google Summer of Code program. WWW: http://drupal.org/project/gsitemap |
2007-01-28T00:24:59+00:00 | www/drupal-gsitemap |
Produces Google/sitemaps.org compliant XML WWW site maps The XML Sitemap module creates a XML sitemap in accordance with the Sitemaps.org specification. The module maintains a short change history for nodes in order to better approximate the change frequency. It calculates the relative priority of each node based on node type, number of comments, and promotion. It can optionally submit your sitemap to Google (support for other search engines will be added once they support the ping interface) whenever it is changed and can log when your sitemap is downloaded by a search engine. This module was originally written as a part of the Google Summer of Code program. WWW: http://drupal.org/project/gsitemap |
2007-01-28T00:23:01+00:00 | audio/xsynth-dssi |
Classic analog style software synthesizer The xsynth-dssi package contains the Xsynth-DSSI plugin, a classic-analog (VCOs-VCF-VCA) style software synthesizer with an editor GUI. Xsynth-DSSI was written by Sean Bolton, and was based on Steve Brooke's Xsynth code, but has since acquired polyphonic operation, band-limited oscillators, a better filter mode, and velocity-sensitive envelopes. WWW: http://dssi.sourceforge.net/download.html |
2007-01-28T00:17:00+00:00 | audio/timemachine |
JACK audio capture tool Timemachine is a JACK audio recorder that allows you to record 10 seconds of audio _before_ you click the "Record" button. The idea is that, when you hear an interesting sound, you can press record and capture it, without having to try and recreate it. WWW: http://plugin.org.uk/timemachine/ |
2007-01-28T00:16:21+00:00 | devel/toh |
Text to include A filter program, used to generate text to be included into C code as #define, provides the conversion of newlines and quotes into standard C-code text WWW: http://www.lulli.net/frog/prjsynd.cgi?prj=toh |
2007-01-28T00:12:26+00:00 | www/drupal5-taxonomy_access |
Access control system for the Drupal based on Taxonomy classification This is a Drupal plug-in module which enables access control for user roles based on taxonomy categories (vocabulary, terms). It has the following features: * Automatically controls access to taxonomy terms and nodes (based on their category terms) * Configuration page for each user roles * Five permission types (View, Update, Delete, Create, List) WWW: http://drupal.org/project/taxonomy_access |
2007-01-28T00:12:26+00:00 | www/drupal4-taxonomy_access |
Access control system for the Drupal based on Taxonomy classification This is a Drupal plug-in module which enables access control for user roles based on taxonomy categories (vocabulary, terms). It has the following features: * Automatically controls access to taxonomy terms and nodes (based on their category terms) * Configuration page for each user roles * Five permission types (View, Update, Delete, Create, List) WWW: http://drupal.org/project/taxonomy_access |
2007-01-28T00:12:26+00:00 | www/drupal-taxonomy_access |
Access control system for the Drupal based on Taxonomy classification This is a Drupal plug-in module which enables access control for user roles based on taxonomy categories (vocabulary, terms). It has the following features: * Automatically controls access to taxonomy terms and nodes (based on their category terms) * Configuration page for each user roles * Five permission types (View, Update, Delete, Create, List) WWW: http://drupal.org/project/taxonomy_access |
2007-01-28T00:11:16+00:00 | devel/py-cjson |
Fast JSON encoder/decoder for Python This module implements a very fast JSON encoder/decoder for Python. JSON stands for JavaScript Object Notation and is a text based lightweight data exchange format which is easy for humans to read/write and for machines to parse/generate. JSON is completely language independent and has multiple implementations in most of the programming languages, making it ideal for data exchange and storage. The module is written in C and it is up to 250 times faster when compared to the other python JSON implementations which are written directly in python. This speed gain varies with the complexity of the data and the operation and is the range of 10-200 times for encoding operations and in the range of 100-250 times for decoding operations. WWW: https://pypi.org/project/python-cjson/ |
2007-01-28T00:10:45+00:00 | mail/xfce4-mailwatch-plugin |
Mail notification applet for the Xfce panel Xfce4 Mailwatch Plugin is a multi-protocol, multi-mailbox mail watcher for the Xfce4 panel. Features * IMAP and Secure IMAP support * POP3 and Secure POP3 support * Local Mbox mailbox support * Local Maildir mailbox support * Local MH-Maildir mailbox support * GMail support * Fully multithreaded design: no panel lockups * Informative new-message breakdown in tooltip * Ability to run program on new messages or button click * Informative logger to help track down mail connection problems WWW: https://goodies.xfce.org/projects/panel-plugins/xfce4-mailwatch-plugin |
2007-01-28T00:10:26+00:00 | www/drupal5-i18n |
An internationalisation module for the Drupal CMS This is a collection of modules to add multi-lingual capabilities to Drupal sites. It provides content translation facilities for nodes and taxonomy, interface translation for anonymous users when used with the locale module, and browser language detection. It also includes a block for language selection and manages translation relationships for nodes and taxonomy terms. WWW: http://drupal.org/project/i18n |
2007-01-28T00:10:26+00:00 | www/drupal4-i18n |
An internationalisation module for the Drupal CMS This is a collection of modules to add multi-lingual capabilities to Drupal sites. It provides content translation facilities for nodes and taxonomy, interface translation for anonymous users when used with the locale module, and browser language detection. It also includes a block for language selection and manages translation relationships for nodes and taxonomy terms. WWW: http://drupal.org/project/i18n |
2007-01-28T00:10:26+00:00 | www/drupal-i18n |
An internationalisation module for the Drupal CMS This is a collection of modules to add multi-lingual capabilities to Drupal sites. It provides content translation facilities for nodes and taxonomy, interface translation for anonymous users when used with the locale module, and browser language detection. It also includes a block for language selection and manages translation relationships for nodes and taxonomy terms. WWW: http://drupal.org/project/i18n |
2007-01-26T15:56:13+00:00 | multimedia/lives |
Video editing system LiVES is a Free, Open Source video editor *and* a VJ tool. LiVES lets you start editing and making video right away, without having to worry about formats, frame sizes, or framerates. LiVES will let you start creating your own tools, utilities and effects via the built in RFX builder. LiVES is aimed at the digital video artist who wants to create their own content, the video editor who wants to produce professional looking video, and the VJ who wants to captivate with spectacular images. WWW: http://lives-video.com/ |
2007-01-26T15:37:50+00:00 | sysutils/hachoir-wx |
Hachoir GUI Hachoir GUI based on wx. WWW: http://bitbucket.org/haypo/hachoir/wiki/hachoir-wx |
2007-01-26T15:06:18+00:00 | devel/p5-IPC-PubSub |
Interprocess Publish/Subscribe channels This module provides a simple API for publishing messages to channels and for subscribing to them. When a message is published on a channel, all subscribers currently in that channel will get it on their next "get" or "get_all" call. Currently, it offers three backends: "DBM_Deep" for on-disk storage, "Memcached" for possibly multi-host storage, and "PlainHash" for single-process storage. WWW: https://metacpan.org/release/IPC-PubSub |
2007-01-25T22:29:06+00:00 | games/masterserver |
Masterserver for IdSoftware games (D3, EF, H2, Q2, Q3, QW) LASANGE aims at creating a mostly-automated LAN session administration and management system. It will provide game server management (instant deployment of game servers) and tournament management in a more advanced and automated way than other systems. It will also consist of basic tools for LAN sessions such as a generic modular Masterserver, IRC bot, etc. WWW: http://lasange-system.sourceforge.net/ |
2007-01-25T20:20:34+00:00 | www/llgal |
Command-line online gallery generator llgal is an easy and fast on-line gallery generator based on iGal. Its primary goal is to NOT require any boring useless expensive feature in your webserver, such as PHP, JavaScript, SQL, ... Thus, llgal generates static web-pages. WWW: http://home.gna.org/llgal/ |
2007-01-25T15:14:12+00:00 | www/p5-WebService-YouTube |
Perl interface to YouTube This is a Perl interface to YouTube API and RSS. See Developers Page http://www.youtube.com/dev and About RSS http://www.youtube.com/rssls for details. WWW: https://metacpan.org/release/WebService-YouTube |
2007-01-25T09:15:41+00:00 | x11-fonts/fonts-te |
Telugu fonts for te_IN This is a port of te_IN fonts. Fonts like Pothana2000 and Vemana fonts are available using this port. WWW: http://itachi.prudhvi.org/te_fonts/ |
2007-01-25T09:12:28+00:00 | shells/p5-Term-ShellUI |
Fully-featured shell-like command line environment Term::ShellUI uses the history and autocompletion features of Term::ReadLine to present a sophisticated command-line interface to the user. It tries to make every feature that one would expect to see in a fully interactive shell trivial to implement. You simply declare your command set and let ShellUI take care of the heavy lifting. WWW: https://metacpan.org/release/Term-ShellUI |
2007-01-25T04:45:45+00:00 | sysutils/hachoir-urwid |
Binary file explorer hachoir-urwid is the most sexy user interface based on hachoir-parser to explore a binary file. WWW: http://bitbucket.org/haypo/hachoir/wiki/hachoir-urwid |
2007-01-25T04:45:45+00:00 | sysutils/hachoir-metadata |
Extract metadata from files hachoir-metadata is tool to extract metadata from multimedia files (sound, video, archives, etc.) * Support invalid / truncated files * Unicode compliant (charset ISO-8859-XX, UTF-8, UTF-16), convert string to your terminal charset * Remove duplicate values (and if a string is a substring of another, just keep the longest one) * Set priority to value, so it's possible to filter metadata (option --level) * Only depends on hachoir-parser (and not on libmatroska, libmpeg2, libvorbis, etc.) WWW: http://bitbucket.org/haypo/hachoir/wiki/hachoir-metadata |
2007-01-25T04:41:13+00:00 | devel/hachoir-parser |
Parsers of most common file formats hachoir-parser is a package of most common file format parsers written using hachoir-core. Not all parsers are complete, some are very good and other are poor: only parse first level of the tree for example. A perfect parser have no "raw" field: with a perfect parser you are able to know *each* bit meaning. Some good (but not perfect) parsers: * Matroska video * Microsoft RIFF (AVI video, WAV audio, CDA file) * PNG picture * TAR and ZIP archive WWW: http://bitbucket.org/haypo/hachoir/wiki/hachoir-parser |
2007-01-25T04:41:13+00:00 | devel/hachoir-core |
Hachoir core parser Hachoir is the french name for a mincer: a tool used by butchers to cut meat. Hachoir is also a tool written for hackers to cut file or any binary stream. A file is split in a tree of fields where the smallest field can be just a bit. There are various field types: integer, string, bits, padding, sub file, etc. WWW: http://bitbucket.org/haypo/hachoir/wiki/hachoir-core |
2007-01-24T20:57:34+00:00 | devel/pstreams |
C++ utility for simple IOStream-based IPC C++ utility for simple IOStream-based Inter-Process Communication WWW: http://pstreams.sourceforge.net/ |
2007-01-24T20:44:37+00:00 | audio/jack-keyboard |
Virtual keyboard for JACK MIDI jack-keyboard is a virtual keyboard that lets you play on softsynths (like audio/ghostess) using your computer's keyboard. It's somewhat similar in purpose to vkeybd, except that jack-keyboard uses JACK MIDI instead of ALSA. See the README file for keyboard mapping. WWW: http://jack-keyboard.sourceforge.net/ |
2007-01-24T20:43:28+00:00 | audio/nekobee |
DSSI plugin that emulates the sound of the TB-303 Bassline nekobee is a DSSI soft synth plugin that emulates the sound of the TB-303 Bassline. It is not an exact copy; rather than make it "just like the real thing", the design concentrates on modelling the circuitry and was adjusted by comparing the sounds achievable with it to those heard on classic acid house tracks. It includes a switchable square/saw wave VCO, 24dB/octave VCF, an adjustable decay time for the VCF, a fixed decay time for the VCA, and an interesting bit of circuitry around the "Accent" control. WWW: https://github.com/gordonjcp/nekobee |
2007-01-24T20:42:18+00:00 | audio/hexter |
DSSI softsynth that models the sound generation of a Yamaha DX7 hexter is a software synthesizer that models the sound generation of a Yamaha DX7 synthesizer. It can easily load most DX7 patch bank files, edit those patches via a built-in editor or MIDI sys-ex messages (ALSA systems only), and recreate the sound of the DX7 with greater accuracy than any previous open-source emulation (that the author is aware of....) hexter operates as a plugin for the DSSI Soft Synth Interface. DSSI is a plugin API for software instruments (soft synths) with user interfaces, permitting them to be hosted in-process by audio applications. WWW: http://dssi.sourceforge.net/hexter.html |
2007-01-24T20:41:29+00:00 | audio/whysynth |
Versatile softsynth implemented as a DSSI plugin WhySynth is a versatile softsynth which operates as a plugin for the Disposable Soft Synth Interface (DSSI). A brief list of features: - 4 oscillators, 2 filters, 3 LFOs, and 5 envelope generators per voice. - 11 oscillator modes: minBLEP, wavecycle, chorused wavecycle, asynchronous granular, three FM modes, waveshaper, noise, PADsynth, and phase distortion. - 10 filter modes. - flexible modulation and mixdown options, plus effects. WWW: http://smbolton.com/whysynth.html |
2007-01-24T20:39:06+00:00 | audio/ghostess |
Graphical DSSI host with JACK MIDI support Ghostess is a graphical DSSI host, based on jack-dssi-host, but capable of saving and restoring plugin configuration, as well as specifying MIDI channels and layering synths. ghostess includes three MIDI drivers: an ALSA sequencer MIDI driver, a (clumsy but functional) CoreMIDI driver (which allows ghostess to be used on Mac OS X), and a JACK MIDI driver for use with the MIDI transport in recent versions (>=0.102.27) of JACK. ghostess also comes with a universal DSSI GUI, which attempts to provide GUI services for any DSSI or LADSPA plugin, and may be used with any DSSI host. WWW: http://home.jps.net/~musound/ |
2007-01-24T20:37:51+00:00 | audio/thunar-media-tags-plugin |
Media tags plugin The Thunar Media Tags Plugin (thunar-media-tags-plugin) adds special features for media files to the Thunar File Manager. Currently, these are: * a so-called bulk renamer, which allows users to rename multiple audio files at once, based on their tags (e.g. ID3 or OGG/Vorbis), * a special media file page for the file properties dialog, which displays detailed information about quality, length etc., * and finally, an audio tag editor which is reachable from both, renamer and the properties page. WWW: https://goodies.xfce.org/projects/thunar-plugins/thunar-media-tags-plugin |
2007-01-24T20:37:11+00:00 | sysutils/thunar-volman-plugin |
A Device manager plugin. The Thunar Volume Manager is an extension for the Thunar file manager, which enables automatic management of removable drives and media. For example, if thunar-volman is installed and configured properly, and you plug in your digital camera, it will automatically launch your preferred photo application and import the new pictures from the camera into your photo collection. WWW: http://www.foo-projects.org/~benny/projects/thunar-volman/index.html |
2007-01-24T20:05:58+00:00 | converters/p5-Number-RecordLocator |
Encodes integers into a short locator string Number::RecordLocator encodes integers into a 32 character "alphabet" designed to be short and easy to read and pronounce. With a 32 bit encoding, you can map 33.5 million unique ids into a 5 character code. WWW: https://metacpan.org/release/Number-RecordLocator |
2007-01-24T09:15:30+00:00 | textproc/py-genshi |
Toolkit for generation of output for the web Genshi is a Python library that provides an integrated set of components for parsing, generating, and processing HTML, XML or other textual content for output generation on the web. The major feature is a template language, which is heavily inspired by Kid. WWW: http://genshi.edgewall.org/ |
2007-01-24T09:15:30+00:00 | textproc/py-genshi-devel |
Python toolkit for stream-based generation of output for the web Genshi is a Python library that provides an integrated set of components for parsing, generating, and processing HTML, XML or other textual content for output generation on the web. The major feature is a template language, which is heavily inspired by Kid. The development version 0.6 has the following features: * Improved XPath engine. * Code generation instead of AST transformation for template expressions. * Use of Python _ast module as an alternative to the deprecated compiler * package. * Full support for advanced internationalization. * Drop Python 2.3 compatibility, Python 2.4 will be the minimum required * version. WWW: http://genshi.edgewall.org/ |
2007-01-23T22:02:02+00:00 | graphics/shim |
Show images of various formats shim Is a utility to show images of various formats, it needs the SDL and SDL_image libraries (Simple Direct media Layer). Depending on your SDL_image library it will support the following formats: png, lbm, jpg, tif, gif, pcx, tga, bmp, pnm, xpm, xcf. WWW: http://corp.efnet.net/~lamer/pegasosppc/shim.html |
2007-01-23T21:50:37+00:00 | audio/fluidsynth-dssi |
Wrapper for FluidSynth allowing it to function as a DSSI plugin The FluidSynth-DSSI is a wrapper for the FluidSynth SoundFont-playing software synthesizer, allowing it to function as a DSSI plugin. WWW: http://dssi.sourceforge.net/ |
2007-01-23T20:30:40+00:00 | audio/slimserver-superdatetime |
SlimServer plugin to display current weather conditions and forecasts This is a SlimServer plugin screensaver datetime replacement. Graphically displays current weather conditions and forecasts. Will also optionally display stock quotes and upcoming/active game information for MLB, NBA, NHL, NFL, and college football and basketball teams at user-configurable intervals. WWW: http://www.gregbrown.net/squeeze/superdatetime.htm |
2007-01-23T18:41:05+00:00 | x11-clocks/xfce4-timer-plugin |
Timer plugin for Xfce The plugin is quite simple - it displays a progressbar showing the percentage of the time elapsed. Left-clicking on the plugin area opens a menu of available alarms. After selecting one, the user can start or stop the timer by selecting start/stop timer entry in the same menu. New alarms are added through the preferences window. Each alarm is either a countdown or is run at a specified time. By default a simple dialog pops up at the end of the countdown. The user can choose an external command to be run as the alarm and may also choose to have this repeated a specified number of times with a given interval between repetitions. WWW: https://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin |
2007-01-23T18:25:36+00:00 | audio/xfce4-mpc-plugin |
Musicpd client plugin for the Xfce panel Simple client plugin for Music Player Daemon (mpd). WWW: https://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin |
2007-01-23T16:30:54+00:00 | textproc/xfce4-dict-plugin |
Xfce4 plugin to query different dictionaries With xfce4-dict you can query a dictionary server (see RFC 2229) to search for the translation or explanation of a word. You can also choose a dictionary offered by the server to improve your search results. WWW: https://goodies.xfce.org/projects/applications/xfce4-dict |
2007-01-22T22:32:38+00:00 | audio/sonata |
Elegant music player for MPD Sonata is a lightweight GTK+ music client for the Music Player Daemon (MPD). It aims to be efficient (no toolbar, main menu, or statusbar), user-friendly, and clean. FEATURES: + Expanded and collapsed views, fullscreen album art mode + Automatic remote and local album art + Library browsing by folders, or by genre/artist/album + User-configurable columns + Automatic fetching of lyrics + Playlist and stream support + Support for editing song tags + Drag-and-drop to copy files + Popup notification + Library and playlist searching, filter as you type + Audioscrobbler (last.fm) 1.2 support + Multiple MPD profiles + Keyboard friendly + Support for multimedia keys + Commandline control + Available in 24 languages WWW: http://sonata.berlios.de/index.html |
2007-01-22T22:29:19+00:00 | audio/py-tagpy |
Python bindings for Scott Wheeler's TagLib TagPy is a Python crust (or a set of Python bindings) for Scott Wheeler's TagLib. TagPy can: * read and write ID3 tags of version 1 and 2, with many supported frame types for version 2 (in MPEG Layer 2 and MPEG Layer 3, FLAC and MPC) * access Xiph Comments in Ogg Vorbis Files and Ogg Flac Files * access APE tags in Musepack and MP3 files. WWW: http://mathema.tician.de/software/tagpy |
2007-01-22T22:05:34+00:00 | www/py-pastescript |
Pluggable command-line frontend A pluggable command-line frontend, including commands to setup package file layouts. This is a pluggable command-line tool. It includes some built-in features; * Create file layouts for packages. For instance, paste create --template=basic_package MyPackage will create a setuptools-ready file layout. * Serving up web applications, with configuration based on paste.deploy. WWW: https://github.com/cdent/pastescript |
2007-01-22T16:59:28+00:00 | x11/xfce4-xfapplet-plugin |
Xfapplet plugin for Xfce The XfApplet Plugin is a plugin for the Xfce 4 Panel which allows one to use applets designed for the Gnome Panel inside the Xfce Panel. You can think of XfApplet as a tiny Gnome Panel that lives inside the Xfce Panel and allows you to show the same applets that the Gnome Panel is capable of showing. WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-xfapplet-plugin |
2007-01-22T16:57:44+00:00 | x11/xfce4-screenshooter-plugin |
Application and panel plugin to take screenshots Application and panel plugin to take screenshots. It allows you to capture the entire screen, the active window or a selected region. WWW: https://goodies.xfce.org/projects/applications/xfce4-screenshooter |
2007-01-22T16:56:19+00:00 | x11/xfce4-quicklauncher-plugin |
Quicklauncher plugin for Xfce The goal of the xfce4-quicklauncher-plugin is double. First, it is intented to offer you a fast and easy way to configure the plugins which are on your panel. Secondly, it is able to display these launchers on one or more lines, and they are displayed so that they don't waste space. They also feature a little zoom effect when you pass the mouse over them. WWW: https://goodies.xfce.org/projects/panel-plugins/xfce4-quicklauncher-plugin |
2007-01-22T16:54:01+00:00 | net-im/xfce4-messenger-plugin |
Messenger plugin for Xfce Is a Messenger Plugin for Xfce4 WWW: http://goodies.xfce.org/ |
2007-01-22T16:53:01+00:00 | devel/xfce4-dev-tools |
Xfce development tools The Xfce development tools are a collection of tools and macros for Xfce developers and people that want to build Xfce from Git. WWW: http://www.xfce.org/ |
2007-01-22T16:52:06+00:00 | x11-fm/thunar |
Xfce file manager Thunar is a new modern file manager for the Xfce Desktop Environment. WWW: https://docs.xfce.org/xfce/thunar/Start |
2007-01-22T16:51:02+00:00 | deskutils/orage |
Calendar application for the Xfce Desktop Orage provides an highly configurable calendar and supports alerts based on dates. It warns you with popup or audio alarm. As it is an application kind-of every day use it launches itself in the background as a daemon. WWW: https://git.xfce.org/apps/orage/about/ |
2007-01-22T16:49:10+00:00 | editors/mousepad |
Simple text editor for the Xfce Desktop Mousepad is a simple text editor for the Xfce desktop environment. WWW: https://git.xfce.org/apps/mousepad/about/ |
2007-01-22T15:30:39+00:00 | x11-fonts/fntsample |
Show Unicode coverage of a font A program for making font samples that show Unicode coverage of the font and are similar in appearance to Unicode charts. Samples can be saved as PDF or PostScript files. WWW: https://github.com/eugmes/fntsample |
2007-01-22T14:31:07+00:00 | multimedia/gaupol |
Subtitle editor Gaupol is an editor for text-based subtitle files. It supports multiple subtitle file formats and provides convenient means of correcting texts and timing subtitles to match video. The user interface is designed with attention to batch processing of multiple documents and convenience of translating. WWW: https://otsaloma.io/gaupol/ |
2007-01-22T07:52:13+00:00 | archivers/p5-IO-Compress-Bzip2 |
An interface to allow writing bzip2 compressed data to files or buffer This module provides a Perl interface that allows writing bzip2 compressed data to files or buffer. WWW: http://search.cpan.org/dist/IO-Compress-Bzip2/ |
2007-01-22T07:51:28+00:00 | textproc/weka |
Data Mining Software in Java Weka is a collection of machine learning algorithms for data mining tasks. The algorithms can either be applied directly to a dataset or called from your own Java code. Weka contains tools for data pre-processing, classification, regression, clustering, association rules, and visualization. It is also well-suited for developing new machine learning schemes. WWW: http://www.cs.waikato.ac.nz/ml/weka/ |
2007-01-22T07:50:40+00:00 | www/mod_proxy_xml |
Apache module for rewriting URI references in XML mod_proxy_xml is an output filter to rewrite links in a proxy situation, to ensure that links work for users outside the proxy. It serves the same purpose as Apache's ProxyPassReverse directive does for HTTP headers, and is an essential component of a reverse proxy. WWW: http://apache.webthing.com/mod_proxy_xml/ |
2007-01-22T07:49:29+00:00 | www/mod_xmlns |
Apache module for XML namespaces mod_xmlns adds XML Namespace support to Apache, and may form the basis of XML-driven publishing systems. It runs as an output filter, so it works automatically with any content generator. WWW: http://apache.webthing.com/mod_xmlns/ |
2007-01-22T07:48:39+00:00 | www/mod_line_edit |
Apache module for simple text rewriting mod_line_edit is a general-purpose filter for text documents. It operates as a simple on-the-fly line editor, applying search-and-replace rules defined in a configuration or .htaccess file. WWW: http://apache.webthing.com/mod_line_edit/ |
2007-01-21T23:43:09+00:00 | sysutils/portscout |
A tool to scan for new versions of FreeBSD ports portscout is a tool which looks for new versions of software in the FreeBSD ports tree, and potentially other software repositories. Various factors make this task a bit more difficult than it might initially seem. In particular, the array of weird and wonderful versioning schemes software vendors manage to come up with. portscout spawns several child processes and does its version checking in parallel, while attempting to best-guess strange-looking version numbers, navigate around unhelpful sites and web servers, and contend with the CPU-heavy rapidly-expanding FreeBSD ports system. In addition to all this, it is possible to generate nice HTML reports and send reminder mails to interested parties. Regularly updated results can be found at: http://beta.inerd.com/portscout/ WWW: http://www.inerd.com/software/portscout/ |
2007-01-21T23:43:09+00:00 | ports-mgmt/portscout |
Tool to scan for new versions of FreeBSD ports Portscout is a tool which looks for new versions of software in the FreeBSD ports tree, and potentially other software repositories. It is also possible to provide an arbitrary list of software in a simple XML format. Various factors make this task a bit more difficult than it might initially seem. In particular, the array of weird and wonderful versioning schemes software vendors manage to come up with. Portscout spawns several child processes and does its version checking in parallel, while attempting to best-guess strange-looking version numbers, navigate around unhelpful sites and web servers, and contend with the CPU-heavy rapidly-expanding FreeBSD ports system. In addition to all this, it is possible to generate nice HTML reports and send reminder mails to interested parties. WWW: http://www.inerd.com/software/portscout/ |
2007-01-21T14:43:06+00:00 | japanese/suicavalue |
Utility to print a statement of Suica SuicaValue prints statements from a Suica card. You need a Sony RC-S320 or VAIO with FeliCa port to use this program. WWW: http://www.imfj.net/people/nomura/soft/PaSoRi/SuicaValue.html |
2007-01-21T14:36:17+00:00 | japanese/edyvalue |
Utility to print a statement of Edy card EdyValue prints statements from an Edy card. You need a Sony RC-S320 or VAIO with FeliCa port to use this program. WWW: http://www.imfj.net/people/nomura/soft/PaSoRi/EdyValue.html |
2007-01-21T14:15:38+00:00 | devel/py-turbocheetah |
TurboGears plugin to support use of Cheetah templates TurboGears plugin to support use of Cheetah templates. WWW: http://docs.turbogears.org/TurboCheetah |
2007-01-21T13:39:26+00:00 | devel/libpasori |
FeliCa read/write library for Sony RC-S320 USB FeliCa R/W(PaSoRi) FeliCa read/write library for Sony RC-S320 USB FeliCa R/W(PaSoRi). This library is independent from the SDK for FeliCa. WWW: http://libpasori.sourceforge.jp/ |
2007-01-20T14:43:58+00:00 | dns/nss_mdns |
NSS module implementing multicast DNS name resolution nss_mdns is a plugin for libc which provides host name resolution via Multicast DNS, building on Avahi. Only name resolution is provided; nss_mdns does not advertise services. WWW: https://github.com/lathiat/nss-mdns |
2007-01-20T09:23:05+00:00 | russian/xneur |
Auto keyboard switcher In-place converter of text typed in with a wrong keyboard layout. When users work in multilingual environment (e.g. Russian+English), they sometimes type in text with wrong keyboard layout. In auto mode XNeur can automatically detect language of a word user typed, switch keyboard layout and convert the word from one keyboard layout into another. In manual mode user has ability to convert last typed word or some selected text using hot keys. The idea of this utility is similar to Punto Switcher for Windows. For now XNeur support English, Russian, Ukrainian, Belarusian, French, Romanian, Bulgarian, Czech, Greek, Estonian, Armenian, Lithuanian, Latvian, Poland, Spanish and Uzbek languages. WWW: http://xneur.ru/ |
2007-01-20T09:23:05+00:00 | deskutils/xneur |
Auto keyboard switcher In-place converter of text typed in with a wrong keyboard layout. When users work in multilingual environment (e.g. Russian+English), they sometimes type in text with wrong keyboard layout. In auto mode XNeur can automatically detect language of a word user typed, switch keyboard layout and convert the word from one keyboard layout into another. In manual mode user has ability to convert last typed word or some selected text using hot keys. The idea of this utility is similar to Punto Switcher for Windows. For now XNeur support English, Russian, Ukrainian, Belarusian, French, Romanian, Bulgarian, Czech, Greek, Estonian, Armenian, Lithuanian, Latvian, Poland, Spanish and Uzbek languages. WWW: https://launchpad.net/xneur |
2007-01-19T22:08:32+00:00 | lang/gambit-c |
Gambit programming system where the compiler generates portable C code The Gambit programming system is a full implementation of the Scheme language which conforms to the R4RS and IEEE Scheme standards. It consists of two main programs: gsi-gambit, the Gambit Scheme interpreter, and gsc-gambit, the Gambit Scheme compiler. Gambit-C is a version of the Gambit programming system in which the compiler generates portable C code, making the whole Gambit-C system and the programs compiled with it easily portable to many computer architectures for which a C compiler is available. With appropriate declarations in the source code the executable programs generated by the compiler run roughly as fast as equivalent C programs. WWW: http://www.iro.umontreal.ca/~gambit/ |
2007-01-19T22:08:32+00:00 | lang/gambc |
Gambit programming system where the compiler generates portable C code The Gambit programming system is a full implementation of the Scheme language which conforms to the R4RS and IEEE Scheme standards. It consists of two main programs: gsi, the Gambit Scheme interpreter, and gsc, the Gambit Scheme compiler. Gambit-C is a version of the Gambit programming system in which the compiler generates portable C code, making the whole Gambit-C system and the programs compiled with it easily portable to many computer architectures for which a C compiler is available. With appropriate declarations in the source code the executable programs generated by the compiler run roughly as fast as equivalent C programs. WWW: http://www.iro.umontreal.ca/~gambit/ |
2007-01-18T13:23:33+00:00 | misc/imerge |
Tool to help merge one file to another interactively The imerge(1) command is a utility to help merge one file to another interactively. This utility was (obviously) inspired by the mergemaster utility in hope of using part of its functionality stand-alone. WWW: https://github.com/knu/imerge |
2007-01-18T10:10:56+00:00 | devel/libdisasm |
Intel x86 instructions disassembler utility and library The libdisasm library provides basic disassembly of Intel x86 instructions from a binary stream. The intent is to provide an easy to use disassembler which can be called from any application; the disassembly can be produced in AT&T syntax and Intel syntax, as well as in an intermediate format which includes detailed instruction and operand type information. WWW: http://bastard.sourceforge.net/libdisasm.html |
2007-01-18T06:21:18+00:00 | devel/p5-AutoLoader |
Load subroutines only on demand The AutoLoader module works with the AutoSplit module and the "__END__" token to defer the loading of some subroutines until they are used rather than loading them all at once. WWW: https://metacpan.org/release/AutoLoader |
2007-01-17T20:47:29+00:00 | devel/py-distorm |
Python interface for fast x86 and x86-64 disassembler library diStorm is a binary stream disassembler. It's capable of disassembling 80x86 instructions in 16, 32, and 64 bits (AMD64, X86-64). In addition, it disassembles FPU, MMX, SSE, SSE2, SSE3, SSE4, 3DNow! (with extensions), new x86-64 instruction sets, VMX, and AMD's SVM! diStorm was written to decode every instruction quickly and accurately, with robust handling of valid and unused prefixes. It supports multi-threading, which means you can disassemble several streams simultaneously. Also included is a Python PE parser, diSlib64.py. WWW: http://www.ragestorm.net/distorm/ |
2007-01-17T19:31:28+00:00 | devel/aros-sdk |
The Software development kit (SDK) for the AROS Operating System This is the Software development kit (SDK) for AROS, the Amiga(TM) Research Operating System. It is a set of files and tools to build your own AROS programs. WWW: http://aros.sourceforge.net/ |
2007-01-17T13:00:48+00:00 | x11/wbar |
Simple and highly customizable quick launch bar wbar is a quick launch bar. It is fast, light and cool eye-candy. Initially developed for Fluxbox, then tested on WindowMaker, Xfce, Gnome, etc. It can run on top of desktops such as xfdesktop or nautilus with the --above-desk switch. WWW: http://wbar.googlecode.com/ |
2007-01-17T04:52:51+00:00 | archivers/p5-Compress-Raw-Bzip2 |
Low-Level Interface to bzip2 compression library Low-Level Interface to bzip2 compression library. WWW: https://metacpan.org/release/Compress-Raw-Bzip2 |
2007-01-16T23:57:42+00:00 | games/flyhard |
Game resembling Thrust, but with lots of shooting and puzzles This is a game similar to Thrust - you pick things up with your ship, carry them off, and drop them somewhere. Exactly why this needs to be done is not well explained. Features realistic(ish) physics: Explosions toss things around, some weapons knock enemies back, and of course gravity is a constant companion. Improved weapons are available to replace the pathetic peashooter that the player starts out with. WWW: http://www.markboyd.me.uk/games/flyhard/flyhard.html |
2007-01-16T18:29:02+00:00 | german/bsdgroup-firefox-searchplugin |
Firefox search plugins for the www.BSDGroup.de board This is a Firefox searchplugin for the german BSD board www.BSDGroup.de and the www.BSDGroup.de-Wiki. WWW: http://people.bsdgroup.de/~steve/ |
2007-01-16T14:35:36+00:00 | devel/pythontidy |
Cleans up, regularizes, and reformats the text of Python scripts This script reads Python code from standard input and writes a revised version to standard output. Alternatively, it may be invoked with file names as arguments: python PythonTidy.py input output Suffice it to say that input defaults to '-', the standard input, and output defaults to '-', the standard output. WWW: https://pypi.org/project/PythonTidy/ |
2007-01-16T13:41:47+00:00 | misc/shuffle-db |
IPod shuffle database builder This little program enables iPod shuffle users to get rid of iTunes or other complicated playlist management tools. Due to the simple structure of the shuffle, it is possible to use the player almost like any other USB flash MP3 player: You simply copy MP3 files onto it. You only need to run the Datab ase Builder program after you added or removed files from the iPod. WWW: http://shuffle-db.sourceforge.net/ |
2007-01-16T13:09:32+00:00 | security/p5-Authen-Bitcard |
Bitcard authentication verification Authen::Bitcard is an implementation of verification for signatures generated by Bitcard authentication. For information on the Bitcard protocol and using Bitcard in other applications, see http://www.bitcard.org/api. The module and the protocol are heavily based on Authen::Typekey. (In fact, the Bitcard authentication server also supports the TypeKey API!) WWW: https://metacpan.org/release/Authen-Bitcard |
2007-01-15T14:34:45+00:00 | sysutils/endian |
Report endianness of a system Endian reports the endianness to the standard output as "little", "big", or "mixed". As there is no standard terminology for the various possible mixed modes, and very few such machines even exist, endian does not distinguish between various mixed modes. |
2007-01-15T06:13:25+00:00 | net/p5-Net-Frame-Dump |
Tcpdump like perl implementation Net::Frame::Dump is the base class for all dump modules. With them, you can open a device for live capture, for offline analysis, or for creating a pcap file. WWW: https://metacpan.org/release/Net-Frame-Dump |
2007-01-14T21:55:30+00:00 | news/xpn |
X Python Newsreader With XPN you can read/write articles on the Usenet with a good MIME support (better than some well known newsreaders). XPN can operate with all the most diffuse charset starting from US-ASCII to UTF-8. When you edit an article XPN automatically chooses the best charset, however is always possible to override this choice. There also other useful features like scoring, filtered views, random tag-lines, external editor support, one-key navigation, ROT13, spoiler char. WWW: http://xpn.altervista.org/ |
2007-01-14T09:23:27+00:00 | www/py-flup |
Random assortment of WSGI servers, middleware This Python package is a random collection of WSGI modules written by Allan Saddi. flup is functionally divided into three components: * FlupServers * FlupMiddleware * FlupPublisher WWW: http://www.saddi.com/software/flup/ |
2007-01-13T22:41:06+00:00 | editors/mondrian |
Mondrian Ruby IDE Mondrian is a cross-platform project-manager and editor for the Ruby language. Written in 100% native Ruby using the FOX GUI toolkit, Mondrian has the familiar look and feel of a modern IDE. Some features include: * a dynamic object browser * runtime error integration * a full-featured project manager * syntax highlighting * runs identically on Windows and Linux WWW: http://www.mondrian-ide.com/ |
2007-01-13T21:43:55+00:00 | audio/dino |
A pattern-based MIDI sequencer Dino is a pattern-based MIDI sequencer, which means that you write small patterns of MIDI events that you can repeat and arrange to create a whole song. Each track has its own patterns, so you can for example play the same drum pattern over and over again while you play different lead synth patterns and basslines. WWW: http://dino.nongnu.org/ |
2007-01-13T21:41:41+00:00 | audio/lash |
Session management system for JACK audio applications LASH is a session management system for JACK audio applications. It is an implementation of a proposal that originated from this discussion. Its aim is to allow you to have many different audio programs running at once, to save their setup, close them down and then easily reload the setup at some other time. LASH doesn't deal with any kind of audio data itself; it just runs programs, deals with saving/loading (arbitrary) data and connects different kinds of virtual audio ports together (currently JACK and ALSA sequencer ports). It can also be used to move entire sessions between computers, or post sessions on the Internet for download. WWW: http://www.nongnu.org/lash/ |
2007-01-13T21:39:14+00:00 | graphics/openjpeg |
Open-source JPEG 2000 codec The OpenJPEG library is an open-source JPEG 2000 library developed in order to promote the use of JPEG 2000. The main part of the project consists in a JPEG 2000 codec compliant with the Part 1 of the standard (Class-1 Profile-1 compliance). Besides this main codec, OpenJPEG integrates several other modules: - JP2 (JPEG 2000 standard Part 2 - Handling of JP2 boxes and extended multiple component transforms for multispectral and hyperspectral imagery) - MJ2 (JPEG 2000 standard Part 3) - JPWL (JPEG 2000 standard Part 11) - JPIP (JPEG 2000 standard Part 9) - OPJViewer, a GUI viewer for J2K, JP2, JPWL and MJ2 files WWW: http://www.openjpeg.org/ |
2007-01-13T21:38:30+00:00 | audio/dssi |
API for audio processing plugins DSSI (pronounced "dizzy") is an API for audio processing plugins, particularly useful for software synthesis plugins with user interfaces. DSSI is an open and well-documented specification developed for use in Linux audio applications, although portable to other platforms. It may be thought of as LADSPA-for-instruments, or something comparable to VSTi. DSSI consists of a C language API for use by plugins and hosts, based on the LADSPA API, and an OSC (Open Sound Control) API for use in user interface to host communications. The DSSI specification consists of an RFC which describes the background for the proposal and defines the OSC part of the specification, and a documented header file which defines the C API. WWW: http://dssi.sourceforge.net/ |
2007-01-12T21:54:05+00:00 | www/p5-Catalyst-Plugin-Params-Nested |
Nested params (ala Ruby on Rails or PHP-style param arrays) Ruby on Rails has a nice feature to create nested parameters that help with the organization of data in a form - parameters can be an arbitrarily deep nested structure. The way this structure is denoted is that when you construct a form the field names have a special syntax which is parsed. This plugin supports two syntaxes: dot notation <input name="foo.bar.gorch" /> subscript notation <input name="foo[bar][gorch]" /> When reading query parameters from $c->req you can now access all the items starting with "foo" as one entity using $c->req->param('foo');. Each subitem, denoted by either the dot or the square brackets, will be returned as a further deeper hashref. WWW: https://metacpan.org/release/Catalyst-Plugin-Params-Nested |
2007-01-12T16:55:46+00:00 | german/bsdpaste |
Pastebin web application to upload and read text on a webserver Another pastebin Application written in Ruby. Allows the upload of text to a webserver and reading of these information. Often used in IRC channels to show large amounts of text, like config files. WWW: http://bsdgroup.de |
2007-01-12T10:15:49+00:00 | databases/mywwwatcher |
Simple web-based MySQL client + tools (dump, import, scheme, ...) mywwwatcher is php application intended to handle the administration of MySQL over the web interface. It is small, quick, easy to use alternative to phpMyAdmin. In comparison with phpMyAdmin is this application more oriented to hand writing of SQL queries and their use for later use. It enables also other tasks like database dump, import, export (csv, html), insert data, database scheme, index manager, history and reuse of SQL requests, etc. Interface is either in English and/or in Czech languages, and it is very easy to add other languages. WWW: http://www.the.cz/mywwwatcher |
2007-01-12T08:17:31+00:00 | devel/ruby-term-ansicolor |
Term::ANSIColor for Ruby Small Ruby library that colors strings using ANSI escape sequences. It's possible to use constants: include Term::ANSIColor print red, bold, "red bold", reset, "\n" or print red(bold("red bold")), "\n" WWW: http://term-ansicolor.rubyforge.org/ |
2007-01-11T02:09:58+00:00 | devel/pushmi |
Subversion repository replication tool Pushmi provides a mechanism for bidirectionally synchronizing Subversion repositories. The main difference between Pushmi and other replication tools is that Pushmi makes the "slave" repositories writable by normal Subversion clients. WWW: https://metacpan.org/release/Pushmi |
2007-01-10T23:40:23+00:00 | www/p5-Catalyst-Plugin-Session-Store-DBIC |
Store your sessions via DBIx::Class This storage module will store session data in a database using DBIx::Class. WWW: https://metacpan.org/release/Catalyst-Plugin-Session-Store-DBIC |
2007-01-10T23:04:01+00:00 | www/p5-Catalyst-Plugin-Session-Store-Delegate |
Delegate session storage to an application model object This store plugins makes delegating session storage to a first class object model easy. WWW: https://metacpan.org/release/Catalyst-Plugin-Session-Store-Delegate |
2007-01-10T23:00:42+00:00 | www/p5-CGI-Expand |
Convert flat hash to nested data using TT2 dot convention Converts a CGI query into structured data using a dotted name convention similar to TT2. expand_cgi works with CGI.pm, Apache::Request or anything with an appropriate "param" method. Or you can use expand_hash directly. If you prefer to use a different flattening convention then CGI::Expand can be subclassed. WWW: https://metacpan.org/release/CGI-Expand |
2007-01-10T21:28:35+00:00 | games/q2p |
Enhanced OpenGL-only Quake II engine Enhanced, OpenGL-only Quake II engine. |
2007-01-10T21:11:48+00:00 | net/p5-Net-TiVo |
Framework for accessing TiVo using XML/HTTP Net::TiVo provides an object-oriented interface to TiVo's REST interface. This makes it possible to query your TiVo for information about recorded content, such as a show's download URL, and space consumed. WWW: https://metacpan.org/release/Net-TiVo |
2007-01-10T09:16:54+00:00 | net/paris-traceroute |
Paris traceroute is network diagnosis and measurement tools Paris traceroute is a new version of the well-known network diagnosis and measurement tool. It addresses problems caused by load balancers with the initial implementation of traceroute. WWW: http://paris-traceroute.net/ |
2007-01-09T21:11:19+00:00 | www/p5-SCGI |
SCGI server interface This Perl module is for implementing the SCGI interface for an application server. Essentially, it is a 'next generation' FastCGI type protocol. WWW: http://python.ca/nas/scgi/protocol.txt |
2007-01-09T21:10:41+00:00 | mail/dovecot-sieve |
Sieve plugin for the Dovecot 'deliver' LDA Sieve language support by a plugin for the Dovecot deliver LDA * Mail filtering * Mail forwarding * Vacation auto-reply WWW: http://Wiki.Dovecot.org/LDA/Sieve |
2007-01-09T21:09:17+00:00 | mail/p5-qpsmtpd |
Flexible SMTP daemon written in Perl and featuring a plugin API Qpsmtpd started as a replacement daemon for the SMTP receiver (qmail-smtpd) from the qmail mail transport agent (MTA). qmail-smtpd has a number of shortcomings (e.g. being unable to check the validity of a recipient mail address) and is written in C which makes it burdensome to modify and extend. Qpsmtpd, on the other hand, is written in pure perl and can be customized easily. It consists of a core that implements a complete SMTP server, and a number of plugins/modules which control the operations. Such plugins include plugins to check the recipient and sender as well as plugins for virus scanning, spam checking, blocking lists (dns and rhs), AUTH and TLS. Qpsmtpd can not only be used with qmail but also with e.g. postfix and exim. It can also write messages to a Maildir or forward it to a remote host without buffering. WWW: http://smtpd.develooper.com/ |
2007-01-09T20:19:01+00:00 | archivers/ruby-lha |
Ruby extension to unpack LHA-compressed files ruby-lha is a ruby extension library that unpack files, compressed with lha. WWW: http://arton.no-ip.info/collabo/backyard/?LhaLibEn |
2007-01-09T01:55:40+00:00 | net/p5-Net-Frame |
Base framework for frame crafting Net::Frame is a fork of Net::Packet. The goal here was to greatly simplify the use of the frame crafting framework. Net::Packet does many things undercover, and it was difficult to document all the thingies. Also, Net::Packet may suffer from unease of use, because frames were assembled using layers stored in L2, L3, L4 and L7 attributes. Net::Frame removes all this, and is splitted in different modules, for those who only want to use part of the framework, and not whole framework. Finally, anyone can create a layer, and put it on his CPAN space, because of the modularity Net::Frame offers. For an example, see Net::Frame::Layer::ICMPv4 on my CPAN space. WWW: https://metacpan.org/release/Net-Frame |
2007-01-08T23:03:14+00:00 | mail/squirreloutlook |
A webmail system which accesses mail over IMAP SquirrelOutlook is a standards-based webmail package written in PHP4. It includes built-in pure PHP support for the IMAP and SMTP protocols, and all pages render in pure HTML 4.0 (with no Javascript) for maximum compatibility across browsers. It has very few requirements and is very easy to configure and install. SquirrelOutlook has a all the functionality you would want from an email client, including strong MIME support, address books, and folder manipulation WWW: http://sourceforge.net/projects/squirreloutlook/ |
2007-01-08T23:01:35+00:00 | devel/rubygem-rspec |
Behaviour Driven Development in Ruby RSpec is a framework for practicing Behaviour Driven Development (BDD) in Ruby. The aim of BDD is to address the shortcomings of Test Driven Development and, by using terminology focused on the behavioural aspects of the system rather than testing, attempt to help direct developers towards a focus on the real value to be found in TDD at its most successful, or BDD as we call it. WWW: https://github.com/rspec/rspec |
2007-01-08T23:00:45+00:00 | devel/ruby-wirble |
Set of enhancements of irb Wirble is a set of enhancements to Irb all included together in one easy-to-use package. Specifically, Wirble adds a saved history, a couple of useful shortcuts, and color to Irb. Wirble also enables a Irb's built-in tab-completion and a simpler prompt. WWW: http://pablotron.org/software/wirble/ |
2007-01-08T22:59:05+00:00 | finance/p5-Finance-Amortization |
Simple amortization schedules Finance::Amortization is a simple object oriented interface to an amortization table. Pass in the principal to be amortized, the number of payments to be made, and the interest rate per payment. It will calculate the rest on demand, and provides a few methods to ask for the state of the table after a given number of periods. WWW: https://metacpan.org/release/Finance-Amortization |
2007-01-08T13:59:39+00:00 | vietnamese/vietunicode-trichlor |
100% Viet Unicode compatible 100% Viet Unicode compatible FEATURES -------- * 134 Vietnamese Glyphs per Unicode * 38 Pali-Sanskrit Glyphs per Unicode * float marks * euro & VN currency symbol * Buddhist wheels (EE80 & EE81) Font: * VU Anh Minh (normal, bold, italic, bolditalic) * VU Heo May (normal, bold, italic, bolditalic) * VU Hoang Yen (normal, bold, italic, bolditalic) * VU Minh Quan (normal, bold, italic, bolditalic) * VU Phuong Thao (normal, bold, italic, bolditalic) * VU Tha Huong (normal, bold, italic, bolditalic) * VU U Hoai (normal, bold, italic, bolditalic) WWW: http://vietunicode.sourceforge.net/ |
2007-01-08T13:38:23+00:00 | vietnamese/vietunicode-hannom |
UNICODE Han Nom Font Set The true type fonts HAN NOM A and HAN NOM B have been developed by Chan Nguyen Do Quoc Bao (Germany), To Minh Tam (USA) and Ni sinh Thien Vien Vien Chieu (Vietnam). Their work got started in 2001, completed in 2003, and publicized in 2005. These two true type fonts can be used with WIN-2000 or WIN-XP and Office XP or Office 2003 to display Han and Nom characters with code points by the Unicode Standard. Two sets of true type fonts are available with high and low resolutions. WWW: http://vietunicode.sourceforge.net/ |
2007-01-08T13:37:28+00:00 | vietnamese/vietunicode-web1 |
100% Viet Unicode & Viet Phan/Pali-Sanskrit compatible 100% Viet Unicode & Viet Phan/Pali-Sanskrit compatible PURPOSE ------- Provide a base for displaying Vietnamese on the Internet and documentations. FEATURES -------- * 134 Vietnamese Glyphs per Unicode * 38 Pali-Sanskrit Glyphs per Unicode * float marks * euro & VN currency symbol * Buddhist wheels (EE80 & EE81) WWW: http://vietunicode.sourceforge.net/ |
2007-01-08T13:28:54+00:00 | dns/fourcdns |
A simple DNS server The Four Calorie DNS Server is a very simple dns server that can power a single one-ip-address domain. It can handle SOA, NS, MX, A, and PTR requests. The 1.1.0 version includes a nice X windows GUI for management. WWW: http://www.fourcalorieservers.com/ |
2007-01-08T12:26:55+00:00 | net-mgmt/fruity |
Fruity is a PHP based web-frontend to your Nagios configuration Groundwork Fruity is a PHP based web-frontend to your Nagios configuration. It support handling Nagios 2.x configurations and it can import your old Nagios 1.x configurations. It also supports Nagios templates and makes them even more powerful. Feature List: - Supports Nagios 2.x Directives - Supports New Servicegroups - Supports Nagios Templates with Advanced Features - Supports inherited templates - Supports Overridding Template Values - Supports Importing Nagios 2.x and 1.x Configurations WWW: http://fruity.sourceforge.net/ |
2007-01-08T12:08:56+00:00 | mail/p5-Parse-Syslog-Mail |
Parse log messages generated by various MTAs As its names implies, Parse::Syslog::Mail presents a simple interface to gather mail information from a syslog file. It uses Parse::Syslog for reading the syslog, and offer the same simple interface. Currently supported log formats are: Sendmail, Postfix, Qmail. WWW: https://metacpan.org/release/Parse-Syslog-Mail |
2007-01-08T09:12:58+00:00 | security/pkcs11-helper |
Helper library for multiple PKCS\#11 providers pkcs11-helper is a library that simplifies the interaction with PKCS#11 providers for end-user applications. pkcs11-helper allows using multiple PKCS#11 providers at the same time, enumerating available token certificates, or selecting a certificate directly by serialized id, handling card removal and card insert events, handling card re-insert to a different slot, supporting session expiration and much more all using a simple API. pkcs11-helper is not designed to manage card content, since object attributes are usually vendor specific, and 99% of application need to access existing objects in order to perform signature and decryption. WWW: https://github.com/OpenSC/pkcs11-helper |
2007-01-08T04:19:13+00:00 | net/libbgpdump |
Analyzing dump files produced by Zebra/Quagga or MRT This is libbgpdump - a C library designed to help with analyzing dump files produced by Zebra/Quagga or MRT. File formats: - MRT RIB dump - Zebra/Quagga format - These may be gzipped and/or passed in through stdin Entry formats: - MRT routing table dump entries - Zebra/Quagga BGP records: - BGP messages (OPEN, UPDATE, NOTIFY, KEEPALIVE) - BGP state changes See also: https://bitbucket.org/ripencc/bgpdump/ WWW: https://www.ris.ripe.net/source/ |
2007-01-08T03:49:07+00:00 | multimedia/subtitleeditor |
Subtitle editor Subtitle Editor is a GTK+2 tool to edit subtitles. It can be used for new subtitles or as a tool to transform, edit, correct and refine existing subtitle. This program also shows sound waves, which makes it easier to synchronise subtitles to voices. WWW: http://home.gna.org/subtitleeditor/ |
2007-01-08T03:48:30+00:00 | benchmarks/p5-Benchmark-Forking |
Run benchmarks in separate processes The Benchmark::Forking module changes the behavior of the standard Benchmark module, running each piece of code to be timed in a separate forked process. Because each child exits after running its timing loop, the computations it performs can't propogate back to affect subsequent test cases. This can make benchmark comparisons more accurate, because the separate test cases are mostly isolated from side-effects caused by the others. Benchmark scripts typically don't depend on those side-effects, so in most cases you can simply use or require this module at the top of your existing code without having to change anything else. WWW: https://metacpan.org/release/Benchmark-Forking |
2007-01-07T20:23:50+00:00 | net-p2p/createtorrent |
Create BitTorrent files from the command line CreateTorrent is a small and fast command line utility to create BitTorrent files easily. BitTorrent files can be created from either one file or a collection of files that are grouped together into a directory. |
2007-01-07T14:38:30+00:00 | devel/libuninum |
Library for converting Unicode strings to numbers This is a library for converting Unicode strings to numbers. Standard functions like strtoul and strtod do this for numbers written in the usual Western number system using the Indo-Arabic numerals, but they do not handle other number systems. The main functions take as input a UTF-32 Unicode string and compute the corresponding unsigned integer. WWW: http://billposer.org/Software/libuninum.html |
2007-01-07T10:19:37+00:00 | devel/py-turbokid |
Python template plugin that supports Kid templates Python template plugin for TurboGears that supports Kid templates WWW: http://www.turbogears.org/docs/plugins/template.html |
2007-01-07T10:13:56+00:00 | devel/py-turbojson11 |
Python template plugin for TurboGears that supports json Python template plugin for TurboGears that supports json WWW: http://www.turbogears.org/docs/plugins/template.html |
2007-01-07T10:13:56+00:00 | devel/py-turbojson |
Python template plugin for TurboGears that supports json Python template plugin for TurboGears that supports json WWW: http://docs.turbogears.org/TurboJson |
2007-01-07T09:53:55+00:00 | www/py-pastedeploy |
Load, configure, and compose WSGI applications and servers Load, configure, and compose WSGI applications and servers Paste Deployment is a system for finding and configuring WSGI applications and servers. For WSGI application consumers it provides a single, simple function (loadapp) for loading a WSGI application from a configuration file or a Python Egg. For WSGI application providers it only asks for a single, simple entry point to your application, so that application users don't need to be exposed to the implementation details of your application. The result is something a system administrator can install and manage without knowing any Python, or the details of the WSGI application or its container. This tool provides code to load WSGI applications and servers from URIs; these URIs can refer to Python Eggs for INI-style configuration files. Paste Script provides commands to serve applications based on this configuration file. WWW: https://pylonsproject.org/ WWW: https://github.com/Pylons/pastedeploy |
2007-01-07T08:38:41+00:00 | devel/p5-Data-RoundRobin |
Serve data in a round robin manner This module provides a round robin object implementation. It is similar to an iterator, only the internal counter is reset to the beginning whenever it reaches the end. It might also be considered as a circular iterator. WWW: https://metacpan.org/release/Data-RoundRobin |
2007-01-07T08:03:18+00:00 | devel/rubygem-rapt |
Rails Plugin Tool RaPT (Rails Plugin Tool) is a faster, updated replacement for the ./script/plugin tool that ships with Ruby on Rails. WWW: http://rapt.rubyforge.org/ |
2007-01-07T07:17:21+00:00 | textproc/odt2txt |
Simple converter from OpenDocument Text to plain text odt2txt is a command-line tool which extracts the text out of OpenDocument Texts produced by LibreOffice, OpenOffice, StarOffice, KOffice and others. odt2txt can also extract text from some file formats similar to OpenDocument Text, such as OpenOffice.org XML, which was used by OpenOffice.org version 1.x and older StarOffice versions. To a lesser extent, odt2txt may be useful to extract content from OpenDocument spreadsheets and OpenDocument presentations. odt2txt is: - small - supports multiple output encodings - adopts to your locale - able to substitute common characters which the output charset does not contain with ascii look-a-likes - written in C, has few dependencies - portable (runs on Linux, Mac OS X, Windows, *BSD, Cygwin, Solaris, HP-UX) WWW: https://github.com/dstosberg/odt2txt |
2007-01-07T04:01:10+00:00 | www/rubygem-layout-yullio |
Combination of Mollio CSS/HTML template and Yahoo UI grid Yullio is the combination of Mollio CSS/HTML template and Yahoo UI grid. This generator copies and prepares the necessary files for your Rails app and gives your views instantly solid design and layout flexibility. WWW: http://rubygems.org/gems/layout-yullio/ |
2007-01-07T03:52:27+00:00 | graphics/rubygem-scruffy |
Beautiful Graphs for Ruby Scruffy is a Ruby library for creating great looking graphs and charts. Graphs can be rendered to SVG code or an image. Blend the beauty of Gruff with the SVG capabilities of SVG::Graph, make it super simple and extensible, and you've got Scruffy. WWW: https://github.com/brasten/scruffy |
2007-01-07T03:51:26+00:00 | devel/rubygem-builder |
Facilitate programmatic generation of XML markup Simple builder to facilitate programmatic generation of XML markup. WWW: https://github.com/tenderlove/builder |
2007-01-06T18:02:17+00:00 | graphics/rubygem-gruff |
Beautiful graphing library for Ruby using RMagick The Gruff Graphing Library is a project to make beautiful graphs with Ruby. Can be used alone or with Ruby on Rails. WWW: https://github.com/topfunky/gruff |
2007-01-06T10:41:50+00:00 | sysutils/fusefs-encfs |
Encrypted pass-through FUSE filesystem EncFS is an encrypted pass-through filesystem which runs in userspace, using the FUSE kernel module. Similar in design to CFS and other pass-through filesystems, all data is encrypted and stored in the underlying filesystem. Unlike loopback filesystems, there is no predetermined or pre-allocated filesystem size. WWW: http://www.arg0.net/encfs |
2007-01-06T04:38:37+00:00 | www/drupal6-nice_menus |
CSS / JavaScript pull-down menus for Drupal Nice Menus is a module for the Drupal CMS which enables drop-down / right / left expandable menus. The module uses CSS to display the menus on browsers which have functional CSS. Internet Explorer is supported using Javascript. Three styles of menus are currently possible: horizontal (menus drop down); vertical (menus drop to the left); vertical (menus drop to the right). WWW: http://drupal.org/project/nice_menus |
2007-01-06T04:38:37+00:00 | www/drupal5-nice_menus |
CSS / Javascript pull-down menus for Drupal Nice Menus is a module for the Drupal CMS which enables drop-down / right / left expandable menus. The module uses CSS to display the menus on browsers which have functional CSS. Internet Explorer is supported using Javascript. Three styles of menus are currently possible: horizontal (menus drop down); vertical (menus drop to the left); vertical (menus drop to the right). WWW: http://drupal.org/project/nice_menus |
2007-01-06T04:38:37+00:00 | www/drupal4-nice_menus |
CSS / Javascript pull-down menus for Drupal Nice Menus is a module for the Drupal CMS which enables drop-down / right / left expandable menus. The module uses CSS to display the menus on browsers which have functional CSS. Internet Explorer is supported using Javascript. Three styles of menus are currently possible: horizontal (menus drop down); vertical (menus drop to the left); vertical (menus drop to the right). WWW: http://drupal.org/project/nice_menus |
2007-01-06T04:38:37+00:00 | www/drupal-nice_menus |
Access control system for the Drupal CMS based on Taxonomy classification Nice Menus is a module for the Drupal CMS which enables drop-down / right / left expandable menus. The module uses CSS to display the menus on browsers which have functional CSS. Internet Explorer is supported using Javascript. Three styles of menus are currently possible: horizontal (menus drop down); vertical (menus drop to the left); vertical (menus drop to the right). WWW: http://drupal.org/project/nice_menus |
2007-01-06T04:35:45+00:00 | www/drupal4-attachment |
An alternative to Drupal's included upload module This module is an alternative to Drupal's included upload module. It uses the filemanager module to allow a unique namespace per node and support large number of files. In addition this module allows you to give each attachment a title and description. WWW: http://drupal.org/project/attachment |
2007-01-06T04:35:45+00:00 | www/drupal-attachment |
An alternative to Drupal's included upload module This module is an alternative to Drupal's included upload module. It uses the filemanager module to allow a unique namespace per node and support large number of files. In addition this module allows you to give each attachment a title and description. WWW: http://drupal.org/project/attachment |
2007-01-06T04:32:49+00:00 | www/drupal4-filemanager |
A full featured file management API for Drupal modules This module adds a full featured file management API for your modules to use. This API is module development and does not directly add functionality to your site. This module is required for the attachment module which is an alternative to Drupal's included upload module. WWW: http://drupal.org/project/filemanager |
2007-01-06T04:32:49+00:00 | www/drupal-filemanager |
A full featured file management API for Drupal modules This module adds a full featured file management API for your modules to use. This API is module development and does not directly add functionality to your site. This module is required for the attachment module which is an alternative to Drupal's included upload module. WWW: http://drupal.org/project/filemanager |
2007-01-06T02:08:35+00:00 | archivers/tclmkziplib |
GZIP and ZIP support for TCL; dynamically loadable mkZiplib is a wrapper for Zlib 1.1.3 and Minizip 0.15. It is free, very portable and works for virtually any computer hardware and operating system. With mkZiplib you can compress/decompress data and work with .gz and .zip files from within Tcl. WWW: http://mkextensions.sourceforge.net |
2007-01-05T23:24:43+00:00 | devel/rlog |
Flexible message logging facility for C++ RLog provides a flexible message logging facility for C++ programs and libraries. It is subscription based, meaning you can subscribe to messages of your choice in an number of ways: by hierarchical channel name (e.g. "debug", "debug/ special", "error", etc.), or file name, component name, etc. Log messages are individually enabled. It is meant to be fast enough to leave in production code - even where it may be called many times, as both the GCC and Intel compilers reduce the logging overhead a few clock cycles if they are dormant (with no subscribers). Other add-on components can extend subscriptions to external programs, allowing you to enable and collect debugging messages remotely. WWW: https://www.arg0.net/rlog WWW: https://github.com/anastmag/rlog |
2007-01-05T23:24:40+00:00 | x11-toolkits/jdic |
JDesktop Integration Components The JDesktop Integration Components (JDIC) project aims to make Java(TM) technology-based applications ("Java applications") first-class citizens of current desktop platforms without sacrificing platform independence. JDIC provides Java applications with access to facilities provided by the native desktop such as the mailer, the browser, and registered document viewing applications. Additionally it provides the mechanisms by which Java applications can integrate into the native desktop such as registering Java applications as document viewers on the desktop, creating tray icons on the desktop and creating installer packages. JDIC consists of a collection of Java packages (JDIC API), all with the package name prefix org.jdesktop.jdic, and a JNLP application packaging tool (JDIC Packager). Note: only the tray icon API is built at the moment. WWW: https://jdic.dev.java.net/ |
2007-01-05T22:35:33+00:00 | devel/py-argparse |
Optparse-inspired command-line parsing library Argparse takes the best of the optparse command-line parsing module and brings it new life. Argparse adds positional as well as optional arguments, the ability to create parsers for sub-commands, more informative help and usage messages, and much more. At the same time, it retains the ease and flexibility of use that made optparse so popular. WWW: http://code.google.com/p/argparse/ |
2007-01-05T22:18:30+00:00 | audio/ripperx |
GTK program to rip CD audio tracks and encode them RipperX is a GTK program to rip CD audio tracks and encode them to the Ogg, MP3, or FLAC formats. It is easy, requiring a few mouse clicks to convert an entire album, displaying progress along the way. It can rip and encode in parallel, and supports CDD. WWW: https://sourceforge.net/projects/ripperx/ |
2007-01-05T21:21:10+00:00 | devel/p5-POSIX-strptime |
Perl interface to strptime(3) Perl interface to strptime(3). WWW: https://metacpan.org/release/POSIX-strptime |
2007-01-05T19:38:40+00:00 | www/p5-Catalyst-Manual |
Catalyst developer's manual #' This is just the Catalyst manual. If you want to develop Catalyst apps, please install Catalyst::Devel. If you'd like a tutorial and a full example Catalyst application, please intall Task::Catalyst::Tutorial. If you just want to run Catalyst applications, you probably don't need this manual, but you do need Catalyst::Runtime. WWW: https://metacpan.org/release/Catalyst-Manual |
2007-01-05T19:37:50+00:00 | www/p5-HTML-Widget-DBIC |
Subclass of HTML::Widget for dealing with DBIx::Class A subclass of HTML::Widgets for dealing with DBIx::Class WWW: http://search.cpan.org/dist/HTML-Widget-DBIC/ |
2007-01-05T19:35:11+00:00 | devel/py-instant |
Python module for instant inlining of C and C++ code in Python By using the class Instant a Python extension module can be created at runtime. For the user, it behaves somewhat like an inline module, except you have to import the module manually. The code can be either C or C++, but like when programming C or C++, it has to be inside a function or a similar C/C++ construct. WWW: https://launchpad.net/instant |
2007-01-05T08:53:52+00:00 | converters/p5-Number-Nary |
Encode and decode numbers as n-ary strings This module lets you convert numbers into strings that encode the number using the digit set of your choice. WWW: https://metacpan.org/release/Number-Nary |
2007-01-05T08:44:45+00:00 | devel/florist-gpl |
POSIX Ada binding, IEEE Standards 1003.5(b,c) Florist was produced by students and faculty of the Florida State University Department of Computer Science, under contract to the US Department of Defense, Defense Information Systems Agency, as a product of the POSIX Ada Real-Time (PART) Project. When the contract was completed, in 1999, FSU turned maintenance of Florist over to Ada Core Technologies, Inc.). The latest and most complete free version is available from Adacore. FLORIST is an implementation of the IEEE Standards 1003.5: 1992, IEEE STD 1003.5b: 1996, and parts of IEEE STD 1003.5c: 1998, also known as the POSIX Ada Bindings. WWW: http://libre.adacore.com/ |
2007-01-05T07:58:52+00:00 | math/msieve |
Fast factorization of big integers using MPQS and GNFS Msieve is a library and utility for factoring large integers using the most powerful modern algorithms. It features a stable and very fast implementation of a self-initializing multiple polynomial quadratic sieve (MPQS), plus a somewhat experimental general number field sieve (GNFS) implementation. Primary design goals are speed, portability and ease of use. Msieve claims to be the fastest implementation for factoring general inputs between 40 and 100 decimal digits, but can handle larger input as well. WWW: http://www.boo.net/~jasonp/qs.html |
2007-01-05T07:57:24+00:00 | x11/kxgenerator |
KDE utility to configure the X server kX Generator is a utility to modify X server configuration file. It provides nice, user-friendly GUI. The main goal of the is to simplify configuration of X server (e.g. changing server layout from dual head to single head). kX Generator supports: - adding mouse, keyboard and video drivers - managing server layouts - managing modules - editing RGB, font and module paths - managing extensions - configure drivers (e.g. NVIDIA driver) - edit monitor properties - managing screens WWW: http://kxgenerator.xt.pl/ |
2007-01-05T07:55:20+00:00 | lang/ruby-extensions |
Useful extensions for Ruby's standard classes This project defines various useful extensions to Ruby's standard classes, including many of those captured at on the Wiki at StandardClassExtensions. They are thoroughly documented and tested. See the project homepage for API documentation. Author: Gavin Sinclair <gsinclair@soyabean.com.au> WWW: http://extensions.rubyforge.net |
2007-01-05T07:00:55+00:00 | www/p5-Catalyst-Controller-BindLex |
Stash your lexical goodness This plugin lets you put your lexicals on the stash and elsewhere very easily. If you use the same name for two variables with the same storage binding attribute they will be aliased to each other, so you can use this for reading as well as writing values across controller subs. This is almost like sharing your lexical scope. WWW: https://metacpan.org/release/Catalyst-Controller-BindLex |
2007-01-05T00:21:56+00:00 | sysutils/portcheck |
Maintains the ports tree and checks up the installed packages Portcheck is a simple and small script for FreeBSD which first updates the ports tree and then runs an update and a security checkup of all the installed packages. Portcheck depends on portsnap, portaudit and pkg_version. WWW: http://www.usebsd.com/pub/portcheck/ |
2007-01-05T00:21:56+00:00 | ports-mgmt/portcheck |
Maintains the ports tree and checks up the installed packages Portcheck is a simple and small script for FreeBSD that first updates the ports tree and then runs an update and a security checkup of all the installed packages. Portcheck depends on portsnap, portaudit and pkg_version. WWW: http://www.bitflop.com/pub/sh/portcheck/ |
2007-01-04T23:22:14+00:00 | sysutils/bacula-docs |
Bacula document set 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. This port installs the latest documentation for Bacula. WWW: http://www.bacula.org/ |
2007-01-04T14:15:45+00:00 | devel/py-ruledispatch |
Rule-based Dispatching and Generic Functions RuleDispatch is a prototype implementation of the Chambers and Chen "efficient multiple and predicate dispatch" algorithm for Python. It lets youspecify a function in terms of a collection of arbitrary rules, including Lisp-style "before/after/around" methods. WWW: http://peak.telecommunity.com/ |
2007-01-04T13:03:56+00:00 | games/openyahtzee |
Full-featured classic dice game Yahtzee Open Yhatzee is an open-source (free) version of the classic dice game Yahtzee. Open Yahtzee is built to be OS portable, that means you can run it on many kinds of different operating systems and platforms. The portability is mainly achived via wxWidgets which also gives Open Yahtzee a native look on each platform. WWW: http://www.openyahtzee.org/ |
2007-01-04T10:05:08+00:00 | www/p5-WebService-ISBNDB |
Perl extension to access isbndb.com A Perl extension to access isbndb.com. WWW: https://metacpan.org/release/WebService-ISBNDB |
2007-01-04T09:17:03+00:00 | devel/mq4cpp |
Message Queuing for C++ MQ4CPP, or "Message Queuing for C++", is an open source implementation of enterprise messaging system, also referred to as message-oriented middleware (MOM). WWW: http://www.sixtyfourbit.org/mq4cpp.htm |
2007-01-03T23:21:11+00:00 | sysutils/jailme |
Setuid version of jexec to allow normal users access to jails jailme is a modified version of FreeBSD's jexec. This version is installed setuid and does some sanity checking to ensure the username and UID match between the jail and the host system. WWW: https://github.com/Intermedix/jailme |
2007-01-03T22:38:26+00:00 | sysutils/portsopt |
Shows WITH(OUT)-knobs of a port makefile Shows WITH(OUT)-knobs of a port makefile and if you want also the knobs of all port dependencies. WWW: http://www.chruetertee.ch/portsopt/ |
2007-01-03T22:38:26+00:00 | ports-mgmt/portsopt |
Shows WITH(OUT)-knobs of a port makefile Shows WITH(OUT)-knobs of a port makefile and if you want also the knobs of all port dependencies. WWW: http://www.chruetertee.ch/portsopt/ |
2007-01-03T17:15:02+00:00 | net/p5-Net-Whois-ARIN |
ARIN whois client This module provides a Perl interface to the ARIN Whois server. The module takes care of connecting to an ARIN whois server, sending your whois requests, and parsing the whois output. The whois records are returned as lists of Net::Whois::ARIN::* instances. WWW: https://metacpan.org/release/Net-Whois-ARIN |
2007-01-03T16:06:20+00:00 | www/trac-nav |
Fully customizable navigation bar for Trac The [[TracNav]] macro implements fully customizable navigation bar for the Trac wiki engine. The contents of the navigation bar is a wiki page itself and can be edited like any other wiki page. The navigation bar supports hierarchical ordering of topics. WWW: http://svn.ipd.kit.edu/trac/javaparty/wiki/TracNav |
2007-01-03T14:29:35+00:00 | www/trac-pagetopdf |
Export trac wiki pages as PDFs This plugin uses the new content conversion API in Trac's trunk to export Wiki pages to a PDF. The link appers in the Download in other formats list at the bottom of Wiki pages. This plugin uses htmldoc to perform the conversion. WWW: http://trac-hacks.org/wiki/PageToPdfPlugin |
2007-01-02T18:20:59+00:00 | devel/eiffelstudio |
Complete Integrated Development Environment for Eiffel While Eiffel is widely regarded as the best language for creating fast, robust, scalable applications, EiffelStudioTM is the only tool for realizing the full power of the Eiffel Development FrameworkTM. It is available under a Dual Licensing model. Users can use either commercial or Open Source licensing. EiffelStudio is more than just an IDE. Imagine being able to model your system as you think - capturing your requirements and your thought processes in Eiffel. Then, when you are ready to Design, you build upon the model you just created, still in Eiffel. And then you implement, in Eiffel. You never need to throw anything out and start over. You don't need extra tools to be able to go back and make changes in architecture safely. Roundtrip engineering? It's built in by design. Testing, metrics and productivity tools? They're built in. And debugging? Eiffel's native Design by ContractTM prevents 90% of the bugs from ever occurring in the first place - and what bugs remain are easily traced and repaired, typically within ten minutes. WWW: http://www.eiffel.com/products/studio/ |
2007-01-02T08:42:42+00:00 | textproc/libmrss |
C library for parsing, writing, and creating RSS mRss is a C library for parsing, writing and creating RSS files or streams. WWW: http://www2.autistici.org/bakunin/libmrss/doc/ |
2007-01-02T03:19:26+00:00 | www/p5-WWW-Mediawiki-Client |
Very simple cvs-like interface for Mediawiki websites WWW::Mediawiki::Client provides a very simple cvs-like interface for Mediawiki driven WikiWiki websites, such as http://www.wikitravel.org|Wikitravel or http://www.wikipedia.org|Wikipedia. The interface mimics the two most basic cvs commands: update and commit with similarly named methods. Each of these has a shorter alias, as in cvs. WWW: https://metacpan.org/release/WWW-Mediawiki-Client |
2007-01-02T03:18:00+00:00 | devel/p5-VCS-Lite |
Minimal version control system This module provides the functions normally associated with a version control system, but without needing or implementing a version control system. Applications include wikis, document management systems and configuration management. It makes use of the module Algorithm::Diff. It provides the facility for basic diffing, patching and merging. WWW: https://metacpan.org/release/VCS-Lite |
2007-01-01T22:52:49+00:00 | editors/softmaker-office |
Microsoft Word/Excel OpenDocument and OpenOffice.org editor SoftMaker Office 2006 comes with the following applications: TextMaker 2006, the reliable and friendly word processor that reads and writes all Microsoft Word files without a hitch. PlanMaker 2006, the fully Excel-compatible spreadsheet (see review) that lets you create the most intricate worksheets. TextMaker and PlanMaker are a perfect match. They not only provide consistent menu structures and dialog windows, but can also exchange data smoothly with each other. For instance, you can insert PlanMaker worksheets into TextMaker. Furthermore, both TextMaker and PlanMaker support the dBASE database format so they can access the same database files. Compatible with Microsoft Office, OpenDocument, and more, pdf exports. TextMaker and PlanMaker read and write these file formats with highest fidelity. You can even set your default file types in TextMaker and PlanMaker to "Word" and "Excel" and never worry about exchanging documents again! This trial version let you evaluate SoftMaker Office for 30 days. Export to Word and Excel formats is disabled. WWW: http://www.softmaker.com/english/ofl_en.htm |
2007-01-01T21:07:25+00:00 | multimedia/tivodecode |
Converts .TiVo files to normal MPEG files This software converts a .TiVo file (produced by the TiVoToGo functionality on recent TiVo software releases) to a normal MPEG file. This has the same functionality as using TiVo's supplied DirectShow DLL on Windows with a tool such as DirectShowDump, but is portable to different architectures and operating systems, and runs on the command line using files or pipes. The conversion still requires the valid MAK of the TiVo which recorded the file, so it cannot be used to circumvent their protection, simply to provide the same level of access as is already available on Windows. WWW: http://tivodecode.sourceforge.net/ |
2007-01-01T18:59:12+00:00 | devel/p5-Lexical-Persistence |
Persistent lexical variable values for arbitrary calls Lexical::Persistence does a few things, all related. Note that all the behaviors listed here are the defaults. Subclasses can override nearly every aspect of Lexical::Persistence's behavior. Lexical::Persistence lets your code access persistent data through lexical variables. This example prints "some value" because the value of $x persists in the $lp object between setter() and getter(). use Lexical::Persistence; my $lp = Lexical::Persistence->new(); $lp->call(\&setter); $lp->call(\&getter); sub setter { my $x = "some value" } sub getter { print my $x, "\n" } WWW: https://metacpan.org/release/Lexical-Persistence |
2007-01-01T16:09:31+00:00 | devel/p5-Tie-Hash-Regex |
Match hash keys using Regular Expressions Someone asked on Perlmonks if a hash could do fuzzy matches on keys - this is the result. If there's no exact match on the key that you pass to the hash, then the key is treated as a regex and the first matching key is returned. You can force it to leap straight into the regex checking by passing a qr'ed regex into the hash like this: my $val = $h{qr/key/}; exists and delete also do regex matching. In the case of delete all values matching your regex key will be deleted from the hash. WWW: https://metacpan.org/release/Tie-Hash-Regex |
2007-01-01T02:27:54+00:00 | multimedia/iso2mkv |
Script to convert DVD image, device, or VIDEO_TS to mkv iso2mkv is software for automated DVD to XviD/vorbis MKV video conversion. Gives almost total control on the process of video compression at maximum quality, while being simple and straightforward to use (a kind of 'life-hack'). The intended audience is advanced end-users and the script is not user-error-proof. Based on mplayer, mencoder, oggenc or lame, and mkvmerge (if not properly installed, won't work). This is only a shell script that wraps the other programs. If you can watch the DVD with MPlayer, you can compress it with iso2mkv. Other used programs (hopefully included in most GNU/Linux distributions as well a FreeBSD :) ) are basename, bc, nice, stat. WWW: http://5ko.free.fr/en/iso2mkv.html |
2007-01-01T01:09:30+00:00 | sysutils/wmdiskmon |
Disk usage monitor dockapp A dockapp that monitors your disk usage. WWW: http://tnemeth.free.fr/projets/dockapps.html |
2007-01-01T00:01:27+00:00 | devel/py-notifier |
Generic notifier/event scheduler abstraction pyNotifier is a notifier/event scheduler abstraction written in python. It implements notification mechanisms for socket events (read or write) and timers. Additionally external event dispatchers may be called during an idle period. WWW: http://www.bitkipper.net/Package/pynotifier |