This page is a slightly modified version of the following one-liner output. created_at: 2021-05-14T02:36:50+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 |
2006-12-31T15:30:24+00:00 | devel/py-urlimport |
Python script for importing modules/packages over the net Urlimport enables the user to import modules/packages over the network, from a remote repository. Currently supported protocols are http, ftp and https (+client certificates). WWW: http://urlimport.codeshift.net/ |
2006-12-31T14:35:50+00:00 | x11-toolkits/gtkada-gps |
GNOME Gtk2 Ada Binding This is GtkAda version 3.1.3. This package is an Ada2005 graphical library for the Gimp Toolkit, which means this is a set of packages to allow you to easily create some graphical interfaces under X11 and Win32, using Ada2005 as a programming language. Every widget from gtk 2.2 has been bound, and the test program found in the gtk release has been reimplemented in Ada (have a look at the testgtk/ directory). WWW: http://libre.adacore.com/ |
2006-12-31T14:35:50+00:00 | x11-toolkits/gtkada-gcc |
Gtk2 binding for lang/gnat-gcc41 port of GNAT Ada compiler GtkAda is an Ada95 graphical toolkit based on Gtk+, providing the complete set of Gtk+ widgets using the Object-Oriented features of this language. This version of GtkAda is designed to be used with lang/gnat-gcc41. WWW: https://libre2.adacore.com/GtkAda/ WWW: http://gnuada.sourceforge.net/ |
2006-12-31T14:07:14+00:00 | www/trac-wikinotification |
Allow email notifications on wiki page changes Trac Wiki Notification is a plugin that allows users (even anonymous, as long as email is set) to select wiki pages that they wish to be notified (by email) when a change occurs on it. WWW: http://trac-hacks.org/wiki/WikiNotificationPlugin |
2006-12-31T13:40:38+00:00 | www/trac-tags |
Generic tags frontend for trac The TagsPlugin implements both a generic tagging engine and frontends for the Wiki and ticket systems. An extra text entry box is added to the Wiki edit page for tagging Wiki pages and ticket fields (you can configure which ones) are treated as tags for the ticket system. WWW: http://trac-hacks.org/wiki/TagsPlugin |
2006-12-30T23:24:37+00:00 | www/mod_cplusplus |
Apache module for loading C++ objects as handlers mod_cplusplus is a proper apache module which allows you to load cpp objects as handlers for Apache-2.0. It differs from other modules i've seen in that it manages the loading and calling of separate shared objects containing your handler classes. This allows you to easily and cleanly run an entire site with c++ handlers. WWW: http://modcplusplus.sourceforge.net/ |
2006-12-30T22:57:37+00:00 | print/py-reportlab2 |
Library to create PDF documents using the Python language ReportLab is a software library that lets you directly create documents in Adobe's Portabe Document Format (PDF) using the Python programming language. The ReportLab library directly creates PDF based on your graphics commands. There are no intervening steps. Your applications can generate reports extremely fast - sometimes orders of magnitude faster than traditional report-writing tools. The ReportLab library is expected to be useful in at least the following contexts: - Dynamic PDF generation on the web - High-volume corporate reporting and database publishing - An embeddable print engine for other applications, including a 'report language' so that users can customize their own reports. - A 'build system' for complex documents with charts, tables and text such as management accounts, statistical reports and scientific papers - Going from XML to PDF in one step! WWW: http://www.reportlab.org/rl_toolkit.html |
2006-12-30T22:26:59+00:00 | audio/jack-rack |
LADSPA effects rack for the JACK audio server JACK Rack is an effects "rack" for the JACK low latency audio API. The rack can be filled with LADSPA effects plugins. It's phat; it turns your computer into an effects box. WWW: http://jack-rack.sourceforge.net/ |
2006-12-30T22:19:12+00:00 | devel/p5-Config-Properties |
Read and write property files Config::Properties is a near implementation of the java.util.Properties API. It is designed to allow easy reading, writing and manipulation of Java-style property files. WWW: https://metacpan.org/release/Config-Properties |
2006-12-30T22:09:16+00:00 | devel/p5-Scope-Guard |
Lexically scoped resource management This module provides a convenient way to perform cleanup or other forms of resource management at the end of a scope. It is particularly useful when dealing with exceptions: the Scope::Guard constructor takes a reference to a subroutine that is guaranteed to be called even if the thread of execution is aborted prematurely. This effectively allows lexically-scoped "promises" to be made that are automatically honoured by perl's garbage collector. For more info, see: http://www.drdobbs.com/cpp/184403758 WWW: https://metacpan.org/release/Scope-Guard |
2006-12-30T21:49:51+00:00 | www/trac-addcomment |
Add formatted comments to wiki pages The AddCommentMacro allows for easy addition of commetns to a page, in a standard format. The comment body supports normal TracWiki WikiFormatting. WWW: http://trac-hacks.org/wiki/AddCommentMacro |
2006-12-30T21:44:54+00:00 | www/trac-ctxtnavadd |
Add links to the ctxtnav bar from other plugins This plugin provides an interface (ICtxtnavAdder) to alter the ctxtnav bar of other plugins, most notably the wiki. For those of you asking what a ctxtnav bar is, its the row of links below the main navigation bar. WWW: http://trac-hacks.org/wiki/CtxtnavAddPlugin |
2006-12-30T19:23:38+00:00 | lang/linux-hla |
Randall Hyde High-Level Assembly (HLA) port This is the port of Randall Hyde's High Level Assembly (HLA). Don't let the name fool you. HLA is "real" assembly language, just made easier for beginners so they can learn the language faster than ever before. Anything you can do with a traditional assembler can be done with HLA; HLA just happens to do a lot more than traditional assemblers! WWW: http://webster.cs.ucr.edu/ - Hernan Di Pietro hernan.di.pietro@gmail.com |
2006-12-30T15:59:56+00:00 | games/mkhexgrid |
Fully-configurable hex grid generator mkhexgrid is a small command-line program which generates hexagonal grids of the sort used for strategy games. Hex grids can be created as PNG or SVG images, and as PostScript. Virtually every aspect of the output can be be adjusted.from grid line thickness and color, to style and size of hex centers, to the style and position of hex coordinates. mkhexgrid makes it simple to create whatever hex grid you need. WWW: http://www.nomic.net/~uckelman/mkhexgrid/ |
2006-12-30T15:57:15+00:00 | www/mod_xsendfile |
Apache2 module that processes X-SENDFILE headers mod_xsendfile is a small Apache2 module that processes X-SENDFILE headers registered by the original output handler. If it encounters the presence of such header it will discard all output and send the file specified by that header instead using Apache internals including all optimizations like caching-headers and sendfile or mmap if configured. It is useful for processing script-output of e.g. php, perl or any cgi. WWW: https://tn123.org/mod_xsendfile/ |
2006-12-30T11:31:47+00:00 | devel/p5-CommitBit |
Project administration tool CommitBit is a tool for managing commit access to software projects. It also provides for a "code.yourorganization.org" site with links to your wiki, mailing lists, bug tracking and so on. WWW: https://metacpan.org/release/CommitBit |
2006-12-30T09:22:19+00:00 | textproc/latex-service |
LaTeX service for GNUstep This is a small service which converts a LaTeX text into an image. Just select the text, click on the service item menu, choose "Return the LaTeX rendering" and voila! Your text is replaced by its LaTeX rendering. LICENSE: GPL2 or later WWW: http://www.roard.com/latexservice/ |
2006-12-30T09:20:54+00:00 | biology/biococoa |
Bioinformatics framework The BioCocoa framework provides developers with the opportunity to add support for reading and writing BEAST, Clustal, EMBL, Fasta, GCG-MSF, GDE, Hennig86, NCBI, NEXUS, NONA, PDB, Phylip, PIR, Plain/Raw, Swiss-Prot and TNT files by writing only three lines of code. The framework is written in Cocoa (Objective-C). LICENSE: LGPL2 or later WWW: http://bioinformatics.org/biococoa/ |
2006-12-30T09:15:42+00:00 | deskutils/gworkspace-gwmetadata |
GWMetadata for GNUstep workspace manager GWMetadata for GNUstep workspace manager (GWorkspace) Applications: GMDSClient Bundles: AbiwordExtractor HtmlExtractor JpegExtractor OpenOfficeExtractor TextExtractor XmlExtractor MDIndexing Libraries: SQLite Tools: gmds mdextractor LICENSE: GPL2 or later WWW: http://www.gnustep.it/enrico/gworkspace/ |
2006-12-30T09:13:07+00:00 | deskutils/gworkspace-clipbook |
ClipBook for GNUstep workspace manager ClipBook for GNUstep workspace manager (GWorkspace) LICENSE: GPL2 or later WWW: http://www.gnustep.it/enrico/gworkspace/ |
2006-12-30T03:02:50+00:00 | graphics/irrlicht |
Lightning fast realtime 3d engine The Irrlicht Engine is an open source high performance realtime 3D engine written and usable in C++ and also available for .NET languages. It is completely cross-platform, using D3D, OpenGL and its own software renderer, and has all of the state-of-the-art features which can be found in commercial 3d engines. WWW: http://irrlicht.sourceforge.net/ |
2006-12-29T20:22:46+00:00 | textproc/xmlada-gps |
The Ada Unicode and XML Library The XmlAda library includes a set of Ada2005 packages to manipulate XML input. It implements the XML 1.0 standard, as well as support for namespaces and a number of other optional standards related to XML. WWW: http://libre.adacore.com/ |
2006-12-29T20:22:46+00:00 | textproc/xmlada-gcc |
An XML parsing library for Ada 95, port for lang/gnat-gcc42 XML/Ada is a set of modules that provide a simple manipulation of XML streams. It supports the whole XML 1.0 specifications, and can parse any file that follows this standard (including the contents of the DTD). It also provides support for a number of other standard associated with XML, like SAX and DOM. In addition, It includes a module to manipulate Unicode streams, since this is required by the XML standard. This version of GtkAda is designed to be used with lang/gnat-gcc41. WWW: https://libre2.adacore.com/xmlada/ WWW: http://gnuada.sourceforge.net/ Author: Petr Holub <hopet@ics.muni.cz> |
2006-12-29T20:20:32+00:00 | net/mugshot |
The official client for Mugshot network This is the port of mugshot, an official client for Mugshot network. Mugshot makes it easy to show off what you're doing online and keep track of what your friends are up to. WWW: http://www.mugshot.org/ - Ashish Shukla wahjava@gmail.com |
2006-12-29T20:18:36+00:00 | www/sams |
Squid 2.x Accounting Management System SAMS (Squid Account Management System) is a WEB-based interface and tool to manage users of SQUID proxy server. NOTE: SQUID 2.x branch is suppoted only. Main features are: * manage users access to SQUID - proxy with NTLM, NCSA authorization or IP address * manage prohibition of users to access to URL * manage to rewrite requested URL to graphical resources (banners, counters) * save and build reports of users statistic * switch of users access to SQUID proxy if his traffic quota is off * manage a delay pools for users groups WWW: http://sams.perm.ru/ |
2006-12-29T17:57:20+00:00 | www/etoile-mollusk |
RSS reader in general Mollusk evolves from Grr. It is a RSS reader in general. The main perpose of Mollusk is to demonstrate the usage of CollectionKit and BookmarkKit. WWW: http://www.etoile-project.org/ |
2006-12-29T17:53:21+00:00 | multimedia/etoile-babbler |
Simple media player for Etoile Babbler is a simple media player. It is designed to play single multimedia stream at a time. It is more like QuickTime player than iTunes. Images used in Babbler is taken from mplayerPort. http://www.sonappart.net/gnustep/mplayer/ WWW: http://www.etoile-project.org/ |
2006-12-29T17:51:26+00:00 | x11-themes/etoile-azbackground |
Small GNUstep application to set xwindow background A small GNUstep application to set xwindow background. AZBackground allows drawing on root window. It treats root window as a NSWindow. LICENSE: BSD WWW: http://www.etoile-project.org/ |
2006-12-29T17:47:28+00:00 | lang/etoile-io |
Etoile Project Io Language Io (GNUstep) is a module which provides Io language support in a convenient way for GNUstep developers or users (linking Objective-C bridge by default). The module is automatically built in various ready to use solutions: * ioobjc (tool you can run in your shell to use Io interactive environment) WWW: http://www.etoile-project.org/ |
2006-12-29T10:18:24+00:00 | devel/p5-RunApp |
Generic module to run web-applications RunApp streamlines the process for configuring applications that requires one or more web servers and/or other daemons, during development or deployment. It builds the config files required by the services from the $config hash, such as apache's httpd.conf. WWW: https://metacpan.org/release/RunApp |
2006-12-29T07:41:44+00:00 | science/libint |
Evaluate the integrals in modern atomic and molecular theory Libint is a library for evaluating ERI (electron replusion integral) over Cartesian Gaussian fuctions for modern atomic and molecular theory; esp. for science/mpqc and science/psi3. WWW: https://github.com/evaleev/libint |
2006-12-29T07:31:47+00:00 | security/p5-Text-Password-Pronounceable |
Perl extension for generating pronounceable passwords Text::Password::Pronounceable - Generate pronounceable passwords This module generates pronuceable passwords, based the English digraphs by D Edwards. WWW: https://metacpan.org/release/Text-Password-Pronounceable |
2006-12-29T07:26:25+00:00 | devel/p5-App-Control |
Apachectl style control of another script or executable App::Control is a simple module to replicate the kind of functionality you get with apachectl to control apache, but for any script or executable. There is a very simple OO interface, where the constructor is used to specify the executable, command line arguments, and pidfile, and various methods (start, stop, etc.) are used to control the executable in the obvious way. WWW: https://metacpan.org/release/App-Control |
2006-12-29T00:25:27+00:00 | multimedia/any2dvd |
A script to ease the pain of burning multimedia DVDs any2dvd is a behemoth script to transform PC multimedia files, in any format, into a DVD complete with menus & suitable for playback on a standalone DVD player. The package also includes the script any2vob to create .VOB files. WWW: http://any2dvd.sf.net |
2006-12-28T18:50:04+00:00 | games/quake2-3zb2 |
3rd Zigock II bots for Quake II 3rd Zigock II are probably the best bots available for Quake II. WWW: http://users.jp.tri6.net/~ponpoko/3zb2/ |
2006-12-27T19:55:22+00:00 | math/py-bitvector |
Pure-Python memory-efficient packed representation for bit arrays The BitVector class for a memory-efficient packed representation of bit arrays and for logical operations on such arrays. The core idea used in this Python script for bin packing is based on an internet posting by Josiah Carlson to the Pyrex mailing list. WWW: https://engineering.purdue.edu/kak/dist/ |
2006-12-27T15:14:32+00:00 | comms/atslog |
Software for collecting and analyzing calls from different PBX models The ATSlog software provides a handy Web-oriented interface for collecting, viewing and analyzing calls for various types of PBX (Private Branch eXchange) models. At present, the program operates successfully with Panasonic, Samsung, Hybrex, Siemens, LG, Ericsson, NEC and Alcatel PBX models. WWW: http://www.atslog.com/en/about/ |
2006-12-27T15:05:59+00:00 | ftp/py-ftputil |
High-level FTP client library ftputil is a high-level FTP client library for the Python programming language. ftputil implements a virtual file system for accessing FTP servers, that is, it can generate file-like objects for remote files. The library supports many functions similar to those in the os, os.path and shutil modules. ftputil has convenience functions for conditional uploads and downloads, and handles FTP clients and servers in different timezones. WWW: https://ftputil.sschwarzer.net/ |
2006-12-27T12:41:18+00:00 | security/vinetto |
Forensics tool to examine Thumbs.db files Vinetto extracts the thumbnails and associated metadata from the Thumbs.db files. The Windows systems (98, ME, 2000, XP and 2003 Server) can store thumbnails and metadata of the picture files contained in the directories of its FAT32 or NTFS filesystems. The thumbnails and associated metadata are stored in Thumbs.db files. The Thumbs.db files are undocumented OLE structured files. Once a picture file has been deleted from the filesystem, the related thumbnail and associated metada remain stored in the Thumbs.db file. So, the data contained in those Thumbs.db files are an helpful source of information for the forensics investigator. WWW: http://vinetto.sourceforge.net/ |
2006-12-26T20:50:32+00:00 | mail/pear-Mail_Mbox |
PEAR Read and modify Unix MBOXes It can split messages inside a Mbox, return the number of messages, return, update or remove an specific message or add a message on the Mbox. WWW: https://pear.php.net/package/Mail_Mbox |
2006-12-26T20:49:30+00:00 | devel/pear-HTML_Common2 |
PEAR::HTML_Common2 is a base class for other HTML classes TheHTML_Common2 package provides methods for HTML code display and attributes handling. * Provides methods to set, remove, merge HTML attributes. * Handles global document options (charset, linebreak and more). * Provides methods to handle indentation and HTML comments. WWW: https://pear.php.net/package/HTML_Common2 |
2006-12-26T20:47:48+00:00 | devel/pear-Console_Color |
PEAR use ANSI console colors You can use Console_Color::convert to transform colorcodes like %r into ANSI control codes. print Console_Color::convert("%rHello World!%n"); would print "Hello World" in red, for example. WWW: https://pear.php.net/package/Console_Color |
2006-12-26T07:59:50+00:00 | devel/p5-Tie-Array-Pack |
Array implemented as a packed string One of the drawbacks for using Perl's native array is that it is a memory-hog. Normally it takes 20 bytes a scalar (16 bytes for scalar + overhead). This can be a problem when you need to handle millions of numbers in-memory. This module saves memory in exchange for speed. WWW: https://metacpan.org/release/Tie-Array-Pack |
2006-12-26T04:36:35+00:00 | games/q2pro |
Quake II engine modification compatible with R1Q2 Q2PRO is a Quake II engine modification. Client and server sides are both compatible with original Quake2 v3.20 network architecture, as well as with modern R1Q2 network architecture. Q2PRO is designed to be secure, fast, and doesn't provide any graphical enhancements that are contrary to the classic Quake2 look and feel. It yet provides some features unique to Quake2, most notably server side MVDs (multi view demos). Q2PRO has its own software and OpenGL refresh libraries and runs under Windows and Unix-like systems. Q2PRO supports the following network protocols: - 34, original Quake2 protocol - 35, enhanced R1Q2 protocol - 36, enhanced Q2PRO protocol, extension of R1Q2 protocol - 37, special broadband MVD protocol WWW: http://q2pro.sourceforge.net/ |
2006-12-26T04:33:37+00:00 | games/quake2-zaero |
Quake II Zaero Mission Pack This is unofficial mission pack for Quake II, developed by Team Evolve and published by Macmillan Software, which was released in 1998. WWW: http://www.quakewiki.net/archives/teamevolve/products/ |
2006-12-26T04:28:41+00:00 | games/quake2-psychomod |
Psychomod modification for Quake II Psychomod modification for Quake II. |
2006-12-26T04:23:35+00:00 | games/quake2-matrix |
Matrix modification for Quake II Matrix modification for Quake II. |
2006-12-26T04:21:15+00:00 | games/quake2-lights |
Lights and weapon effects modification for Quake II This is a modification for Quake II which adds lights and lots of effects for the weapons shots. This mod is intended to play it with Quake2Max supported binaries because the lights and effects are better saw compared to original Quake2 binaries. This mod introduces a lot of new commands, scanner, flashlight, decoys, defense laser, chasecam, hook, etc. Some keys in the autoexec.cfg are set by default. Single player game is also playable with this mod. |
2006-12-26T03:53:51+00:00 | www/p5-Template-Plugin-JSON |
Adds a .json vmethod for all TT values This plugin provides a .json vmethod to all value types when loaded. WWW: https://metacpan.org/release/Template-Plugin-JSON |
2006-12-26T01:55:36+00:00 | www/p5-Template-Plugin-VMethods |
Install vmethods for Template-Toolkit Simple base class to allow your module to install and remove virtual methods into the Template Toolkit. WWW: https://metacpan.org/release/Template-Plugin-VMethods |
2006-12-25T20:08:15+00:00 | security/pantera |
Web Application Penetration Testing Suite Overview: Pantera uses an improved version of SpikeProxy to provide a powerful web application analysis engine. Goals: The primary goal of Pantera is to combine automated capabilities with complete manual testing to get the best penetration testing results. WWW: http://www.owasp.org/index.php/Category:OWASP_Pantera_Web_Assessment_Studio_Project |
2006-12-25T18:25:12+00:00 | graphics/frei0r |
Frei0r gavl plugins Frei0r is a minimalistic plugin API for video sources and filters. The behaviour of the effects can be controlled from the host by simple parameters. The intent is to solve the recurring reimplementation or adaptation issue of standard effects. It is not meant as a generic API for all kinds of video applications. There is no support for the requirements of special application areas like non linear editors, hardware accelerated shader effects, and high precision video processing. These advanced issues are not even solved satisfactory for non cross application plugin apis and are still an evolving field. The frei0r API is not meant to be a competing standard to more ambitious efforts. WWW: https://frei0r.dyne.org/ |
2006-12-25T16:02:15+00:00 | sysutils/linrename |
Rename multiple files using substitution linrename is a port of the Linux rename utility included with util-linux. It allows renaming multiple files using substitution. WWW: http://freecode.com/projects/util-linux/ |
2006-12-25T09:52:36+00:00 | palm/palm-db-tools |
Utilities for the PalmOS flat-file database programs This package includes several utilities that let you convert text files in CSV (comma-separated value) format to several flat-file database formats used on PalmOS PDAs and back again. WWW: http://pilot-db.sourceforge.net/ |
2006-12-25T07:45:49+00:00 | textproc/p5-Class-CSV |
Class based CSV parser/writer This module can be used to create objects from CSV files, or to create CSV files from objects. Text::CSV_XS is used for parsing and creating CSV file lines, so any limitations in Text::CSV_XS will of course be inherant in this module. WWW: https://metacpan.org/release/Class-CSV |
2006-12-25T06:29:56+00:00 | math/p5-Statistics-Forecast |
Calculates a future value This is an Oriented Object module that calculates a future value by using existing values. The new value is calculated by using linear regression. WWW: https://metacpan.org/release/Statistics-Forecast |
2006-12-25T03:28:36+00:00 | lang/p5-JSAN |
JavaScript Archive Network (JSAN) Shell JSAN -- JavaScript Archive Network (JSAN) Shell WWW: https://metacpan.org/release/JSAN |
2006-12-24T14:55:14+00:00 | net/g2ipmsg |
Popup style message communication tool for GNOME2 IP Messenger is a pop up style message communication software for multi platforms. It is based on TCP/IP(UDP). Win, Win16, Mac/MacOSX, X11R6/GTK/GNOME, Java, Div version and all source is open to public. WWW: https://ipmsg.org/index.html.en |
2006-12-24T12:41:05+00:00 | x11-toolkits/p5-Gtk2-Ex-FormFactory |
Makes building complex GUI more easy With Gtk2::Ex::FormFactory you can build a GUI which consistently represents the data of your application. WWW: https://metacpan.org/release/Gtk2-Ex-FormFactory |
2006-12-24T12:40:12+00:00 | devel/p5-Event-ExecFlow |
API for complex flow controls with asynchronous execution of external programs Event::ExecFlow provides a high level API for defining complex flow controls with asynchronous execution of external programs. WWW: https://metacpan.org/release/Event-ExecFlow |
2006-12-24T09:31:31+00:00 | math/py-basemap-data |
Map data for py-basemap Map data for the py-basemap port. WWW: http://matplotlib.sourceforge.net/matplotlib.toolkits.basemap.basemap.html |
2006-12-24T03:10:48+00:00 | sysutils/fusefs-gnome-vfs |
Interface between FUSE and the Gnome VFS 2.0 Interface between FUSE and the Gnome VFS 2.0. It allows the user to mount everything you can access via the Nautilus file manager. But of course you can use a convenient CLI instead of the Desktop. WWW: http://www.evolware.org/chri/ |
2006-12-23T16:04:33+00:00 | net/p5-Net-Z3950-ZOOM |
Perl interface to the Z39.50 Object-Orientation Model (ZOOM) This Perl module provides interface to the Z39.50 information retrieval protocol (aka ISO 23950), a mature and powerful protocol used in application domains as diverse as bibliographic information, geo-spatial mapping, museums and other cultural heritage information, and structured vocabulary navigation. WWW: https://metacpan.org/release/Net-Z3950-ZOOM |
2006-12-23T11:35:12+00:00 | irc/p5-IRC-Bot-Hangman |
IRC hangman bot This module provides a useless IRC bot which enables you to play hangman, the classic word game. It comes shipped with a list of ~2000 english words by default. The architecture is plugin based, words, commands and responses can be extended at will by adding new modules. The main motivation was to provide a multi-player text based game for children to help them practising writing. WWW: https://metacpan.org/release/IRC-Bot-Hangman |
2006-12-23T11:08:27+00:00 | www/p5-Newsletter |
Simple website based Newsletter interface Newsletter - A Simple website based Newsletter interface! A list of functions that can be exported. You can delete this section if you don't export anything, such as for a purely object-oriented module. WWW: https://metacpan.org/release/KALELE/Newsletter-0.033 |
2006-12-23T11:07:21+00:00 | mail/p5-MIME-Explode |
Perl extension for explode MIME messages MIME::Explode is perl module for parsing and decoding single or multipart MIME messages, and outputting its decoded components to a given directory ie, this module is designed to allows users to extract the attached files out of a MIME encoded email messages or mailboxes. WWW: https://metacpan.org/release/MIME-Explode |
2006-12-23T11:01:17+00:00 | games/p5-Games-GuessWord |
Guess the letters in a word (ie Hangman) This module is a simple wrapper around a word guessing game. You have to guess the word by guessing letters in the word, and is otherwise known as Hangman. WWW: https://metacpan.org/release/Games-GuessWord |
2006-12-23T10:49:30+00:00 | irc/p5-Bot-BasicBot |
Simple irc bot baseclass Basic bot system designed to make it easy to do simple bots, optionally forking longer processes (like searches) concurrently in the background. WWW: https://metacpan.org/release/Bot-BasicBot |
2006-12-23T10:43:06+00:00 | sysutils/etoile-system |
Etoile Project System Tool A tool for starting up the Etoile project in the correct order. WWW: http://www.etoile-project.org/ |
2006-12-23T10:41:03+00:00 | deskutils/etoile-systemconfig |
Framework which provides a way to set system preferences SystemConfig is a framework which provides various a common way to set system specific preferences by interfacing with the host system. Host system means the following combo: * operating sytem * additional abstraction support (sound, network etc.) * display/window server Versatile and flexible devices support is often done through an extra abstraction layer/library on top of the kernel. This is what 'additional abstraction support' means. GNOME System tools backend is an example of such library that allows to set various settings (like network related ones) without having to pay attention on which operating system Etoile is used. LICENSE: LGPL2 or later WWW: http://www.etoile-project.org/ |
2006-12-23T10:38:46+00:00 | deskutils/etoile-ui |
Etoile Project EtoileUI framework EtoileUI is a high-level OOUI toolkit that provides a uniform tree representation for graphical objects on top of the AppKit. All User Interface concerns such as layouts, event handlers, styles, model objects etc. intends to be implemented as pluggable aspects. It also shares the same interfaces as other CoreObject systems. The combination of these three key features makes possible to inspect and reshape both User Interface and model objects at runtime through direct manipulation. It comes with a library of layouts where each one encapsulate a custom and pluggable UI presentation. LICENSE: BSD WWW: http://www.etoile-project.org/ |
2006-12-23T10:33:42+00:00 | deskutils/etoile-panekit |
Framework which provides flexible pane window in GNUstep PaneKit is a framework which provides various features to build flexible pane window in any GNUstep or Cocoa applications. PKPanesController controls the main user interface and several presentations are available. Panes can be build in bundle of Nib or programmingly. They are registered in PKPaneRegistry and displayed by PKPanesController. PKPreferencesController and PKPreferencesPaneRegistry are designed to handle preferences. It includes an NSPreferencePane implementation (following Cocoa API). It is based on GSSystemPreferences code written by Uli Kusterer. WWW: http://www.etoile-project.org/ |
2006-12-23T10:32:01+00:00 | multimedia/etoile-multimediakit |
Common backend engine to play multimedia stream MultimediaKit provides common backend engine to play multimedia stream. Currently, it supports mplayer backend based on MPlayerOSX. MPlayer and MPlyaerOSX: http://www.sonappart.net/gnustep/mplayer/ MPlayerPort: http://www.sonappart.net/gnustep/mplayer/ WWW: http://www.etoile-project.org/ |
2006-12-23T10:28:48+00:00 | devel/etoile-foundation |
Etoile Project EtoileFoundation framework EtoileFoundation is the core framework for all Etoile projects, providing numerous convenience methods on top of the OpenStep foundation and significantly better support for reflection. Here is a summary of some the interesting features: - mixins and traits - restartable exceptions - collection class protocol and additions - UUID - convenient macros such as FOREACH - dynamic C array Two sub-frameworks are bundled with it: - *EtoileThread* which allows objects to transparently be run in a separate thread. - *EtoileXML* which is a light-weight and tolerant XML parsing framework whose main ability is to handle truncated and not well-formed XML documents. For example, with XML streams used by the XMPP protocol, the XML is received in fragments. LICENSE: BSD Copyright (c) 2005-2008, Uli Kusterer, Quentin Mathe, David Chisnall, Yen-Ju Chen All rights reserved. WWW: http://www.etoile-project.org/ |
2006-12-23T10:26:23+00:00 | devel/etoile-collectionkit |
Provides a common storage facility for records with properties CollectionKit provides a common storage facility for records with properties, such as contact information, playlist, bookmark, etc. These records have defined structure (property-value relationship) which can be handled better than general property list. But values of these properties are too flexible to be stored in database, for example, a contact information may have multiple home phone numbers. Records can be grouped and groups can have groups inside. AddressBook framework from Apple provides a good mechanism of handling these kind of records and Addresses for GNUstep implements the same interface. CollectionKit aims to provide a general storage facility based on Addresses for GNUstep so that other applications and frameworks can easily handle their information in the same manner. CollectionKit provide very little predefined properties. Therefore, a framework on top of CollectionKit is needed if the information is intended to be shared by many applications. WWW: http://www.etoile-project.org/ |
2006-12-23T10:24:21+00:00 | sysutils/etoile-behavior |
Etoile Project AppKit bundle for session AppKit bundle EtoileBehavior which implements session protocol to support log out (this will be enabled by an update on System). WWW: http://www.etoile-project.org/ |
2006-12-23T07:09:58+00:00 | x11-themes/camaelon-nesedah |
Etoile Project's Nesedah Camaelon Theme Nesedah is the default theme for Etoile, using the Camaelon theming engine. It is meant to be the logical successor to the interfaces of OPENSTEP and Mac OS 9 Platinum (or, as we like to call it, what OS X would have been without Aqua and gumdrop buttons). Nesedah has been built primarily with usability and discoverability in mind. but it also tries to fit in with other modern interfaces. WWW: http://www.etoile-project.org/etoile/mediawiki/index.php?title=Nesedah |
2006-12-23T02:36:39+00:00 | net/pear-Net_Whois |
Tool to query internet domain name services The PEAR::Net_Whois looks up records in the databases maintained by several Network Information Centers (NICs). WWW: https://pear.php.net/package/Net_Whois |
2006-12-23T02:35:46+00:00 | net/pear-Net_Geo |
Geographical locations based on Internet address Obtains geographical information based on IP number, domain name, or AS number. Makes use of CAIDA Net_Geo lookup, HostIP or localizer extension. WWW: https://pear.php.net/package/Net_Geo |
2006-12-22T23:32:22+00:00 | audio/gstreamer-plugins-spc |
Gstreamer OpenSPC frontend |
2006-12-22T22:33:52+00:00 | dns/pear-Net_DNS |
Resolver library used to communicate with a DNS server A resolver library used to communicate with a name server to perform DNS queries, zone transfers, dynamic DNS updates, etc. Creates an object hierarchy from a DNS server response, which allows you to view all of the information given by the DNS server. It bypasses the system resolver library and communicates directly with the server. WWW: https://pear.php.net/package/Net_DNS |
2006-12-22T22:26:53+00:00 | devel/p5-POE-Component-Pluggable |
Base class for creating plugin enabled POE Components POE::Component::Pluggable is a base class for creating plugin enabled POE Components. It is a generic port of POE::Component::IRCs plugin system. If your component dispatches events to registered POE sessions then POE::Component::Pluggable may be a good fit for you. WWW: https://metacpan.org/release/POE-Component-Pluggable |
2006-12-22T12:59:07+00:00 | editors/etoile-typewriter |
General text editor for plain and rich format text Etoile intends to be an innovative GNUstep based user environnement built from the ground up on highly modular and light components with project and document orientation in mind, in order to allow users to create their own workflow by reshaping or recombining provided Services (aka Applications), Components etc. Flexibility and modularity on both User Interface and code level should allow us to scale from PDA to computer environment. Typewriter is a general text editor for plain and rich format text. LICENSE: BSD WWW: http://www.etoile-project.org/ |
2006-12-22T12:57:12+00:00 | textproc/etoile-lucenekit |
Etoile Project OgreKit framework Lucene is a high-performance, full-featured text search engine library. It is a technology suitable for nearly any application that requires full-text search. LICENSE: Apache License 2.0 WWW: http://www.etoile-project.org/ |
2006-12-22T12:54:01+00:00 | textproc/etoile-ogrekit |
Etoile Project OgreKit framework OgreKit is a regular expression library written in Objective-C. It uses OniGuruma as regular expression engine. This is a GNUstep fork of OgreKit 2.1.2 <http://www8.ocn.ne.jp/~sonoisa/OgreKit/>. Since it is a fork, the API may differ in the future. Original licence of OgreKit is BSD License. This fork uses also BSD license (see COPYING document). LICENSE: BSD WWW: http://www.etoile-project.org/ |
2006-12-22T11:04:13+00:00 | x11/etoile |
Metaport for Etoile desktop Etoile intends to be an innovative GNUstep based user environnement built from the ground up on highly modular and light components with project and document orientation in mind, in order to allow users to create their own workflow by reshaping or recombining provided Services (aka Applications), Components etc. Flexibility and modularity on both User Interface and code level should allow us to scale from PDA to computer environment. WWW: http://www.etoile-project.org/ |
2006-12-22T09:09:38+00:00 | cad/scv |
SystemC Verification library The SystemC Verification (SCV) library is an extension library to SystemC which adds advanced verification capabilities to SystemC, including constrained randomization, complex constraint solvers, data-structure creation, Transaction Level Modeling (TLM), concurrency, and dynamic resource allocation management. WWW: http://www.systemc.org/ |
2006-12-22T05:21:23+00:00 | www/py-wsgiref |
Backport of Python 2.5's wsgiref module wsgiref is a reference implementation of the WSGI standard. This is a backport of wsgiref which is included in Python 2.5 WWW: http://cheeseshop.python.org/pypi/wsgiref |
2006-12-22T03:38:47+00:00 | science/linsmith |
Smith charting program linSmith is a Smith Charting program. You can enter either discrete components or transmission lines, see the results on screen and/or generate Postscript output. Component values can be changed numerically or using scrollbars. WWW: http://jcoppens.com/soft/linsmith/index.en.php |
2006-12-22T02:47:33+00:00 | comms/fldigi |
Digital decoder for psk, cw, psk31, olivia Digital modem program. Supports the following digital modes: CW, DominoEX 4 DominoEX 5 DominoEX 8 DominoEX 11 DominoEX 16 DominoEX 22, Feld-Hell FSK-Hell FSK-Hell 105, MFSK-8 MFSK-16 MFSK-16 pix , PSK-31 QPSK-31 PSK-63 QPSK-63 PSK-125 QPSK-125, OLIVIA / Contestia various tones and bandwidth, RTTY various Baud Rates, Shifts, Nbr of data bits, etc., Throb-1 Throb-2 Throb-4 ThrobX-1 ThrobX-2 ThrobX-4, WWV Receive only - calibrate your sound card to WWV and Freq Analysis Receive only - be ready for the (next) ARRL FMT (freq meas test). WWW: http://www.w1hkj.com |
2006-12-21T22:39:04+00:00 | comms/kmobiletools |
Control mobile phones with your PC KMobileTools is a nice KDE-based application that allows to control mobile phones with your PC. It handles full SMS control, dialing calls, phonebook, and phone status monitoring. It's also integrated with the KDE environment, so it can be embedded in Kontact, or import/export from and to KAddressBook. It has been tested on Motorola, Nokia, Siemens, Sony Ericsson and LG mobile phones. Anyway each AT Command compliant device should be well supported. WWW: http://www.kmobiletools.org/ |
2006-12-21T21:19:26+00:00 | comms/soundmodem |
Amateur Radio sound modem soundmodem Tom's userland modem on FreeBSD WWW: http://gna.org/projects/soundmodem |
2006-12-21T21:03:06+00:00 | www/opera-linuxplugins |
Linux plugin support for the native Opera browser This port allows you to use Linux plugins such as Adobe Flash and Acrobat Reader in the native version of Opera for FreeBSD. WWW: http://www.opera.com/ |
2006-12-21T20:20:49+00:00 | net-mgmt/ndpmon |
On-link icmpv6 message monitoring and reporting daemon NDPMon is an equivalent of ArpWatch for IPv6. NDPMon, Neighbor Discovery Protocol Monitor, is a tool working with ICMPv6 packets. NDPMon observes the local network to see if nodes using neighbor discovery messages behave properly. When it detects a suspicious Neighbor Discovery message, it notifies the administrator by writing in the syslog and in some cases by sending an email report. WWW: http://ndpmon.sourceforge.net |
2006-12-21T20:20:43+00:00 | emulators/tme |
Emulator for Sun 2/120, 3/150, and SPARCstation 2 machines The Machine Emulator provides a general-purpose framework for computer emulation. Right now it can emulate Sun 2/120, 3/150 and SPARCstation 2 (4/75). WWW: http://people.csail.mit.edu/fredette/tme/ |
2006-12-21T20:20:32+00:00 | accessibility/py-papi |
ATK accessibility wrapper for python Papi, the Python Accessibility Programming Interface, is a Python wrapper around the GNOME ATK toolkit. It allows a developer to make python objects and applications easily accessibility aware without the need to install PyGTK and the GNOME accessibility components. Instead it only depends on ATK and - on the developers behalf - the ATK/AT-SPI bridge shipped with AT-SPI. WWW: http://ocemp.sourceforge.net/papi.html |
2006-12-21T20:20:28+00:00 | games/tetrons |
Tetris(TM) clone for X11 This is a version of the popular falling-block game from the eighties which requires only Xlib to build and run. |
2006-12-21T19:57:35+00:00 | math/py-igraph |
High performance graph data structures and algorithms This module extends Python with a Graph class which is capable of handling arbitrary directed and undirected graphs with thousands of nodes and millions of edges. Since the module makes use of the open source igraph library written in almost 100% pure C, it is blazing fast and outperforms most other pure Python-based packages around. WWW: http://cneurocvs.rmki.kfki.hu/igraph |
2006-12-21T19:33:41+00:00 | textproc/svn2cl |
Subversion ChangeLog generator svn2cl is a simple xsl transformation and shell script wrapper for generating a classic GNU-style ChangeLog from a subversion repository log. It is made from several changelog-like scripts using common xslt constructs found in different places. WWW: http://arthurdejong.org/svn2cl/ |
2006-12-20T23:02:59+00:00 | emulators/linux-libaio |
Linux-native asynchronous I/O access library, Linux binary The Linux-native asynchronous I/O facility ("async I/O", or "aio") has a richer API and capability set than the simple POSIX async I/O facility. This library, libaio, provides the Linux-native API for async I/O. The POSIX async I/O facility requires this library in order to provide kernel-accelerated async I/O capabilities, as do applications which require the Linux-native async I/O API. |
2006-12-20T15:54:18+00:00 | net/rubygem-openid |
OpenID library written in pure Ruby A Ruby library for verifying and serving OpenID identities. Ruby OpenID makes it easy to add OpenID authentication to your web applications. This library is a port of the Python OpenID library, and features: * API for verifying OpenID identities (OpenID::Consumer) * API for serving OpenID identities (OpenID::Server) * Consumer and server support for extensions, including simple registration * Yadis 1.0 and OpenID 1.0 service discovery, including server fallback * Does not depend on underlying web framework * Multiple storage implementations (Filesystem, SQL) * Comprehensive test suite * Example code to help you get started, including: o WEBrick based consumer o Ruby on rails based server o OpenIDLoginGenerator for quickly creating a rails app that uses OpenID for authentication o ActiveRecord adapter for using an SQL store in rails WWW: http://rubygems.org/gems/openid/ |
2006-12-20T11:41:27+00:00 | security/p5-Net-OpenID-JanRain |
OpenID JanRain and Consumer with JanRain API OpenID is a decentralized identity system, but one that's actually decentralized and doesn't entirely crumble if one company turns evil or goes out of business. An OpenID identity is just a URL. You can have multiple identities in the same way you can have multiple URLs. All OpenID does is provide a way to prove that you own a URL (identity). Anybody can run their own site using OpenID, and anybody can be an OpenID server, and they all work with each other without having to register with or pay anybody to "get started". An owner of a URL can pick which OpenID server to use. WWW: http://www.openidenabled.com/openid/libraries/perl/ |
2006-12-20T09:53:45+00:00 | security/py-openid |
Python OpenID version Python OpenID library implements recent changes to the OpenID specification as well as making API changes that should make integration with applications easier. This library allows the use of XRI as OpenID identifiers, allowing users to log in with their i-names. For full XRI compatibility, relying parties integrating this library should take note of the user's CanonicalID, as described in the "Identifying the End User" section of the OpenID 2.0 specification. WWW: http://www.openidenabled.com/openid/libraries/python/ |
2006-12-20T07:24:47+00:00 | misc/mbuffer |
Tool for buffering data streams mbuffer is a tool for buffering data streams. It is also a replacement for buffer with additional functionality: - multi-target network output - on the fly hash calculation - display of I/O speed - optional use of memory mapped I/O for huge buffers - multithreaded instead of sharedmemory ipc - multi volume support - autoloader support - networking support - command-line options compatible to buffer WWW: http://www.maier-komor.de/mbuffer.html |
2006-12-20T06:33:25+00:00 | www/py-urljr |
Common interface to HTTP fetchers for PycURL or urllib2 urljr ----- URL-related utilites from JanRain, Inc. This package contains the "fetchers" module, which provides a common interface to urllib2 and curl for making HTTP requests. WWW: http://www.openidenabled.com/openid/libraries/python/urljr/ |
2006-12-20T06:26:28+00:00 | devel/p5-Sort-Maker |
Simple way to make efficient sort subs This module has two main goals: to make it easy to create correct sort functions, and to make it simple to select the optimum sorting algorithm for the number of items to be sorted. Sort::Maker generates complete sort subroutines in one of four styles, plain, orcish manouver, Schwartzian Transform and the Guttman-Rosler Transform. You can also get the source for a sort sub you create via the sorter_source call. WWW: https://metacpan.org/release/Sort-Maker |
2006-12-20T05:47:34+00:00 | security/phpmyid |
A single user Identity Provider for the OpenID framework phpMyID is a single user (though, if you were so inclined, you could easily turn it into a multi-user setup) IdP, or "Identity Provider" for the OpenID framework. It's a single PHP script with minimal dependancies. You don't need a database, you don't need to make your filesystem writable, you don't need to download any libraries, and you don't need to recompile PHP. WWW: http://siege.org/projects/phpMyID/ |
2006-12-20T01:03:59+00:00 | net/py-yadis |
Python support for the Yadis service discovery protocol Python YADIS ------------ This code implements relying party support for the Yadis service discovery protocol. The protocol was developed for use by decentralized URL-based identity systems, but is useful for advertising services provided by or on behalf of a certain URL. To learn more about Yadis, see http://www.openidenabled.com/yadis The module yadis.xrires also provides a method of resolving XRI. The JanRain Python OpenID library uses this library for discovery of OpenID service endpoints. See that library for an example of library usage. WWW: http://www.openidenabled.com/yadis/libraries/python/ |
2006-12-20T00:48:38+00:00 | net/rubygem-yadis |
Yadis Service discovery library written in pure Ruby A Yadis Service discovery library written in pure Ruby. ruby-yadis contains full yadis service discovery functionality. Point releases will be issued as the Yadis 1.0 specification gets rounded out. Features include: * Easy to use interface for fetching Yadis service information * XRDS parser * HTTPS and server certificate verification support * Test suite * BSD license WWW: http://www.openidenabled.com/yadis/libraries/ruby/ |
2006-12-19T23:55:54+00:00 | multimedia/mythtv |
Homebrew PVR project MythTV is a "Personal Video Recorder", i.e. a computer-based video recorder. It supports pausing and rewinding live TV, multiple tuner cards, hardware or software video compression, onscreen program guides and a distributed architecture. MythTV requires tuner drivers which support the V4L standard. Currently no official FreeBSD driver does so, but the latest version of a beta version of the cxm driver is available from http://usleepless.110mb.com/pvrxxx_port-10042007.tgz. Problems have been reported with this port; if you use it, you should join the FreeBSD-multimedia mailing list and report where appropriate. WWW: http://www.mythtv.org/ |
2006-12-19T22:58:24+00:00 | www/gregarius |
Web-based RSS/RDF/ATOM news aggregator Gregarius is a Web-based RSS/RDF/ATOM news aggregator featuring OPML import/export, XHTML/CSS output and an AJAX-based item tagging system. WWW: http://gregarius.net/ |
2006-12-19T12:02:39+00:00 | www/p5-LWPx-ParanoidAgent |
Subclass of LWP::UserAgent that protects you from harm LWPx::ParanoidAgent is a class subclassing LWP::UserAgent, but paranoid against attackers. It's to be used when you're fetching a remote resource on behalf of a possibly malicious user. This class can do whatever LWP::UserAgent can (callbacks, uploads from files, etc), except proxy support is explicitly removed, because in that case you should do your paranoia at your proxy. Also, the schemes are limited to http and https, which are mapped to LWPx::Protocol::http_paranoid and LWPx::Protocol::https_paranoid, respectively, which are forked versions of the same ones without the "_paranoid". Subclassing them didn't look possible, as they were essentially just one huge function. This class protects you from connecting to internal IP ranges (unless you whitelist them), hostnames/IPs that you blacklist, remote webserver tarpitting your process (the timeout parameter is changed to be a global timeout over the entire process), and all combinations of redirects and DNS tricks to otherwise tarpit and/or connect to internal resources. WWW: https://metacpan.org/release/LWPx-ParanoidAgent |
2006-12-19T11:21:16+00:00 | net/tryst-examples |
TBrowser and TChat Applications that uses the Tryst kit. TBrowser, TChat LICENSE: BSD 2 clause / LGPL Copyright (c) 2002 - 2006, Chris B. Vetter WWW: http://gnustep.dyndns.org/ |
2006-12-19T10:28:22+00:00 | net/tryst |
Implementation of Apples Bonjour for GNUstep Using Tryst, applications can discover what services are available on the network, along with all necessary access information such as name, IP address, and port number for a given service. Bonjour allows you to register a network service, such as a printer or file server, so that it can be found by name or browsed for by service type and domain. LICENSE: BSD 2 clause / LGPL Copyright (c) 2002 - 2006, Chris B. Vetter WWW: http://gnustep.dyndns.org/ |
2006-12-19T09:32:44+00:00 | games/fortunate |
Graphical front-end to the command-line BSD fortune Fortunate displays a quotation in a window. Fortunate is a Cocoa/Objective-C graphical front-end to the command-line BSD fortune which, since the dawn of time, has been providing countless seconds of fun each time a user logs in. LICENSE: Public Domain WWW: http://www.orange-carb.org/~csaldanh/software.html |
2006-12-19T08:55:45+00:00 | net/p5-Net-Yadis |
Yadis service discovery protocol, and parses XRDS xml documents Yadis is a service discovery system allowing relying parties (aka identity consumers or membersites) to determine automatically, without end-user intervention, the most appropriate protocol to use. Examples of such services are: * Single sign-on across web sites * Profile exchange and form filling * Blog anti-spam Yadis provides the first step for any service that uses identifiers for authentication, accountability, privacy controlled data exchange and more. WWW: https://metacpan.org/release/Net-Yadis |
2006-12-19T08:06:33+00:00 | audio/exaile |
Full featured python-based music player for GTK+ Exaile is a music manager and player for GTK+ written in Python. It incorporates automatic fetching of album art, lyrics fetching, artist/album information via Wikipedia, Last.fm scrobbling, support for many portable media players including iPods, internet radio such as shoutcast, and tabbed playlists. WWW: https://www.exaile.org/ |
2006-12-19T08:06:33+00:00 | audio/exaile-devel |
Full featured python-based music player for GTK+ Exaile is a music manager and player for GTK+ written in Python. It incorporates automatic fetching of album art, lyrics fetching, artist/album information via Wikipedia, Last.fm scrobbling, support for many portable media players including iPods, internet radio such as shoutcast, and tabbed playlists. WWW: https://www.exaile.org/ |
2006-12-19T07:28:37+00:00 | devel/gflags |
Commandline flags module for C++ gflags - Commandline flags module for C++ The gflags package contains a library that implements commandline flags processing. As such it's a replacement for getopt(). It has increased flexibility, including built-in support for C++ types like string, and the ability to define flags in the source file in which they're used. WWW: https://github.com/gflags/gflags |
2006-12-19T06:57:15+00:00 | databases/sqlitemanager |
Multilingual web based tool to manage SQLite database SQLiteManager is a multilingual web based tool to manage SQLite database. The programming language used is: PHP4, but work fine with PHP5. Work just as well on a platform Linux as on Windows or MAC. WWW: http://www.sqlitemanager.org/ |
2006-12-18T18:31:57+00:00 | deskutils/toolbox |
Collection of tools for GNUstep Toobox is a collection of tools. Each tool is in the form of bundle. In a given category, you can add new items. Each item contains the value of location and of bundle (tool). Depending on the location, items can have different contents even with the same bundle. Conceptually, it is similar to the bookmark. It does not only store the location, but also the tool to access the location. The item is not supposed to change its location frequently. It is designed to access the fixed location, either on file system or over internet. Some items don't access any location, such as calculator. LICENSE: GPL2 or later WWW: http://www.nongnu.org/toolbox/ |
2006-12-18T18:23:32+00:00 | textproc/popup-stacks |
Stacks for use with Popup User Contributed Cardstacks for Popup * English-German (3910 cards) * German-French (4006 cards) LICENSE: GPL2 or later WWW: http://popup.sourceforge.net/ |
2006-12-18T18:20:44+00:00 | textproc/popup |
Interactive learning aid for pairs of words Popup is an interactive learning aid for pairs of words. It behaves much like a stack of flashcards, but handles one-to-many and many-to-one word relationships better, and includes an integrated scheduler for efficient use of your 'cards'. Popup was written by Bjorn Ghola and Rob Burns. Features: * An editor for cardstack files with support for copying and pasting groups of words, as well as drag and drop. * Three quiz styles: multiple choice, spelling, and flashcard. * Supports quizes and practice * Graduated time interval scheduler. * Localized for Thai and German. LICENSE: GPL2 or later WWW: http://popup.sourceforge.net/ |
2006-12-18T18:05:21+00:00 | archivers/p5-PerlIO-via-Bzip2 |
Perl extension to provide a PerlIO layer to bzip2/bunzip2 This module implements a PerlIO layer which will let you handle bzip2 compressed files transparently. WWW: https://metacpan.org/release/PerlIO-via-Bzip2 |
2006-12-18T17:04:07+00:00 | deskutils/toolboxkit |
Toolbox bundle for GNUstep Toolbox bundle for GNUstep, part of the Toolbox. LICENSE: GPL2 or later WWW: http://www.nongnu.org/toolbox/ |
2006-12-18T14:54:32+00:00 | sysutils/tracker |
Object database, tag/metadata database, search tool and indexer Tracker is a powerful desktop-neutral first class object database, tag/metadata database, search tool and indexer. Tracker is also extremely fast and super efficient with your systems memory when compared with some other competing frameworks and is by far the fastest and most memory efficient Nautilus search and Deskbar backends currently availble. It consists of a common object database that allows entities to have an almost infinte number of properties, metadata (both embedded/harvested as well as user definable), a comprehensive database of keywords/tags and links to other entities. WWW: https://wiki.gnome.org/Projects/Tracker |
2006-12-18T14:54:32+00:00 | sysutils/tracker-client |
Object database, tag/metadata database, search tool and indexer Tracker is a powerful desktop-neutral first class object database, tag/metadata database, search tool and indexer. Tracker is also extremely fast and super efficient with your systems memory when compared with some other competing frameworks and is by far the fastest and most memory efficient Nautilus search and Deskbar backends currently availble. It consists of a common object database that allows entities to have an almost infinte number of properties, metadata (both embedded/harvested as well as user definable), a comprehensive database of keywords/tags and links to other entities. WWW: http://www.tracker-project.org/ |
2006-12-18T12:19:08+00:00 | graphics/camerakit |
Framework that allows to access digital cameras CameraKit new framework that allows to access digital cameras. CameraKit is based on libgphoto. WWW: http://home.gna.org/gsimageapps/ |
2006-12-18T10:32:20+00:00 | news/lusernet |
GNUstep news reader LuserNET is an NNTP-based news reader for GNUstep. LICENSE: GPL2 |
2006-12-17T22:19:04+00:00 | textproc/sowing |
Text processing tools to generate documentation from source files Text processing tools developed by Bill Gropp. It might be used to build the PETSc & MPICH documentation. WWW: http://web.engr.illinois.edu/~wgropp/projects/software/sowing/ |
2006-12-17T20:29:05+00:00 | security/mypasswordsafe |
Easy-to-use password manager compatible with Password Safe MyPasswordSafe is a straight-forward, easy-to-use password manager that maintains compatibility with Password Safe files. MyPasswordSafe has the following features: * Safes are encrypted when they are stored to disk. * Passwords never have to be seen, because they are copied to the clipboard. * Random passwords can be generated. * Window size, position, and column widths are remembered. * Passwords remain encrypted until they need to be decrypted at the dialog and file levels. * A safe can be made active so it will always be opened when MyPasswordSafe starts. * Supports Unicode in the safes. * Languages supported: English and French. WWW: http://www.semanticgap.com/myps/ |
2006-12-17T14:01:58+00:00 | textproc/sk-ispell |
|
2006-12-17T09:53:07+00:00 | devel/ruby-event-loop |
Event loop for Ruby event-loop is a simple signal system and an event loop that uses said simple signal system. WWW: http://www.brockman.se/software/ruby-event-loop/ |
2006-12-17T09:40:21+00:00 | textproc/py-markdown2 |
Fast and complete Python implementation of Markdown py-markdown2 provides a converter written in Python that closely matches the behaviour of the original Perl-implemented Markdown.pl. There is another Python markdown.py , but markdown2.py is faster and, to my knowledge, more correct. Markdown is a light text markup format and a processor to convert that to HTML. WWW: http://code.google.com/p/python-markdown2/ |
2006-12-17T09:40:21+00:00 | textproc/py-markdown |
Python implementation of Markdown This is a Python implementation of John Gruber's Markdown. It is almost completely compliant with the reference implementation, though there are a few very minor differences. Features: * International Input * Extensions * Output Formats * "Safe Modes" * Command Line Interface WWW: https://pythonhosted.org/Markdown/ |
2006-12-16T22:26:55+00:00 | multimedia/shell-fm |
A command-line client for Last.FM This is a port of Shell.FM, a console based player for the streams provided by Last.FM for the Linux platform. It's lightweight, easy to use and under heavy development. New features might be added every day. Shell.FM is Open Source and published under the terms of the GNU General Public License, so feel free to modify and/or redistribute it. WWW: http://nex.scrapping.cc/shell-fm/ |
2006-12-16T22:26:15+00:00 | net-mgmt/rcpd |
RCP server for routers and network devices rcpd is a RCP server intended specifically for router or network device clients. It is used to transfer configurations, boot images, and kernels images (eg: IOS) to the devices. These files are often tranfered with TFTP, but TFTP has reliability and speed issues and file size limitations due to it's protocol specification and underlying transport; while RCP is not affected. WWW: http://www.shrubbery.net/rcpd/ |
2006-12-16T18:30:31+00:00 | deskutils/cartotheque |
Managing notes on small cards An application for managing notes on small cards (like punch cards :). The application uses a directory based repository for cards with various contents. Currently only one contents is supported, and that is RTF contents (NSAttributedString) editable by a text view. |
2006-12-16T18:17:56+00:00 | deskutils/mywiki |
Personal wiki on GNUstep MyWiki is a Wiki without server. All the pages are in a single non-standard XML document. Files can be dragged and dropped so that documents can be moved around without losing connections between the pages and files within. LICENSE: GPL2 or later Author: Yen-Ju Chen |
2006-12-16T16:11:56+00:00 | graphics/pixen |
Graphics editing software for small-scale pictures for GNUstep Port of the MacOSX pixel-art software to GNUstep LICENSE: MIT WWW: http://home.gna.org/gsimageapps/ WWW: http://www.opensword.org/Pixen/ |
2006-12-16T13:11:37+00:00 | deskutils/appwrapper |
GNUstep application wrapper AppWrapper is a GNUstep application meant to aid in the creation of non GNUstep application wrappers for use by GWorkspace and other tools that open GNUstep applications. LICENSE: GPL2 WWW: http://appwrapper.sourceforge.net/ |
2006-12-16T06:48:38+00:00 | german/digibux |
Reader for editions of Digitale Bibliothek Digibux is an open source reader for all Editions of the digital library "Digitale Bibliothek" (www.digitale-bibliothek.de) Series, including the german wikipedia dvd version (2005-2006). LICENSE: GPL2 or later WWW: http://savannah.nongnu.org/projects/digibux/ |
2006-12-16T03:48:34+00:00 | textproc/vbindiff |
Visual binary diff, visually compare binary files Visual Binary Diff (VBinDiff) displays files in hexadecimal and ASCII (or EBCDIC). It can also display two files at once, and highlight the differences between them. Unlike diff, it works well with large files (up to 4 GB). WWW: https://www.cjmweb.net/vbindiff/ |
2006-12-15T23:23:22+00:00 | math/p5-Statistics-Descriptive-Discrete |
Compute descriptive statistics for discrete data sets This module provides basic functions used in descriptive statistics. It borrows very heavily from Statistics::Descriptive::Full (which is included with Statistics::Descriptive) with one major difference. This module is optimized for discretized data e.g. data from an A/D conversion that has a discrete set of possible values. E.g. if your data is produced by an 8 bit A/D then you'd have only 256 possible values in your data set. Even though you might have a million data points, you'd only have 256 different values in those million points. Instead of storing the entire data set as Statistics::Descriptive does, this module only stores the values it's seen and the number of times it's seen each value. For very large data sets, this storage method results in significant speed and memory improvements. In a test case with 2.6 million data points from a real world application, Statistics::Descriptive::Discrete took 40 seconds to calculate a set of statistics instead of the 561 seconds required by Statistics::Descriptive::Full. It also required only 4MB of RAM instead of the 400MB used by Statistics::Descriptive::Full for the same data set. WWW: https://metacpan.org/release/Statistics-Descriptive-Discrete |
2006-12-15T15:14:11+00:00 | audio/slimserver-lazysearch |
SlimServer plugin for performing lazy searches This is a SlimServer plugin to add lazy search capabilities. Lazy searching allows for much faster entry of search text by allowing you to forget about multi-tapping and instead just press each of the remote control buttons once for each of the letters in the text, whatever position the letter appears in above the button. WWW: http://hickinbottom.demon.co.uk/lazysearch/ |
2006-12-15T15:09:10+00:00 | audio/slimserver-dynamictransition |
SlimServer plugin for determining transition behaviour between tracks This plugin looks at the songs before and after the current song in the playlist and determines whether an album is playing or if random tracks are playing. After that determination, it sets the player's transition behavior (crossfade, fade, etc) appropriately. The transition behavior for the album/random/default cases can be changed by modifying the values of the four global variables at the top of Transitions.pm. There is also a user configurable section for excluding specific genres from being processed for album/random detection. In these cases, the 'default' transition preference will be used. WWW: http://www.sutula.us/james/slimserver/ |
2006-12-15T09:45:28+00:00 | graphics/vindaloo |
PDF Reader for GNUstep Vindaloo is a PDF Reader for GNUstep. LICENSE: GPL2 or later WWW: http://home.gna.org/gsimageapps/ |
2006-12-14T22:24:26+00:00 | net-mgmt/routers2-extras |
Extra extensions and scripts for routers2 frontend Extras extensions and third party scripts for routers2 frontend WWW: http://www.steveshipway.org/software/ |
2006-12-14T21:29:24+00:00 | audio/mp3towav-bundle |
MP3ToWav plugin for Burn.app MP3ToWav.bundle is a supporting bundle for Burn.app. It implements API for Burn.app's the audio file conversion bundles. MP3ToWav.bundle converts, as its name implies, mp3 audio files into wav audio files which can be burned onto a CD playable in your home stereo. LICENSE: GPL2 or later WWW: http://gsburn.sourceforge.net/ |
2006-12-14T21:24:36+00:00 | graphics/svgviewer |
SVG Viewer for GNUstep SVG Viewer for GNUstep Author: Alexander Malmberg |
2006-12-14T21:09:03+00:00 | graphics/popplerkit |
Framework that supports rendering of PDF content PopplerKit is a Framework for accessing and rendering PDF content. It is based on the poppler library. Features: - Render PDF content. - Extract text from a PDF document. - Access a PDF document's outline. - Search in PDF documents. LICENSE: GPL2 or later WWW: http://home.gna.org/gsimageapps/ |
2006-12-14T20:16:43+00:00 | benchmarks/gsbench |
Benchmarking tool for GNUstep This is GSBench for GNUstep. It started as a simple conversion of NXBench for NEXTSTEP. I rewrote the entire application for version 0.5 in order to have an open architecture which allows the integration of other benchmarks by using bundles. LICENSE: GPL2 or later WWW: http://www.nice.ch/~phip/softcorner.html |
2006-12-14T16:03:08+00:00 | games/poker-engine |
Python library that implements poker rules poker-engine is a python library that implements poker rules according to variants and betting structures specified in configuration files. It designed to be used by a multiplayer poker server, a poker AI or a poker client. WWW: http://www.pokersource.info/wiki/poker-engine |
2006-12-14T16:00:46+00:00 | games/py-poker-eval |
Python adaptor for the poker-eval toolkit This package is python adaptor for the poker-eval toolkit for writing programs which simulate or analyze poker games as found at http://gna.org/projects/pokersource/. The python interface is somewhat simpler than the C API of poker-eval. It assumes that the caller is willing to have a higher level API and is not interested in a one to one mapping of the poker-eval API. WWW: http://www.pokersource.info/wiki/pypoker-eval |
2006-12-14T15:57:52+00:00 | games/poker-eval |
C library to evaluate poker hands poker-eval is a C library to evaluate poker hands. The result of the evalution for a given hand is a number. The general idea is that if the evalution of your hand is lower than the evaluation of the hand of your opponent, you lose. Many poker variants are supported (draw, holdem, omaha, etc.) and more can be added. poker-eval is designed for speed so that it can be used within poker simulation software using either exhaustive exploration or Monte Carlo. WWW: http://www.pokersource.info/wiki/poker-eval |
2006-12-14T11:58:42+00:00 | net/ushare |
Lightweight UPnP (TM) A/V Media Server GeeXboX uShare is a UPnP (TM) A/V Media Server. It implements the server component that provides UPnP media devices with information on available multimedia files. uShare uses the built-in http server of libupnp to stream the files to clients. WWW: http://ushare.geexbox.org/ |
2006-12-14T11:46:20+00:00 | net-mgmt/routers2-extensions |
Extensions of routers2 frontend Extensions of generic web-based frontend for the popular MRTG systems monitoring software. WWW: http://www.steveshipway.org/software/ |
2006-12-14T11:38:53+00:00 | net-mgmt/wispy-tools |
Tools for the 2.4GHz Wi-Spy spectrum analyzer from MetaGeek LLC A set of open source tools for accessing the 2.4GHz Wi-Spy USB spectrum analyzer by Metageek LLC, http://www.metageek.net/ WWW: http://www.kismetwireless.net/wispy.shtml |
2006-12-14T11:38:53+00:00 | net-mgmt/spectools |
Tools for the Wi-Spy spectrum analyzers from MetaGeek LLC A set of open source tools for accessing the 2.4GHz Wi-Spy USB spectrum analyzer by Metageek LLC, http://www.metageek.net/ WWW: https://www.kismetwireless.net/spectools/ |
2006-12-14T11:38:48+00:00 | devel/py-nose |
Discovery-based unittest extension nose provides an alternate test discovery and running process for unittest, one that is intended to mimic the behavior of py.test as much as is reasonably possible without resorting to magic. By default, nose will run tests in files or directories under the current working directory whose names include "test". nose also supports doctest tests and may optionally provide a test coverage report. WWW: https://nose.readthedocs.io/ |
2006-12-14T11:38:34+00:00 | www/py-paste |
Tools for using a Web Server Gateway Interface stack Python Paste brings consistency to Python web development and web application installation, providing tools for both developers and system administrators. These provide several pieces of "middleware" (or filters) that can be nested to build web applications. Each piece of middleware uses the WSGI (PEP 333) interface, and should be compatible with other middleware based on those interfaces. WWW: https://github.com/cdent/paste |
2006-12-14T02:53:29+00:00 | graphics/libqrencode |
C library for encoding data in a QR Code symbol Libqrencode is a C library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robustness. Libqrencode supports QR Code model 2, described in JIS (Japanese Industrial Standards) X0510:2004 or ISO/IEC 18004. Currently the following features are not supported: * ECI and FNC1 mode * QR Code model 1 WWW: https://github.com/fukuchi/libqrencode |
2006-12-13T03:19:17+00:00 | security/py-hashlib |
Backport of Python 2.5's haslib module Python secure hash and message digest module MD5, SHA1, SHA224, SHA256, SHA384 and SHA512 (backported from Python 2.5 for use on 2.3 and 2.4) WWW: http://code.krypto.org/python/hashlib/ |
2006-12-12T19:38:47+00:00 | devel/py-notify |
Python bindings for libnotify A python bindings for libnotify. The Desktop Notifications framework provides a standard way of doing passive pop-up notifications on the desktop. These are designed to notify the user of something without interrupting their work with a dialog box that they must close. Passive popups can automatically disappear after a short period of time. WWW: http://www.galago-project.org/specs/notification/index.php |
2006-12-12T19:31:12+00:00 | net-mgmt/routers2 |
Frontend for the MRTG system monitoring software Generic web-based frontend for the popular MRTG systems monitoring software WWW: http://www.steveshipway.org/software/ |
2006-12-12T12:39:56+00:00 | sysutils/isomaster |
GTK2 (bootable) CD ISO Image editor ISO Master is an open-source, graphical CD image editor; and bkisofs, the underlying library used for reading, modifying and writing ISO images. Basically you can use this program to extract files from an ISO, add files to an ISO and create bootable ISOs. WWW: http://littlesvr.ca/isomaster/ |
2006-12-12T09:38:14+00:00 | devel/charva |
Java Windowing Toolkit for Text Terminals CHARVA is a Java framework for presenting a "graphical" user interface, composed of elements such as windows, dialogs, menus, textfields and buttons, on a traditional character-cell ASCII terminal. It has an API based on that of "Swing" (a.k.a. the Java Foundation Classes). WWW: http://www.pitman.co.za/projects/charva/ |
2006-12-12T01:39:37+00:00 | www/p5-CGI-Application-Plugin-DebugScreen |
DebugScreen support for CGI::Application This plug-in add Debug support to CGI::Application. This plug-in like Catalyst debug mode. WWW: https://metacpan.org/release/CGI-Application-Plugin-DebugScreen |
2006-12-11T03:10:13+00:00 | devel/p5-Sub-WrapPackages |
Add pre- and post-execution wrappers Sub::WrapPackages - add pre- and post-execution wrappers around all the subroutines in packages or around individual subs. WWW: https://metacpan.org/release/Sub-WrapPackages |
2006-12-11T01:25:39+00:00 | www/p5-CGI-Application-Plugin-MessageStack |
Message stack for your CGI::Application The forward method passes control to another run mode and returns its output. This is equivalent to calling $self->$other_runmode, except that CGI::Application's internal value of the current run mode is updated. WWW: https://metacpan.org/release/CGI-Application-Plugin-MessageStack |
2006-12-11T01:19:34+00:00 | www/p5-CGI-Application-Plugin-ViewCode |
View the source of the running application CGI::Application::Plugin::ViewCode - View the source of the running application. WWW: https://metacpan.org/release/CGI-Application-Plugin-ViewCode |
2006-12-10T23:11:45+00:00 | mail/squirrelmail-sasql-plugin |
Edit SpamAssassin settings stored in an SQL DB The SASql SquirrelMail plugin lets users change a pre-defined set of SpamAssassin settings when those settings are stored in a SQL DB rather than a config file. This is very useful in a virtual user setting when the users don't have home directories or access to them. WWW: http://www.squirrelmail.org |
2006-12-10T23:11:19+00:00 | mail/squirrelmail-qmailadmin_login-plugin |
Using the QmailAdmin cgi interface from SquirrelMail This plugin provides options to integrate QmailAdmin into the SquirrelMail web interface. WWW: http://www.squirrelmail.org |
2006-12-10T00:21:21+00:00 | x11-toolkits/py-sexy |
Libsexy bindings for Python sexy-python is a set of Python bindings around libsexy WWW: http://releases.chipx86.com/libsexy/sexy-python/ |
2006-12-09T23:53:59+00:00 | x11-toolkits/py-tktreectrl |
TkTreectrl Python bindings The TkTreectrl module wraps the treectrl tk extension for use with Python/Tkinter. WWW: http://tkintertreectrl.sourceforge.net/ |
2006-12-09T16:41:50+00:00 | games/kmastermind |
Mastermind game designed for K Desktop Environment KMasterMind is a mastermind game designed for KDE. Author: Tavarez Arnaud Bakoula <tbakoula@yahoo.fr> WWW: http://www.kde-apps.org/content/download.php?content=20292 |
2006-12-09T15:48:32+00:00 | devel/p5-IO-AIO |
Asynchronous/Advanced Input/Output IO::AIO implements asynchronous I/O using whatever means your operating system supports. It is implemented as an interface to libeio. Asynchronous means that operations that can normally block your program (e.g. reading from disk) will be done asynchronously: the operation will still block, but you can do something else in the meantime. This is extremely useful for programs that need to stay interactive even when doing heavy I/O (GUI programs, high performance network servers etc.), but can also be used to easily do operations in parallel that are normally done sequentially, e.g. stat'ing many files, which is much faster on a RAID volume or over NFS when you do a number of stat operations concurrently. While most of this works on all types of file descriptors (for example sockets), using these functions on file descriptors that support nonblocking operation (again, sockets, pipes etc.) is very inefficient. Use an event loop for that (such as the EV module): IO::AIO will naturally fit into such an event loop itself. In addition to asynchronous I/O, this module also exports some rather arcane interfaces, such as madvise or linux's splice system call, which is why the A in AIO can also mean advanced. WWW: https://metacpan.org/release/IO-AIO |
2006-12-09T15:46:55+00:00 | devel/p5-AnyEvent |
Provide framework for multiple event loops AnyEvent provides a uniform interface to various event loops. This allows module authors to use event loop functionality without forcing module users to use a specific event loop implementation (since more than one event loop cannot coexist peacefully). The interface itself is vaguely similar, but not identical to the Event module. During the first call of any watcher-creation method, the module tries to detect the currently loaded event loop by probing whether one of the following modules is already loaded: EV, AnyEvent::Loop, Event, Glib, Tk, Event::Lib, Qt, POE. The first one found is used. If none are detected, the module tries to load the first four modules in the order given; but note that if EV is not available, the pure-perl AnyEvent::Loop should always work, so the other two are not normally tried. WWW: https://metacpan.org/release/AnyEvent |
2006-12-09T13:05:29+00:00 | databases/virtuoso |
Universal SQL/Application Server Virtuoso is an innovative Virtualization platform that transparently integrates Data, Services, and Business Processes across the enterprise. Its unique product architecture enables it to delivery traditionally distinct server functionality, within a single product offering, along the following lines: * Data Management & Integration (SQL, XML and EII) * Application Integration (Web Services & SOA) * Process Management & Integration (BPEL) * Collaboration and Network Effects WWW: http://virtuoso.openlinksw.com/ |
2006-12-09T13:00:39+00:00 | java/veditor |
Verilog and VHDL editor plugin for eclipse Eclipse Verilog editor provides Verilog (IEEE-1364) and VHDL language specific features on Eclipse IDE. It helps coding and debugging in hardware development based on Verilog or VHDL. WWW: http://veditor.sourceforge.net/ |
2006-12-09T12:48:57+00:00 | devel/p5-IPC-Signal |
Utility functions to deal with signals in Perl IPC::Signal - Utility functions dealing with signals This module contains utility functions for dealing with signals. WWW: https://metacpan.org/release/IPC-Signal |
2006-12-09T03:03:34+00:00 | www/p5-CGI-Application-Plugin-Session |
Plugin that adds session support to CGI::Application CGI::Application::Plugin::Session seamlessly adds session support to your CGI::Application modules by providing a CGI::Session object that is accessible from anywhere in the application. WWW: https://metacpan.org/release/CGI-Application-Plugin-Session |
2006-12-09T02:44:45+00:00 | www/p5-CGI-Application-Plugin-TT |
Add Template Toolkit support to CGI::Application CGI::Application::Plugin::TT adds support for the popular Template Toolkit engine to your CGI::Application modules by providing several helper methods that allow you to process template files from within your runmodes. It complements the support for HTML::Template that is built into CGI::Application through the load_tmpl method. It also provides a few extra features than just the ability to load a template. WWW: https://metacpan.org/release/CGI-Application-Plugin-TT |
2006-12-09T02:37:26+00:00 | graphics/p5-Image-Magick-Iterator |
Sequentially read Image::Magick object from a filehandle Image::Magick::Iterator adds iteration support to Image::Magick. This means that if you have a stream of concatenated images, you can access each image in the stream as an independent Image::Magick object. Iteration functionality is not present in Image::Magick itself as of version 5.56. Passing a stream of concatenated images would result in essentially a "stack" of images which would all be manipulated in parallel by any Image::Magick calls. Calls to Write() either output an animated series of image (a la animated GIFs), or the first image in the series. WWW: https://metacpan.org/release/Image-Magick-Iterator |
2006-12-09T00:35:54+00:00 | sysutils/devcpu |
Kernel module that provides access to i386 MSRs and cpuid info This kernel module provides access to i386/amd64 CPUs MSR (Model Specific Register) registers and cpuid info through /dev/cpu%d devices, where %d corresponds to cpu number. It can be used with x86info to retrive information available from MSR registers. Additionally, this module can be used to update/replace microcode of cpus. Author: Stanislav Sedov <stas@FreeBSD.org> |
2006-12-08T22:59:44+00:00 | x11-themes/gtk-murrina-fancy-clearlooks |
Murrine fancy clearlooks themes pack This is the murrine fancy clearlooks theme pack. Based on the original clearlooks theme. WWW: http://www.gnome-look.org/content/show.php?content=48681 |
2006-12-08T22:27:19+00:00 | x11-toolkits/qwt6 |
Qt Widgets for Technical Applications This is the port of Qwt library version 6. The Qwt library contains GUI Components and utility classes which are primarily useful for programs with a technical background. Beside a 2D plot widget it provides scales, sliders, dials, compasses, thermometers, wheels and knobs to control or display values, arrays, or ranges of type double. WWW: http://qwt.sourceforge.net/ |
2006-12-08T22:27:19+00:00 | x11-toolkits/qwt5 |
Qt Widgets for Technical Applications This is Qt4 port of Qwt library version 5. The Qwt library contains GUI Components and utility classes which are primarily useful for programs with a technical background. Beside a 2D plot widget it provides scales, sliders, dials, compasses, thermometers, wheels and knobs to control or display values, arrays, or ranges of type double. WWW: http://qwt.sourceforge.net/ |
2006-12-08T22:27:19+00:00 | x11-toolkits/qwt-devel |
Qt Widgets for Technical Applications The Qwt library contains GUI Components and utility classes which are primarily useful for programs with a technical background. Beside a 2D plot widget it provides scales, sliders, dials, compasses, thermometers, wheels and knobs to control or display values, arrays, or ranges of type double. WWW: http://qwt.sourceforge.net/ |
2006-12-08T21:53:44+00:00 | audio/ardour |
Multichannel digital audio workstation Ardour is a digital audio workstation. You can use it to record, edit, and mix multi-track audio. Produce your own CD's. Mix video soundtracks. Experiment with new ideas about music and sound. Generate sound installations for 12 speaker gallery shows. Ardour capabilities include: multichannel recording, non-linear, non- destructive region based editing with unlimited undo/redo, full automation support, a mixer whose capabilities rival high end hardware consoles, lots of plugins to warp, shift, and shape your music, and controllable from hardware control surfaces at the same time as it syncs to timecode. If you have been looking for a tool similar to ProTools, Nuendo, Cubase SX, Digital Performer, Samplitude, or Sequoia, you might have found it. WWW: http://ardour.org/ |
2006-12-08T18:14:11+00:00 | audio/raop_play |
Music file player for Apple Airport Express raop_play is a music file player for Apple Airport Express, the main functionalities are as follows: * Discover Airport Express by Apple Rendezvous * Browse music files (Supported music file format: m4a(alac or aac), wav, mp3, ogg, aac, pls) * Send selected files to the Airport Express * Play mp3 stream data (filename started with "http://") WWW: http://raop-play.sourceforge.net/ |
2006-12-08T06:22:12+00:00 | lang/snobol4 |
Full SNOBOL4 language with SPITBOL, BLOCKS, and other extensions This is a free port of the original SIL (SNOBOL4 Implementation Language) macro version of SNOBOL4 (developed at Bell Labs) with the C language as target. Includes SPITBOL and BLOCKS extensions. SNOBOL4, while known primarily as a string language excels at any task involving symbolic manipulations. It provides run time typing, garbage collection, user data types, on the fly compilation. Its primary weakness is its simple syntax, and lack of structured programming constructs. However some consider the spareness of SNOBOL4 syntax a strength when compared to some modern agglomerations. WWW: http://www.snobol4.org/ |
2006-12-08T01:50:22+00:00 | www/p5-CGI-Application-Plugin-LogDispatch |
Plugin that adds Log::Dispatch support to CGI::Application CGI::Application::Plugin::LogDispatch adds logging support to your CGI::Application modules by providing a Log::Dispatch dispatcher object that is accessible from anywhere in the application. WWW: https://metacpan.org/release/CGI-Application-Plugin-LogDispatch |
2006-12-08T01:48:45+00:00 | www/p5-CGI-Application-Plugin-LinkIntegrity |
Make tamper-resistent links in CGI::Application CGI::Application::Plugin::LinkIntegrity - Make tamper-resisistent links in CGI::Application. WWW: https://metacpan.org/release/CGI-Application-Plugin-LinkIntegrity |
2006-12-07T20:36:50+00:00 | deskutils/pinot |
Personal search and metasearch for the Free Desktop Pinot is a D-Bus service that crawls, indexes your documents and monitors them for changes, with a GTK-based user interface that enables to query the index built by the service or your favourite Web engine, and display and analyze the results. Features: - advanced queries (probabilistic search, boolean filters, date ranges). - language detection. - listing of indexed documents. - editing of metadata. - automatic results labeling. - stored queries. - results ranking history. - dynamic document summaries. - only crawl and index the directories you choose. - D-Bus interface for easy integration with other applications, eg Deskbar Applet. - no dependency on GNOME or KDE. - support for common file types. - search your desktop and the Web. - query remote indexes. WWW: http://code.google.com/p/pinot-search/ |
2006-12-07T18:01:00+00:00 | ftp/multiget |
HTTP/FTP downloader with a nice GUI MultiGet is an easy-to-use GUI file downloader for Linux/Unix/BSDs/Windows. It's programmed by C++ and GUI is based on wxWidgets. It supports http/ftp protocol which covers most user's requirement. It supports multi-task with multi-thread on multi-server. It supports resume download if server side have resume feature, and if you like, you can reconfig the thread number without stopping the going task. It's also support SOCKS 4, 4a, 5 proxy, ftp proxy, http proxy. WWW: http://multiget.sourceforge.net/ |
2006-12-07T17:52:07+00:00 | ftp/wxdfast |
Multithread and multi-platform download manager wxDownload Fast (also known as wxDFast) is an open source download manager. It is multi-platform and builds on Windows(2k,XP), Linux and Mac OS X. Besides that, it is a multi-threaded download manager. This means that it can split a file into several pieces and download the pieces simultaneously. Features: * Faster downloads (with Segmented/Multi-threaded/Accelerated transfers). * Download resuming (Pause and restart where you stopped). * Download scheduling. * Organizes files you have already downloaded. * View server messages (HTTP, FTP, file://). No HTTPS support. * Available in multiple languages and easily translated. Now available in Portuguese [Brazil], Spanish, English, German, Russian, Hungarian, Armenian and Indonesian. * Connection to FTP servers which require a password. * Calculates the MD5 checksum of downloaded files so they can be easily. verified. * Metalink support. WWW: http://dfast.sourceforge.net/ |
2006-12-07T10:22:00+00:00 | graphics/p5-Image-PBMlib |
Helper functions for PBM/PGM/PPM image file formats This is primarily a library for reading portable bitmap (PBM), portable graymap (PGM), and portable pixmap (PPM) files. These image formats are only the barest step up from raw data, and have a very simple format which is the key to be "portable". Writing out images in these formats is very easy. WWW: https://metacpan.org/release/Image-PBMlib |
2006-12-07T10:18:15+00:00 | www/p5-CGI-Application-Plugin-Stream |
Plugin that adds file streaming support to CGI::Application This plugin provides a way to stream a file back to the user. This is useful if you are creating a PDF or Spreadsheet document dynamically to deliver to the user. The file is read and printed in small chunks to keep memory consumption down. This plugin is a consumer, as in your runmode shouldn't try to do any output or anything afterwards. This plugin affects the HTTP response headers, so anything you do afterwards will probably not work. If you pass along a filehandle, we'll make sure to close it for you. It's recommended that you increment $| (or set it to 1), which will autoflush the buffer as your application is streaming out the file. WWW: https://metacpan.org/release/CGI-Application-Plugin-Stream |
2006-12-07T10:04:08+00:00 | graphics/jpgraph2 |
Draw both "quick and dirty" graphs with a minimum of code JpGraph is an OO class library for PHP. JpGraph makes it easy to draw both "quick and dirty" graphs with a minimum of code and complex professional looking graphs which requires a very fine grain of control. The library assigns context sensitive default values for most parameters which helps minimize the learning curve. WWW: http://jpgraph.net/ |
2006-12-07T09:36:45+00:00 | sysutils/cramfs |
Linux Compressed ROM FileSystem Cramfs is a Linux filesystem designed to be simple, small, and to compress things well. It is used on a number of embedded systems and small devices. WWW: https://sourceforge.net/projects/cramfs/ |
2006-12-07T08:35:18+00:00 | www/p5-CGI-Application-Plugin-HtmlTidy |
Add HTML::Tidy support to CGI::Application This plugin is a wrapper around HTML::Tidy. It exports two methods that allow you to either validate or clean up the output of your cgiapp application. They should be called at the end of your postrun method. WWW: https://metacpan.org/release/CGI-Application-Plugin-HtmlTidy |
2006-12-07T08:32:23+00:00 | www/p5-CGI-Application-Plugin-HTMLPrototype |
Access to the prototype JavaScript library using HTML::Prototype CGI::Application::Plugin::HTMLPrototype - Give easy access to the prototype JavaScript library using HTML::Prototype HTML::Prototype is a JavaScript code generator for the prototype.js JavaScript library, and the script.aculo.us extensions to prototype.js. It allows you to easily add AJAX calls and dynamic elements to your website. WWW: https://metacpan.org/release/CGI-Application-Plugin-HTMLPrototype |
2006-12-07T08:29:44+00:00 | www/p5-CGI-Application-Plugin-AnyTemplate |
Use any templating system in CGI::Application CGI::Application::Plugin::AnyTemplate allows you to use any supported Perl templating system using a single consistent interface. Currently supported templating systems include HTML::Template, HTML::Template::Expr, HTML::Template::Pluggable, Template::Toolkit and Petal. You can access any of these templating systems using the same interface. In this way, you can use the same code and switch templating systems on the fly. This approach has many uses. For instance, it can be useful in migrating your application from one templating system to another. WWW: https://metacpan.org/release/CGI-Application-Plugin-AnyTemplate |
2006-12-07T06:50:56+00:00 | devel/p5-PAR-Packer |
PAR Packager PAR-Packer is part of the PAR Toolkit. It is the PAR component that can generate stand-alone executables and ".par" archives. WWW: https://metacpan.org/release/PAR-Packer |
2006-12-07T06:19:29+00:00 | www/p5-CGI-Application-Plugin-Forward |
Support for forwarding requests in CGI::Application The forward method passes control to another run mode and returns its output. This is equivalent to calling $self->$other_runmode, except that CGI::Application's internal value of the current run mode is updated. WWW: https://metacpan.org/release/CGI-Application-Plugin-Forward |
2006-12-07T05:12:16+00:00 | www/p5-CGI-Application-Plugin-DevPopup |
Runtime cgiapp info in a popup window This module provides a plugin framework for displaying runtime information about your CGI::Application app in a popup window. A sample Timing plugin is provided to show how it works: WWW: https://metacpan.org/release/CGI-Application-Plugin-DevPopup |
2006-12-07T00:53:12+00:00 | audio/qjackctl |
Qt interface for JACK Audio Connection Kit QjackCtl is a simple Qt application to control the JACK sound server daemon. It provides a simple GUI dialog for setting several JACK daemon parameters, which are properly saved between sessions, and a way to control of the status of the audio server daemon. With time, this primordial interface has become richer by including a enhanced patchbay and connection control features. WWW: https://qjackctl.sourceforge.io/ |
2006-12-06T22:44:49+00:00 | print/latex-svninfo |
LaTeX package for Subversion support This package used to extract the revision and file information provided by the Subversion and SVK revision control systems. WWW: http://www.brucker.ch/projects/svninfo/ |
2006-12-06T21:22:05+00:00 | audio/gnomad2 |
A program for the NOMAD Jukebox to handle jukebox communication Gnomad2 is a GTK+ music manager and Swiss army knife for the Creative Labs NOMAD and Zen range plus the Dell DJ devices using the Portable Digital Entertainment (PDE) protocol. WWW: http://gnomad2.sourceforge.net |
2006-12-06T21:20:45+00:00 | audio/libmtp |
Media Transfer Protocol (MTP) library libmtp is an implementation of Microsoft's Media Transfer Protocol (MTP) in a form of a library. WWW: http://libmtp.sourceforge.net/ |
2006-12-06T19:11:48+00:00 | audio/jamin |
JACK Audio Mastering interface JAMin is the JACK Audio Connection Kit (JACK) Audio Mastering interface. JAMin is an open source application designed to perform professional audio mastering of stereo input streams. It uses LADSPA for digital signal processing (DSP). WWW: http://jamin.sourceforge.net/en/about.html |
2006-12-06T16:50:34+00:00 | databases/postgresql82-client |
PostgreSQL database (client) |
2006-12-06T16:07:52+00:00 | games/mtaserver |
Multi Theft Auto: Vice City and GTA3 dedicated server Multi Theft Auto is a modification for Grand Theft Auto: Vice City and Grand Theft Auto: GTA3 for PC that allows you to play it online against players around the world. WWW: http://www.mtavc.com/ |
2006-12-06T14:45:55+00:00 | www/p5-CGI-Application-Server |
Simple HTTP server for developing with CGI::Application CGI::Application::Server A simple HTTP server for developing with CGI::Application. WWW: https://metacpan.org/release/CGI-Application-Server |
2006-12-05T22:15:46+00:00 | sysutils/fusefs-ntfs |
Mount NTFS partitions (read/write) and disk images The ntfs-3g driver is an open source, freely available read/write NTFS driver, which provides safe and fast handling of the Windows XP, Windows Server 2003, Windows 2000, Windows Vista, Windows Server 2008, Windows 7 and Windows 8 NTFS file systems. Almost the full POSIX filesystem functionality is supported, the major exceptions are changing the file ownerships and the access rights. WWW: https://www.tuxera.com/community/open-source-ntfs-3g/ |
2006-12-05T20:08:46+00:00 | net/kojoney |
Low level interaction honeypot that emulates an SSH server Kojoney is a low level interaction honeypot that emulates an SSH server. The daemon is written in Python using the Twisted Conch libraries. WWW: http://kojoney.sourceforge.net/ |
2006-12-05T20:03:55+00:00 | devel/antlrworks |
The ANTLR GUI Development Environment ANTLRWorks is a simple but efficient IDE for ANTLR 3 grammars. It allows users to edit, visualize, interpret and debug any ANTLR 3 grammar through an easy-to-use GUI. WWW: http://www.antlr.org/works/ |
2006-12-05T17:15:10+00:00 | games/jaggedalliance2 |
Port of "Jagged Alliance 2" using SDL This is a source port of Jagged Alliance 2, in which the player controls mercenaries to liberate the small country of Arulco. You need an original game CD and installation to use this port. WWW: https://ja2-stracciatella.github.io/ |
2006-12-05T08:12:31+00:00 | www/p5-CGI-Application-Plugin-AutoRunmode |
CGI::App plugin to automatically register runmodes This plugin for CGI::Application provides easy ways to setup run modes. You can just write the method that implement a run mode, you do not have to explicitly register it with CGI::App anymore. WWW: https://metacpan.org/release/CGI-Application-Plugin-AutoRunmode |
2006-12-05T04:00:43+00:00 | www/p5-CGI-Application-Plugin-Redirect |
Easy external redirects in CGI::Application CGI::Application::Plugin::Redirect Easy external redirects in CGI::Application. WWW: https://metacpan.org/release/CGI-Application-Plugin-Redirect |
2006-12-05T03:23:17+00:00 | devel/rubygem-hoe |
Simple rake/rubygems helper for project Rakefiles Hoe is a simple rake/rubygems helper for project Rakefiles. It generates all the usual tasks for projects including rdoc generation, testing, packaging, and deployment. WWW: https://github.com/seattlerb/hoe |
2006-12-04T23:50:54+00:00 | audio/liblo |
Lightweight Open Sound Control implementation liblo is a lightweight library that provides an easy to use implementation of the OSC protocol. For more information about the OSC protocol, please see: - http://www.cnmat.berkeley.edu/OpenSoundControl/ - http://www.opensoundcontrol.org/ WWW: http://liblo.sourceforge.net/ WWW: https://github.com/radarsat1/liblo |
2006-12-04T22:33:37+00:00 | security/fl0p |
Passive L7 flow fingerprinting tool The tool is a simple flow-analyzing passive L7 fingerprinter. It examines the sequence of client-server exchanges, their relative layer 7 payload sizes, and transmission intervals (as opposed to inspecting the contents, which is what most passive fingerprinters and "smart" sniffers would do to analyze transmissions). This is then matched against a database of traffic pattern signatures to infer some interesting facts about the traffic. |
2006-12-04T22:14:17+00:00 | sysutils/cw |
Non-intrusive color wrapper for common commands cw is a non-intrusive real-time ANSI color wrapper for common Unix-based command. cw is designed to simulate the environment of the commands being executed, so that if a person types 'du', 'df', 'ping', etc. in their shell it will automatically color the output in real-time according to a definition file containing the color format desired. cw has support for wildcard match coloring, tokenized coloring, headers/footers, case scenario coloring, command line dependent definition coloring, and includes over 50 pre-made definition files. WWW: http://cwrapper.sourceforge.net/ |
2006-12-04T21:58:42+00:00 | net/wired-tracker |
Wired tracker Wired Tracker is the Wired tracker server. Wired servers can register with the tracker with their name, URL and some other vitals, and clients connecting to the tracker will be able to retrieve a listing of all online servers. WWW: http://www.zankasoftware.com/wired/tracker/ |
2006-12-04T21:56:46+00:00 | mail/squirrelmail-password_forget-plugin |
Prevent reuse of login details by browsers at public terminals Changes the name of the input form field on the login screen so that newer browsers have an almost impossible time trying to remember your name and password. Use this if you want extra security or the majority of your users use public terminals. WWW: http://www.squirrelmail.org |
2006-12-04T21:45:23+00:00 | textproc/libtextcat |
Language guessing by N-Gram-Based Text Categorization Libtextcat is a library with functions that implement the classification technique described in Cavnar & Trenkle, "N-Gram-Based Text Categorization" [1]. It was primarily developed for language guessing, a task on which it is known to perform with near-perfect accuracy. The central idea of the Cavnar & Trenkle technique is to calculate a "fingerprint" of a document with an unknown category, and compare this with the fingerprints of a number of documents of which the categories are known. The categories of the closest matches are output as the classification. A fingerprint is a list of the most frequent n-grams occurring in a document, ordered by frequency. Fingerprints are compared with a simple out-of-place metric. [1] The document that started it all: William B. Cavnar & John M. Trenkle (1994) N-Gram-Based Text Categorization, <http://citeseer.ist.psu.edu/68861.html>. WWW: https://software.wise-guys.nl/libtextcat/ |
2006-12-04T16:07:56+00:00 | audio/lmms |
All-in-one sequencer, drum machine, sampler, and more LMMS aims to be a free alternative to popular (but commercial and closed-source) programs like FruityLoops, Cubase and Logic giving you the ability of producing music with your computer by creating cool loops, synthesizing and mixing sounds, arranging samples, having more fun with your MIDI keyboard and much more... LMMS combines the features of a tracker/sequencer program (pattern/channel/ sample/song/effect management) and those of powerful synthesizers and samplers in a modern, user-friendly and easy to use graphical user interface. WWW: https://lmms.io/ |
2006-12-04T11:45:17+00:00 | databases/p5-Template-DBI |
Template interface to the DBI Perl module This Template Toolkit plugin module provides an interface to the Perl DBI/DBD modules, allowing you to integrate SQL queries into your template documents. It also provides an interface via the Tie::DBI module (if installed on your system) so that you can access database records without having to embed any SQL in your templates. WWW: https://metacpan.org/release/Template-DBI |
2006-12-04T01:47:19+00:00 | textproc/py-hyperestraier |
Python bindings for HyperEstraier This is a Python bindings for HyperEstraier. WWW: http://hyperestraier.sourceforge.net/ |
2006-12-04T00:09:14+00:00 | devel/rubygem-rubyforge |
Simplistic script which automates rubyforge operations A simplistic script which automates a limited set of rubyforge operations WWW: http://rubygems.org/gems/rubyforge/ |
2006-12-03T23:22:47+00:00 | net-p2p/microdc2 |
Command-line based Direct Connect client microdc is a command-line based Direct Connect client written in C by Oskar Liljeblad and designed to build and run on modern POSIX compatible systems. It uses GNU Readline library for user interaction. Despite the command-line user interface, microdc is quite user friendly and simple to use. microdc2 is a future improvement (fork) of the microdc based on Oskar's code version 0.11.0. After version 0.12.0 the project was renamed to microdc2 on Oskar's request. Features of microdc2 include: - Nearly full support of the original Direct Connect protocol - GNU Readline support for command line editing and history - Sensible tab-completion of commands, user names, local files, remote files, speed names, and connection names - One process per connection for optimal transfer rates - Small memory footprint WWW: http://corsair626.no-ip.org/microdc/ |
2006-12-03T23:21:58+00:00 | graphics/scale2x |
Real-time graphics effect able to increase the size of small bitmaps Scale2x is real-time graphics effect able to increase the size of small bitmaps guessing the missing pixels without interpolating pixels and blurring the images. WWW: http://scale2x.sourceforge.net/ |
2006-12-03T22:25:18+00:00 | security/sshblock |
Block abusive SSH login attempts SSHBlock is a daemon to monitor a syslog log for break-in attempts using SSH, and to automatically block bad hosts by adding lines to /etc/hosts.allow (TCP Wrappers). Several thresholds are pre-defined, to be able to block those trying many attempts within a longer or shorter period. WWW: http://www.bsdconsulting.no/tools/ |
2006-12-03T22:15:25+00:00 | sysutils/p5-Sysadm-Install |
Typical installation tasks for system administrators Sysadm::Install executes shell-like commands performing typical installation tasks: Copying files, extracting tarballs, calling make. WWW: https://metacpan.org/release/Sysadm-Install |
2006-12-03T22:13:07+00:00 | net/frickin |
Frickin PPTP Proxy Frickin PPTP Proxy is a way to NAT as many PPTP connections as you like through your OpenBSD PF firewall. WWW: http://frickin.sourceforge.net/ |
2006-12-03T20:56:24+00:00 | www/hiawatha |
Advanced and secure webserver for Unix Hiawatha is an advanced and secure webserver for Unix. It has been written with 'being secure' as its main goal. Hiawatha has many security features that no other webserver has. Besides being very secure, it's also a very fast webserver. It's twice as fast as Apache for static content. It supports load-balanced FastCGI, which makes it fast and scalable for serving CGI. WWW: https://www.hiawatha-webserver.org/ |
2006-12-03T20:45:21+00:00 | databases/squirrel-sql |
Universal SQL Client SQuirreL SQL Client is a graphical Java program that will allow you to view the structure of a JDBC compliant database, browse the data in tables, issue SQL commands etc. WWW: http://www.squirrelsql.org/index.php?page=screenshots |
2006-12-03T18:53:50+00:00 | graphics/libiptcdata |
Library for manipulating IPTC metadata stored in image files libiptcdata is a library, written in C, for manipulating the International Press Telecommunications Council (IPTC) metadata stored within multimedia files such as images. This metadata can include captions and keywords, often used by popular photo management applications. The library provides routines for parsing, viewing, modifying, and saving this metadata. The libiptcdata package also includes a command-line utility, iptc, for editing IPTC data in JPEG files. WWW: http://libiptcdata.sourceforge.net/ |
2006-12-03T16:50:30+00:00 | textproc/localize |
Application to aid in the translation of .strings files Localize is an application to aid in the translation of .strings files. .strings files must be distributed in ASCII encoding, which generally isn't a convenient encoding to do translation in. As an example, its rather difficult to enter Chinese characters into an ASCII encoded text file. Localize will, with any luck, help out with this. Currently its just a shell of an application, but sometime in the future I hope to complete it. LICENSE: GPL2 or later WWW: http://www.eskimo.com/~pburns/Localize/ |
2006-12-03T16:21:05+00:00 | editors/codeeditor |
CodeEditor is a text and code editor for GNUstep The goal of CodeEditor is to be a good non-rich text code editor. CodeEditorView offers a subclass of NSTextView and supports syntax highlight, mark delimiters, etc. It can be used in other projects. Features * Faster than ever * Tab View: Don't need to open so many terminals again. * Toolbar: Use "Alt (left) - t" to open/close a simple toolbar on the fly. * Find (Regular Express support) and replace. * File Inspector. * Change font attributes and preference instantly without restart. * Periodically or manually Highlight keyword with difference attributes according to the language. * Automatically or manually find delimiter pair. * Automatically indentation according to the preference. * Support scripting (need StepTalk). LICENSE: GPL2 or later WWW: http://savannah.nongnu.org/projects/codeeditor/ |
2006-12-03T16:18:44+00:00 | archivers/freetar |
TAR archiver for GNUstep FreeTar for GNUstep LICENSE: GPL2 or later WWW: https://gna.org/projects/freetar/ |
2006-12-03T16:11:00+00:00 | x11-toolkits/p5-Gtk2-Ex-Simple-List |
Simple interface to complex MVC list widget Gtk2 has a powerful, but complex MVC (Model, View, Controller) system used to implement list and tree widgets. Gtk2::Ex::Simple::List automates the complex setup work and allows you to treat the list model as a more natural list of lists structure. After creating a new Gtk2::Ex::Simple::List object with the desired columns you may set the list data with a simple Perl array assignment. Rows may be added or deleted with all of the normal array operations. You can treat the data member of the Simple::List object as an array reference, and manipulate the list data with perl's normal array operators. A mechanism has also been put into place allowing columns to be Perl scalars. The scalar is converted to text through Perl's normal mechanisms and then displayed in the list. This same mechanism can be expanded by defining arbitrary new column types before calling the new function. WWW: https://metacpan.org/release/Gtk2-Ex-Simple-List |
2006-12-03T11:39:43+00:00 | archivers/p5-IO-Compress-Zlib |
Perl5 interface for reading and writing of (g)zip files A Perl5 interface to allow reading and writing of RFC 1950, 1951, 1952 (i.e. gzip) and zip files/buffers. |
2006-12-03T06:06:30+00:00 | deskutils/katapult |
Fast, extensible launcher for KDE similar to Quicksilver on OSX Katapult is a KDE application that gives you faster access to your applications, bookmarks, and more! It is plugin-based and can launch anything it has a plugin for. Its plugin-driven appearance is completely customizable. Katapult was inspired by Quicksilver for OS X, and it is written in C++. WWW: http://sourceforge.net/projects/katapult/ |
2006-12-02T19:41:38+00:00 | databases/emma |
Extendable MySQL managing assistant Emma is a graphical toolkit for MySQL database developers and administrators. It provides dialogs to create or modify MySQL databases, tables and associated indexes. It has a built-in syntax highlighting SQL editor with table- and fieldname tab-completion and automatic SQL statement formatting. The results of an executed query are displayed in a resultset where the record- data can be edited by the user, if the SQL statement allows for it. The SQL editor and resultset-view are grouped in tabs. Results can be exported to CSV files. Multiple simultaneously opened MySQL connections are possible. WWW: http://www.fastflo.de/projects/emma |
2006-12-02T01:12:16+00:00 | x11-toolkits/swt |
Standard Widget Toolkit for Java SWT is the software component that delivers native widget functionality for the Eclipse platform in an operating system independent manner. This port provides SWT without requiring a full download and build of Eclipse. WWW: https://www.eclipse.org/swt/ |
2006-12-02T01:12:16+00:00 | x11-toolkits/swt-devel |
Standard Widget Toolkit for Java SWT is the software component that delivers native widget functionality for the Eclipse platform in an operating system independent manner. This port provides SWT without requiring a full download and build of Eclipse. WWW: http://www.eclipse.org/swt/ |
2006-12-02T00:32:11+00:00 | games/sampsvr |
Rockstar's GTA: San Andreas multiplayer modification dedicated server A multiplayer modification for the PC version of Rockstar's GTA: San Andreas allowing users to play together over internet or LAN connections WWW: http://www.sa-mp.com/ |
2006-12-01T20:31:28+00:00 | devel/objectivelib |
Object containers and generic algorithms for Objective-C ObjectiveLib provides two primary services: containers and algorithms. An important part of the library that keeps everything moving is iterators. ObjectiveLib is designed to offer the same functionality to Objective-C programmers that the Standard Template Library offers to C++ programmers. Therefore, anyone familiar with the STL will have no trouble using and understanding the machinery of ObjectiveLib. LICENSE: LGPL2 or later WWW: http://objectivelib.sourceforge.net/ |
2006-12-01T16:02:07+00:00 | net-mgmt/argus-monitor |
Argus - The All Seeing System and Network Monitoring Software * Argus is a system and network monitoring application. * It will monitor nearly anything you ask it to monitor (TCP + UDP applications, IP connectivity, SNMP OIDS, Programs, Databases, etc). * It presents a nice clean, easy to view web interface that will keep both the managers happy (Red Bad. Green Good.) and the techs happy ("Ah! that's what the problem is"). * It can send alerts numerous ways (such as via pager) and can automatically escalate if someone falls asleep. WWW: http://argus.tcp4me.com/ |
2006-12-01T15:26:24+00:00 | sysutils/linux-megacli2 |
LSI MegaRAID SAS controller management utility LSI Logic MegaRAID SAS MegaCLI Release This is the Linux console based management utility for the LSI MegaRAID SAS family of controllers. FreeBSD >= 6.1 supports running this tool by the means of the mfi_linux.ko kernel module and the /dev/mfi0 device. Author: LSI Logic Corporation WWW: http://www.lsi.com/ |
2006-12-01T15:26:24+00:00 | sysutils/linux-megacli |
LSI MegaRAID SAS controller management utility LSI Logic MegaRAID SAS MegaCLI Release This is the Linux console based management utility for the LSI MegaRAID SAS family of controllers. FreeBSD >= 6.1 supports running this tool by the means of the mfi_linux.ko kernel module and the /dev/mfi0 device. Author: LSI Logic Corporation WWW: http://www.lsi.com/ |
2006-12-01T15:12:51+00:00 | irc/inspircd |
Modular C++ IRC daemon InspIRCd is a highly modular C++ IRC daemon. It supports most features of other IRC daemons, and supports FreeBSD kqueue() for connection management. WWW: http://www.inspircd.org/ |
2006-11-30T17:28:56+00:00 | finance/expense |
Application to track your expense under GNUstep Expense is a very lightweight application to track your expenses, much like you might expect to find on a PDA. It is built upon the code found in Yen-ju Chen's excellent money.app tutorial. I use Expense daily, but it still contains bugs. LICENSE: GPL2 or later WWW: http://www.eskimo.com/~pburns/Expense/ |
2006-11-30T17:22:45+00:00 | mail/addresses-goodies |
Goodies for addressbook for GNUstep Addresses for GNUstep is a versatile address book application. This ports installes additional tools. LICENSE: LGPL2 or later WWW: http://giesler.biz/bjoern/en/sw_addr.html |
2006-11-30T17:19:27+00:00 | graphics/fortytwo |
Graph management system for GNUstep FT is a generic, native graph management system for GNUstep and Cocoa and is written in Objective-C. With FT you can persistently manage graphs consisting of nodes and edges. Each node may provide so-called services. Such a service may be e.g. a dictionary services, which all nodes provide at present. This service allows the storage of any data in a node and is based on keys which uniquely identify content within a dictionary. LICENSE: LGPL2 or later WWW: http://FortyTwo.sourceforge.net/index.html |
2006-11-30T17:16:29+00:00 | databases/fortytwo-bdb |
Interface to Berkeley DB for GNUstep BDB is a set of classes implementing an interface to Berkeley DB for the GNUstep and Mac OS X environment written in Objective-C language. It is based on the C API of Berkeley DB and offers an object oriented interface which relies on classes and mechanisms offered by the Foundation library. In its present state BDB just offers a reduced set of functionality of Berkeley DB. WWW: http://fortytwo.sourceforge.net/ |
2006-11-30T17:14:30+00:00 | devel/fortytwo-encore |
Utility classes for GNUstep Encore is a set of utility classes written in Objective-C for GNUstep and Mac OS X. The motivation of writing these classes was driven by implementing the projects BDB and FT. The classes may be useful for other projects as well. The classes include - logging: A flexible logging mechanism similar to log4j. Supports logging levels, logging contexts, different output channels per context, configuration per xml, ... - XML-based reflection: a configuration mechanism which is based on XML and uses inversion of control (see tests for an example) - a simple testing framework - StringUtils class - an iterator interface WWW: http://fortytwo.sourceforge.net/ |
2006-11-30T09:51:44+00:00 | net/panoptis |
Detect and block DoS/DDoS attacks Panoptis is a project started some time ago, with the aim to stop the Denial of Service and Distributed Denial of Service attacks that have been torturing the Internet for the last few years. It is based on real-time processing of Cisco (R) NetFlow (TM) data, since this seems to be the most efficient approach as it is router-centric, allowing for automated central response without intervention from the affected organizations' network administrators. WWW: http://panoptis.sourceforge.net/ |
2006-11-30T04:56:43+00:00 | sysutils/farbot |
FreeBSD Automated Release Bot Farbot automates building of netinstall/PXE boot FreeBSD releases. It features a simple configuration file based on the concept of "Installations", "PackageSets", and "PartitionMaps." Farbot currently handles the following: * Building FreeBSD releases, including grabbing any source needed. * Building packages for each release, derived from per installation package sets. * Laying out an NFS/TFTP exportable file system structure for all built releases, customized for each installation type. * Generation of a customized bootloader with options to install each installation type WWW: https://github.com/threerings/farbot/ |
2006-11-29T23:25:10+00:00 | devel/poco |
C++ libraries with a network/internet focus 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 Net library contains network classes (sockets, HTTP, etc.) The XML library contains an XML parser with SAX2 and DOM interfaces, as well as an XMLWriter. The Util library contains classes for working with configuration files and command line arguments, as well as various utility classes. WWW: https://pocoproject.org/ |
2006-11-29T14:49:24+00:00 | devel/fga |
Fast Genetic Algorithm library FGA is a simple yet powerful implementation of a general genetic algorithm, and provides many types of crossover and selection procedures. It is suitable to solve mathematical problems such as combinatorial optimization ones, as well as to build artificial life simulations. Written in C++, the library is released under the terms of the GNU Lesser General Public License, and it's easy to incorporate in other applications. A parallel version of the algorithm (using POSIX threads) is included in order to take advantage of multi-processor environments. WWW: http://fga.sourceforge.net/ |
2006-11-29T09:37:35+00:00 | www/p5-CGI-Cookie-Splitter |
Split big cookies into smaller ones RFC 2109 recommends that the minimal cookie size supported by the client is 4096 bytes. This has become a pretty standard value, and if your server sends larger cookies than that it's considered a no-no. This module provides a pretty simple interface to generate small cookies that are under a certain limit, without wasting too much effort. WWW: https://metacpan.org/release/CGI-Cookie-Splitter |
2006-11-29T04:43:09+00:00 | net/p5-Net-Subnets |
Computing subnets in large scale networks Very fast matches large lists of IP addresses against many CIDR subnets and calculates IP address ranges. WWW: http://search.cpan.org/dist/Net-Subnets/ |
2006-11-29T03:06:54+00:00 | net/p5-BBS-UserInfo-SOB |
Get user information of SOB-style BBS Get user information of SOB-style BBS. WWW: https://metacpan.org/release/BBS-UserInfo-SOB |
2006-11-28T23:35:01+00:00 | sysutils/diskscrub |
Writes patterns on files to make retrieving the data more difficult Scrub iteratively writes patterns on files or disk devices to make retrieving the data more difficult. Scrub operates in one of three modes: 1. The special file corresponding to an entire disk is scrubbed and all data on it is destroyed. This mode is selected if file is a character or block special file. This is the most effective method. 2. A regular file is scrubbed and only the data in the file (and optionally its name in the directory entry) is destroyed. The file size is rounded up to fill out the last file system block. This mode is selected if file is a regular file. 3. A file is created, expanded until the file system is full, then scrubbed as in item 2. This mode is selected with the -X option. Scrub implements user-selectable pattern algorithms that are compliant with DoD 5520.22-M or NNSA NAP-14.x. WWW: https://code.google.com/p/diskscrub/ |
2006-11-28T20:47:31+00:00 | astro/position |
GPS and Moving-Map Applikation Position - The GNUstep Gps Navigator GPS and Moving-Map Applikation LICENSE: GPL2 or later WWW: http://www.gnustep.it/enrico/position/ |
2006-11-28T20:10:01+00:00 | misc/position |
GPS and Moving-Map Applikation Position - The GNUstep Gps Navigator GPS and Moving-Map Applikation WWW: http://www.gnustep.it/enrico/position/ |
2006-11-28T19:14:04+00:00 | misc/proj4 |
Cartographic projection software Cartographic projection software. WWW: http://www.gnustep.it/enrico/position/ |
2006-11-26T09:42:43+00:00 | databases/py-migrate |
Database schema migrations for SQLAlchemy Inspired by Ruby on Rails' migrations, Migrate provides a way to deal with database schema changes in SQLAlchemy projects. Migrate extends SQLAlchemy to have database changeset handling. It provides a database change repository mechanism which can be used from the command line as well as from inside python code. WWW: http://code.google.com/p/sqlalchemy-migrate/ |
2006-11-24T20:32:00+00:00 | deskutils/etoile-menuserver |
Etoile Project MenuServer application MenuServer - the server app which provides the menubar's background. Compile, no need to install, just "openapp" it. The clock menulet is included. WWW: http://www.etoile-project.org/ |
2006-11-24T20:17:48+00:00 | x11-wm/etoile-azdock |
Etoile Project AZDock is a wm-dock AZDock is a dock for Etoile It depends on XWindowServerKit. WWW: http://www.etoile-project.org/ |
2006-11-24T20:14:36+00:00 | x11-wm/etoile-azalea |
Azalea is a GNUstep window manager Azalea is a GNUstep window manager, based on OpenBox3 (http://icculus.org/openbox/). WWW: http://www.etoile-project.org/ |
2006-11-24T16:54:29+00:00 | editors/scribes |
Slick yet powerful text editor for GNOME Scribes is a text editor for GNOME that is simple, slim and sleek, yet powerful. Scribes focuses on streamlining your workflow. It does so by ensuring common and repetitive operations are intelligently automated. And also by eliminating factors that prevent you from focusing on your tasks. The result is a text editor that provides a fluid user experience. An editor that is easy and fun to use. And an editor that ensures the safety of your documents at all times. WWW: http://scribes.sourceforge.net/ |
2006-11-24T07:33:35+00:00 | databases/innotop |
MySQL and InnoDB monitoring program innotop connects to a MySQL database server and retrieves information from it, then displays it in a manner similar to the UNIX top program. It runs on most Unix systems which have Perl, DBI, and Term::ReadKey installed. WWW: http://code.google.com/p/innotop/ |
2006-11-24T01:47:23+00:00 | net/p5-BBS-UserInfo-Wretch |
Get user information of Wretch-style BBS Get user information of Wretch-style BBS. WWW: https://metacpan.org/release/BBS-UserInfo-Wretch |
2006-11-23T23:08:30+00:00 | security/p5-File-Scan-ClamAV |
Perl extension for the clamav virus scanner A library for connecting to and sending commands to a local ClamAV clamd service - an anti-virus daemon process. You can find more information about clam anti-virus at WWW: http://www.clamav.net/ File::Scan::ClamAV was originally based on the Clamd module WWW: https://metacpan.org/release/File-Scan-ClamAV |
2006-11-23T22:36:05+00:00 | net/wired |
Wired server Wired is an open, modern and free version of the BBS-style client/server system, providing chat, messaging and file transfers. WWW: http://www.zankasoftware.com/wired/ |
2006-11-23T22:35:30+00:00 | net/wire |
Wire is a screen-oriented command line Wired client Wired is an open, modern and free version of the BBS-style client/server system, providing chat, messaging and file transfers. Wire is a screen-oriented command line Wired client. It supports most Wired features, including file transfers. WWW: http://www.zankasoftware.com/wired/wire/ |
2006-11-23T22:22:24+00:00 | databases/mysqlsla |
Mysqlsla analyzes general, slow, and raw MySQL statement logs mysqlsla analyzes general, slow, and raw MySQL statement logs. mysqlsla can read multiple MySQL general and slow logs (and logs containing raw SQL statements), combine them, then run various analyses on all the queries. In addition, mysqlsla can correlate the analyses so that the queries in one analysis are used as the basis for subsequent analyses. Other options include limiting the output of each analysis to the top N queries, averaging execution time over N runs, customizing the order in which the analyses are ran, statement filtering, statement pattern matching, and mysqldumpslow-like formatting. WWW: http://hackmysql.com/mysqlsla |
2006-11-23T22:19:26+00:00 | databases/mysqlreport |
Mysqlreport makes a friendly report of important MySQL status values mysqlreport makes a friendly report of important MySQL status values. mysqlreport transforms the values from SHOW STATUS into an easy-to-read report that provides a much more in-depth understanding of how well MySQL is running. For this and many other reasons, mysqlreport is a better alternative (and practically the only alternative) to manually interpreting SHOW STATUS. WWW: http://hackmysql.com/mysqlreport |
2006-11-23T20:53:10+00:00 | astro/gaia |
Display geographic maps with optional GPS tracking support Gaia is an open, portable, customizable and extendable Earth viewer, currently in an early stage of development. Optionally, the current position as reported by any GPS device supported by "gpsd" can be tracked and displayed. WWW: http://www.sourceforge.net/projects/gaia-clean |
2006-11-23T18:20:42+00:00 | net-im/pidgin-hotkeys |
Pidgin plugin that allows user to assign global hotkeys A pidgin plugin that allows user to assign global hotkeys (e.g. Ctrl+Alt+g) for togglling buddy list and reading queued message. When "Toggle List" hotkey is enabled, it makes the buddy list hidden from your taskbar and task switcher (similar to ICQ). WWW: https://sourceforge.net/projects/pidgin-hotkeys/ |
2006-11-23T18:20:42+00:00 | net-im/gaim-hotkeys |
A gaim plugin that allows user to assign global hotkeys A gaim plugin that allows user to assign global hotkeys (e.g. Ctrl+Alt+g) for togglling buddy list and reading queued message. When "Toggle List" hotkey is enabled, it makes the buddy list hidden from your taskbar and task switcher (similar to ICQ). WWW: http://sourceforge.net/projects/gaim-hotkeys/ |
2006-11-23T16:44:44+00:00 | devel/make |
Berkeley make, back-ported to FreeBSD 4.x This is Berkeley make, taken directly from a modern version of FreeBSD. |
2006-11-23T12:28:11+00:00 | www/pear-HTML_AJAX |
PHP and JavaScript AJAX library Provides PHP and JavaScript libraries for performing AJAX (Communication from JavaScript to your browser without reloading the page) WWW: https://pear.php.net/package/HTML_AJAX |
2006-11-23T12:02:29+00:00 | net-mgmt/pftabled |
Tool to manage pf tables remotely The pftabled daemon is a small helper to make your pf tables reachable from other hosts. You can add/delete/flush IP addresses to/from a remote table with a single UDP datagram. A simple client program is included to do this from the command line. WWW: http://wolfermann.org/pftabled.html |
2006-11-23T11:56:19+00:00 | benchmarks/fhourstones |
Integrated benchmark program This integer benchmark solves positions in the game of connect-4, as played on a vertical 7x6 board. This takes about 10 minutes on contemporary PCs. WWW: http://tromp.github.io/c4/fhour.html |
2006-11-22T17:48:59+00:00 | textproc/linux-xerces-c2 |
Validating XML parser from the Apache XML Project (linux version) Xerces-C++ is a validating XML parser from the Apache XML Project. It provides a shared library to parse, generate, mainpulate and validate XML documents from within your own application. (Linux version) WWW: http://xerces.apache.org/xerces-c/ |
2006-11-21T23:21:44+00:00 | games/wormux-devel |
Wormux game Wormux is a free game where funny animals fight on a 2D map with funny weapons. Though currently under heavy development, it is already very playable, with lots of weapons (Dynamite, Baseball Bat, Teleportation, etc.). For the moment, you can not play against computer opponents. There are also lots of maps available for your battling pleasure! Wormux takes the genre to the next level, with great customisation options leading to great gameplay. There is a wide selection of teams, from the Aliens to the Chickens. Also, new battlefields can be downloaded from the Internet, making strategy an important part of each battle. WWW: http://www.wormux.org/ |
2006-11-21T20:56:01+00:00 | www/apache-mode.el |
Emacs major mode for editing Apache configuration files Emacs major mode for editing Apache configuration files WWW: https://www.emacswiki.org/cgi-bin/wiki/apache-mode.el |
2006-11-21T13:01:32+00:00 | emulators/vmw |
VM Back Command Line Tools for VMware VMware Command Line Tools On this page, you'll find command line programs which can replace and/or supplement the VMware's official VMwareTools. These programs use VMware's undocumented and therefore not officially supported feature to communicate with VMware (see VMware Backdoor I/O Port). Information on these functions have come entirely from my personal research and quite a few contributions by fellow VMware users. These programs are intended partly as illustrative examples of how to use the VMware backdoor function and I have cut many corners writing them. * vmw: generic backdoor access program * vmshrink: virtual disk shrink program * vmftp: host-guest file transfer program LICENSE: no particular restriction on redistribution WWW: http://sites.google.com/site/chitchatvmback/vmtools |
2006-11-20T21:26:53+00:00 | benchmarks/imb |
Intel MPI Benchmark The idea of IMB is to provide a concise set of elementary MPI benchmark kernels. With one executable, all of the supported benchmarks, or a subset specified by the command line, can be run. The rules, such as time measurement (including a repetitive call of the kernels for better clock synchronization), message lengths, selection of communicators to run a particular benchmark (inside the group of all started processes) are program parameters. |
2006-11-20T19:05:47+00:00 | sysutils/ck4up |
Check HTTP and FTP sites for updates ck4up is a small command-line utility, written in ruby. ck4up scans through a configuration file, fetches the listed URLs from the web, computes the md5sum of the page, and compares the value with the ones stored in a gdbm database. If both differ, a message will be written to the standard output. WWW: http://jue.li/crux/ck4up/ |
2006-11-20T14:34:44+00:00 | sysutils/dtc-toaster |
This port is meant to build and provide a full installation of DTC, including all dependencies required to use it. This isn't the only possible configuration of applications to run with it, see the main port for the various apps that can be used. WWW: http://www.gplhost.com/software-dtc.html |
2006-11-20T07:42:37+00:00 | devel/py-magic |
Python module for determining file type Python bindings for libmagic used to get a description of a file type, or a mime type for that file. WWW: https://www.darwinsys.com/file/ |
2006-11-20T06:13:45+00:00 | www/mod_log_sql2-dtc |
Allows Apache to log to a MySQL database This add-on module allows the apache web server to use a MySQL database for logging of all operations. WWW: http://www.outoforder.cc/projects/apache/mod_log_sql/ |
2006-11-19T21:15:48+00:00 | x11-themes/etoile-wildmenus |
Etoile Project WildMenus bundle Etoile intends to be an innovative GNUstep based user environnement built from the ground up on highly modular and light components with project and document orientation in mind, in order to allow users to create their own workflow by reshaping or recombining provided Services (aka Applications), Components etc. Flexibility and modularity on both User Interface and code level should allow us to scale from PDA to computer environment. This package installs the WildMenus bundle. WWW: http://www.etoile-project.org/ |
2006-11-19T21:14:23+00:00 | x11-themes/etoile-camaelon |
Etoile Project Camaelon bundle Etoile intends to be an innovative GNUstep based user environnement built from the ground up on highly modular and light components with project and document orientation in mind, in order to allow users to create their own workflow by reshaping or recombining provided Services (aka Applications), Components etc. Flexibility and modularity on both User Interface and code level should allow us to scale from PDA to computer environment. This package installs the Camaelon bundle, the theme engine for GNUstep. LICENSE: LGPL2 or later WWW: http://www.etoile-project.org/ |
2006-11-19T19:32:28+00:00 | x11-themes/etoile-etoilemenus |
Etoile Project EtoileMenus bundle EtoileWildMenus - a fork of WildMenus engine to provide apps with menu display which plugs into the EtoileMenuServer looks. Compile, no need to install, just put it into the GSAppKitUserBundles defaults array (or run with -GSAppKitUserBundles argument, you know the story...). WWW: http://www.etoile-project.org/ |
2006-11-19T18:21:02+00:00 | deskutils/etoile-lookandbehavior |
Etoile Project LookAndBehavior application Etoile intends to be an innovative GNUstep based user environnement built from the ground up on highly modular and light components with project and document orientation in mind, in order to allow users to create their own workflow by reshaping or recombining provided Services (aka Applications), Components etc. Flexibility and modularity on both User Interface and code level should allow us to scale from PDA to computer environment. This package installs the LookAndBehavior application. WWW: http://www.etoile-project.org/ |
2006-11-19T18:16:34+00:00 | deskutils/etoile-hardware |
Etoile Project Hardware application Etoile intends to be an innovative GNUstep based user environnement built from the ground up on highly modular and light components with project and document orientation in mind, in order to allow users to create their own workflow by reshaping or recombining provided Services (aka Applications), Components etc. Flexibility and modularity on both User Interface and code level should allow us to scale from PDA to computer environment. This package installs the Hardware application. WWW: http://www.etoile-project.org/ |
2006-11-19T18:12:05+00:00 | x11-themes/etoile-iconkit |
Etoile Project IconKit framework This framework provides icon theming and various facilities to create icons at run-time by compositing by different elements. The icon compositing is very useful for the consistency accross a set of icons (for example, using the same background) and permit to easily create icon families. IconKit icon themes are a complement to Camaelon widget themes. LICENSE: BSD WWW: http://www.etoile-project.org/ |
2006-11-19T18:03:15+00:00 | deskutils/etoile-servicesbarkit |
Etoile Project ServicesBarKit framework Etoile intends to be an innovative GNUstep based user environnement built from the ground up on highly modular and light components with project and document orientation in mind, in order to allow users to create their own workflow by reshaping or recombining provided Services (aka Applications), Components etc. Flexibility and modularity on both User Interface and code level should allow us to scale from PDA to computer environment. This package installs the ServicesBarKit framework. WWW: http://www.etoile-project.org/ |
2006-11-19T18:01:23+00:00 | deskutils/etoile-etoileextensionskit |
Etoile Project EtoileExtensionsKit framework Etoile intends to be an innovative GNUstep based user environnement built from the ground up on highly modular and light components with project and document orientation in mind, in order to allow users to create their own workflow by reshaping or recombining provided Services (aka Applications), Components etc. Flexibility and modularity on both User Interface and code level should allow us to scale from PDA to computer environment. This package installs the EtoileExtensionsKit framework. WWW: http://www.etoile-project.org/ |
2006-11-19T17:56:33+00:00 | www/etoile-bookmarkkit |
Etoile Project BookmarkKit framework This package installs the BookmarkKit framework. It provides a basic storage for shared bookmarks. It can be used for web browser bookmark, recently opened documents, etc. It is based on CollectionKit. BookmarkKit has a basic assumption: it has a hierarchical structure. A bookmark or a group can only exist under a group. In another word, an item or a group can has a parent or none. Therefore, bookmark can be displayed in NSOutlineView. WWW: http://www.etoile-project.org/ |
2006-11-19T17:18:41+00:00 | sysutils/etoile-installer |
Etoile Project Installer for GNUstep Installer.app, a package installer for GNUstep. It aims to provide easy instalation of packages, be they the native packages of the underlying system (debs, rpms, etc) or, in the future, GNUstep packages (that follow the NeXTSTEP/MacOSX package format). WWW: http://www.etoile-project.org/ |
2006-11-19T17:03:19+00:00 | deskutils/etoile-workspaceswitcher |
Etoile Project WorkspaceSwitcher bundle Etoile intends to be an innovative GNUstep based user environnement built from the ground up on highly modular and light components with project and document orientation in mind, in order to allow users to create their own workflow by reshaping or recombining provided Services (aka Applications), Components etc. Flexibility and modularity on both User Interface and code level should allow us to scale from PDA to computer environment. This package installs the WorkspaceSwitcher bundle. WWW: http://www.etoile-project.org/ |
2006-11-19T16:57:36+00:00 | x11/etoile-iterm |
Etoile Project Terminal application Etoile intends to be an innovative GNUstep based user environnement built from the ground up on highly modular and light components with project and document orientation in mind, in order to allow users to create their own workflow by reshaping or recombining provided Services (aka Applications), Components etc. Flexibility and modularity on both User Interface and code level should allow us to scale from PDA to computer environment. Terminal (iTerm) WWW: http://www.etoile-project.org/ |
2006-11-19T16:50:07+00:00 | www/etoile-grr |
Rss reader for GNUstep Grr is a RSS Reader application Features Parsing RSS Feeds Fetching feeds from the web Showing headlines Showing the article's descriptions Categories for feeds Articles can be rated Simple HTML rendering on GNUstep Serializing obtained feed-information to hard-disk Managing (Adding, removing) feeds Parsing ATOM feeds. Author: Guenther Noack WWW: http://gap.nongnu.org/grr/index.html |
2006-11-19T16:34:12+00:00 | deskutils/etoile-extendedworkspacekit |
Etoile Project ExtendedWorkspaceKit framework Etoile intends to be an innovative GNUstep based user environnement built from the ground up on highly modular and light components with project and document orientation in mind, in order to allow users to create their own workflow by reshaping or recombining provided Services (aka Applications), Components etc. Flexibility and modularity on both User Interface and code level should allow us to scale from PDA to computer environment. This package installs the ExtendedWorkspaceKit framework. WWW: http://www.etoile-project.org/ |
2006-11-19T14:34:30+00:00 | deskutils/etoile-preferenceskit |
Etoile Project PreferencesKit frameowrk PreferencesKit is a framework which provides various features to build flexible Preferences-like window in any GNUstep or Cocoa applications. It includes an NSPreferencePane implementation (following Cocoa API). It is based on GSSystemPreferences code written by Uli Kusterer. WWW: http://www.dromasoftware.com/etoile/mediawiki/index.php?title=PreferencesKit |
2006-11-19T14:16:01+00:00 | www/etoile-rsskit |
Etoile Project RSSKit framework RSSKit is a simple library for reading the different types of RSS file formats. It is mainly used by RSSReader.app and will hopefully soon be used by PlopFolio by Ludovic Marcotte. Author: Guenther Noack WWW: http://gap.nongnu.org/grr/index.html |
2006-11-19T14:08:34+00:00 | x11/etoile-xwindowserverkit |
Etoile Project XWindowServerKit frameowrk XWindowServerKit provides access to x window system. It allows GNUstep to integrate better with x window system. LICENSE: BSD WWW: http://www.etoile-project.org/ |
2006-11-19T14:03:58+00:00 | deskutils/etoile-trackerkit |
Etoile Project TrackerKit framework Etoile intends to be an innovative GNUstep based user environnement built from the ground up on highly modular and light components with project and document orientation in mind, in order to allow users to create their own workflow by reshaping or recombining provided Services (aka Applications), Components etc. Flexibility and modularity on both User Interface and code level should allow us to scale from PDA to computer environment. This package installs the trackerkit framework. WWW: http://www.etoile-project.org/ |
2006-11-19T13:34:50+00:00 | devel/etoile-unitkit |
Etoile Project UnitKit test framework on GNUstep This is a port of the UnitKit test framework on GNUstep. This framework is released under Apache License 2.0 LICENSE: Apache License 2.0 WWW: http://www.etoile-project.org/ |
2006-11-18T23:50:50+00:00 | devel/py-configobj |
Simple but powerful config file reader and writer ConfigObj is a simple but powerful config file reader and writer: an ini file round tripper. Its main feature is that it is very easy to use, with a straightforward programmer's interface and a simple syntax for config file. WWW: https://github.com/DiffSK/configobj/ |
2006-11-18T23:25:42+00:00 | textproc/ruby-erbscan |
ERB compiler accelerator erbscan is ERB::Compiler accelerator 8 times faster than erb.rb(Ruby1.8.0) require "erb" # slow require "erb_fast" # FAST!!!! Author: MoonWolf <moonwolf@moonwolf.com> WWW: http://raa.ruby-lang.org/project/erbscan/ |
2006-11-18T23:03:16+00:00 | sysutils/mpiexec |
Tool to run a parallel job from within a PBS environment Mpiexec is a replacement program for the script mpirun, which is part of the MPICH package. It is used to initialize a parallel job from within a PBS batch or interactive environment. Mpiexec uses the task manager library of PBS to spawn copies of the executable on the nodes in a PBS allocation. WWW: https://www.osc.edu/~djohnson/mpiexec/ |
2006-11-18T23:01:34+00:00 | www/ilias3 |
Powerful, dynamic, PHP and MySQL based e-learning platform ILIAS is a powerful web-based learning management system that allows users to create, edit and publish learning and teaching material in an integrated system with their normal web browsers. WWW: http://www.ilias.de/ios/index-e.html |
2006-11-18T23:01:34+00:00 | www/ilias |
Powerful, dynamic, PHP and MySQL based e-learning platform ILIAS is a powerful web-based learning management system that allows users to create, edit and publish learning and teaching material in an integrated system with their normal web browsers. WWW: http://www.ilias.de |
2006-11-18T22:55:43+00:00 | www/hastymail2 |
Small, fast and secure yet powerful IMAP webmail Hastymail2 is a full featured IMAP/SMTP client written in PHP. Features: * Compatible with PDAs, phones, text browsers, and all mainstream browsers * W3C valid UTF-8 XHTML pages that can be configured to be delivered as type application/xhtml-xml for supported browsers * Multilevel theme system using CSS, PHP templates, and icon sets * The ability to use a database for storing user settings, contacts, and plugin data, with support for both Postgresql and Mysql * Flexible and powerful plugin system with documentation, examples, and many plugins like a calendar, auto complete, sound notifications, HTML mail composition, and more * Tunable smart cache to balance IMAP activity and PHP session size to maximize performance for different configurations * AJAX updating using a lightweight and simple system * Small page sizes to minimize load time and bandwidth use. Average page sizes including javascript with AJAX updating, CSS, and images is less than 100K without compression or caching, 50K when using gzip compression, and less than 20K when using gzip and normal browser caching * Multiple interface languages and enhanced message character set handling * Custom built RFC compliant IMAP class that handles all IMAP communications * No special PHP requirements, compatible with PHP4 and PHP5 * Advanced IMAP search capabilities * Vcard based contact management including import/export ability * IMAP SSL and STARTTLS* support * Flexible sessions including support for cookie-less sessions and random session ids* * Tons more! WWW: http://www.hastymail.org/ |
2006-11-18T22:55:43+00:00 | www/hastymail2-devel |
Small, fast and secure yet powerful IMAP webmail Hastymail2 is a full featured IMAP/SMTP client written in PHP. Our goal is to create a fast, secure, compliant web mail client that has great usability. Hastymail2 is much more lightweight than most popular web based mail applications but still maintains a competitive feature set. The project originated as Hastymail in 2002, then was nearly completely rewritten as Hastymail2 starting in January of 2008. We are very near our first stable release of the second generation of Hastymail and development continues to be active. Features: * Compatible with PDAs, phones, text browsers, and all mainstream browsers * W3C valid UTF-8 XHTML pages that can be configured to be delivered as type application/xhtml-xml for supported browsers * Multilevel theme system using CSS, PHP templates, and icon sets * The ability to use a database for storing user settings, contacts, and plugin data, with support for both Postgresql and Mysql * Flexible and powerful plugin system with documentation, examples, and many plugins like a calendar, auto complete, sound notifications, HTML mail composition, and more * Tunable smart cache to balance IMAP activity and PHP session size to maximize performance for different configurations * AJAX updating using a lightweight and simple system * Small page sizes to minimize load time and bandwidth use. Average page sizes including javascript with AJAX updating, CSS, and images is less than 100K without compression or caching, 50K when using gzip compression, and less than 20K when using gzip and normal browser caching * Multiple interface languages and enhanced message character set handling * Custom built RFC compliant IMAP class that handles all IMAP communications * No special PHP requirements, compatible with PHP4 and PHP5 * Advanced IMAP search capabilities * Vcard based contact management including import/export ability * IMAP SSL and STARTTLS* support * Flexible sessions including support for cookie-less sessions and random session ids* * Tons more! WWW: http://www.hastymail.org/ |
2006-11-18T22:55:43+00:00 | www/hastymail |
Small, fast and secure yet powerful IMAP webmail Hastymail is a streamlined, secure, fast web based IMAP client written in PHP. Hastymail is designed to have low server requirements and follow internet standards for MIME, IMAP and SMTP communications. Hastymail is also designed to work with all the major and not so major web browsers available. Hastymail does not use frames, javascript, or cookies and all output is 100% W3C compliant 4.01 transitional HTML. WWW: http://hastymail.sourceforge.net/ |
2006-11-18T22:54:07+00:00 | textproc/sphinxsearch |
Sphinx Full-Text Search Engine Sphinx is an open source full text search server, designed from the ground up with performance, relevance (aka search quality), and integration simplicity in mind. It's written in C++ and works on Linux (RedHat, Ubuntu, etc), Windows, MacOS, Solaris, FreeBSD, and a few other systems. Sphinx lets you either batch index and search data stored in an SQL database, NoSQL storage, or just files quickly easily and or index and search data on the fly, working with Sphinx pretty much as with a database server. A variety of text processing features enable fine-tuning Sphinx for your particular application requirements, and a number of relevance functions ensures you can tweak search quality as well. Searching via SphinxAPI is as simple as 3 lines of code, and querying via SphinxQL is even simpler, with search queries expressed in good old SQL. Sphinx clusters scale up to billions of documents and tens of millions search queries per day, powering top websites such as Craigslist, DailyMotion, NetLog, etc. And last but not least, it's open-sourced under GPLv2, and the community edition is free to use. WWW: http://sphinxsearch.com/ |
2006-11-18T19:25:43+00:00 | devel/p5-Time-Stopwatch |
Use tied scalars as timers This module provides a convenient interface to timing functions through tied scalars. WWW: https://metacpan.org/release/Time-Stopwatch |
2006-11-18T16:31:59+00:00 | games/nextgo |
Classic Go game for OPENSTEP/GNUstep NeXTGo is the classic Go game originally written for the OPENSTEP/Mach environment. WWW: http://www.nongnu.org/gap/nextgo/index.html |
2006-11-18T15:31:48+00:00 | databases/mylibrary |
Wiki-style data management application for GNUstep MyLibrary is a data management application using wiki-style link and search. Files and notes can be added into the library as items. Each item can have text-style meta-data and attributes-style meta-data. Items can be linked as wiki, or searched based on meta-data. File content can even be searched with namazu. LICENSE: GPL2 or later Author: Yen-Ju Chen |
2006-11-18T15:03:21+00:00 | multimedia/gnustep-mplayer |
GNUstep port of MPlayerOSX GNUstep port of MPlayerOSX Mplayer.app have many useful features: * PlayList * Statistics * Info Panel * Fullscreen * Add/remove subtitles * Full source code available * Sttings and Preferences Panel LICENSE: GPL2 WWW: http://www.sonappart.net/gnustep/mplayer/ |
2006-11-18T09:55:59+00:00 | lang/gscheme |
GNUstep-aware scheme interpreter A GNUstep-aware scheme interpreter. You need libflex installed on your system. Includes many examples, e.g. the sieve of Erathostenes to compute primes, a Koch curve plotter, mandelbrot set, graphs of various functions etc. GScheme is fully tail recursive. The garbage collector bypasses GNUstep's retain/release mechanism in order to deal with circular data structures. GScheme is document-based and you can edit more than one file at the same time. LICENSE: GPL2 or later WWW: http://www.gnustep.it/marko/GScheme/index.html |
2006-11-18T09:29:32+00:00 | games/grubik |
Virtual 3D Rubiks cube for GNUstep GRubik is a virtual 3D Rubik's cube for you to solve. It features: - simple but functional and fast 3D - a smart scramble that ensures you get a solvable cube - interesting code that you might enjoy reading and which uses a variety of programming techniques. Left-click for clockwise, right-click for counterclockwise rotation. LICENSE: GPL2 or later |
2006-11-18T09:00:13+00:00 | sysutils/burn |
GNUstep based CD burning program Burn.app is a GNUstep based CD burning program for GNU/Linux. It serves as front-end for J. Schilling's cdrtools, cdrdao, and cdparanoia. You will no longer need to remember ugly command line parameters for cdrecord or write shell scripts. With Burn.app you compile your CD by point-and-click operation and save your projects for later reuse. Burn.app will hide as many settings as possible from you, thus making it very easy and user-friendly to create your own CDs. LICENSE: GPL2 or later WWW: http://gsburn.sourceforge.net/ |
2006-11-18T05:03:17+00:00 | deskutils/lightning-xpi |
An integrated calendar for Thunderbird An integrated calendar for Thunderbird ** Note that this port is a binary plugin for Thunderbird and you may want ** to build from source via ports/mail/lightning (includes Thunderbird) WWW: http://www.mozilla.org/projects/calendar/lightning/ |
2006-11-18T03:58:13+00:00 | mail/lightning |
Thunderbird mail client with lightning calendar plugin Lightning brings the Sunbird calendar to the popular email client, Mozilla Thunderbird. Mozilla Thunderbird is a redesign of the Mozilla mail component with the goal of becoming a cross-platform stand alone mail application using the XUL user interface language. See the Mozilla Thunderbird project page for more details. The Sunbird Project is a redesign of the Mozilla Calendar component. The goal is to produce a cross platform standalone calendar application based on Mozilla's XUL user interface language. WWW: http://www.mozilla.org/projects/calendar/lightning/ http://www.mozilla.com/thunderbird/ http://www.mozilla.org/projects/calendar/sunbird/ |
2006-11-17T17:44:51+00:00 | graphics/php5-ffmpeg |
FFmpeg shared extension for php The ffmpeg-php is an extension for PHP that adds an easy to use, object-oriented API for accessing and retrieving information from video and audio files. It has methods for returning frames from movie files as images that can be manipulated using PHP's image functions. This works well for automatically creating thumbnail images from movies. ffmpeg-php is also useful for reporting the duration and bitrate of audio files (mp3, wma...). The ffmpeg-php can access many of the video formats supported by ffmpeg (mov, avi, mpg, wmv...) WWW: http://ffmpeg-php.sourceforge.net/ |
2006-11-17T17:44:51+00:00 | graphics/php4-ffmpeg |
The ffmpeg shared extension for php The ffmpeg-php is an extension for PHP that adds an easy to use, object-oriented API for accessing and retrieving information from video and audio files. It has methods for returning frames from movie files as images that can be manipulated using PHP's image functions. This works well for automatically creating thumbnail images from movies. ffmpeg-php is also useful for reporting the duration and bitrate of audio files (mp3, wma...). The ffmpeg-php can access many of the video formats supported by ffmpeg (mov, avi, mpg, wmv...) WWW: http://ffmpeg-php.sourceforge.net/ |
2006-11-17T14:31:08+00:00 | audio/gnustep-cdplayer |
GNUstep CD player with CDDB support GNUstep CD player with CDDB support LICENSE: GPL2 WWW: http://gsburn.sourceforge.net/ |
2006-11-17T12:04:09+00:00 | audio/cddb-bundle |
CDDB client bundle GNUstep CDDB client bundle for GNUstep LICENSE: GPL2 or later WWW: http://gsburn.sourceforge.net/ |
2006-11-17T11:17:08+00:00 | x11/gskrab |
GNUstep Keyboard Grabber GS Krab is a framework and a daemon to enable GNUstep applications to handle the special keys on multimedia keyboards. Since this would require special hacks to work on different platform, and since those differents platforms work differently, I thought putting those hacks together in a centralized daemon would be the correct and clean way to do things. LICENSE: GPL2 or later |
2006-11-17T10:27:12+00:00 | deskutils/plopfolio |
Free clone of KlipFolio for GNUstep PlopFolio is a free clone of Serence's excellent KlipFolio application. PlopFolio supports Klips available from KlipFarm. PlopFolio is developped using the Objective-C language and works well with GNUstep (on Linux, FreeBSD, and more) and Cocoa on Mac OS X. LICENSE: GPL2 or later WWW: http://www.collaboration-world.com/cgi-bin/project/index.cgi?pid=7 |
2006-11-17T08:37:58+00:00 | net-mgmt/tknetmon |
GUI for network monitoring tool "netmond" ( net-mgmt/netmond ) Graphical user interface for network monitoring package "netmond". With TkNetmon someone can create graphical network map, produce config file for "netmond", restart it, and view current network objects state, as it reported by netmond. WWW: http://vfom.narod.ru/TkNetmon |
2006-11-17T03:54:06+00:00 | audio/mpdcon |
MPD client for GNUstep MPDCon is a graphical client for MPD, the Music Player Daemon (http://www.musicpd.org). With it you can manage your playlists, browse the song collection and control the daemon. WWW: http://gap.nongnu.org/mpdcon/ |
2006-11-17T03:34:45+00:00 | multimedia/poe |
Vorbis comment editor for GNUstep Poe: A Pugnacious Ogg Editor. Poe is a vorbis comment editor. It tries to follow the vorbis comment header specification closely, while being convenient and flexible to use. Towards that end, it doesn't have a static 'form' style interface. Instead, it has an editable table of comments. The contents of the table change dependent upon preference settings, and what comments are in the ogg file you are editing. LICENSE: GPL2 or later WWW: http://www.eskimo.com/~pburns/Poe/ |
2006-11-16T17:00:11+00:00 | deskutils/gnuwash |
Configurable GNUstep timer application GNUWash is a configurable GNUstep timer application. LICENSE: GPL2 or later Author: Mathias Menzel-Nielsen |
2006-11-16T16:37:25+00:00 | deskutils/gnustep-wrapper |
Create GNUstep app-wrappers of non-GNUstep applications GNUstepWrapper provides an easy way to create GNUstep app-wrappers of non-GNUstep applications. It is the most useful in conjunction with Enrico Sersale's GWorkspace environment. |
2006-11-16T16:23:35+00:00 | deskutils/displaycalibrator |
Frontend to xgamma DisplayCalibrator - Frontend to xgamma WWW: http://gnu.ethz.ch/linuks.mine.nu/displaycalibrator/ |
2006-11-16T08:56:46+00:00 | net-im/wildfire |
Openfire (formerly Wildfire) is an enterprise instant messaging server Openfire (formerly Wildfire) is an enterprise instant messaging (EIM) server dual-licensed under the Open Source GPL and commercially. It uses the leading open protocol for instant messaging, XMPP (also called Jabber). Openfire is incredibly easy to setup and administer, but offers rock-solid security and performance. WWW: http://www.igniterealtime.org/projects/openfire/index.jsp |
2006-11-16T08:56:46+00:00 | net-im/openfire |
Enterprise instant messaging server Openfire (formerly Wildfire) is an enterprise instant messaging (EIM) server dual-licensed under the Open Source GPL and commercially. It uses the leading open protocol for instant messaging, XMPP (also called Jabber). Openfire is incredibly easy to setup and administer, but offers rock-solid security and performance. WWW: http://www.igniterealtime.org/projects/openfire/index.jsp |
2006-11-15T23:59:16+00:00 | dns/powerdns-recursor |
Advanced DNS recursor The PowerDNS Recursor is a high-end, high-performance resolving name server which powers the DNS resolution of at least a hundred million subscribers. Utilizing multiple processors and supporting the same powerful scripting ability of the Authoritative Server, the Recursor delivers top performance while retaining the flexibility modern DNS deployments require: * IPv4, UDP/TCP * IPv6, UDP/TCP, 100% compliant * Remotely pollable statistics for real time graphing * Full support for all relevant standards * Advanced anti-spoofing measures * Reconfiguration without downtime * Plain BIND zone files for "resolved hosting" * Internal Lua-based scripted answer generation * Question interception, answer reconditioning, NXDOMAIN redirection - Including 'block lists' and security measures * API for direct control (rec_control) - Local and remote access * DNS Response Policy Zones (RPZ) * DNS64 WWW: https://www.PowerDNS.com/recursor.html |
2006-11-15T21:33:51+00:00 | security/sguil-client |
Sguil is a network security monitoring program Sguil (pronounced "sgweel") is a graphical interface to snort (www.snort.org), an open source intrusion detection system. The actual interface and GUI server are written in tcl/tk (www.tcl.tk). Sguil also relies on other open source software in order to function properly. The client requires tls, gpg, iwidgets and other tcl packages and may also use wireshark, sancp and festival depending on your selection of options. Run "make config" in the port to see what options are available. Sguil currently functions as an analysis interface and does not yet have rule management capabilities. WWW: http://sguil.sourceforge.net/index.php pauls@utdallas.edu |
2006-11-15T21:23:52+00:00 | dns/opendd |
DynDNS client OpenDD is a DynDNS client, written in C, and especially designed for small gateway machines, like a Soekris box. Its main feature is that it does not require any Perl or Python interpreter. It supports HTTPS, can send a mail report, and can run as daemon. It is also very easy to deploy. WWW: http://www.bsdmon.com/wakka/OpenDD |
2006-11-15T21:20:16+00:00 | graphics/gle-graphics |
Graphics language that produces images from script files GLE is a graphics language that produces PostScript, EPS, PDF, PNG, or JPG ouput from a simple script file. GLE is a full featured scripting language that includes variables, subroutines, logic control, looping, a graphing tool, and more to produce high quality output. It has a full range of facilities for producing publication-quality graphs, diagrams, posters and slides. GLE provides LaTeX quality fonts together with a flexible graphics module, which allows the user to specify any feature of a graph (down to the line width of the subticks, for example). WWW: http://www.gle-graphics.org/ |
2006-11-15T14:18:12+00:00 | devel/py-durus |
Persistent object storage system for Python Durus is a persistent object system for applications written in the Python programming language. Durus offers an easy way to use and maintain a consistent collection of object instances used by one or more processes. Access and change of a persistent instances is managed through a cached Connection instance which includes commit() and abort() methods so that changes are transactional. Durus is best suited to collections of less than a million instances with relatively stable state. WWW: http://www.mems-exchange.org/software/durus/ |
2006-11-15T14:14:55+00:00 | www/py-qp |
Python web framework to use qpy and durus together This is QP, a package for defining and running multiple web applications based on Durus for persistence, standard persistent Session and User classes, easy interactive database sessions, qpy for assembling html, and Quixote2-style forms and path traversal. QP makes it easier than ever to use these tools together. WWW: http://www.mems-exchange.org/software/qp/ |
2006-11-15T14:12:36+00:00 | www/py-qpy |
Generating safely-quoted html text from python code Qpy provides a convenient mechanism for generating safely-quoted html text from python code. It does this by implementing a quoted-string data type and a modification of the python compiler. (This main idea comes from Quixote's htmltext/PTL.) WWW: http://www.mems-exchange.org/software/qpy/ |
2006-11-15T08:16:40+00:00 | textproc/p5-Unicode-Unihan |
The Unihan Data Base 5.1.0 Unicode::Unihan - The Unihan Data Base 5.1.0 use Unicode::Unihan; my $db = new Unicode::Unihan; print join("," => $db->Mandarin("\x{5c0f}\x{98fc}\x{5f3e}"), "\n"; This module provides a user-friendly interface to the Unicode Unihan Database 5.1.0. With this module, the Unihan database is as easy as shown in above. WWW: https://metacpan.org/release/Unicode-Unihan |
2006-11-14T12:46:33+00:00 | sysutils/syslog-ng3 |
A powerful syslogd replacement syslog-ng3 (Syslog New Generation) is a powerful replacement for the standard syslogd. Features include: - ability to filter messages based on content using regular expressions - forwarding logs on TCP WWW: http://www.balabit.com/products/syslog_ng/ -Vince Valenti vince@blue-box.net |
2006-11-14T12:46:33+00:00 | sysutils/syslog-ng3-devel |
A powerful syslogd replacement syslog-ng3 (Syslog New Generation) is a powerful replacement for the standard syslogd. Features include: - ability to filter messages based on content using regular expressions - forwarding logs on TCP WWW: http://www.balabit.com/products/syslog_ng/ -Vince Valenti vince@blue-box.net |
2006-11-14T12:46:33+00:00 | sysutils/syslog-ng2 |
Powerful syslogd replacement syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. Key features: * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), ...) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). The official home page of syslog-ng is: http://www.balabit.com/network-security/syslog-ng/ |
2006-11-14T12:46:33+00:00 | sysutils/syslog-ng-devel |
Powerful syslogd replacement syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. Key features: * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), ...) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). The official home page of syslog-ng is: WWW: http://www.balabit.com/network-security/syslog-ng/ |
2006-11-14T12:40:41+00:00 | sysutils/eventlog |
Replacement of the simple syslog() API providing structure to messages The EventLog library aims to be a replacement of the simple syslog() API provided on UNIX systems. The major difference between EventLog and syslog is that EventLog tries to add structure to messages. Where you had a simple non-structrured string in syslog() you have a combination of description and tag/value pairs. EventLog provides an interface to build, format and output an event record. The exact format and output method can be customized by the administrator via a configuration file. |
2006-11-14T10:25:45+00:00 | devel/pear-Validate_Finance_CreditCard |
PEAR CreditCard Validation class Package to validate Credit Card numbers and types. WWW: https://pear.php.net/package/Validate_Finance_CreditCard |
2006-11-14T10:22:28+00:00 | devel/pear-Validate_Finance |
PEAR Finance Validation class Package to validate various data. It includes: * IBAN WWW: https://pear.php.net/package/Validate_Finance |
2006-11-14T10:16:53+00:00 | devel/afay |
Improved aflex and ayacc Ada 95 scanner and parser generators This is a modified version of Aflex/Ayacc for Ada95 parent/child feature support. A new directive "%unit A.B.C" has been added, enabling the Ada unit A.B.C to be the parent of the generated lexer/parser. Aflex/Ayacc are copyrighted by the The University of California. WWW: http://thiberlog.free.fr/ |
2006-11-14T10:05:38+00:00 | archivers/p5-IO-Compress-Base |
Base Class for IO::Uncompress modules This module is the base class for all IO::Compress and IO::Uncompress modules. WWW: http://search.cpan.org/dist/IO-Compress-Base/ |
2006-11-14T10:00:46+00:00 | archivers/p5-Compress-Raw-Zlib |
Low-Level Interface to zlib compression library Compress::Raw::Zlib provides low-Level Interface to zlib compression library. WWW: https://metacpan.org/release/Compress-Raw-Zlib |
2006-11-14T09:11:51+00:00 | deskutils/py-tagfu |
Python module for tagging urls with tags or metadata TagFu is a library for tagging entities (which can be anything with a url) with Tags or metadata. TagFu is implemented in Python and very closely mimics basic Python data structures. Tags is a Python list of tags, Entities is a Python List of Entity objects, and Entity is a dict which contains all the key-value pairs for all tags associated to the Entity. The key is the Tag name and value is an arbitrary value, if no value is set, the tag is considered to be a simple tag. WWW: http://www.geekfire.com/~alex/tagfu/ |
2006-11-13T13:10:14+00:00 | dns/rbllookup-ng |
Check given IP/Host presence in RBLs rbllookup is a small perl script which allow you to check given IP/host name. In this version you have statically inserted RBL servers, but code is based on GPL source, so you can easy add more/replace/delete RBL servers by editing rbllookup.conf file. |
2006-11-12T23:57:10+00:00 | audio/gx2osd |
An OSD client for XMMS2 A simple on-screen display client for XMMS2 with cover-art support. WWW: http://eclipser.xmms2.org/gx2osd.xhtml |
2006-11-12T19:04:42+00:00 | comms/wsjt |
Weak signal ham radio communication package WSJT ("Weak Signal Communication, by K1JT") offers specific digital protocols optimized for meteor scatter, ionospheric scatter, and EME (moonbounce) at VHF/UHF, as well as HF skywave propagation. The program can decode fraction-of-a-second signals reflected from ionized meteor trails and steady signals 10 dB below the audible threshold. WWW: http://physics.princeton.edu/pulsar/K1JT |
2006-11-11T16:12:32+00:00 | graphics/visprint |
Creates fractal fingerprint images based on any data Visprint makes fractal fingerprint png images based on the contents of any file. The image will be different for almost every file with even slightly different contents. Visprint uses the IFS fractal generation process, pioneered by Michael Barnsley. It is a way to create images which are self-similar to infinite depths. In other words, the picture is made up of smaller versions of itself. WWW: http://www.tastyrabbit.net/visprint/ |
2006-11-11T13:55:05+00:00 | security/osslsigncode |
OpenSSL-based signcode utility Platform-independent tool for Authenticode signing of EXE/CAB files - uses OpenSSL and libcurl. It also supports timestamping. WWW: https://sourceforge.net/projects/osslsigncode/ |
2006-11-10T21:07:55+00:00 | net/slbd |
Server load balancing daemon for *BSD pf The slbd project aims to produce stable, production-quality code to monitor web and other TCP-based servers, allowing for server load balancing (SLB) functionality through *BSD's PF packet filter. WWW: http://slbd.sourceforge.net/ |
2006-11-10T20:13:09+00:00 | chinese/big5width |
Unicode width dirty fix for Big5 font (${LOCALE} locale) Unicode define some character width as ambiguous. Software determines the width of characters accroding the context. However, sometimes it is hard or impossible to know the context. Thus, this port dirty fixes some console software, let them recognize all characters in Big5 encoding range as double width. Now you will be happy with UTF8 terminal and Big5 fonts :) This port fixes the zh_TW.UTF-8 locale for wcwidth(3) and wcswidth(3). WWW: http://www.csie.ntu.edu.tw/~r92030/project/big5width/ |
2006-11-10T14:15:44+00:00 | www/mod_security21 |
An intrusion detection and prevention engine ModSecurity is an embeddable web application firewall. It provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring and real-time analysis with no changes to existing infrastructure. It is also an open source project that aims to make the web application firewall technology available to everyone. WWW: http://www.modsecurity.org/ |
2006-11-10T14:15:44+00:00 | www/mod_security2 |
An intrusion detection and prevention engine ModSecurity is an embeddable web application firewall. It provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring and real-time analysis with no changes to existing infrastructure. It is also an open source project that aims to make the web application firewall technology available to everyone. WWW: http://www.modsecurity.org/ |
2006-11-10T00:48:39+00:00 | net/p5-BBS-UserInfo-Maple3itoc |
Get user information of Maple3itoc-style BBS Get user information of Maple3itoc-style BBS. WWW: https://metacpan.org/release/BBS-UserInfo-Maple3itoc |
2006-11-09T20:16:54+00:00 | biology/adun |
Molecular Simulator for GNUstep Adun is a new extendible molecular simulation program that also includes data management and analysis capabilities. LICENSE: GPL2 or later WWW: http://diana.imim.es/Adun |
2006-11-09T20:08:01+00:00 | net/zillion |
Distributed computing project The Zillion Project is a distributed computing project reminiscent of the good old Zilla.app of NeXTstep days. It is based on GNUstep, the most promising OPENSTEP replacement as of today. Jobs can be created from simple template projects and can be submitted with a single command to the Zillion Server which in turn will distribute the job amongst the registered clients. No other network resources than the distributed objects (DO) port of the server machine has to be available. The key features are as follows: * Rapid turn around cycles for job submission * Dynamic addition/removal of client nodes * Full OO-design * No need for shared network resources * Real-time capabilities * Lean and clean * Open and free LICENSE: BSD WWW: http://zillion.sourceforge.net/ |
2006-11-09T20:06:07+00:00 | net/remotedesk |
Graphical interface to rdesktop RemoteDesk is a graphical interface to rdesktop and it allows you to remotely access Windows computers. LICENSE: GPL2 or later WWW: http://gap.nongnu.org/remotedesk/index.html |
2006-11-09T18:41:59+00:00 | audio/xanalyser |
Spectrum analyser XAnalyser is a program to analyse a stereo audio signal. It has two displays: Frequency Spectrum Using Fast Fourier Transform, the time domain of the signal is transformed into the frequency domain, i.e. the amplitude (in logarithmic scale) of the audio signal is plotted versus the frequency. Either the sum of the left and right channel of the audio signal can be shown or both channels simultaneously. XY Scope Roughly speaking, the audio signal of left channel deflects a point horizontally and the right channel vertically (just as the beam of a CRT would do). Thus, an audio signal only present on the left channel produces a horizontal line, whereas an audio signal only present on the right channel produces a vertical line. A mono signal produces a 45 degree line. A stereo signal creates a wilde pattern (if the phase is correct, predominately in the same direction as a mono signal) or may even fill the entire scope. WWW: http://arvin.schnell-web.net/xanalyser/ |
2006-11-09T15:27:59+00:00 | french/belote |
Un jeu de belote coinchée contre l'ordinateur ou en réseau Jouez àla belote coinchée seul contre l'ordinateur ou en réseau. WWW: http://coincher.free.fr/ |
2006-11-09T13:56:24+00:00 | devel/cbind |
Translator for "thin" Ada bindings to C This tool is designed to AID in the creation of Ada bindings to C. The code is provided "as is" without any warranty whatsoever. The code is NOT copyrighted but is instead published to the public domain as free software. Any attempt to copyright the tool will be refutable in a court of law. I am NOT intending to imply that the bindings generated by this translator will be complete. This tool MAY/MAY NOT be useful as an AID to generating bindings. Hopefully it can do a lot of the grunt work for you. WWW: ftp://ftp.cs.kuleuven.ac.be/pub/Ada-Belgium/cdrom/ase02_02/tools/cbind/ |
2006-11-09T09:17:37+00:00 | www/p5-Catalyst-Model-CDBI-Plain |
Catalyst plain base class for Class::DBI models Catalyst::Model::CDBI::Plain is a Model class for Catalyst to be used with user-specified Class::DBI classes. It does not automatically set anything up or create relationships; this is left to the user. This module can be used with existing Class::DBI classes, so that they can be used with Catalyst, or as a way of writing CDBI-based Model classes within Catalyst. WWW: https://metacpan.org/release/Catalyst-Model-CDBI-Plain |
2006-11-09T01:43:48+00:00 | textproc/bbe |
Sed-like editor for binary files Instead of reading input in lines as sed, bbe reads arbitrary blocks from an input stream and performs byte-related transformations on found blocks. Blocks can be defined using start/stop strings, stream offset and block length, or a combination. Basic editing commands include delete, replace, search/replace, binary operations (and, or, etc.), append, and bcd/ASCII conversion. For examining the input stream, it contains some grep-like features like printing the input file name, stream offset, and block number of found blocks. Block contents can also be printed in different formats like hex, octal, ASCII, and binary. WWW: https://sourceforge.net/projects/bbe-/ |
2006-11-08T23:34:32+00:00 | emulators/dynagen |
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/ |
2006-11-08T23:12:55+00:00 | devel/cppi |
Tool to indent the C preprocessor directives A tool to indent the C preprocessor directives to reflect their nesting and ensure that there is exactly one space character between each #if, #elif, #define directive and the following token. |
2006-11-08T22:46:05+00:00 | databases/p5-Catalyst-Model-CDBI-Plain |
Catalyst plain base class for Class::DBI models Catalyst::Model::CDBI::Plain is a Model class for Catalyst to be used with user-specified Class::DBI classes. It does not automatically set anything up or create relationships; this is left to the user. This module can be used with existing Class::DBI classes, so that they can be used with Catalyst, or as a way of writing CDBI-based Model classes within Catalyst. WWW: http://search.cpan.org/dist/Catalyst-Model-CDBI-Plain/ |
2006-11-08T21:25:52+00:00 | graphics/npretty |
Simple web-gallery generator written in perl A very configureable web-gallery generator written in perl with support for templates. WWW: http://www.pulia.nu/coding.html |
2006-11-08T20:23:34+00:00 | mail/py-cyruslib |
Cyrus imapd library for Python cyruslib is wrapped interface for imaplib.py, it adds support for cyrus specific commands. Function naming is the same of cyradm WWW: http://oss.netfarm.it/python-cyrus.php |
2006-11-08T20:22:54+00:00 | www/phpip |
A complete IPv4 IPAM (IP address management) suite phpIP Management is a complete IPv4 IPAM (IP address management) suite, built to handle the complexity of managing today's IP address space. phpIP Management was built to scale and address the full lifecycle of IP address space using techniques that are not administratively intensive. WWW: http://www.phpip.net/ - Babak Farrokhi babak@farrokhi.net |
2006-11-08T20:22:54+00:00 | net-mgmt/phpip |
Complete IPv4 IPAM (IP address management) suite phpIP Management is a complete IPv4 IPAM (IP address management) suite, built to handle the complexity of managing today's IP address space. phpIP Management was built to scale and address the full lifecycle of IP address space using techniques that are not administratively intensive. WWW: http://www.phpip.net/ |
2006-11-08T20:04:26+00:00 | x11/bbdock |
Application launcher for Blackbox-like window manager BBDock is an application launcher for Blackbox-like window managers that allows one to create application buttons in the slit/dock. It works with PNG files rather than XPM images, and supports alpha blending at 16, 24, and 32 bits color-depth. Also, the raise-window function is available to window managers which implement the EWMH specification. WWW: http://bbdock.nethence.com/ |
2006-11-08T19:53:59+00:00 | misc/umodunpack |
Unpack umod files for Unreal and/or Unreal Tournament Extract the packed Unreal [Tournament] mod files from a given umod. WWW: http://www.deepsky.com/~misaka/ |
2006-11-08T19:42:21+00:00 | net-mgmt/sjitter |
Client/server jitter measurement utility Sjitter is a command line client/server to measure jitter (based on RFC 1889), one way UDP delay and bandwidth. WWW: http://www.nicolargo.com/dev/sjitter/ |
2006-11-08T19:33:45+00:00 | net/uproxy |
Proxy for UDP protocols Initially UProxy has been designed to allow playing Unreal Tournament matches over Internet on computers connected by a LAN sharing a dial up connection, but it could be used to play other games (such as Quake) and by every program using a UDP protocol where clients don't have to bind a fixed port (not only games!). |
2006-11-08T19:15:14+00:00 | net/tcpxd |
General purpose TCP/IP relay tcpxd is a general purpose TCP/IP relay program designed to be simple to get going, requiring only three parameters; the port to listen on, the host to forward to, and the port on that host to connect to. WWW: http://quozl.us.netrek.org/tcpxd/ |
2006-11-08T18:08:47+00:00 | net-mgmt/ipsectrace |
IPSEC Traffic Profiler Ipsectrace is a simple utility designed to profile the ipsec traffic (esp and ah) in a pcap capture file. It is somewhat inspired by tcptrace. WWW: http://freshmeat.net/projects/ipsectrace/ |
2006-11-08T00:52:56+00:00 | x11-themes/murrine-configurator |
GUI gtkrc configuration tool for the Murrine GTK engine A gui gtkrc configuration tool for the Murrine GTK engine. Murrine Configurator gives users the opportunity to configure all the Murrine Engine style options. The usage is very simple and the dialogs explain step by step the style options you can edit. WWW: http://cimi.netsons.org/pages/murrine/configurator.php |
2006-11-07T23:08:45+00:00 | databases/php5-pdo |
|
2006-11-07T17:48:40+00:00 | devel/pecl-bcompiler |
Bytecode compiler extension bcompiler enables you to encode your scripts in phpbytecode, enabling you to protect the source code. bcompiler could be used in the following situations - to create a exe file of a PHP-GTK application (in conjunction with other software) - to create closed source libraries - to provide clients with time expired software (prior to payment) - to deliver close source applications - for use on embedded systems, where disk space is a priority. WWW: http://pecl.php.net/package/bcompiler/ |
2006-11-07T16:58:09+00:00 | www/zend-framework |
Framework for developing PHP web applications This is a port of the Zend Framework. The Zend Framework aims to provide an architecture for developing entire applications with no other library dependencies. This code will always be actively developed, tested, and supported by Zend and the PHP Collaboration Project. WWW: https://framework.zend.com/ |
2006-11-07T13:47:12+00:00 | games/quaqut |
Queries information from Unreal Tournament 2004 game servers Quaqut is a simple program that queries Unreal Tournament 2004 (TM) game servers and retrieves information like those available while browsing servers in the game. That means information like server name, game type and current map, names and scores of players, and much more. WWW: http://quaqut.sourceforge.net/ |
2006-11-07T13:38:11+00:00 | multimedia/umr |
Unreal Media Ripper This utility rips Music and Sound class objects from .umx and .uax files in Unreal or Unreal Tournament. It rips all the exports in the file that it understands (currently 'xm', 'it', 's3m', and 'WAV'). Adding support for an export is fairly trivial, so you can add them in a minute or two. WWW: http://www.oldunreal.com/othermods.html |
2006-11-07T03:01:32+00:00 | devel/p5-forks |
Drop-in replacement for Perl threads using fork() The "forks" pragma allows a developer to use threads without having to have a threaded perl, or to even run 5.8.0 or higher. There were a number of goals that I am trying to reach with this implementation. The standard Perl 5.8.0 threads implementation is very memory consuming, which makes it basically impossible to use in a production environment, particularly with mod_perl and Apache. Because of the use of the standard Unix fork() capabilities, most operating systems will be able to use the Copy-On-Write (COW) memory sharing capabilities (whereas with the standard Perl 5.8.0 threads implementation, this is thwarted by the Perl interpreter cloning process that is used to create threads). The memory savings have been confirmed. You should be able to run threaded applications unchanged by simply making sure that the "forks" and "forks::shared" modules are loaded, e.g. by specifying them on the command line. WWW: https://metacpan.org/release/forks |
2006-11-06T22:54:56+00:00 | databases/p5-Class-DBI-Plugin-Pager |
Perl extension to paged queries for CDBI Perl extension to paged queries for CDBI. Adds a pager method to your class that can query using SQL::Abstract where clauses, and limit the number of rows returned to a specific subset. WWW: https://metacpan.org/release/Class-DBI-Plugin-Pager |
2006-11-06T14:30:35+00:00 | devel/p5-reaper |
Perl module for reaping child processes via $$SIG{CHLD} The reaper module provides a $SIG{CHLD} handler that can be installed globally as well as locally. It also supports chaining of signal handlers, meaning it will not just replace an existing $SIG{CHLD} handler. It still requires applications to do the right thing in using this module and not installing their own versions. At least it provides a consistent implementation that can be shared between various modules. WWW: http://search.cpan.org/dist/reaper/ |
2006-11-06T14:15:28+00:00 | graphics/linux-libGLU |
OpenGL utility library (Linux version) ${.CURDIR}/../${PORTNAME}/pkg-descr |
2006-11-06T14:15:28+00:00 | graphics/linux-f8-libGLU |
Mesa libGLU runtime library (Linux Fedora 8) ${.CURDIR}/../${PORTNAME}/pkg-descr |
2006-11-06T14:15:28+00:00 | graphics/linux-f10-libGLU |
Mesa libGLU runtime library (Linux Fedora 10) ${.CURDIR}/../${PORTNAME}/pkg-descr |
2006-11-06T02:35:31+00:00 | net/p5-Net-ARP |
Perl extension for creating ARP packets Net::ARP can be used to create and send ARP packets and to get the mac address of an ethernet interface or IP address. WWW: https://metacpan.org/release/Net-ARP |
2006-11-06T00:26:03+00:00 | mail/p5-FuzzyOcr |
Plugin for SpamAssassin which scans image attachments for spam FuzzyOcr is a plugin for SpamAssassin which scans image attachments for spam keywords, using an Optical Character Recognition program. This plugin can be used to detect spam that puts all the real spam content in an attached image. The mail itself only random text and random html, without any URLs or identifiable information. It is also able to do approximate matches on words, so errors in recognition or attempts to obfuscate the text inside the image will not cause the detection to fail. WWW: http://wiki.apache.org/spamassassin/FuzzyOcrPlugin |
2006-11-06T00:26:03+00:00 | mail/p5-FuzzyOcr-devel |
Plugin for SpamAssassin which scans image attachments for spam FuzzyOcr is a plugin for SpamAssassin which scans image attachments for spam keywords, using an Optical Character Recognition program. This plugin can be used to detect spam that puts all the real spam content in an attached image. The mail itself only random text and random html, without any URLs or identifiable information. It is also able to do approximate matches on words, so errors in recognition or attempts to obfuscate the text inside the image will not cause the detection to fail. WWW: http://fuzzyocr.own-hero.net/ |
2006-11-05T22:45:40+00:00 | devel/py-testoob |
Advanced unit testing framework for PyUnit Testoob is an advanced unit testing framework for Python. It integrates effortlessly with existing PyUnit (module 'unittest') test suites. WWW: https://github.com/testoob/testoob |
2006-11-05T22:12:27+00:00 | devel/p5-Number-Bytes-Human |
Convert byte count to human readable format This module provides a formatter which turns byte counts to usual readable format. WWW: https://metacpan.org/release/Number-Bytes-Human |
2006-11-05T21:58:14+00:00 | print/pear-File_PDF |
PEAR class to generate PDFs PDF generation using only PHP, without requiring any external libraries. WWW: https://pear.php.net/package/File_PDF |
2006-11-05T21:04:13+00:00 | accessibility/at-poke |
Accessibility testing and poking tool at-poke is a testing and inspection tool for accessibility aware applications using the AT-SPI interfaces as used by GNOME. WWW: http://developer.gnome.org/projects/gap/ |
2006-11-05T20:51:06+00:00 | cad/freehdl |
Free VHDL simulator The goals of the FreeHDL project are to develop a VHDL simulator that has a graphical waveform viewer and a source level debugger. It also aims at VHDL-93 compliancy. The project is at a very early development stage. WWW: http://www.freehdl.seul.org/ |
2006-11-05T16:59:44+00:00 | sysutils/xsi |
System monitor that provides XML encoded stats XSI is a system monitoring daemon that replies to network queries with XML-encoded system information and statistics. This data can then be analyzed, graphed or otherwise presented by a front-end. It is BSD-licensed and free for anyone to use for any purpose. WWW: http://xmlsysinfo.sourceforge.net |
2006-11-05T14:33:50+00:00 | sysutils/batmon |
GNUstep battery monitor for laptops Battery Monitor is a battery monitor for laptops. It displays the current status of the battery (charge/discharge and energy level) as well as some information about the general health of the cell. LICENSE: GPL2 or later WWW: http://www.nongnu.org/gap/batmon/index.html |
2006-11-05T13:59:52+00:00 | deskutils/etoile |
Etoile Project software for GNUstep Etoile intends to be an innovative GNUstep based user environnement built from the ground up on highly modular and light components with project and document orientation in mind, in order to allow users to create their own workflow by reshaping or recombining provided Services (aka Applications), Components etc. Flexibility and modularity on both User Interface and code level should allow us to scale from PDA to computer environment. Currently this package only installs DictionaryReader. WWW: http://www.etoile-project.org/ |
2006-11-05T13:59:52+00:00 | deskutils/etoile-dictionaryreader |
Dict client for GNUstep DictionaryReader.app is a Dict client for GNUstep. It is also part of the Etoile Desktop Project LICENSE: MIT WWW: http://www.unix-ag.uni-kl.de/~guenther/gnustep/dictionaryreader.html WWW: http://www.etoile-project.org/ |
2006-11-05T13:34:23+00:00 | ftp/gnustep-ftp |
Compact and handy FTP client for GNUstep FTP is a compact and handy application for file transfers using the FTP protocol (RFC 765) LICENSE: GPL2 or later WWW: http://www.nongnu.org/gap/ftp/index.html |
2006-11-05T12:21:16+00:00 | devel/objcunit |
ObjcUnit framework for GNUstep ObjcUnit framework patched to build on GNUstep. LICENSE: IBM Public License Version 1.0 WWW: http://xanthippe.dyndns.org/Zipper/ |
2006-11-05T04:02:53+00:00 | net/py-netstring |
Python module implementing the netstring protocol An implementation of the netstrings protocol developed by D.J. Bernstein. netstrings transmits each string as the length followed by : followed by the string. |
2006-11-05T01:18:08+00:00 | mail/p5-LMAP-CID2SPF |
Module to convert between Microsoft's Caller-ID and SPF #' This module can be used to convert between two of the LMAP (Lightweight MTA Authentication Protocol) formats currently being proposed: CID = Microsoft's Caller-ID SPF = Sender Policy Framework It will convert an XML-fragment as proposed by CID to a record that can be added to DNS as proposed by SPF. SEE ALSO SPF: http://spf.pobox.com/ WWW: http://www.baschny.de/spf/ |
2006-11-04T07:04:42+00:00 | devel/libvolume_id |
Library to provide file system type information Libvolume_id is a library that provides file system information for a given volume device (i.e. file system type, label, etc.). It supports all of the major file systems. |
2006-11-04T00:03:53+00:00 | textproc/py-lucene |
A GCJ-compiled version of Java Lucene integrated with Python PyLucene is a GCJ-compiled version of Java Lucene integrated with Python. Its goal is to allow you to use Lucene's text indexing and searching capabilities from Python. It is designed to be API compatible with the latest version of Java Lucene. WWW: http://lucene.apache.org/pylucene/ |
2006-11-04T00:03:53+00:00 | devel/py-lucene |
A GCJ-compiled version of Java Lucene integrated with Python PyLucene is a GCJ-compiled version of Java Lucene integrated with Python. Its goal is to allow you to use Lucene's text indexing and searching capabilities from Python. It is designed to be API compatible with the latest version of Java Lucene. WWW: http://pylucene.osafoundation.org/ |
2006-11-03T20:25:53+00:00 | japanese/vlgothic |
Free Japanese TrueType fonts named 'VLGothic' Free Japanese TrueType fonts named 'VLGothic'. WWW: http://dicey.org/vlgothic/ |
2006-11-03T20:25:53+00:00 | japanese/font-vlgothic |
VLGothic Japanese TrueType fonts Free Japanese TrueType fonts named 'VLGothic'. WWW: http://vlgothic.dicey.org/ |
2006-11-02T21:42:09+00:00 | www/xpi-errorzilla |
Useful error pages Changes the default error page from basically having a reload button to having the following choices: - Google cache - Archival snapshot from the wayback machine - Ping - Trace route - Whois lookup - Coral cache WWW: https://addons.mozilla.org/en-US/firefox/addon/3336 |
2006-11-02T20:35:49+00:00 | audio/fdmf |
Find similar music by perceptual hashing fdmf is portable perl/C software for finding pairs of music files in a collection that are likely to contain the same music. It works on the music itself, not on the filename, tags, or headers. It uses an audio fingerprint, or perceptual hash to recognize the duplicate files. It is currently under heavy development, so it might be buggy, broken, or otherwise bad. But it works for me. WWW: http://www.w140.com/audio/ |
2006-11-02T20:35:48+00:00 | databases/animenfo-client-gtk |
AnimeNfo client with GTK support The AnimeNfo client with GTK support. configuration.txt contains the configuration for server and port. It will be read automatically by the program at beginning of execution, so you don't have to fill the server and port value every time manually. You can modify the configuration.txt file if necessary. In order for the configuration.txt to work, you have to put it in the same directory as the program. LICENSE: GPL2 or later WWW: http://www.animenfo.com/ |
2006-11-02T20:32:52+00:00 | databases/animenfo-client |
AnimeNfo client The AnimeNfo client The simplest AnimeNfo client. Written in C. Despite being the simplest example of AnimeNfo client, all socket operations were done in non-blocking. LICENSE: GPL2 or later WWW: http://www.animenfo.com/ |
2006-11-02T20:32:16+00:00 | devel/p5-ExtUtils-Command |
Utilities to replace common UNIX commands ExtUtils::Command provides a number of utilities to replace common UNIX commands in Makefiles, etc. At present the list includes cp, rm_f, rm_rf, mv, cat, eqtime, mkpath, touch, test_f, test_d, chmod, and dos2unix. Also included is the companion module Shell::Command, which is a thin wrapper for ExtUtils::Command to provide cross-platform functions emulating common shell commands. WWW: https://metacpan.org/release/BINGOS/ExtUtils-Command-1.20 |
2006-11-02T18:59:19+00:00 | x11/innerspace |
GNUstep screensaver InnerSpace is a screensaver. Innerspace is a screensaver which is compatible with BackSpace from the NeXTSTEP era. It can, with few changes to the module, run old BackSpace modules. LICENSE: GPL2 or later WWW: http://www.nongnu.org/gap/innerspace/index.html |
2006-11-02T18:27:21+00:00 | games/gmines |
Well-known minesweeper game for GNUstep GMines The well-known minesweeper game. Left-click to uncover, right-click to mark. The look is inspired by the KDE minesweeper program. LICENSE: GPL2 or later WWW: http://gap.nongnu.org/gmines/ |
2006-11-02T14:24:46+00:00 | math/p5-Math-Polynomial-Solve |
Find the roots of polynomial equations This package supplies a set of functions that find the roots of polynomials. Polynomials up to the quartic may be solved directly by numerical formulae. Polynomials of fifth and higher powers will be solved by an iterative method, as there are no general solutions for fifth and higher powers. The linear, quadratic, cubic, and quartic *_roots() functions all expect to have a non-zero value for the $a term. If the constant term is zero then the first value returned in the list of answers will always be zero, for all functions. WWW: https://metacpan.org/release/Math-Polynomial-Solve |
2006-11-02T13:59:51+00:00 | math/p5-GIS-Distance |
Calculate geographic distances GIS::Distance calculates distances between geographic points on, at the moment, planet Earth. Various "FORMULAS" are available that provide different levels of accuracy versus speed. GIS::Distance::Fast, a separate distribution, ships with C implmentations of some of the formulas shipped with GIS::Distance. If you're looking for speed then install it and the ::Fast formulas will be automatically used by this module. WWW: https://metacpan.org/release/GIS-Distance |
2006-11-02T13:13:17+00:00 | astro/gpstk |
Toolkit for developing GPS applications The GPSTk is an open source C++ library for developing GPS applications. The GPSTk suite consists of a core library, auxiliary libraries, and a set of applications. The GPSTk provides a wide array of functions that solve processing problems associated with GNSS such as processing or using standard formats such as RINEX. The libraries are the basis for the more advanced applications distributed as part of the GPSTk suite. WWW: https://github.com/SGL-UT/GPSTk |
2006-11-02T06:22:48+00:00 | devel/p5-Class-Measure |
Create, compare, and convert units of measurement This is a base class that is inherited by the Class::Measure classes. This distribution comes with the class Class::Measure::Length. WWW: https://metacpan.org/release/Class-Measure |
2006-11-02T02:19:21+00:00 | comms/syncterm |
ANSI-BBS terminal which supports telnet, rlogin, and SSH An ANSI-BBS terminal designed to connect to remote BBSs via telnet, rlogin, or SSH. Supports ANSI music and the IBM charset when possible. Will run from a console, under X11 using XLib, or using SDL. WWW: http://syncterm.bbsdev.net/ |
2006-11-01T22:16:01+00:00 | sysutils/tss |
Terminal ScreenSaver that allows you to lock you terminal Terminal ScreenSaver (or tss for short) is an attempt to clone and enhance FreeBSD's text-mode screen saver. Although intended for GNU/Linux, it works fine under FreeBSD and probably a lot of other Unix-based operating systems. Unlike the daemonsaver in FreeBSD, you may choose ASCII art of your own liking or make your own. WWW: http://www.pulia.nu/tss/ |
2006-11-01T20:38:54+00:00 | devel/p5-Clone-PP |
Recursively copy Perl datatypes This module provides a general-purpose clone function to make deep copies of Perl data structures. It calls itself recursively to copy nested hash, array, scalar and reference types, including tied variables and objects. WWW: https://metacpan.org/release/Clone-PP |
2006-11-01T20:26:08+00:00 | math/matrices |
Matrix calculator (with both GUI & console-interface) This is a program which can calculate with several martices. It can multiplicate (by matrix or number), add, substract, invert, transpose and get the determinant of matrices. And these calculations can be done on matrices of any order. It has two interfaces: GTK GUI and console-interface. Morten Slot Kristensen <ontherenth@gmail.com> WWW: http://mplus.dk/matrices/ |
2006-11-01T19:23:52+00:00 | x11/gnustep-app |
Metaport for GNUstep applications Collection of GNUstep software. |
2006-11-01T15:32:46+00:00 | graphics/pecl-imlib2 |
PECL extension if imlib2 This extension provides an image manipulation interface using libImlib2. Imlib2 is a very fast image manipulation library, but without the support for as many image formats as other libraries such as imagemagick. WWW: https://pecl.php.net/package/imlib2 |
2006-11-01T10:59:09+00:00 | devel/autoconf-archive |
Set of useful GNU Autoconf macros The GNU Autoconf Archive is a collection of more than 450 macros for GNU Autoconf that have been contributed as free software by friendly supporters of the cause from all over the Internet. Every single one of those macros can be re-used without imposing any restrictions whatsoever on the licensing of the generated configure script. In particular, it is possible to use all those macros in configure scripts that are meant for non-free software. WWW: https://savannah.gnu.org/projects/autoconf-archive |
2006-11-01T06:42:58+00:00 | x11-toolkits/tktray |
System tray icon support Tktray is an extension that is able to create system tray icons. It follows http://www.freedesktop.org specifications when looking up the system tray manager. This protocol is supported by modern versions of KDE and Gnome panels, and by some other panel-like application. WWW: http://sw4me.com/wiki/Tktray |
2006-11-01T06:39:12+00:00 | x11-toolkits/tkdnd |
Native drag and drop capabilities for Tk tkdnd is an extension that adds native drag & drop capabilities to the tk toolkit. It can be used with any tk version equal or greater to 8.4 and currently only the UNIX (X-Windows) and Microsoft Windows operating systems are supported. Under Unix the drag & drop protocol in use is the XDND protocol version 4 (also used by the QT toolkit, KDE & GNOME Desktops). WWW: http://www.iit.demokritos.gr/~petasis/Tcl/tkDND/tkDND.html |
2006-11-01T04:11:52+00:00 | games/dangerdeep-data |
Danger from the Deep data files The Danger From the Deep data files WWW: http://dangerdeep.sourceforge.net/ |
2006-11-01T01:59:37+00:00 | math/p5-Statistics-LineFit |
Least squares line fit, weighted or unweighted The Statistics::LineFit module does weighted or unweighted least-squares line fitting to two-dimensional data (y = a + b * x). (This is also called linear regression.) In addition to the slope and y-intercept, the module can return the square of the correlation coefficient (R squared), the Durbin-Watson statistic, the mean squared error, sigma, the t statistics, the variance of the estimates of the slope and y-intercept, the predicted y values and the residuals of the y values. WWW: https://metacpan.org/release/Statistics-LineFit |
2006-11-01T01:53:44+00:00 | math/p5-Algorithm-CurveFit |
Nonlinear Least Squares Fitting Algorithm::CurveFit implements a nonlinear least squares curve fitting algorithm. That means, it fits a curve of known form (sine-like, exponential, polynomial of degree n, etc.) to a given set of data points. WWW: https://metacpan.org/release/Algorithm-CurveFit |
2006-11-01T01:34:38+00:00 | sysutils/pkg_replace |
A utility for upgrading installed packages pkg_replace is used to upgrade installed packages. It is compatible with portupgrade and can be used as an alternative to portupgrade and portmaster. WWW: http://portutil.sourceforge.jp Securedog <securedog@users.sourceforge.jp> |
2006-11-01T01:34:38+00:00 | ports-mgmt/pkg_replace |
Utility for upgrading installed packages pkg_replace is used to upgrade installed packages. It is compatible with portupgrade and can be used as an alternative to portupgrade and portmaster. WWW: http://portutil.osdn.jp/ |
2006-11-01T01:24:23+00:00 | textproc/p5-Parse-CSV |
Highly flexible CSV parser for large files Surely the CPAN doesn't need yet another CSV parsing module. Text::CSV_XS is the standard parser for CSV files. It is fast as hell, but unfortunately it can be a bit verbose to use. A number of other modules have attempted to put usability wrappers around this venerable module, but they have all focussed on parsing the entire file into memory at once. This method is fine unless your CSV files start to get large. Once that happens, the only existing option is to fall back on the relatively slow and heavyweight XML::SAXDriver::CSV module. Parse::CSV fills this functionality gap. It provides a flexible and light-weight streaming parser for large, extremely large, or arbitrarily large CSV files. WWW: https://metacpan.org/release/Parse-CSV |
2006-11-01T01:10:37+00:00 | www/p5-WWW-Google-Notebook |
Perl interface for Google Notebook This module priovides you an Object Oriented interface for Google Notebook, using unofficial API. WWW: http://search.cpan.org/dist/WWW-Google-Notebook/ |
2006-11-01T00:12:59+00:00 | mail/p5-Net-SMTP_auth |
Simple Mail Transfer Protocol Client with AUTHentication Net::SMTP_auth implements a client interface to the SMTP and ESMTP protocol AUTH service extension, enabling a perl5 application to talk to and authenticate against SMTP servers. This documentation assumes that you are familiar with the concepts of the SMTP protocol described in RFC821 and with the AUTH service extension described in RFC2554. WWW: https://metacpan.org/release/Net-SMTP_auth |
2006-10-31T22:20:49+00:00 | net-mgmt/flowviewer |
Web-based user interface for the flow-tools NetFlow data FlowViewer, FlowGrapher, and now FlowTracker are tools that provide an easy web-based user interface for selecting, viewing, graphing, and now tracking NetFlow data stored using Mark Fullmer's flow-tools software. The user is able to filter data (inclusion or exclusion) by device, IP address range, port, router interface, autonomous system (AS), specified time interval, and now by protocols, TOS field, and TCP flags. Many of the flow-tools reports are configured as drop-down selections. Users are also able to save reports and graphs for later viewing. WWW: http://flowviewer.net/ |
2006-10-31T21:24:30+00:00 | x11-toolkits/sdl_pango |
SDL API to the Pango text rendering engine of GNOME 2.x Pango is the text rendering engine of GNOME 2.x. SDL_Pango connects the engine to SDL. If you are a game software developer, you should know the difficulties of distribution. So I will start to introduce SDL_Pango from the viewpoint of distribution. In Un*x, SDL_Pango is hard to use as system-independent module, because it depends on fontconfig and Pango which are designed as system-singleton modules. If you use SDL_Pango, your software will require those modules installed to target system. If your software is shipped as shrink-wrap package, it may cause much problem on your support desk. You should carefully design your installation process. WWW: http://sdlpango.sourceforge.net/ |
2006-10-31T21:19:53+00:00 | net/dhcperf |
DHCPerf delivers accurate performance metrics of Dynamic Host Configuration Protocol service DHCPerf Provides Communication Providers with Predictive Planning Tools to Scale Networks. This tool, DHCPerf, delivers accurate performance metrics of Dynamic Host Configuration Protocol (DHCP) services. These tools are easy-to-use and simulate real Internet workloads to provide the necessary insight that carriers need to plan and deploy network services. DHCPerf measures the DHCP lease assignments to client computers by ramping up lease assignment over time to determine the maximum performance profile. WWW: http://www.nominum.com/testing_tools.php |
2006-10-31T21:16:17+00:00 | dns/dnsperf |
Performance measurement of Domain Name System (DNS) servers DNSPerf and ResPerf are free tools developed by Nominum that make it simple to gather accurate latency and throughput metrics for Domain Name System (DNS) servers. The latest version of the DNSPerf and ResPerf can be used with test files that include IPv6 queries. DNSPerf "self-paces" the DNS query load to simulate network conditions. New features in DNSPerf improve the precision of latency measurements and allow for per packet per-query latency reporting is possible. DNSPerf is now multithreaded, multiple DNSPerf clients can be supported in multicore systems (each client requires two cores). The output of DNSPerf has also been improved so it is more concise and useful. Latency data can be used to make detailed graphs so it is simple for network operators to take advantage of the data. ResPerf systematically increases the query rate and monitors the response rate to simulate caching DNS services. WWW: https://www.dns-oarc.net/tools/dnsperf |
2006-10-31T19:43:38+00:00 | textproc/docbook-xml-450 |
DocBook/XML DTD V4.5, designed for technical documentation XML version of the DocBook DTD V4.5. WWW: http://www.docbook.org/xml/4.5/index.html |
2006-10-31T19:23:26+00:00 | games/slump |
Fork of SLIGE that is optimized for making FreeDoom maps Slump is a random map generator for FreeDoom that is based on David M. Chess' SLIGE map generator. Basically Slump is a fork of SLIGE that is optimized for making FreeDoom maps. In particular, Slump only places monsters that the FreeDoom artists have drawn in to maps; this way one can play FreeDoom without feeling that the game is incomplete. WWW: http://www.samiam.org/slump.html |
2006-10-31T19:17:09+00:00 | games/slige |
DOOM level generator SLIGE is a Win32 (i.e. Windows 95 or NT or 3.1 with Win32s) program (compilable also for DOS and Linux) that produces brand-new levels for DOOM or DOOM II. If you're tired of the levels and PWADs that you have, you can use SLIGE to generate dozens or hundreds or thousands more. Some of them will probably be pretty good, too (he said modestly). WWW: http://www.doomworld.com/slige/ |
2006-10-31T19:05:50+00:00 | ftp/filezilla |
Fast and reliable cross-platform FTP, FTPS, and SFTP client FileZilla Client is a fast and reliable cross-platform FTP, FTPS and SFTP client with lots of useful features and an intuitive interface. Among others, the features of FileZilla include the following: * Supports FTP, FTP over SSL/TLS (FTPS) and SSH File Transfer Protocol (SFTP) * IPv6 support * Available in many languages * Supports resume and transfer of large files >4GB * Tabbed user interface * Powerful Site Manager and transfer queue * Bookmarks * Drag & drop support * Configurable transfer speed limits * Filename filters * Network configuration wizard * Remite file editing * Keep-alive * HTTP/1.1, SOCKS5 and FTP-Proxy support * Logging to file * Synchronized directory browsing * Remote file search WWW: https://filezilla-project.org/ |
2006-10-31T18:13:58+00:00 | comms/tilp2 |
TI Linking Program TiLP is an application to communicate with Texas Instruments graphing calculators. WWW: http://tilp.info/ |
2006-10-31T18:11:38+00:00 | comms/libticalcs2 |
TI calculator library A library to communicate with TI calculators. WWW: http://tilp.info/ |
2006-10-31T18:09:45+00:00 | devel/libtifiles2 |
TI calculator file types library A library to handle TI calculator file formats. WWW: http://tilp.info/ |
2006-10-31T18:07:47+00:00 | comms/libticables2 |
TI calculator link cables library A library to transfer raw data across various types of TI calculator link cables. WWW: http://tilp.info/ |
2006-10-31T18:05:32+00:00 | converters/libticonv |
TI calculator character set library A library to work with character sets used on TI calculators. WWW: http://tilp.info/ |
2006-10-31T17:59:54+00:00 | devel/quilt |
Collection of bash scripts to ease working with patch files quilt is a collection of bash scripts to manage a series of patches by keeping track of the changes each patch makes. Patches can be applied, un-applied, refreshed, etc. The key philosophical concept is that your primary output is patches. Not ".c" files, not ".h" files. But patches. So patches are the first-class object here. Quilt was originally based on Andrew Morton's patch scripts published on the Linux kernel mailing list. WWW: https://savannah.nongnu.org/projects/quilt |
2006-10-31T17:32:45+00:00 | japanese/jishyo |
English to Japanese dictionary for GNUstep Jishyo is an English -> Japanese dictionary. Currently it only supports English queries. In the future I hope to add support for kana and kanji queries, as well as multi-radical lookups for kanji. Jishyo is based in large part on code from Jim Breen's xjdic. It also uses the dictionary data from the same software. WWW: http://www.eskimo.com/~pburns/Dictionaries/ |
2006-10-31T17:31:43+00:00 | devel/dbus-qt3 |
Qt3 bindings for the D-BUS messaging system Qt3 bindings for the D-BUS interprocess messaging system. WWW: http://www.freedesktop.org/wiki/Software/DBusBindings |
2006-10-31T17:29:35+00:00 | math/numdiff |
Compare putatively similar files, ignoring small numeric differences Numdiff is a little program that can be used to compare putatively similar files line by line and field by field, ignoring small numeric differences or/and different numeric formats. Equivalently, Numdiff is a program with the capability to appropriately compare files containing numerical fields (and not only). % numdiff file1 file2 WWW: http://www.nongnu.org/numdiff/ |
2006-10-31T17:27:32+00:00 | dns/nsd2 |
An authoritative only non-recursive name server NSD (Name Server Daemon) is a complete implementation of an authoritative DNS nameserver. WWW: http://www.nlnetlabs.nl/nsd |
2006-10-31T17:26:33+00:00 | textproc/duncan |
English to Thai dictionary for GNUstep Duncan is an English-Thai dictionary. It was developed on Mac OS X, using the Cocoa libraries. The GNUstep port that can be found here, was done by me. It was very easy to do; primarily requiring only new interface files, and build files. LICENSE: GPL2 or later WWW: http://www.eskimo.com/~pburns/Dictionaries/ |
2006-10-31T17:25:22+00:00 | deskutils/gkrellm-timers |
GKrellM2 plugin that allows the setting of countdowns This is a GkrellM2 plugin that allows setting of various countdown timers and stopwatches. Author: Christian W. Zuckschwerdt WWW: http://triq.net/gkrellm_timers.html |
2006-10-31T15:48:20+00:00 | x11/widgetfactory |
A showcase for GTK+2 widgets The Widget Factory is a program designed to show a wide range of GTK+2 widgets in a single window. WWW: http://www.stellingwerff.com/?page_id=10 |
2006-10-31T12:51:13+00:00 | misc/dphys-config |
Tool to distribute config files This project is aimed at installing (and keeping update) the site specific config files we want, after preprocessing them (conditional content and include files and include sections). It also triggers postinstall scripts whenever their associated config file has been changed. It can also remove config files, including running an preremove script before doing so. All this is driven by an simple config file list. WWW: http://www.phys.ethz.ch/~franklin/Projects/dphys-config/ |
2006-10-31T09:08:29+00:00 | sysutils/gnome_subr |
Common startup and shutdown subroutines used by GNOME scripts Common startup and shutdown subroutines used by GNOME scripts. WWW: https://www.FreeBSD.org/gnome/ |
2006-10-31T06:33:13+00:00 | deskutils/gnustep-notebook |
Place to store notes in an organized manner NoteBook.app is an application to store and organize your notes written for use with GNUstep. Features * Uses a document interface to open multiple Notebooks. * Each notebook has it's own tree interface navigable via a NSBrowser control. Both branch pages and leaf pages can contain note information. * Stores note pages in Rich Text Format allowing you to format the note with different fonts, styles, weights, etc... LICENSE: GPL2 WWW: http://notebook.cowgar.com/ |
2006-10-31T06:27:12+00:00 | deskutils/helpviewer |
Online help viewer for GNUstep programs HelpViewer is an online help viewer for GNUstep programs LICENSE: GPL2 or later WWW: http://www.roard.com/helpviewer/ |
2006-10-31T06:24:04+00:00 | deskutils/systempreferences |
System Preferences application for GNUstep System Preferences is a clone of the Apple OS X System Preferences application based on a GNUstep implementation of the PreferencePanes framework. WWW: http://www.gnustep.org/experience/systempreferences.html |
2006-10-31T06:20:44+00:00 | math/matharray |
Class library for mathematical manipulation of matrices MathArray is a general library of classes for performing mathematical operations on arrays (vectors, matrices, etc) of values. It can operate on any standard 'C' number type plus numbers of complex type. MathArray is implemented using a "class cluster" concept, allowing one to perform mathematical calculations on a number without necessarily being aware of what type (class) of number is being operated on. MathArray knows implicitly what types of operations can be performed on what types of numbers and will automatically cast itself to the correct number type representation to handle the specific operation. Standard operations include addition, scalar and matrix multiplication and logical operations. Mathematical operations in the standard C math library are also supported, as well as user-defined functions. MathArray also does much more. Arrays can be manipulated, transposed and concatenated. One can extract subarrays or include subarrays within larger arrays. LICENSE: LGPL2 or later |
2006-10-31T06:17:17+00:00 | deskutils/preferencepanes |
PreferencePanes framework for GNUstep NSPreferencePane is an abstract class that defines the interface for subclassers to provide preference panes to System Preferences or other applications. LICENSE: LGPL2 or later WWW: http://www.gnustep.org/experience/systempreferences.html |
2006-10-31T06:15:40+00:00 | lang/steptalk |
The official GNUstep scripting framework StepTalk is the official GNUstep scripting framework. StepTalk is more than a scripting framework with an illusion of single objective environment between objects of scriptable servers or applications. StepTalk, when combined with the dynamism that the Objective-C language provides, goes way beyond mere scripting. It is language independent - it uses languages as separate bundles. LICENSE: GPL2 or later WWW: http://www.gnustep.org/experience/StepTalk.html |
2006-10-31T06:13:48+00:00 | www/webserver |
Framework for a GNUstep to act as HTTP or HTTPS server The WebServer class provides the framework for a GNUstep program to act as an HTTP or HTTPS server for simple applications. It does not attempt to be a general-purpose web server, but is rather intended to permit a program to easily handle requests from automated systems which are intended to control, monitor, or use the services provided by the program in which the class is embedded. The emphasis is on making it robust/reliable/simple, so you can rapidly develop software using it. It is a single-threaded, single-process system using asynchronous I/O, so you can easily run it under debug in gdb to fix any bugs in your delegate object. LICENSE: LGPL3 or later |
2006-10-31T06:12:07+00:00 | www/gnustep-ticker |
RSS monitor for RSS and Atom feeds A Linux RSS monitor for RSS and Atom feeds that lets you monitor many feeds at once and supports feed access through a web (HTTP) proxy. Configure a feed to your liking, click "add/update" to record your data and "instantiate" to create a window for the feed. Right-click on the feed browser to display the feed menu, or use the main menu. A ticker window for a feed displays headlines for all articles in the feed. Right-click on the window or on the main menu to display the "article" menu, where you may display the text of the article, view it in a browser, follow the article link if there was one or display a browser for all articles in the feed. Right-click on the browser or the article content view to display the article menu and apply it to the currently selected article. Right-click on the article text view to display the "article" menu. Article text views will be collected when the feed updates. The headline view will flash/beep when the data in the feed change. You may have to experiment to find a font that displays your language correctly. I have found that Helvetica works well with Google's German, French and Spanish feeds. LICENSE: GPL2 or later WWW: http://www.gnustep.it/marko/Ticker/index.html |
2006-10-31T06:10:09+00:00 | databases/sqlclient |
Lightweight database abstraction layer This library is a lightweight database abstraction layer designed to make it simple to write high performance applications using SQL databases from Objective-C. The library consists of a semi-abstract superclass doing much of the work and allowing extremely simple database specific bundles to be written to talk to particular database servers. It comes with backend bundles for Postgres, MySQL, and SQLite (plus an untested Oracle bundle). LICENSE: LGPL2 or later |
2006-10-31T06:08:05+00:00 | devel/performance |
Help improve the performance of GNUstep applications This library is a collection of classes intended to be used to help improve the performance of GNUstep and Cocoa applications. The scope of the library is therefore - 1. Subclasses of standard Cocoa classes which are optimised for particular uses. 2. Classes to perform tasks which can improve application performance by mechanisms not covered by existing classes. 3. Classes to monitor/analyse performance issues so you can tell what needs to be optimised. LICENSE: LGPL3 or later |
2006-10-31T06:04:30+00:00 | games/jigsaw |
Simulates a jigsaw puzzle and illustrates the use of clipping paths Simulates a jigsaw puzzle and illustrates the use of clipping paths. You need a medium-sized TIFF file to play this game. Left-click and drag to move a piece or cluster. Ctrl-left-click and drag to connect knobs to slots. Right-click to disassemble a cluster. Ctrl-right-click to extract a piece from a cluster. WWW: http://gap.nongnu.org/jigsaw/ |
2006-10-31T06:04:30+00:00 | games/gpuzzle |
Simulates a jigsaw puzzle and illustrates the use of clipping paths Simulates a jigsaw puzzle and illustrates the use of clipping paths. You need a medium-sized TIFF file to play this game. Left-click and drag to move a piece or cluster. Ctrl-left-click and drag to connect knobs to slots. Right-click to disassemble a cluster. Ctrl-right-click to extract a piece from a cluster. WWW: http://www.gnustep.it/marko/GPuzzle2/ |
2006-10-31T06:02:57+00:00 | games/gmastermind |
Well-known mastermind game The well-known mastermind game. Drag-and-drop colors from the palette or from the board itself. The object is to determine the hidden combination of four colors. The game may be played in two modes: with replacement, which means that colors may repeat, and without replacement, which means that colors are unique. The user selects a choice of four colors and "commits" them. The program replies with an evaluation -- a black peg for a color that is placed correctly, and a white peg for a color that is in the wrong position. The user may make a total of eight queries. LICENSE: GPL2 or later WWW: http://gap.nongnu.org/gmastermind/ |
2006-10-31T05:59:06+00:00 | devel/projectmanager |
Simple, but very usable development environment ProjectManager aims to provide a simple, but very usable development environment for all a programmer's everyday needs. LICENSE: GPL2 or later WWW: http://home.gna.org/pmanager/ |
2006-10-31T05:56:00+00:00 | devel/wizardkit |
Framework needed by Project Manager Framework needed by Project Manager. LICENSE: MIT / FDL WWW: http://home.gna.org/pmanager/ |
2006-10-31T05:56:00+00:00 | devel/highlighterkit |
Framework needed by Project Manager Framework needed by Project Manager. LICENSE: MIT / FDL WWW: http://home.gna.org/pmanager/ |
2006-10-31T05:53:28+00:00 | x11-themes/polymer |
Pure Qt3 port of Plastik KDE theme Polymer (formerly known as Plastique) is a port of KDE style Plastik, which does not depend on any KDE libraries. This means that you only need Qt 3.x to make your Qt applications look as if you had KDE installed. Author: Adam Jakubek <mig21@static.int.pl> |
2006-10-31T05:52:17+00:00 | print/gspdf |
Postscript and Pdf Viewer for GNUstep GSPdf is a Postscript and Pdf Viewer for GNUstep. It is a frontend for Ghostscript. LICENSE: GPL2 or later WWW: http://gap.nongnu.org/gspdf/index.html |
2006-10-31T05:48:05+00:00 | deskutils/affiche |
Affiche allows people to stick notes Affiche is a little application that allows people to "stick" little notes on their computer desktop. It works well under GNUstep and under Apple Mac OS X. The goal of this little application is to provide a good example on how to develop cross-platform applications between GNUstep and Apple Mac OS X while providing a useful application at the same time. LICENSE: GPL2 or later WWW: http://www.collaboration-world.com/cgi-bin/project/index.cgi?pid=5 |
2006-10-31T05:46:22+00:00 | ftp/waiho |
Simple FTP client for GNUstep Waiho is a simple FTP client for GNUstep, designed to be easy to use. While it's far from finished, it's already quite useable. LICENSE: GPL2 or later WWW: http://www.roard.com/waiho/ |
2006-10-31T05:41:46+00:00 | games/lapispuzzle |
Tetris-like game for GNUstep LapisPuzzle is a tetris-like game which challenges the player by making the opposing team's victories count doubly against the player and vice versa. Play it and find out! LICENSE: GPL2 or later WWW: http://www.nongnu.org/gap/lapispuzzle/ |
2006-10-31T03:30:45+00:00 | misc/pecl-timezonedb |
Timezone Database to be used with PHP date and time functions This extension is a drop-in replacement for the builtin timezone database that comes with PHP. You should only install this extension in case you need to get a later version of the timezone database then the one that ships with PHP. WWW: https://pecl.php.net/package/timezonedb |
2006-10-31T03:03:42+00:00 | math/py-basemap |
Plots data on map projections with boundaries Plots data on map projections (with continental and political boundaries). WWW: http://matplotlib.sourceforge.net/matplotlib.toolkits.basemap.basemap.html |
2006-10-31T02:59:58+00:00 | www/pecl-mnogosearch |
The mnoGoSearch Bindings for php51+ mnoGoSearch is an extension to add mnoGoSearch bindings to PHP 5.1+ WWW: http://pecl.php.net/package/mnogosearch/ |
2006-10-31T02:52:47+00:00 | devel/p5-Tie-CPHash |
Perl module implementing a case preserving hash table Tie::CPHash is a Perl module implementing a case preserving but case insensitive hash table. WWW: https://metacpan.org/release/Tie-CPHash |
2006-10-31T02:46:34+00:00 | net-mgmt/wdiag |
Utility to collect DSL line stats from Westell DSL modems wdiag is a utility to monitor Westell DSL modem diagnostics and line statistics. It reports SNR, Attenuation, etc for the DSL line. WWW: http://wdiag.sourceforge.net/ |
2006-10-31T02:43:25+00:00 | security/sguil-server |
Sguil is a network security monitoring program Sguil is an open source tool to implement Network Security Monitoring (NSM). NSM is the collection, analysis, and escalation of indications and warnings to detect and respond to intrusions. NSM tools are used more for network audit and specialized applications than traditional alert-centric "intrusion detection" systems. Want to learn more about Network Security Monitoring (NSM)? Then check out Richard Bejtlich's recently released book, The Tao of Network Security Monitoring: Beyond Intrusion Detection. An excerpt reads: "Network security monitoring (NSM) equips security staff to deal with the inevitable consequences of too few resources and too many responsibilities. NSM collects the data needed to generate better assessment, detection, and response processes--resulting in decreased impact from unauthorized activities." WWW: http://sguil.sourceforge.net/index.php pauls@utdallas.edu |
2006-10-14T09:13:38+00:00 | deskutils/akamaru |
Simple, but fun, physics engine prototype Akamaru is a simple, but fun, physics engine prototype. It's named after the super awesome ninja dog, Akamaru, from the Naruto anime and based on the article Advanced Character Physics by Thomas Jakobsen on Verlet integration. It contains a very cool dock, called kiba. WWW: http://people.freedesktop.org/~krh/akamaru.git/ |
2006-10-14T09:10:57+00:00 | security/gnome-gpg |
Simple commandline wrapper around gpg for gnome-keyring Simple commandline wrapper around gpg that makes it store its passphrase in gnome-keyring. It is a direct competitor to (the unmaintained) quintuple-agent. |
2006-10-14T09:06:29+00:00 | devel/py-libgsf |
Python wrapper for libgsf |
2006-10-14T09:05:41+00:00 | x11-themes/icons-buuf |
Cool set of icons for the most common usage A cool set of icons usable on Gnome. WWW: http://www.deviantart.com/deviation/38475969/ |
2006-10-14T09:04:32+00:00 | devel/glade3 |
User interface builder for Gtk+ 2 Glade is a RAD tool to enable quick & easy development of user interfaces for the GTK+ toolkit and the GNOME desktop environment. The user interfaces designed in Glade are saved as XML, and by using the GtkBuilder GTK+ object these can be loaded by applications dynamically as needed. This version of Glade targets Gtk+ 2. WWW: https://glade.gnome.org/ |
2006-10-14T09:02:44+00:00 | x11-themes/gtk-murrina-lightblue |
Murrina LightBlue GTK+ 2.x cairo based theme This is a GTK+ 2.x theme. "Murrine" is an Italian word meaning the art glass works done by Venicians glass blowers. They're absolutely wonderful and colorful. WWW: http://www.gnome-look.org/content/show.php?content=42755 |
2006-10-14T09:02:44+00:00 | x11-themes/gtk-murrina-aqua |
Murrina Aqua GTK+ 2.x cairo based theme This is a GTK+ 2.x theme. "Murrine" is an Italian word meaning the art glass works done by Venicians glass blowers. They're absolutely wonderful and colorful. WWW: http://www.gnome-look.org/content/show.php?content=42755 |
2006-10-14T09:01:10+00:00 | x11-themes/gtk-murrine-themes |
Murrine theme pack This is the murrine theme pack. "Murrine" is an Italian word meaning the art glass works done by Venicians glass blowers. They're absolutely wonderful and colorful. WWW: http://cimi.netsons.org/pages/murrine/themes.php |
2006-10-14T08:59:47+00:00 | deskutils/ontv |
GNOME Applet for monitoring current and upcoming TV programs OnTV is a GNOME Applet for monitoring current and upcoming TV programs. It uses XMLTV files to monitor them. WWW: http://live.gnome.org/OnTV |
2006-10-14T08:57:22+00:00 | deskutils/conduit |
Synchronization application for GNOME Synchronization application for GNOME. It allows you to synchronize your data between online web services (Gmail, backpackit.com, etc) and your computer. WWW: https://wiki.gnome.org/action/show/Attic/Conduit |
2006-10-14T08:57:21+00:00 | x11-themes/gtk-murrine-engine |
Murrine GTK+ 2.x cairo based engine This is a GTK+ 2.x engine. "Murrine" is an Italian word meaning the art glass works done by Venicians glass blowers. They're absolutely wonderful and colorful. This is the engine that let the murrina's themes work. WWW: http://www.cimitan.com/murrine |
2006-10-14T08:55:16+00:00 | graphics/py-goocanvas |
GooCanvas python bindings GooCanvas python bindings WWW: http://developer.berlios.de/projects/pygoocanvas/ |
2006-10-14T08:53:20+00:00 | graphics/goocanvas |
Canvas widget for GTK+ Canvas widget for GTK+ via cairo rendering WWW: https://sourceforge.net/projects/goocanvas/ |
2006-10-14T08:49:06+00:00 | sysutils/brasero |
CD/DVD mastering tool for the GNOME desktop CD/DVD mastering tool for the gnome desktop. It has been designed to be simple and easy to use. Features: Data CD/DVD: - supports edition of discs contents - can burn data CD/DVD on the fly - supports multisession - supports joliet extension - can write the image to the hard drive Audio CD: - write CD-TEXT information (automatically found thanks to gstreamer) - supports the edition of CD-TEXT information - can burn audio CD on the fly - can use all audio files handled by Gstreamer local installation - can search for audio files inside dropped folders CD/DVD copy: - can copy a CD/DVD to the hard drive - can copy DVD and CD on the fly - supports single-session data DVD - supports any kind of CD WWW: http://projects.gnome.org/brasero/ |
2006-10-14T08:35:50+00:00 | www/gstreamer-plugins-neon |
Gstreamer neon plugin |
2006-10-14T08:35:50+00:00 | sysutils/policykit |
Framework for controlling access to system-wide components PolicyKit is a framework for defining policy for system-wide components and for desktop pieces to configure it. It is used by HAL. WWW: https://www.freedesktop.org/wiki/Software/polkit/ |
2006-10-14T08:35:50+00:00 | sysutils/hal |
Hardware Abstraction Layer for simplifying device access HAL is a hardware abstraction layer whose goal is to merge information from various sources such that desktop applications can locate and use hardware devices. The point is that the exact set of information to merge varies by device and bus type. WWW: http://www.freedesktop.org/Software/hal |
2006-10-14T08:35:50+00:00 | sysutils/hal-device-manager |
HAL device manager |
2006-10-14T08:35:50+00:00 | sysutils/gstreamer-plugins-hal |
Gstreamer hal plugin |
2006-10-14T08:35:50+00:00 | sysutils/gnome-volume-manager |
Automatically mount removable media, and more gnome-volume-manager is a desktop-level daemon that enforces volume-related policy in response to events received from HAL. Its goal is to implement all functionality as a state-machine in response to asynchronous events from HAL. |
2006-10-14T08:35:50+00:00 | sysutils/gnome-power-manager |
Power management system for the GNOME Desktop GNOME Power Manager is a GNOME session daemon that acts as a policy agent on top of HAL (the Hardware Abstraction Layer). GNOME Power Manager listens for HAL events and responds with user-configurable reactions. Currently it supports laptop batteries and AC adapters. Its goal is to be architecture neutral and free of polling and other hacks. WWW: https://projects.gnome.org/gnome-power-manager/ |
2006-10-14T08:35:50+00:00 | sysutils/gnome-mount |
Front-end to mount, umount, and eject using HAL gnome-mount is a HAL-based front-end to mount, umount, and eject which offers a centralized place where settings for these commands are maintained. |
2006-10-14T08:35:50+00:00 | multimedia/gstreamer-plugins-bz2 |
Gstreamer bz2 plugin |
2006-10-14T08:35:50+00:00 | multimedia/gstreamer-plugins-annodex |
Gstreamer annodex CMML plugin |
2006-10-14T08:35:50+00:00 | misc/pciids |
Database of all known IDs used in PCI devices Database of all known ID's used in PCI devices WWW: http://pciids.sourceforge.net/ WWW: https://github.com/pciutils/pciids |
2006-10-14T08:35:50+00:00 | devel/gnome-vfs-monikers |
Gnome-vfs monikers module Gnome-vfs monikers module |
2006-10-14T08:35:50+00:00 | devel/dbus-glib |
GLib bindings for the D-BUS messaging system GLib bindings for the D-BUS interprocess messaging system. WWW: https://www.freedesktop.org/wiki/Software/DBusBindings/ |
2006-10-14T08:35:50+00:00 | audio/pulseaudio |
Sound server for UNIX PulseAudio, previously known as Polypaudio, is a sound server for POSIX and Win32 systems. A sound server is basically a proxy for your sound applications. It allows you to do advanced operations on your sound data as it passes between your application and your hardware. Things like transferring the audio to a different machine, changing the sample format or channel count and mixing several sounds into one are easily achieved using a sound server. WWW: http://pulseaudio.org/ |
2006-10-14T08:35:50+00:00 | audio/gstreamer-plugins-pulse |
GStreamer plugin for pulseaudio Gstreamer plugins for pulseaudio WWW: http://0pointer.de/lennart/projects/gst-pulse/ |
2006-10-14T08:35:50+00:00 | accessibility/orca |
Scriptable screen reader Orca a scriptable screen reader that is currently under development. As such it is highly unstable and undergoes frequent changes. To read more about Orca, please refer to the Orca documentation series available in the ./docs/doc-set directory and also the Orca WIKI at the URL below. WWW: http://live.gnome.org/Orca |
2006-10-10T11:52:45+00:00 | www/flat-frog |
Templating engine working in php Flat Frog is a templating engine working in php allowing the most usefull functions : loops, test, switch, inclusion of files and plugin capabilities. It has compiling and caching capabilites. WWW: https://sourceforge.net/projects/flatfrog/ |
2006-10-10T11:42:06+00:00 | chinese/p5-Lingua-Han-PinYin |
Retrieve the Mandarin (PinYin) of Chinese character (HanZi) There is a Chinese document @ http://www.fayland.org/project/Han-PinYin/. It tells why and how I write this module. WWW: https://metacpan.org/release/Lingua-Han-PinYin |
2006-10-09T22:46:34+00:00 | sysutils/geomgui |
Viewer for kernel geom layer Geomgui is a viewer for the geom layer in the kernel written in C. It can show the geom layout on the host computer or fetch info from a remote system via ssh. It has the same arrow key bindings as fx, vi, (h,j,k and l)and uses z to soom out and Z to zoom in, u is for updating. WWW: http://tinkering.hambrew.net/geomgui |
2006-10-09T19:04:38+00:00 | security/sguil-sensor |
Sguil is a network security monitoring program Sguil (pronounced "sgweel") is a graphical interface to snort (www.snort.org), an open source intrusion detection system. The actual interface and GUI server are written in tcl/tk (www.tcl.tk). Sguil also relies on other open source software in order to function properly. The sensor list includes security/barnyard2-sguil, security/snort, security/sancp, net-mgmt/pads, tcpdump (a part of the OS) and devel/tcltls as well as lang/tcl84 and lang/tclX. Care has been taken to ensure that everything you need to build a working sguil operation is in the FreeBSD ports system or is part of the OS already. Sguil currently functions as an analysis interface and has rule management capabilities. WWW: http://sguil.sourceforge.net/index.php |
2006-10-09T08:01:45+00:00 | net/p5-Net-Amazon-S3 |
Use the Amazon S3 - Simple Storage Service This module provides a Perlish interface to Amazon S3. WWW: https://metacpan.org/release/Net-Amazon-S3 |
2006-10-08T16:14:52+00:00 | x11/libxcb |
The X protocol C-language Binding (XCB) library The X protocol C-language Binding (XCB) is a replacement for Xlib featuring a small footprint, latency hiding, direct access to the protocol, improved threading support, and extensibility. WWW: https://xcb.freedesktop.org/ |
2006-10-08T16:09:22+00:00 | x11/xcb-proto |
The X protocol C-language Binding (XCB) protocol The X protocol C-language Binding (XCB) is a replacement for Xlib featuring a small footprint, latency hiding, direct access to the protocol, improved threading support, and extensibility. WWW: https://xcb.freedesktop.org/ |
2006-10-08T15:44:33+00:00 | graphics/glexcess |
Impressive OpenGL Demo The port of GLExcess, an impressive OpenGL graphics demo. WWW: http://www.glexcess.com |
2006-10-08T13:48:37+00:00 | x11/enterminus |
An EFL based terminal An EFL Based Terminal. Author: codewarrior (Hisham Mardam Bey) <codewarrior@users.sourceforge.net> WWW: http://www.enlightenment.org/ |
2006-10-08T13:48:37+00:00 | x11/enity |
Create Etk dialogs using scripts Enity allows users to create Etk dialogs using shell scripts or other scripting languages that can call programs. The basic idea is to ease the development of quick interfaces for input, configuration, installation, etc... The List feature is currently disabled due to unresolved problems in implementation. Author: Hisham 'CodeWarrior' Mardambey <hisham.mardambey@gmail.com> WWW: http://www.enlightenment.org/ |
2006-10-08T13:48:37+00:00 | x11/e17-module-winselector |
An e17 module to switch between windows An E17 module that enables access to all windows through a shelf button. Author: Viktor Kojouharov <vkojouharov@gmail.com> WWW: http://www.enlightenment.org/ |
2006-10-08T13:48:37+00:00 | x11/e17-module-mixer |
An e17 module to adjust audio mixer settings This e17 module allows users to adjust the sound mixer settings. Author: Christopher 'devilhorns' Michael <devilhorns@comcast.net> WWW: http://www.enlightenment.org |
2006-10-08T13:48:37+00:00 | x11-wm/e17-module-winselector |
E17 module to switch between windows An E17 module that enables access to all windows through a shelf button. Author: Viktor Kojouharov <vkojouharov@gmail.com> WWW: http://www.enlightenment.org/ |
2006-10-08T13:48:37+00:00 | x11-wm/e17-module-mixer |
An e17 module to adjust audio mixer settings This e17 module allows users to adjust the sound mixer settings. Author: Christopher 'devilhorns' Michael <devilhorns@comcast.net> WWW: http://www.enlightenment.org |
2006-10-08T13:48:37+00:00 | x11-toolkits/etk |
A comprehensive toolkit based on the EFL EFL is a comprehensive toolkit based on the EFL. Author: Simon Treny (MoOm) <simon.treny@laposte.net> WWW: http://www.enlightenment.org/ |
2006-10-08T13:48:37+00:00 | x11-toolkits/enhance |
A library for rapid application development with ETK/Glade Enhance is a library that takes advantage of Glade's .glade XML files, EXML, and Etk to easy application GUI development and cut down on its time. After using Glade to design a GUI, you can save generate the .glade XML file that describes the interface design and use it in Enhance to generate an Etk equivalent. Enhance works at runtime, ie, it does not generate C code. It will parse the XML at application launch and will do the appropriate work to create the GUI and the required callbacks for you. There are several examples in the examples directory for you to take a look at. Please note that Etk does not support all of the GTK+ widgets. As widgets are added to Etk, Enhance will be updated to support those new widgets. Author: Hisham 'CodeWarrior' Mardam Bey <hisham.mardambey@gmail.com> WWW: http://www.enlightenment.org/ |
2006-10-08T13:48:37+00:00 | x11-themes/e17-theme-kor |
A fresh sunny theme for use with e17 window manager A fresh sunny holiday theme for e17 window manager. Author: Gregory 'kalidor' Charbonneau <kalidoor@gmail.com> WWW: http://www.get-e.org/Themes/E17/ |
2006-10-08T13:48:37+00:00 | x11-fm/entropyfm |
An EFL-based file manager An Enlightenment File Manager. Author: ch4os <alex@logisticchaos.com> WWW: http://www.enlightenment.org/ |
2006-10-08T13:48:37+00:00 | sysutils/extrackt |
Audio CD ripper and encoder Extrackt is essentially an audio CD ripper and encoder. It allows you to choose your ripper and encoder based on templates which give Extrackt the ability to use multiple built in and user defined ones. Extrackt is logically split into a frontend (gui) and a backend (ripping / encoding / cddb etc). and allows for frontends to be written using any toolkit like Etk, Ewl, Gtk, or even pure Evas / Edje (not to mention ncurses or simlpe shell ones). Author: Hisham 'CodeWarrior' Mardam Bey WWW: http://www.enlightenment.org/ |
2006-10-08T13:48:37+00:00 | sysutils/empower |
A graphical sudo tool based on the EFL Empower - A graphical sudo tool based on the Enlightenment Foundation Libraries. Author: Mekius_ (Nick Hughart) <mekius@gmail.com> WWW: http://www.enlightenment.org/ |
2006-10-08T13:48:37+00:00 | graphics/exhibit |
An ETK-based image viewer Exhibit is an image viewer that uses Etk as its toolkit. Exhibit supports image previews for image types supported by Evas and allows for directory changing using a point and click interface or a text input box with tab autocompletion support. Author: Hisham 'CodeWarrior' Mardambey <hisham.mardambey@gmail.com> WWW: http://www.enlightenment.org/ |
2006-10-08T13:48:37+00:00 | graphics/edje_viewer |
Simple viewer for .edj files A simple viewer for edj files. Should provide more ease of use than the edje viewer that comes with edje itself. WWW: https://www.enlightenment.org/ |
2006-10-08T13:48:37+00:00 | devel/evfs |
An extensible virtual file system library EVFS is a comprehensive virtual filesystem library with plugin support. It was written for Enlightenment desktop, but can be used besides it. Authors:Alex Taylor <alex@logisticchaos.com>, Christian Kreibich <cK@whoop.org>, John Kha WWW: http://www.enlightenment.org/ |
2006-10-08T13:48:37+00:00 | deskutils/estickies |
A sticky notes application that uses Etk Estickies is a sticky notes application that uses Etk. It uses Etk's runtime theming support to change the look and feel of the windows and buttons. Author: Hisham 'CodeWarrior' Mardam Bey <hisham.mardambey@gmail.com> WWW: http://www.enlightenment.org/ |
2006-10-08T13:48:37+00:00 | audio/emphasis |
A simple MPD (Music Player Daemon) client written in C/Etk Emphasis is a simple MPD (Music Player Daemon) client writen in C/Etk. It's a clone of MpcOS-X. Author: Samuel 'lok' Mendes <heka.lok@gmail.com> WWW: http://www.enlightenment.org/ |
2006-10-08T11:37:15+00:00 | x11-toolkits/tile |
Themed widget set for Tk The Tile Widget Set is a next-generation re-implementation of many of the core Tk widgets, along with the addition of several new widgets. With Tile, Tk applications can achieve an appearance much closer to native platform widgets, as well as take advantage of a modern, highly dynamic theme engine to produce a wide variety of alternative user interface styles. Tile widgets complement the existing Tk widgets, and Tile is currently being incorporated directly into Tk. WWW: http://tktable.sourceforge.net/tile/ |
2006-10-08T11:22:29+00:00 | x11-toolkits/tktreectrl |
Multi-column hierarchical listbox widget TkTreeCtrl is a multi-column hierarchical listbox widget for the Tk GUI toolkit. WWW: http://tktreectrl.sourceforge.net/ |
2006-10-08T11:17:49+00:00 | graphics/tkpng |
PNG support for Tcl/Tk This port implements support for loading and using PNG images with Tcl/Tk. Although other extensions such as Img also add support for PNG images, I wanted something that was lightweight, did not depend on libpng, and which would be suitable for inclusion in the Tk core, as Tk does not currently support any image formats natively that take advantage of its internal support for alpha blending, and alpha antialiasing and drop shadows really go a long way toward beautifying Tk applications. At this time, the package supports reading images from files or binary data. Base64 decoding is supported as of version 0.6. Exporting images to PNG format is not supported yet. The package supports the full range of color types, channels and bit depths from 1 bit black & white to 16 bit per channel full color with alpha (64 bit RGBA) and interlacing. Ancillary "chunks" such as gamma, color profile, and text fields are ignored, although they are checked at a minimum for correct CRC. WWW: http://www.muonics.com/FreeStuff/TkPNG/ |
2006-10-08T06:33:08+00:00 | www/neonpp |
C++ wrapper library for neon Neon++ is a C++ wrapper library for neon. WWW: http://projects.backtrace.info/pmwiki.php?n=Main.Neon |
2006-10-08T00:07:13+00:00 | audio/aqualung |
Music player with rich features Aqualung is an advanced music player originally targeted at the GNU/Linux operating system. Today it is also running on FreeBSD and OpenBSD, with native ports to Mac OS X and even Microsoft Windows. It plays audio CDs, internet radio streams and podcasts as well as sound files in just about any audio format, and has a feature of inserting no gaps between adjacent tracks. WWW: http://aqualung.jeremyevans.net/ |
2006-10-07T23:19:25+00:00 | audio/liblrdf |
RDF library with support for LADSPA plugins This is a library to make it easy to manipulate RDF files describing LADSPA plugins. It can also be used for general RDF manipulation. It can read RDF/XLM and N3 files and export N3 files, it also has a light taxonomic inference capablility. WWW: http://sourceforge.net/projects/lrdf/ |
2006-10-07T22:43:36+00:00 | audio/liboggz |
Simple Ogg API Oggz provides a simple programming interface for reading and writing Ogg files and streams. Ogg is an interleaving data container developed by Monty at Xiph.Org, originally to support the Ogg Vorbis audio format. liboggz supports the flexibility afforded by the Ogg file format while presenting the following API niceties: * Strict adherence to the formatting requirements of Ogg bitstreams, to ensure that only valid bitstreams are generated * A simple, callback based open/read/close or open/write/close interface to raw Ogg files * A customisable seeking abstraction for seeking on multitrack Ogg data * A packet queue for feeding incoming packets for writing, with callback based notification when this queue is empty * A means of overriding the IO functions used by Oggz, for easier integration with media frameworks and similar systems. * A handy table structure for storing information on each logical bitstream WWW: http://www.annodex.net/software/liboggz/html/ |
2006-10-07T22:09:32+00:00 | www/mod_jail |
Apache module to enable an easy alternative to mod_chroot mod_jail is Apache 1.3.xx/2.0.xx/2.2.xx module, that makes running Apache in a secure jail prison easy, so it is intended to run on FreeBSD only. It is similar to mod_chroot, but uses FreeBSD's specific system call - jail. Also mod_jail make it possible to change securelevel into jail prison. Original web site: http://igorpopov.newmail.ru/mod_jail/ WWW: http://code.google.com/p/mod-jail/ |
2006-10-07T21:28:46+00:00 | net/versuch |
H323 voice&video proxy Versuch is a H323 voice & video proxy appropriated for border and zone controlling (without RAS). Designed for heavy load. It is compatible with many software/hardware H323 gateways, terminals and transit units. Also it supports transfer of calls through NAT and firewalls. WWW: http://versuch.sourceforge.net/ |
2006-10-07T21:28:46+00:00 | devel/versuch |
H323 voice&video proxy Versuch is a H323 voice & video proxy appropriated for border and zone controlling (without RAS). Disigned for heavy load. WWW: http://versuch.sourceforge.net/ |
2006-10-07T20:56:54+00:00 | graphics/a2png |
Converts plain ASCII text into PNG bitmap images a2png is a UNIX program that converts plain text into PNG images. WWW: https://sourceforge.net/projects/a2png/ |
2006-10-07T20:43:52+00:00 | math/ltl |
C++ class SSE library for scientific computing LTL is a C++ class template library for scientific computing which provides high performance via SSE3 floating point support for vector operations. Useful for array processing, image processing, FITS and ASCII I/O, and linear algebra (astronomical and scientific computing, in short). LTL provides dynamic arrays of up to 5-dimensions, subarrays and slicing, support for fixed size vectors and matrices including basic linear algebra operations, expression templates based evaluation, and I/O facilities for ascii and FITS format files. Users of the boost and blitz++ library may find the cross-pollination of these unique features to be fruitful. WWW: http://www.mpe.mpg.de/~drory/ltl/ |
2006-10-07T18:26:40+00:00 | graphics/photoclip |
Simple image viewer and editor for GNUstep PhotoClip is a simple image viewer and editor mostly designed for digital camera pictures. The plan is to make a program with elegant and intuitive interface which at the same time will be powerful enough o be useful. LICENSE: LGPL2 or later WWW: http://www.vaisburd.net/PhotoClip/ |
2006-10-07T18:22:16+00:00 | x11-clocks/aclock |
Analog Clock for GNUstep This little application displays the time of the day (analog). LICENSE: GPL2 or later WWW: http://gap.nongnu.org/aclock/index.html |
2006-10-07T16:17:50+00:00 | textproc/dwdiff |
Delimited word diff program dwdiff is a diff program that operates at the word level instead of the line level. It is different from wdiff in that it allows the user to specify what should be considered whitespace, and in that it takes an optional list of characters that should be considered delimiters. Delimiters are single characters that are treated as if they are words, even when there is no whitespace separating them from preceding words or delimiters. dwdiff is mostly commandline compatible with wdiff. Only the --autopager, --terminal and --avoid-wraps options are not supported. The default output from dwdiff is the new text, with the deleted and inserted parts annotated with markers. Command line options are available to change both what is printed, and the markers. WWW: https://os.ghalkes.nl/dwdiff.html |
2006-10-07T15:25:26+00:00 | net/iscsi-target |
Implementation of userland ISCSI target (from NetBSD) This is an implementation of iSCSI target, the server-side of ISCSI protocol, used to service remote iSCSI requests. WWW: http://www.netbsd.org/ |
2006-10-07T12:32:19+00:00 | security/p5-openxpki-deployment |
Perl based enterprise class trustcenter software for PKI A collection of ports for the OpenXPKI suite - Perl based trustcenter software for PKI: server and client parts along with deployment tools. p5-openxpki: core for server part p5-openxpki-client: base class for actual clients p5-openxpki-i18n: internationalization of the user interface p5-openxpki-client-html-mason: web interface to local OpenXPKI daemon p5-openxpki-client-scep: set of SCEP tools p5-openxpki-deployment: set or deployment tools Dependencies of OpenXPKI ports ("A --> B" means that port B depends on port A): p5-openxpki-client <-- p5-openxpki (server) --> p5-openxpki-i18n \ \ | p5-openxpki-client-html-mason, \--> | p5-openxpki-client-scep, p5-openxpki-deployment. Notes: I18n is needed for the English interface too. For effective use of deployment, it is recommended to install p5-openxpki-client-html-mason. WWW: http://www.openxpki.org/download/freebsd.html |
2006-10-07T12:31:50+00:00 | security/p5-openxpki-i18n |
Perl based trustcenter software for PKI: i18n tools Translation files for security/p5-openxpki which is a Perl based trustcenter software for PKI: server and client parts Note: I18n is needed for the English interface too. WWW: http://www.openxpki.org/ |
2006-10-07T12:31:24+00:00 | security/p5-openxpki-client-soap-lite |
SOAP-Lite toolkit for openxpki A collection of ports for the OpenXPKI suite - Perl based trustcenter software for PKI: server and client parts along with deployment tools. p5-openxpki: core for server part p5-openxpki-client: base class for actual clients p5-openxpki-i18n: internationalization of the user interface p5-openxpki-client-cli: command line interface to local OpenXPKI daemon p5-openxpki-client-html-mason: web interface to local OpenXPKI daemon p5-openxpki-client-scep: set of SCEP tools p5-openxpki-client-soap-lite: set of SOAP-Lite tools p5-openxpki-deployment: set or deployment tools Dependencies of OpenXPKI ports ("A --> B" means that port B depends on port A): p5-openxpki-client <-- p5-openxpki (server) --> p5-openxpki-i18n \ \ | p5-openxpki-client-cli, p5-openxpki-client-html-mason, \--> | p5-openxpki-client-scep, p5-openxpki-client-soap-lite, | p5-openxpki-deployment. Notes: I18n is needed for the English interface too. For effective use of deployment, it is recommended to install at least one of the clients: ...-cli or ...-mason. WWW: http://www.openxpki.org/ |
2006-10-07T12:30:55+00:00 | security/p5-openxpki-client-scep |
Client for SCEP requests to openxpki server A collection of ports for the OpenXPKI suite - Perl based trustcenter software for PKI: server and client parts along with deployment tools. p5-openxpki: core for server part p5-openxpki-client: base class for actual clients p5-openxpki-i18n: internationalization of the user interface p5-openxpki-client-html-mason: web interface to local OpenXPKI daemon p5-openxpki-client-scep: set of SCEP tools p5-openxpki-deployment: set or deployment tools Dependencies of OpenXPKI ports ("A --> B" means that port B depends on port A): p5-openxpki-client <-- p5-openxpki (server) --> p5-openxpki-i18n \ \ | p5-openxpki-client-html-mason, \--> | p5-openxpki-client-scep, p5-openxpki-deployment. Notes: I18n is needed for the English interface too. For effective use of deployment, it is recommended to install p5-openxpki-client-html-mason. WWW: http://www.openxpki.org/download/freebsd.html |
2006-10-07T12:30:21+00:00 | security/p5-openxpki-client-html-mason |
Web interface for local openxpki daemon A collection of ports for the OpenXPKI suite - Perl based trustcenter software for PKI: server and client parts along with deployment tools. p5-openxpki: server part and deployment tools p5-openxpki-i18n: internationalization of the user interface p5-openxpki-client-html-mason: web interface to local OpenXPKI daemon Dependencies of OpenXPKI ports ("A --> B" means that port B depends on port A): p5-openxpki-client-html-mason <-- p5-openxpki --> p5-openxpki-i18n Notes: I18n is needed for the English interface too. WWW: http://www.openxpki.org/ |
2006-10-07T12:29:54+00:00 | security/p5-openxpki-client-cli |
Command line interface for local openxpki daemon A collection of ports for the OpenXPKI suite - Perl based trustcenter software for PKI: server and client parts along with deployment tools. p5-openxpki: core for server part p5-openxpki-client: base class for actual clients p5-openxpki-i18n: internationalization of the user interface p5-openxpki-client-cli: command line interface to local OpenXPKI daemon p5-openxpki-client-html-mason: web interface to local OpenXPKI daemon p5-openxpki-client-scep: set of SCEP tools p5-openxpki-deployment: set or deployment tools Dependencies of OpenXPKI ports ("A --> B" means that port B depends on port A): p5-openxpki-client <-- p5-openxpki (server) --> p5-openxpki-i18n \ \ | p5-openxpki-client-cli, p5-openxpki-client-html-mason, \--> | p5-openxpki-client-scep, p5-openxpki-deployment. Notes: I18n is needed for the English interface too. For effective use of deployment, it is recommended to install at least one of the clients: ...-cli or ...-mason. WWW: http://www.openxpki.org/download/freebsd.html |
2006-10-07T12:29:03+00:00 | security/p5-openxpki-client |
Perl based trustcenter software for PKI: base class for actual clients A collection of ports for the OpenXPKI suite - Perl based trustcenter software for PKI: server and client parts along with deployment tools. p5-openxpki: core for server part p5-openxpki-client: base class for actual clients p5-openxpki-i18n: internationalization of the user interface p5-openxpki-client-html-mason: web interface to local OpenXPKI daemon p5-openxpki-client-scep: set of SCEP tools p5-openxpki-deployment: set or deployment tools Dependencies of OpenXPKI ports ("A --> B" means that port B depends on port A): p5-openxpki-client <-- p5-openxpki (server) --> p5-openxpki-i18n \ \ | p5-openxpki-client-html-mason, \--> | p5-openxpki-client-scep, p5-openxpki-deployment. Notes: I18n is needed for the English interface too. For effective use of deployment, it is recommended to install p5-openxpki-client-html-mason. WWW: http://www.openxpki.org/download/freebsd.html |
2006-10-06T21:26:09+00:00 | audio/ventrilo-server |
Server side of the Ventrilo group voice chat system The server for Ventrilo is a voice chat program which supports multiple channels with different rate codecs and several people on each channel. Primarily aimed at team gamers but can be used as an IP phone as well. WWW: http://www.ventrilo.com/ |
2006-10-06T04:58:39+00:00 | security/p5-Crypt-GCrypt |
Perl interface to the GNU Cryptographic library Crypt::GCrypt provides an object interface to the C libgcrypt library. It currently supports symmetric encryption/decryption and message digests, while asymmetric cryptography is being worked on. WWW: https://metacpan.org/release/Crypt-GCrypt |
2006-10-06T03:54:14+00:00 | games/p5-Games-Alak |
Simple game-tree implementation of a gomoku-like game This module implements a simple game-tree system for the computer to play against the user in a game of Alak. You can just play the game for fun; or you can use this module as a starting point for understanding game trees (and implementing smarter strategy -- the module's current logic is fairly simple-minded), particularly after reading my Perl Journal #18 article on trees, which discusses this module's implementation of game trees as an example of general tree-shaped data structures. WWW: https://metacpan.org/release/Games-Alak |
2006-10-06T03:46:09+00:00 | net-mgmt/arpalert |
ARP traffic monitoring Arpalert uses ARP protocol monitoring to prevent unauthorized connections on the local network. If an illegal connection is detected, a program or script is launched, which could be used to send an alert message, for example. WWW: http://www.arpalert.org/ |
2006-10-06T02:51:59+00:00 | games/gish-demo |
Platform game with a gelatinous 12-pound ball of tar (Demo version) "Gish isn't your average hero, in fact he's not your average anything... see Gish is a ball of tar. A Sunday stroll with his lady friend Brea goes awry when a shadowy figure emerges from an open man hole and pulls Brea into the ground below. Following Brea's calls for help Gish suddenly finds himself in the subterranean sewers of Dross, a long forgotten city filled with twisting corridors, evil traps and some of the most demented creatures imaginable." This is the demo version of the game. Visit the website to buy the full version. WWW: http://www.chroniclogic.com/index.htm?gish.htm |
2006-10-06T02:48:31+00:00 | databases/php-sqlite3 |
A port for the PHP sqlite3 extension php-sqlite3 is a PHP extension that lets you access SQLite3 databases within your scripts. PHP4 and PHP5 have already built-in support for this RDBM, but this is limited to the 2.x releases. This extension adds support for SQLite 3.x release. Please note that this project is still alpha-quality. Please test and report if it works for you and if you have ideas on how it can be enhanced. Current (or planned) features include: * In-memory databases support * UTF-16 encoding * User-level SQL functions * PEAR::DB driver class WWW: http://php-sqlite3.sourceforge.net/ |
2006-10-06T02:32:32+00:00 | sysutils/torque |
Open source distributed computing resource manager based on PBS TORQUE is an open source resource manager providing control over batch jobs and distributed compute nodes. It is a community effort based on the original *PBS project and, with more than 1,200 patches, has incorporated significant advances in the areas of scalability, fault tolerance, and feature extensions contributed by NCSA, OSC, USC , the U.S. Dept of Energy, Sandia, PNNL, U of Buffalo, TeraGrid, and many other leading edge HPC organizations. WWW: http://www.adaptivecomputing.com/products/open-source/torque/ |
2006-10-06T01:03:46+00:00 | www/p5-Business-PayPal |
Perl extension for automating PayPal transactions Perl extension for automating PayPal transactions WWW: https://metacpan.org/release/Business-PayPal |
2006-10-05T22:51:12+00:00 | devel/p5-Shell-EnvImporter |
Inherit different shell environments and restore previous Shell::EnvImporter allows various kinds of shell scripts (csh, tcsh, bash, zsh and even perl) to be "sourced" into a Perl program. This module also allows restoration of the pre-sourced environment. WWW: https://metacpan.org/release/Shell-EnvImporter |
2006-10-05T19:33:23+00:00 | mail/p5-WWW-Hotmail |
Module that simplifies access to Hotmail WWW::Hotmail - Perl extension for connecting to Hotmail WWW: https://metacpan.org/release/WWW-Hotmail |
2006-10-05T19:07:49+00:00 | shells/ch |
Embeddable C/C++ interpreter/shell Ch is an embeddable C/C++ interpreter for cross-platform scripting, shell programming, 2D/3D plotting, numerical computing, and embedded scripting. Ch is the solution for: * Embedded Scripting * Enterprise * Academic * Plotting and Numerical Computing WWW: http://www.softintegration.com/products/chstandard/ |
2006-10-05T12:50:47+00:00 | dns/sshfp |
Generate SSHFP DNS records from knownhosts files or ssh-keyscan sshfp generates DNS SSHFP records from SSH public keys. sshfp can take public keys from a knownhosts file or from scanning the host's sshd daemon. The ssh client can use these SSHFP records if you set "VerifyHostKeyDNS yes" in the file /etc/ssh/ssh_config. WWW: https://github.com/xelerance/sshfp |
2006-10-05T06:26:04+00:00 | devel/libzrtpcpp |
ZRTP extension for GNU ccRTP A separate extension package for GNU ccRTP, it provides support for the ZRTP protocol (as defined in the Internet draft draft-zimmermann-avt-zrtp). WWW: http://www.gnu.org/software/ccrtp/ |
2006-10-05T06:22:53+00:00 | deskutils/pybookreader |
Program for reading e-books PyBookReader is a program for reading e-books, primarily positioned for reading fictionbook2 formatted e-books. It uses py-GTK2 as it's GUI toolkit. WWW: http://pybookreader.narod.ru/ |
2006-10-05T04:52:44+00:00 | chinese/p5-Lingua-ZH-HanDetect |
Guess Chinese text's variant and encoding Lingua::ZH::HanDetect uses statistical measures to test a text string to see if it's in Traditional or Simplified Chinese, as well as which encoding it is in. If the string does not contain Chinese characters, both the encoding and variant values will be set to the empty string. This module is needed because the various encodings for Chinese text tend to occupy the similar byte ranges, rendering Encode::Guess ineffective. WWW: https://metacpan.org/release/Lingua-ZH-HanDetect |
2006-10-05T02:32:22+00:00 | devel/duplo |
Find duplicated code blocks in large C/C++/Java/C#/VB.Net systems Duplicated source code blocks can harm maintainability of software systems. Duplo is a tool to find duplicated code blocks in large C/C++/Java systems. WWW: http://duplo.giants.ch/ |
2006-10-05T00:36:18+00:00 | lang/yarv |
Yet Another Ruby Virtual-machine YARV is Virtual Machine for Programming Language Ruby. The goal of this project is only one, to develop the fastest Virtual Machine for Ruby in the world. Author: Koichi Sasada <ko1@atdot.net> WWW: http://www.atdot.net/yarv/ |
2006-10-05T00:05:52+00:00 | security/metasploit-devel |
Exploit-Framework for Penetration-Testing The Metasploit Project This is the Metasploit Project. The goal is to provide useful information to people who perform penetration testing, IDS signature development, and exploit research. This site was created to fill the gaps in the information publicly available on various exploitation techniques and to create a useful resource for exploit developers. The tools and information on this site are provided for legal penetration testing and research purposes only. This port is an in-development version of the upcoming Metasploit Framework. It is based on Ruby instead of perl, and has a different license. WWW: http://www.metasploit.org |
2006-10-04T23:35:31+00:00 | devel/mingw32-directx |
DirectX header files for use with MinGW DirectX header files for use with MinGW. These header files are used by the SDL project to compile SDL on Cygwin, but can also be used to compile native applications for Windows with MinGW. WWW: https://www.libsdl.org/extras/win32/cygwin/README.txt |
2006-10-04T23:28:43+00:00 | mail/courier-pythonfilter |
Framework for courier filter development in python Courier pythonfilter pythonfilter is a framework for developing courierfilter programs in Python. The pythonfilter program itself is a multi-threaded daemon that loads filters as python modules and passes the control and data files from courier to each module in turn. pythonfilter includes several modules that provide utility functions. These modules are found in the "courier" directory. The "config" module provides functions to access or interpret Courier's configuration settings. The "control" module provides functions to interpret Courier's control files. pythonfilter is distributed under the GNU General Public License (GPL), as described in the COPYING file. |
2006-10-04T20:00:40+00:00 | databases/mysqlard |
A tool to collect and graph database statistics from MySQL The MySQL Activity Report package is a tool to help MySQL database administrators to collect several database parameters and variables. These collected values can be used for server monitoring or performance tuning purposes. WWW: http://gert.sos.be/en/projects/mysqlar/ |
2006-10-04T19:41:06+00:00 | www/hinventory-client |
H-Inventory Client for FreeBSD This is the FreeBSD client for the h-inventory Web application. This is a sh script that creates an XML file and can upload it. You will obtain the hardware/software on your FreeBSD computer. WWW: http://www.h-inventory.com/ |
2006-10-04T19:04:26+00:00 | games/allacrost |
Single player 2D role-playing game Hero of Allacrost is a game inspired by the likes of SNES-era RPGs such as Chrono Trigger and the Final Fantasy series. In Allacrost, the player explores rich environments, undertakes various quests and missions, solves dungeon puzzles, and fights strategic battles in an active time-based system. WWW: http://allacrost.org/ |
2006-10-04T14:33:27+00:00 | dns/p5-Net-DNS-ToolKit |
Tools for working with DNS packets Routines to pick apart, examine and put together DNS packets. They can be used for diagnostic purposes or as building blocks for DNS applications such as DNS servers and clients or to allow user applications to interact directly with remote DNS servers. WWW: https://metacpan.org/release/Net-DNS-ToolKit |
2006-10-04T10:54:05+00:00 | graphics/ffff |
Fast Mandelbrot fractal generator FFFF is a fast mandelbrot fractal generator with features such as: * OpenGL * realtime zoom * SSE/AltiVec QuadPixel * SSE2/3DNow! DualPixel calc * FPU per pixel calc * GPU asm (Fragment/Vertex) calc * multiprocessor support * benchmarking * optimized assembler code! This port uses the standard mandelbrot fractal at near-Xaos speed. Yet every pixel is computed. There is also an interesting parameter ray algoritymn using your 3D card. A 3D card is strongly recommended for screen speed and additional coprocessing power. WWW: http://sourceforge.net/projects/ffff/ |
2006-10-04T03:02:08+00:00 | chinese/p5-Lingua-Han-Utils |
Utility tools of Chinese character(HanZi) The utility tools of Chinese character(HanZi). WWW: https://metacpan.org/release/Lingua-Han-Utils |
2006-10-03T23:45:26+00:00 | japanese/scim-honoka-plugin-wnn |
Honoka plugin for using wnn7 Honoka is the SCIM IMEngine module using various input method engines: Wnn, anthy,prime,skk and canna. Honoka can also use them simultaneously. WWW: http://nop.net-p.org/modules/pukiwiki/index.php?%5B%5Bhonoka%5D%5D (in Japanese) This port is honoka Wnn Input Method plugin. Smart Common Input Method platform, in short SCIM, is a development platform to make Input Method developers live easier. WWW: http://scim.freedesktop.org |
2006-10-03T23:43:42+00:00 | japanese/scim-honoka-plugin-romkan |
Honoka plugin for romaji input Honoka is the SCIM IMEngine module using various input method engines: Wnn, anthy,prime,skk and canna. Honoka can also use them simultaneously. WWW: http://nop.net-p.org/modules/pukiwiki/index.php?%5B%5Bhonoka%5D%5D (in Japanese) This port is honoka romaji input plugin. Smart Common Input Method platform, in short SCIM, is a development platform to make Input Method developers live easier. WWW: http://scim.freedesktop.org |
2006-10-03T23:41:56+00:00 | japanese/scim-honoka |
SCIM IMEngine module using various input methods Honoka is the SCIM IMEngine module using various input method engines: Wnn, anthy,prime,skk and canna. Honoka can also use them simultaneously. WWW: http://nop.net-p.org/modules/pukiwiki/index.php?%5B%5Bhonoka%5D%5D (in Japanese) This port is honoka "core" library. You must be install honoka "input method" and "input" plugin. Smart Common Input Method platform, in short SCIM, is a development platform to make Input Method developers live easier. WWW: http://scim.freedesktop.org |
2006-10-03T23:16:51+00:00 | www/sahana2 |
Sahana is a web based disaster management system Sahana is an integrated set of pluggable, web based disaster management applications that provide solutions to large-scale humanitarian problems in the aftermath of a disaster. WWW: http://www.sahana.lk |
2006-10-03T18:49:55+00:00 | japanese/citrix_xenapp |
Access virtual applications and desktops Citrix XenApp (TM) is a Windows (R) application delivery system that manages applications in the datacenter and delivers them as an on-demand service to users anywhere using any device. XenApp reduces the cost of application management by up to 50 percent, delivers any application instantly to users anywhere and improves application and data security. you can copy the certificate to /usr/ports/distfiles and add the following line to your /etc/make.conf: ICA_CERTS=mycert.crt It will then automatically be installed and removed with the normal FreeBSD package tools. WWW: http://www.citrix.com/English/ps2/products/product.asp?contentID=186 |
2006-10-03T18:49:55+00:00 | japanese/citrix_ica |
Citrix(R) Presentation Server(TM) client Citrix(R) Presentation Server(TM) runs on Microsoft(R) Windows Server(TM) and UNIX(R) operating systems, and extends the base Windows Terminal Services platform by enhancing the end-user experience as well as increasing manageability, compatibility, security and scalability to address business-critical environments. Presentation Server expands the range of supported applications to include legacy software and Web-based, UNIX and Java solutions. It also enables any device or operating system including Macintosh and Linux to access virtualized applications. Other important capabilities are powerful management and configuration tools and faster, more flexible printing. WWW: http://www.citrix.com/English/ps2/products/product.asp?contentID=186 |
2006-10-03T18:02:02+00:00 | mail/squirrelmail-tmda-plugin |
Adds TMDA support to SquirrelMail This is a port of tmdatools plugin for Squirrelmail. This plugin allows a TMDA enabled account to be managed from within the SquirrelMail interface, including the ability to edit list files, add control headers to outgoing email, manage pending messages and create tagged addresses for use outside SquirrelMail. WWW: http://www.morison.net/squirrelmail-plugins/tmdatools.html |
2006-10-03T17:42:13+00:00 | games/fretsonfire |
Game of musical skill and fast fingers Frets on Fire is a game of musical skill and fast fingers. The aim of the game is to play guitar with the keyboard as accurately as possible. WWW: http://fretsonfire.sf.net |
2006-10-03T17:42:13+00:00 | games/fretsonfire-data |
Frets on Fire data files The Frets on Fire data files WWW: http://louhi.kempele.fi/~skyostil/uv/fretsonfire/ |
2006-10-03T14:43:06+00:00 | devel/p5-InlineX-C2XS |
Perl module to create an XS file from an Inline C file InlineX::C2XS - create an XS file from an Inline C file. The C file that InlineX::C2XS needs to find would contain only the C code. InlineX::C2XS looks for the file in ./src directory - expecting that the filename will be the same as what appears after the final '::' in the module name (with a '.c' extension). ie if the module is called My::Next::Mod it looks for a file ./src/Mod.c, and creates a file named Mod.xs. Also created, is the file 'INLINE.h' - but only if that file is needed. The generated xs file (and INLINE.h) will be written to the cwd unless a third argument (specifying a valid directory) is provided to the c2xs() function. The created XS file, when packaged with the '.pm' file, an appropriate 'Makefile.PL', and 'INLINE.h' (if it's needed), can be used to build the module in the usual way - without any dependence upon the Inline::C module. WWW: https://metacpan.org/release/InlineX-C2XS |
2006-10-03T14:43:06+00:00 | devel/p5-Inline-C2XS |
Perl module to create an XS file from an Inline C file Inline::C2XS - create an XS file from an Inline C file. The C file that Inline::C2XS needs to find would contain only the C code. Inline::C2XS looks for the file in ./src directory - expecting that the filename will be the same as what appears after the final '::' in the module name (with a '.c' extension). ie if the module is called My::Next::Mod it looks for a file ./src/Mod.c, and creates a file named Mod.xs. Also created, is the file 'INLINE.h' - but only if that file is needed. The generated xs file (and INLINE.h) will be written to the cwd unless a third argument (specifying a valid directory) is provided to the c2xs() function. The created XS file, when packaged with the '.pm' file, an appropriate 'Makefile.PL', and 'INLINE.h' (if it's needed), can be used to build the module in the usual way - without any dependence upon the Inline::C module. WWW: http://search.cpan.org/dist/Inline-C2XS/ |
2006-10-03T14:29:22+00:00 | devel/p5-Class-Constant |
Build constant classes Class::Constant allows you declaratively created so-called "constant classes". These are very much like enumerated types (as close as a typeless language like Perl can get, at least). The classes generated by this module are modeled closely after Java's "typesafe enumeration" pattern, but with some added spice to make them more useful to Perl programs. WWW: https://metacpan.org/release/Class-Constant |
2006-10-03T13:38:21+00:00 | archivers/p5-Archive-Any |
Single interface to deal with file archives This module is a single interface for manipulating different archive formats. Tarballs, zip files, etc. WWW: https://metacpan.org/release/Archive-Any |
2006-10-03T00:56:31+00:00 | sysutils/p5-Proc-PidUtil |
PID file management utilities Proc::PidUtil provides utilities to manage PID files. WWW: https://metacpan.org/release/Proc-PidUtil |
2006-10-03T00:53:58+00:00 | devel/p5-File-Pid |
Pid File Manipulation This software manages a pid file for you. It will create a pid file, query the process within to discover if it's still running, and remove the pid file. WWW: https://metacpan.org/release/File-Pid |
2006-10-02T15:36:16+00:00 | www/p5-Bigtop |
Web application data language processor Bigtop is a language for describing the data of a web application. Usually this data will be stored in a relational database. Once you have a description of your data, you can generate a web application from it. This includes all the pieces you need like: the sql statements ready for feeding to your database command line tool, the httpd.conf you need to Include in the httpd.conf on your system, the modules that will handle the web requests, the models that make the database tables look like classes, etc. If you need to alter the data model in the future, you can change your original description to match the new reality, then regenerate the application without fear of losing hand written code (though you may have to modify some of it to reflect the new reality). WWW: https://metacpan.org/release/Bigtop |
2006-10-02T14:51:46+00:00 | devel/p5-Sys-Sig |
Return signal constants for this host Return signal constants for this host. WWW: https://metacpan.org/release/Sys-Sig |
2006-10-02T08:59:12+00:00 | science/g3data |
Utility for extracting data from graphs g3data is used for extracting data from graphs. In publications graphs often are included, but the actual data is missing. g3data makes the extracting process much easier. WWW: http://www.frantz.fi/software/g3data.php |
2006-10-02T08:39:58+00:00 | net/p5-Samba-LDAP |
Manage a Samba PDC with an LDAP Backend Manage a Samba PDC with an LDAP Backend. WWW: https://metacpan.org/release/Samba-LDAP |
2006-10-02T01:05:33+00:00 | net/p5-POE-Component-Generic |
Provides non-blocking access to a blocking object POE::Component::Generic is a POE component that provides a non-blocking wrapper around any object. It works by forking a child process with POE::Wheel::Run and creating the object in the child process. Method calls are then serialised and sent via STDIN to the child to be handled. Return values are posted back to your session via STDOUT. This means that all method arguments and return values must survive serialisation. If you need to pass coderefs, use "callbacks", "postbacks" or "factories". Method calls are wrapped in eval in the child process so that errors may be propagated back to your session. See "OUTPUT". Output to STDERR in the child, that is from your object, is shown only if debug or verbose is set. STDOUT in the child, that is from your object, is redirected to STDERR and will be shown in the same circomstances. WWW: https://metacpan.org/release/POE-Component-Generic |
2006-10-02T00:28:30+00:00 | textproc/p5-Regexp-DefaultFlags |
Set default flags on regular expressions When this module is use'd, it causes regexes in the current namespace to act as if the /xms flags had been applied to them. WWW: https://metacpan.org/release/Regexp-DefaultFlags |
2006-10-01T23:51:55+00:00 | comms/hcfmdm |
Driver for the Conexant HCF PCI winmodem chipset (Acorp PIM/PIM2) This port contains a driver for several Winmodems based on the Conexant HCF chipset (Acorp PIM/PIM2). It consists of a shim for the Linux binary only object file. WWW: http://www.linuxant.com/ - Alexey Illarionov <littlesavage@rambler.ru> |
2006-10-01T19:17:49+00:00 | lang/xotcl |
Object-oriented scripting language based on Tcl From the XOTcl homepage: Extended Object Tcl (for short: XOTcl, pronounced exotickle) is an object- oriented scripting language based on Tcl. It was originally designed for providing language support for design patterns and provides novel constructs such as filters or transitive mixin classes. The language is designed for empowering rather than constraining system developers. The basic object model is highly influenced by CLOS. XOTcl is contained in the Industry-standard Tcl distribution ActiveTcl, which is available for several platforms, it is part of the Batteries Included Distribution for Mac OS X and it is shipped as part of the developer support for Mac OS X Tiger. WWW: http://media.wu-wien.ac.at/ |
2006-10-01T18:47:05+00:00 | net-p2p/tvrss |
Torrent RSS feed reader TV RSS Linux Client fetches RSS feed and lets user download or auto download torrents based on regular expressions and launch BitTorrent client of choice. Requires Gtk2-Perl and XML::RAI. WWW: http://tvtrss.sourceforge.net/ |
2006-10-01T02:10:10+00:00 | games/ufoai |
Strategy game featuring tactical combat UFO ALIEN INVASION is a strategy game featuring tactical combat against hostile alien forces which are about to infiltrate earth at this very moment. You are in command of a small special unit which has been founded to face the alien strike force. To be successful on the long run, you will also have to have a research team study the aliens and their technologies in order to learn as much as possible about their technology, their goals and the aliens themselves. WWW: http://ufoai.org/ |
2006-10-01T02:10:10+00:00 | games/ufoai-data |
UFO alien invasion data files UFO ALIEN INVASION data files. WWW: http://ufoai.org/ |
2006-09-30T21:46:33+00:00 | net/jakarta-commons-net |
Collection of network protocol implementations for Java Jakarta Commons Net implements the client side of many basic Internet protocols. The purpose of the library is to provide fundamental protocol access. Supported protocols are: * FTP * NNTP * SMTP * POP3 * Telnet * TFTP * Finger * Whois * rexec/rcmd/rlogin * Time (rdate) and Daytime * Echo * Discard * NTP/SNTP WWW: http://jakarta.apache.org/commons/net/ |
2006-09-30T17:49:10+00:00 | www/asterisk-fop |
Flash Operator Panel for the Asterisk PBX Flash Operator Panel is a switchboard type application for the Asterisk PBX. It runs on a web browser with the flash plugin. It is able to display information about your PBX activity in real time. WWW: http://www.asternic.org/ - Marcelo Araujo araujo@bsdmail.org |
2006-09-30T16:28:17+00:00 | archivers/kbackup |
Program for backing up files and directories KBackup is a program that lets you back up any directories or files, whereby it uses an easy to use directory tree to select the things to back up. The program was designed to be very simple in its use so that it can be used by non-computer experts. The storage format is the well known TAR format, whereby the data is still stored in compressed format (bzip2 or gzip). It also includes a German, French, Italian, Slovak and Russian translation for the user interface and an English, French and German handbook. WWW: http://www.kde-apps.org/content/show.php?content=44998 |
2006-09-30T11:23:16+00:00 | textproc/p5-Pod-WSDL |
Create WSDL documents from (extended) pod How does Pod::WSDL work? If you instantiate a Pod::WSDL object with the name of the module (or the path of the file, or an open filehandle) providing the web service like this my $pwsdl = new Pod::WSDL(source => 'My::Module', location => 'http://my.services.location/on/the/web'); Pod::WSDL will try to find "My::Module" in @INC, open the file, parse it for WSDL directives and prepare the information for WSDL output. By calling $pwsdl->WSDL; Pod::WSDL will output the WSDL document. That's it. WWW: https://metacpan.org/release/Pod-WSDL |
2006-09-30T11:12:34+00:00 | net/asterisk12-app-ldap |
LDAPget application module for the Asterisk PBX LDAPget is an Asterisk application for data retrieval from LDAP directories (e.g. OpenLDAP or ActiveDirectory). WWW: http://www.mezzo.net/asterisk/app_ldap.html |
2006-09-30T11:12:34+00:00 | net/asterisk-app-ldap |
LDAPget application module for the Asterisk PBX 1.4 LDAPget is an Asterisk application for data retrieval from LDAP directories (e.g. OpenLDAP or ActiveDirectory). This version works with asterisk 1.4. WWW: http://www.mezzo.net/asterisk/app_ldap.html |
2006-09-30T09:41:07+00:00 | cad/electric-ng |
Sophisticated VLSI design system Electric is a sophisticated electrical CAD system that can handle many forms of circuit design, including: - Custom IC layout (ASICs) - Schematic drawing - Hardware description language specifications For real functionality, one should consider installing support simulation software such as cad/spice. WWW: http://www.staticfreesoft.com/ |
2006-09-30T08:08:28+00:00 | benchmarks/p5-Benchmark-Stopwatch |
Simple timing of stages of your code The other benchmark modules provide excellent timing for specific parts of your code. This module aims to allow you to easily time the progression of your code. The stopwatch analogy is that at some point you get a new stopwatch and start timing. Then you note certain events using lap. Finally you stop the watch and then print out a summary. The summary shows all the events in order, what time they occurred at, how long since the last lap and the percentage of the total time. Hopefully this will give you a good idea of where your code is spending most of its time. The times are all wallclock times in fractional seconds. That's it. WWW: https://metacpan.org/release/Benchmark-Stopwatch |
2006-09-30T08:02:15+00:00 | sysutils/dvdisaster |
Optical disc error correction data and recovery tool dvdisaster provides a margin of safety against data loss on CD and DVD media caused by aging or scratches. * dvdisaster creates error correction data to compensate read errors which are not correctable in the CD/DVD drive. * dvdisaster tries to read as much data as possible from defective media. Afterwards unreadable sectors are recovered using the previously created error correction data. The maximum error correction capacity is user-selectable. * dvdisaster operates at the image level and does not depend on the file system. If you create the error correction data in time and keep it at a safe place, you have a good chance of recovering the medium contents from typical read errors and to transfer your complete data onto a new medium. WWW: http://www.bobeager.uk/software.html |
2006-09-30T07:30:18+00:00 | security/pbnj |
Suite of tools to monitor changes on a network PBNJ is a network suite to monitor changes that occur on a network over time. It does this by checking for changes on the target machine(s), which includes the details about the services running on them as well as the service state. PBNJ parses the data from a scan and stores it in a database. PBNJ uses Nmap to perform scans. WWW: https://sourceforge.net/projects/pbnj/ |
2006-09-30T04:52:39+00:00 | graphics/poppler-data |
Poppler encoding data Poppler encoding data WWW: https://poppler.freedesktop.org/ |
2006-09-30T03:56:31+00:00 | devel/p5-Object-Array |
Array references with accessors Several of these methods do not behave exactly like their builtin counterparts. Specifically, any method that you would expect to return a list does so, but only in list context. In scalar context, these methods will return an Object::Array object constructed from a copy of the list that would have been returned. WWW: https://metacpan.org/release/Object-Array |
2006-09-29T11:14:06+00:00 | net/pimdd |
UO Dense Protocol-Independent Multicast (PIM-DM) daemon for IPv4 This is the UO implementation of Protocol-Independent Multicast by Kurt Windisch. WWW: http://antc.uoregon.edu/PIMDM/pimd-dense.html |
2006-09-29T07:44:53+00:00 | www/p5-HTML-FromANSI |
Mark up ANSI sequences as HTML This small module converts ANSI text sequences to corresponding HTML codes, using stylesheets to control color and blinking properties. It exports ansi2html() by default, which takes an array, joins it it into a single scalar, and returns its HTML rendering. WWW: https://metacpan.org/release/HTML-FromANSI |
2006-09-29T04:05:55+00:00 | biology/gmap |
Genomic Mapping and Alignment Program for mRNA and EST Sequences A standalone program for mapping and aligning cDNA sequences to a genome. The program maps and aligns a single sequence with minimal startup time and memory requirements, and provides fast batch processing of large sequence sets. The program generates accurate gene structures, even in the presence of substantial polymorphisms and sequence errors, without using probabilistic splice site models. Methodology underlying the program includes a minimal sampling strategy for genomic mapping, oligomer chaining for approximate alignment, sandwich DP for splice site detection, and microexon identification with statistical significance testing. WWW: http://www.gene.com/share/gmap |
2006-09-29T00:47:10+00:00 | devel/p5-Thread-Apartment |
Apartment threading wrapper for Perl objects Thread::Apartment provides an apartment threading wrapper for Perl classes. "Apartment threading" is a method for isolating an object (or object hierarchy) in its own thread, and providing external interfaces via lightweight client proxy objects. This approach is especially valuable in the Perl threads environment, which doesn't provide a direct means of passing complex, nested structure objects between threads, and for non-threadsafe legacy object architectures, e.g., Perl/Tk. By using lightweight client proxy objects that implement the Thread::Queue::Queueable interface, with Thread::Queue::Duplex objects as the communication channel between client proxies and apartment threads (or between threads in general), a more thread-friendly OO environment is provided, ala Java, i.e., the ability to pass arbitrary objects between arbitrary threads. Thread::Apartment is a fundamental component of the PSiCHE framework (http://www.presicient.com/psiche). WWW: https://metacpan.org/release/Thread-Apartment |
2006-09-29T00:38:41+00:00 | net-mgmt/p5-Net-ACL |
Class representing a generic access-list/route-map This module represents a generic access-list and route-map. It uses the Net::ACL::Rule object to represent the rules. WWW: https://metacpan.org/release/Net-ACL |
2006-09-28T22:48:42+00:00 | devel/p5-Term-VT102 |
Class to emulate a DEC VT102 terminal The VT102 class provides emulation of most of the functions of a DEC VT102 terminal. Once initialised, data passed to a VT102 object is processed and the in-memory "screen" modified accordingly. This "screen" can be interrogated by the external program in a variety of ways. This allows your program to interface with full-screen console programs by running them in a subprocess and passing their output to a VT102 class. You can then see what the application has written on the screen by querying the class appropriately. WWW: https://metacpan.org/release/Term-VT102 |
2006-09-28T22:04:54+00:00 | net-mgmt/mtrace |
Multicast traceroute program for IPv4 mtrace is a program to trace the routes taken by IPv4 multicast traffic flows. WWW: https://sourceforge.net/projects/mtrace/ |
2006-09-28T21:29:10+00:00 | net/mrouted |
Multicast routing daemon providing DVMRP for IPv4 mrouted is an implementation of the DVMRP multicast routing protocol. It turns a UNIX workstation into a DVMRP multicast router with tunnel support, in order to cross non-multicast-aware routers. WWW: http://freecode.com/projects/mrouted |
2006-09-28T20:06:41+00:00 | editors/emacs.app |
The GNU Emacs editor on GNUstep This is GNU Emacs ported to OS X and GNUstep, based on the earlier Rhapsody, OPENSTEP, and NeXTSTEP versions. This port offers superior platform support for MacOS X and GNUstep, including full desktop integration (dock, drag/drop, etc.), standard keybindings, use of standard Font, Color, and File open/save panels, and support for Services. Via GNUstep, it provides anti-aliased font rendering on Linux and other Unix systems. This port is based on GNU Emacs 23 from CVS. LICENSE: GPL2 or later WWW: http://emacs-app.sourceforge.net/ |
2006-09-28T19:17:57+00:00 | science/paje |
Generic visualization tool for GNUstep (Gantt chart and more) Paje is a graphical tool that displays traces produced during the execution of multithreaded programs. Other programs can also generate traces for this tool. Key Features * Supports multi threaded programs - each thread of the analysed program can be individually displayed, or multiple threads can be combined, to reduce screen space usage. * Interactivity - each entity represented on the screen can be interrogated for more information, - related entities are highlighted as mouse cursor passes over some representation LICENSE: LGPL2 or later WWW: http://www-id.imag.fr/Logiciels/paje/ |
2006-09-28T14:26:15+00:00 | devel/p5-Sys-Syscall |
Access system calls that Perl doesn't provide access to Use epoll, sendfile, from Perl. Mostly Linux-only support now, but more syscalls/OSes planned for future. WWW: https://metacpan.org/release/Sys-Syscall |
2006-09-28T12:44:12+00:00 | net/p5-Net-Packet-Target |
Target object for all Net-Packet related stuff Net::Packet::Target - Target object for all Net::Packet related stuff WWW: https://metacpan.org/release/GOMOR/Net-Packet-Target-1.01 |
2006-09-28T07:26:03+00:00 | devel/p5-Thread-Queue-Duplex |
Thread-safe request/response queue with identifiable elements A mapped queue, similar to Thread::Queue, except that as elements are queued, they are assigned unique identifiers, which are used to identify responses returned from the dequeuing thread. This class provides a simple RPC-like mechanism between multiple client and server threads, so that a single server thread can safely multiplex requests from multiple client threads. Note that simplex versions of the enqueue methods are provided which do not assign unique identifiers, and are used for requests to which no response is required/expected. In addition, elements are inspected as they are enqueued/dequeued to determine if they are Thread::Queue::Queueable (aka TQQ) objects, and, if so, the onEnqueue() or onDequeue() methods are called to permit any additional class-specific marshalling/unmarshalling to be performed. Thread::Queue::Duplex (aka TQD) is itself a Thread::Queue::Queueable object, thus permitting TQD objects to be passed between threads. WWW: https://metacpan.org/release/Thread-Queue-Duplex |
2006-09-28T07:05:59+00:00 | net-mgmt/p5-Cisco-Reconfig |
Parse and generate Cisco configuration files Cisco::Reconfig makes it easier to write programs to generate changes to Cisco configuration files. Cisco::Reconfig is a module that parses Cisco router configuration files. It doesn't have any real understanding of Cisco configurations so it might be useful for other similar configuration languages. It knows that nesting is shown by indentation. It knows that ! means a comment. It knows that no may proceed a line without changing where that line exists in the hierarchy. It doesn't know much else. Cisco::Reconfig can be used to modify configurations. The set() method will check the current configruation and return commands to change it if it is other than what is wanted (as passed to the set() method). WWW: https://metacpan.org/release/Cisco-Reconfig |
2006-09-28T07:02:47+00:00 | www/p5-Gantry |
Web application framework for mod_perl, cgi, etc Perl Web application framework for Apache/mod_perl. Object Oriented design for a pragmatic, modular approach to URL dispatching. Supports MVC (or VC, MC, C, take your pick) and initiates rapid development. This project offers an orgainized coding scheme for web applications. WWW: https://metacpan.org/release/Gantry |
2006-09-28T01:55:27+00:00 | devel/p5-subatom |
Produce an atom feed from subversion commits subatom is a small script to produce an Atom feed from subversion commits. You can use this with a feed reader to see new commits to your repository. WWW: https://metacpan.org/release/HDM/subatom-0.12 |
2006-09-28T00:51:40+00:00 | devel/p5-Inline-TT |
Provides inline support for template toolkit 2.x Inline::TT provides Inline access to version 2.0 and higher of the Template Toolkit. This allows you to house your templates inside the source code file, while retaining the ability to cache compiled templates on the disk (via Inline's caching mechanism). The names of the blocks in the template are exported as functions. Call these with a reference to a hash of values, which will be used for interpolation in the templates. This hash reference is the same as the second argument to the process method of any Template object. The output from template toolkit will be returned to you as a single string. Note that leading and trailing spaces are trimmed, further the template toolkit options PRE_CHOMP and POST_CHOMP are set. Currently, there is no way to change these behaviors. WWW: https://metacpan.org/release/Inline-TT |
2006-09-27T19:59:46+00:00 | science/gtamsanalyzer |
Qualitative Research Software for the Free World for GNUstep GTAMS Analyzer is a complete coding and analysis package. It is a "port" of TAMS Analyzer for Macintosh OS X. Note, at some point the two projects will have identical file formats, at which point the initial G (for GNUstep) will be dropped. GTAMS stands for GNUstep Text Analysis Markup System, it is a convention for identifying themes in text. The software offers a wide range of tools for applying themes to texts and identifying patterns of themes within and between texts. LICENSE: GPL2 WWW: http://tamsys.sourceforge.net/gtams/ |
2006-09-27T15:12:36+00:00 | chinese/p5-Lingua-ZH-BPMFConvert |
Rule-based conversion of BPMF (bopomofo) into Hanyu Pinyin This is a rule-based convertor of BPMF into Hanyu Pinyin. Unlike previous modules it does not rely on any data table, therefore it is possible to convert neophonisms (new phonetic combinations previously not existing in Mandarin) into corresponding Hanyu Pinyin. WWW: http://search.cpan.org/dist/Lingua-ZH-BPMFConvert/ |
2006-09-27T09:03:27+00:00 | databases/p5-Genezzo |
Extensible database with SQL and DBI The Genezzo modules implement a hierarchy of persistent hashes using a fixed amount of memory and disk. This system is designed to be easily configured and extended with custom functions, persistent storage representations, and novel data access methods. In its current incarnation it supports a subset of SQL and a partial DBI interface. WWW: https://metacpan.org/release/Genezzo |
2006-09-27T08:58:08+00:00 | net/p5-Net-Interface |
Perl extension to access network interfaces Net::Interface is designed to make the use of ifconfig(1) and friends unnecessary from within Perl. It provides methods to get at set all the attributes of an interface, and even create new logical or physical interfaces (if your O/S supports it). WWW: https://metacpan.org/release/Net-Interface |
2006-09-27T08:47:59+00:00 | archivers/p5-POE-Filter-LZO |
POE filter wrapped around Compress::LZO POE::Filter::LZO provides a POE filter for performing compression/ decompression using Compress::LZO. It is suitable for use with POE::Filter::Stackable. WWW: https://metacpan.org/release/POE-Filter-LZO |
2006-09-27T08:45:14+00:00 | archivers/p5-POE-Filter-LZF |
POE filter wrapped around Compress::LZF POE::Filter::LZF provides a POE filter for performing compression/ decompression using Compress::LZF. It is suitable for use with POE::Filter::Stackable. WWW: https://metacpan.org/release/POE-Filter-LZF |
2006-09-27T08:35:40+00:00 | net/p5-Net-NBsocket |
Non-Blocking Sockets Net::NBsocket provides a wrapper for Socket to supply Non-Blocking sockets of various flavors. WWW: https://metacpan.org/release/Net-NBsocket |
2006-09-27T08:19:34+00:00 | graphics/p5-Image-Caa |
Colored ASCII Art This module outputs Image::Magick image objects as ASCII Art, using a variety of output dithering modes and output drivers (currently supported is a plain old ANSI termical output driver and a curses driver). WWW: https://metacpan.org/release/Image-Caa |
2006-09-27T08:04:50+00:00 | converters/p5-Convert-Bencode_XS |
Faster conversions to/from Bencode format Convert::Bencode_XS exists for a couple of reasons, first of all performance. Especially bdecode() is between 10 and 200 times faster than Convert::Bencode version (depending on file): the great speed increase is in part due to the iterative algorithm used. bencode() is written in C for better performance, but it still uses a recursive algorithm. It manages to be around 3 to 5 times faster than Convert::Bencode version. Check out the "extras" directory in this distribution for benchmarks. WWW: https://metacpan.org/release/Convert-Bencode_XS |
2006-09-27T05:04:41+00:00 | graphics/py-glewpy |
Advanced OpenGL extensions to Python GLEWpy aims to bring advanced OpenGL extensions to Python. This will allow the Python OpenGL developer to use features such as fragment and vertex shaders and image processing on the GPU. It serves as a complement to PyOpenGL and toolkits such as GLUT and SDL (pygame). WWW: http://glewpy.sourceforge.net/ |
2006-09-26T15:54:41+00:00 | graphics/py-amanith |
Python wrapper for the amanith 2D vector graphics library PyAmanith is a Python wrapper for the Amanith 2D vector graphics library. It strives to offer a pythonic interface to the library and make all its features accessible. WWW: http://louhi.kempele.fi/~skyostil/projects/pyamanith/ |
2006-09-26T14:30:06+00:00 | www/p5-WWW-WebArchive |
Retrieve old versions of public web pages from various web archives WWW::WebArchive is a set of modules to retrieve old versions of public web pages from various web archives. * http://www.archive.org - Internet Archive's Wayback Machine * http://www.google.com - Google's page cache This is useful if 1. Your web server crashed and you didn't have complete backups 2. A site (such as a valuable reference source) changed or went away and you want to restore an old version of the site to your local disk WWW: https://metacpan.org/release/WWW-WebArchive |
2006-09-26T14:18:27+00:00 | archivers/p5-Compress-LZO |
Interface to the LZO compression library The Compress::LZO module provides a Perl interface to the LZO compression library (see "AUTHOR" for details about where to get LZO). A relevant subset of the functionality provided by LZO is available in Compress::LZO. WWW: https://metacpan.org/release/Compress-LZO |
2006-09-26T10:51:21+00:00 | archivers/p5-Compress-LZF |
Extremely lightweight Lempel-Ziv-Free compression LZF is an extremely fast (not that much slower than a pure memcpy) compression algorithm. It is ideal for applications where you want to save some space but not at the cost of speed. It is ideal for repetitive data as well. The module is self-contained and very small (no large library to be pulled in). It is also free, so there should be no problems incorporating this module into commercial programs. WWW: https://metacpan.org/release/Compress-LZF |
2006-09-26T10:26:06+00:00 | security/blocksshd |
Protects computers from SSH brute force attacks BlockSSHD protects computers from SSH brute force attacks by dynamically blocking IP addresses by adding iptables rules. WWW: http://sourceforge.net/projects/blocksshd/ |
2006-09-26T10:22:20+00:00 | dns/p5-Net-DNS-Codes |
Collection of C library DNS codes Net::DNS::Codes provides forward and reverse lookup for most common C library DNS codes as well as all the codes for the DNS HEADER field. WWW: https://metacpan.org/release/Net-DNS-Codes |
2006-09-26T08:59:45+00:00 | textproc/p5-XML-Compile |
Compilation based XML processing Many applications which process data-centric XML do that based on a nice specification, expressed in an XML Schema. XML::Compile reads and writes XML data with the help of such schema's. On the Perl side, it uses a tree of nested hashes with the same structure. Where other Perl modules, like SOAP::WSDL help you using these schema's (often with a lot of run-time (XPath) searches), this module takes a different approach: in stead of run-time processing of the specification, it will first compile the expected structure into real Perl, and then use that to process the data. There are many perl modules with the same as this one: translate between XML and nested hashes. However, there are a few serious differences: because the schema is used here, we make sure we only handle correct data. Data-types are formatted and processed correctly; for instance, integer does accept huge values (at least 18 digits) as the specification prescribes. Also more complex data-types like list, union, and substitutionGroup (unions on complex type level) are supported, which is rarely the case in other modules. WWW: https://metacpan.org/release/XML-Compile |
2006-09-26T08:18:26+00:00 | textproc/p5-POSIX-Regex |
OO interface for the gnu regex engine This is a port of the glibc gnu regex engine into perl. There are few reasons you would need this. The few I can think of include: 0) You wish to use untrusted user expressions in such a way as to be able to catch errors. Example: eval { alarm 2; m/((){1024}){1024}/ } is an instant uncatchable segmentation fault. GNU's regexps will still fail, but in a timeout way rather than an instant segfault way. 1) You wish to have POSIX compliance on ... something ... Perl's regexps are slightly different -- arguably better, but different. WWW: https://metacpan.org/release/POSIX-Regex |
2006-09-26T01:49:17+00:00 | www/p5-HTML-RSSAutodiscovery |
Methods for retrieving RSS-ish information from an HTML document Methods for retreiving RSS-ish information from an HTML document. WWW: https://metacpan.org/release/HTML-RSSAutodiscovery |
2006-09-26T01:06:38+00:00 | www/templatelite |
Smaller, faster alternative to the Smarty template engine Template Lite is a very fast, small HTML template engine written in PHP. The engine supports most of the Smarty template engine functions and filters. WWW: http://templatelite.sourceforge.net |
2006-09-25T20:24:57+00:00 | databases/qdbm-java |
Java API for QDBM Java API for QDBM WWW: http://qdbm.sourceforge.net/jspex.html |
2006-09-25T20:13:35+00:00 | databases/qdbm-plus |
C++ API for QDBM C++ API for QDBM WWW: https://dbmx.net/qdbm/ |
2006-09-25T20:05:59+00:00 | games/mudmagic |
GTK+ based MUD client The Mud Magic Mud Client is written in GTK+ and supports MXP, MSP, MCCP, and ZMP with PCRE regular expression handling and Python script engine. The plugins shipped with the client currently include an automapper, note system, and database front end. WWW: http://www.mudmagic.com/mud-client/ |
2006-09-25T02:12:49+00:00 | deskutils/charmap |
Character map for GNUstep This is a character map. It is developed using the GNUstep development environment (www.gnustep.org) and is meant to contribute to GNUstep's promise towards a desktop environment. Charmap offers font selection, allowing one to easily see all the glyphs which a particular font offers. LICENSE: GPL2 or later WWW: http://www.nongnu.org/charmap/ |
2006-09-24T23:09:26+00:00 | science/medit |
Interactive meshes visualization Medit is an interactive mesh visualization software, developed by P. Frey (University Pierre et Marie Curie). It is intended to display computation results (in mechanics of the solids or fluids, thermics, electromagnetism, etc.) on grids 2d (triangles and quadrangles), 3d (tetrahedrons or hexahedrons) or surfaces (triangles and quandrangles). WWW: https://www.ljll.math.upmc.fr/frey/software.html#scivis |
2006-09-24T21:19:48+00:00 | security/fwipe |
djb-style file wiping utility Fwipe is a secure file erasing program. fwipe0, which actually erases your files, is immune to filenames containing spaces, carriage returns, dashes, or any other special characters. You can use it in place of rm in cron jobs, together with "find ... -print0". The output of fwipe0 is specially designed to be parsed easily by machine, so it can be embedded in other applications which need secure file erasure. WWW: http://jeenyus.net/~budney/linux/software/fwipe.html |
2006-09-24T20:18:15+00:00 | security/shttpscanner |
Simple HTTP scanner Simple HTTP Scanner is a creation made for web site pen testing. You can check for directories and files on the remote web server and get some server information like the webserver running. WWW: https://sourceforge.net/projects/shttpscanner/ |
2006-09-24T20:13:29+00:00 | www/netoffice |
NetOffice is a free web based project-management environment netOffice is a free web based project-management environment written in php/mySQL. netOffice allows managing and sharing information about teams. WWW: http://netoffice.sourceforge.net/modules/news/ |
2006-09-24T19:51:59+00:00 | textproc/p5-Text-Language-Guess |
Trained module to guess a document's language Text::Language::Guess guesses a document's language. Its implementation is simple: Using "Text::ExtractWords" and "Lingua::StopWords" from CPAN, it determines how many of the known stopwords the document contains for each language supported by "Lingua::StopWords". Each word in the document recognized as stopword of a particular language scores one point for this language. The "language_guess()" function takes a document as a parameter and returns the abbreviation of the language that it is most likely written in. WWW: https://metacpan.org/release/Text-Language-Guess |
2006-09-24T19:48:48+00:00 | textproc/p5-XML-FOAF |
Parse FOAF (Friend of a Friend) data Parse FOAF (Friend of a Friend) data WWW: https://metacpan.org/release/XML-FOAF |
2006-09-24T16:23:17+00:00 | multimedia/dirac-reference |
Programming reference for dirac |
2006-09-23T20:03:11+00:00 | net/enet |
Simple and robust communication library based on UDP ENet's purpose is to provide a relatively thin, simple and robust network communication layer on top of UDP (User Datagram Protocol). The primary feature it provides is optional reliable, in-order delivery of packets. ENet is NOT intended to be a general purpose high level networking library that handles authentication, lobbying, server discovery, compression, encryption and other high level, often application level or dependent tasks. WWW: http://enet.bespin.org/ |
2006-09-22T12:16:47+00:00 | net/xorp |
EXtensible Open Router Platform XORP is the eXtensible Open Router Platform. The XORP project is developing an open source software router. The software is intended to be stable and fully featured enough for production use, and flexible and extensible enough for research use. WWW: http://www.xorp.org/ |
2006-09-22T09:59:10+00:00 | palm/jpilot-db |
Desktop app for pilot-db JPilot-DB is a sister project of pilot-db. JPilot-DB provides a desktop application for creating and editing database files that can be read on the Palm with pilot-db. Together, these two applications provide a complete desktop <-> palm solutions for your database needs. pilot-db web site: http://pilot-db.sourceforge.net/ WWW: http://www.chickenshick.com/jpilot-db/ |
2006-09-22T07:47:34+00:00 | devel/p5-Devel-TraceUse |
Show the modules your program loads, recursively Devel::TraceUse - Show the modules your program loads, recursively. An apparently simple program may load a lot of modules. That's useful, but sometimes you may wonder exactly which part of your program loads which module. Devel::TraceUse can analyze a program to see which part used which module. WWW: https://metacpan.org/release/Devel-TraceUse |
2006-09-22T06:29:25+00:00 | graphics/php4-imlib2 |
|
2006-09-22T06:27:42+00:00 | graphics/php5-imlib2 |
The imlib2 shared extension for php This extension provides an image manipulation interface using libImlib2. Imlib2 is a very fast image manipulation library, but without the support for as many image formats as other libraries such as imagemagick. WWW: http://pecl.php.net/package/imlib2 |
2006-09-21T11:35:24+00:00 | devel/svndelta |
Summarizes and manages differences between local files and Subversion svndelta helps control Subversion-managed projects. svndelta summarizes project changes (including lines of code) and also adds to and removes from Subversion the files that have been added and removed locally. svndelta filters project changes by using .svnignore files, both system-wide and locally. Thus, for example, svndelta will not attempt to add backup files or object files to a project, or include them in summaries of changes. Requires ruby. WWW: http://www.incava.org/projects/svndelta/ |
2006-09-21T09:42:00+00:00 | www/apercu |
Summarize information from Apache logs A command-line (console) application to summarize information from Apache logs, including hit counts, requests, referrers, and user activity. WWW: http://www.incava.org/projects/apercu/ |
2006-09-20T04:51:29+00:00 | textproc/p5-Text-NeatTemplate |
Fast, middleweight template engine This module provides a simple, middleweight but fast template engine, for when you need speed rather than complex features, yet need more features than simple variable substitution. WWW: https://metacpan.org/release/Text-NeatTemplate |
2006-09-20T02:40:34+00:00 | net/p5-Net-NIS-Listgroup |
Lists hosts/users in a netgroup group A library used to get groups or members of a netgroup NIS map. listgroup() without any parameters or listgroups() lists all the available netgroup groups. With groupname parameters listgroup, listgroup_user, listgroup_host will recusively list the members of the named groups. If the groupname is preceded with a - members of that group will be excluded from the returned list. Each member in a group is a triplet of (host,user,domain). The host portion or user portion of the members is returned by listgroup_host() and listgroup(), the user portion of the members is returned by listgroup_user(). WWW: https://metacpan.org/release/Net-NIS-Listgroup |
2006-09-20T02:28:10+00:00 | net/p5-Net-NIS |
Interface to Sun's Network Information Service This is a snapshot release of the NIS interface to Perl 5. There are three parts to the interface: the raw component (Net::NIS), the object-oriented component (Net::NIS::Table), and the tied interface (Net::NIS). Unless someone provides strong reason to support the raw or OO components, they will be marked as deprecated and not documented or enhanced (but still supported for backward compatibility). WWW: https://metacpan.org/release/Net-NIS |
2006-09-20T01:42:03+00:00 | math/cvcl |
An automatic theorem prover for the SMT problem CVC Lite is an automatic theorem prover for the Satisfiability Modulo Theories (SMT) problem. Its features include: support for a variety of theories; interactive as well as C and C++ library interfaces; proof and model generation abilities; predicate subtyping; and suppport for quantifiers. In addition, there are essentially no limits on its use for research or commercial purposes (see license). WWW: http://www.cs.nyu.edu/acsys/cvcl/ |
2006-09-19T20:09:27+00:00 | comms/chu |
Synchronise computer clock to CHU radio station CHU is a time-standard shortwave radio station operated by National Research Council Canada (NRC). This software uses signals from radio station CHU to set and frequency discipline the system clock on a Linux (FreeBSD) based system. WWW: https://www.rossi.com/chu/ |
2006-09-19T17:45:25+00:00 | textproc/ffe |
Flat file extractor ffe is a program for extracting fields from flat file records and displaying them in different formats. ffe relies on the configuration file to control input file structure and the output format. WWW: http://ff-extractor.sourceforge.net/ |
2006-09-18T18:24:59+00:00 | devel/p5-Sys-SigAction |
Perl extension for Consistent Signal Handling Sys::SigAction - Perl extension for Consistent Signal Handling. With the use of this module, the signal handling behavior can be coded in a way that does not change from one perl version to the next, and thus using POSIX::sigaction() becomes a little easier. WWW: https://metacpan.org/release/Sys-SigAction |
2006-09-18T15:21:06+00:00 | databases/firebird20-client |
Firebird-2 database client |
2006-09-18T15:21:06+00:00 | databases/firebird2-client |
Firebird-2 database client |
2006-09-18T12:22:41+00:00 | misc/gwenview-i18n |
Localized messages and documentation for Gwenview Localized messages and documentation for Gwenview. WWW: http://gwenview.sourceforge.net/ |
2006-09-18T04:15:54+00:00 | databases/java-db |
Berkeley DB Java Edition Berkeley DB Java Edition is a high performance, transactional storage engine written entirely in Java. Like the highly successful Berkeley DB product, Berkeley DB Java Edition executes in the address space of the application, without the overhead of client/server communication. It stores data in the application's native format, so no runtime data translation is required. Berkeley DB Java Edition supports full ACID transactions and recovery. It provides an easy-to-use, programmatic interface, allowing developers to store and retrieve information quickly, simply and reliably. WWW: http://www.sleepycat.com/products/bdbje.html |
2006-09-17T18:17:07+00:00 | x11-themes/irssi-themes |
Collection of additional irssi themes A collection of additional irssi themes. WWW: https://irssi-import.github.io/themes/ |
2006-09-17T12:51:33+00:00 | www/p5-Catalyst-Plugin-FormBuilder |
FormBuilder for Catalyst Catalyst::Plugin::FormBuilder - Catalyst FormBuilder Plugin This plugin merges the functionality of CGI::FormBuilder with Catalyst and Template Toolkit. This gives you access to all of FormBuilder's niceties, such as controllable field 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-Plugin-FormBuilder |
2006-09-17T12:50:33+00:00 | www/p5-CGI-FormBuilder |
FormBuilder for CGI The goal of CGI::FormBuilder (FormBuilder) is to provide an easy way for you to generate and process entire CGI form-based applications. Its main features are: * Field Abstraction Viewing fields as entities (instead of just params), where the HTML representation, CGI values, validation, and so on are properties of each field. * DWIMmery Lots of built-in "intelligence" (such as automatic field typing), giving you about a 4:1 ratio of the code it generates versus what you have to write. * Built-in Validation Full-blown regex validation for fields, even including JavaScript code generation. * Template Support Pluggable support for external template engines, such as HTML::Template, Text::Template, Template Toolkit, and CGI::FastTemplate. Plus, the native HTML generated is valid XHTML 1.0 Transitional. WWW: https://metacpan.org/release/CGI-FormBuilder |
2006-09-17T06:22:07+00:00 | games/stepbill |
Get rid of those nasty Wingdows viruses This is a port of the MacBill, which is based on xbill, source to GNUstep. Ever get the feeling that nothing is going right? You're a sysadmin, and someone's trying to destroy your computers. The little people running around the screen are trying to infect your computers with Wingdows [TM], a virus cleverly designed to resemble a popular operating system. Your objective is to click the mouse on them, ending their potential threat. If one of the people reaches a computer, it will attempt to replace your operating system with the virus it carries. It will then attempt to run off the screen with your vital software. LICENSE: GPL2 or later WWW: http://gnu.ethz.ch/linuks.mine.nu/stepbill/ |
2006-09-17T06:15:54+00:00 | databases/gdl2 |
GNUstep Database Library 2 (Enterprise Objects Framework) The GNUstep Database Library 2 (GDL2) is a set of libraries to map Objective-C objects to rows of relational database management systems (RDBMS). It aims to be compatible with Enterprise Objects Framework (EOF) as released with WebObjects 4.5 from Apple Inc. This port also provides the GNUstep DBModeler and a Gorm GDL2 Palette. LICENSE: LGPL3 or later (framework) LICENSE: GPL3 or later (application) WWW: http://www.gnustep.org/experience/GDL2.html |
2006-09-17T05:00:47+00:00 | emulators/dtcyber |
Desktop CYBER Emulator The Desktop CYBER Emulator is a project which successfully brought back to life the revolutionary design of Control Data Corporation CYBER mainframes. The software provides a reasonable emulation of a "typical" CDC CYBER 6600, 7x, 17x based system including common peripherals such as console, tape and disk drives, card reader, printer and terminal multiplexer. The emulation runs the following CDC operating systems: ChippewaOS, SMM, KRONOS 2.1, NOS 1.2, NOS 1.3, NOS 1.4, NOS 2.2 and NOS 2.8.2. It does not support NOS/VE which requires virtual mode only available in CYBER 180s. WWW: http://members.iinet.net.au/~tom-hunter/ |
2006-09-16T22:25:26+00:00 | games/bloboats |
Boat racing game in the spirit of Elasto Mania or X-Moto Bloboats is a boat racing game in the spirit of Elasto Mania or X-Moto. It introduces a handful of elements from Super Mario Bros-like games. |
2006-09-16T20:23:59+00:00 | multimedia/linux-libtheora |
Video codec ${.CURDIR}/../${PORTNAME}/pkg-descr |
2006-09-16T20:23:59+00:00 | multimedia/linux-f8-libtheora |
Theora Video Compression Codec (Linux Fedora 8) ${.CURDIR}/../${PORTNAME}/pkg-descr |
2006-09-16T20:23:59+00:00 | multimedia/linux-f10-libtheora |
Theora Video Compression Codec (Linux Fedora 10) ${.CURDIR}/../${PORTNAME}/pkg-descr |
2006-09-16T20:01:41+00:00 | audio/linux-libmad |
Libmad library (part of MAD project) ${.CURDIR}/../${PORTNAME}/pkg-descr |
2006-09-16T10:00:59+00:00 | games/untahris |
Play several classic fun, simple arcade games in multiplayer mode In the Untahris Common Playground, you can play several classic fun, simple arcade games. But playing alone is not fun, and you can play them in multiplayer mode (on one computer, local network, or maybe Internet). Now, Untahris has an original experimental feature, which makes it more than just a bundle of these games! In multiplayer mode each player can play a different game --- however, they play all on the same board. This may lead to funny interactions, battles or alliances between them. The games in Untahris have been modified to make them better interact with each other. Thus, in each game you are allowed to shoot and collect bonuses, even if it was not a part of the original game. WWW: http://untahris.sourceforge.net |
2006-09-15T19:36:56+00:00 | comms/xwota |
X version of who is on the air Xwota is a very simple Linux/FreeBSD/xBSD client for the WOTA Database (Who is On The Air Database) written by me (IZ0ETE). It's very similar to a DX Cluster client, but it works with the WOTA server. If you don't known what is the WOTA DB, please read some info at http://www.wotadb.org. It's written in C and GTK, and it should work on the latest Linux/BSD distributions. Please report to me your successful installation. (Linux, FreeBSD at the moment) WWW: http://people.fabaris.it/iz0ete/xwota/ |
2006-09-15T03:19:31+00:00 | audio/jmusic |
Composition in Java jMusic is a project designed to provide composers and software developers with a library of compositional and audio processing tools. It provides a solid framework for computer-assisted composition in Java, and is also used for generative music, instrument building, interactive performance, and music analysis. jMusic supports musicians with its familiar music data structure based upon note/sound events, and provides methods for organising, manipulating and analysing that musical data. jMusic scores can be rendered as MIDI or audio files for storage and later processing or playback in real-time. jMusic can read and write MIDI files, audio files, XML files, and its own .jm files; there is real-time support for JavaSound, QuickTime and MIDIShare. jMusic is designed to be extendible, encouraging you to build upon its functionality by programming in Java to create your own musical compositions, tools, and instruments. In a spirit of mutual collaboration, jMusic is provided free and is an open source project. WWW: http://explodingart.com/jmusic/ |
2006-09-14T16:25:13+00:00 | audio/umodplayer |
Console module player UModPlayer or Universal Module Player is a audio module "tool-chain", providing you functions to work with modules like playing, exporting, getting information, and more. * You can play the supported formats and seek to any order in the song. You have pause, timer, display, and other standard features. * You can view the pattern notes while playing. * Playlist support: you can create playlists, delete or move individual items in a playlist, import a playlist from the current directory contents, save a playlist and load a saved playlist... * You can specify any of the ModPlug options: noise reduction, megabass, surround, reverb sound options specifying the grade and the delay of most of the options. * You can export the audio data of a module to any of the supported formats * You can read and export to a file the song builtin message, the song instrument names and the song sample names. * Each user of your UNIX box can save all the sound options. * And much more! WWW: http://umodplayer.sourceforge.net/ |
2006-09-14T16:22:32+00:00 | audio/libaiff |
Read and write AIFF files LibAiff is a library for C applications, providing transparent read and write operations for Audio Interchange File Format files. With LibAiff your application can easily use the Audio IFF format to interchange digital audio. LibAiff wants to implement all the features of the AIFF 1.3 standard, including markers, comments, etc. This version of LibAiff supports the following features: * Reading any valid Audio IFF file. * Writing a valid Audio IFF file. * Reading a compressed AIFF Compressed (AIFC) file with audio encoded in Linear PCM, both big-endian and little-endian. * Read & write samples in all formats supported by the Audio IFF standard. * Convert any sample format to and from 32 bits. * Getting and setting all the AIFF Attributes. * Reading and writing markers to positions on the sound. * Reading instrument data from AIFF files. WWW: http://aifftools.sourceforge.net/libaiff/ |
2006-09-14T12:40:39+00:00 | net-mgmt/nsca-client |
|
2006-09-14T08:51:36+00:00 | archivers/kio_p7zip |
Kioslave for KDE to handle 7zip files This is a kioslave for KDE to handle 7zip files. Simply, enter 'p7zip:/path_to_file/filename.7z' in konqueror to use this. Author: Raul Fernandes <rgfbr@yahoo.com.br> WWW: http://www.kde-apps.org/content/show.php?content=17829 |
2006-09-14T07:18:14+00:00 | www/lilurl |
Simple PHP/MySQL script for generating lil? URLs lilURL is a simple PHP/MySQL script for generating lil? URLs. It's similar to TinyURL, Shorl, MakeAShorterLink, etc, but you can run it on your own server. Requires PHP and MySQL. Supports mod_rewrite. WWW: http://lilurl.sourceforge.net |
2006-09-14T06:23:39+00:00 | www/xpi-informenter |
Helps fill forms out InFormEnter adds a small, clickable icon next to every input field in a web form, from where you can select the item to be inserted - no typing required. You can configure it to display your frequently used information such as name, email, address and whatever else you want to be available from the form menu. WWW: http://informenter.mozdev.org/ |
2006-09-14T05:09:28+00:00 | devel/gazpacho |
GUI builder for the GTK+ toolkit GUI builder for the GTK+ toolkit designed to be ultra easy to use WWW: http://gazpacho.sicem.biz/ |
2006-09-13T18:37:25+00:00 | x11-toolkits/wxd |
wxWidgets bindings for the D programming language wxWidgets is a C++ cross-platform GUI toolkit. Link with the appropriate library for your platform and compiler, and your application will adopt the look and feel appropriate to that platform. D is a general purpose systems and applications programming language. It is a higher level language than C++, but retains the ability to write high performance code and interface directly with the operating system API's and with hardware. D is not a scripting language, nor an interpreted language. wxD is wxWidgets bindings for the D programming language. WWW: http://wxd.sourceforge.net/ |
2006-09-13T17:50:35+00:00 | devel/p5-Test-HTML-Tidy |
Test::More-style wrapper around HTML::Tidy Handy way to check that HTML is valid, according to HTML::Tidy. It is built with Test::Builder and plays happily with Test::More and friends. WWW: https://metacpan.org/release/Test-HTML-Tidy |
2006-09-13T15:24:13+00:00 | lang/newlisp |
LISP like scripting language The newLISP is a scripting language for developing web applications and programs in general and in the domains of artificial intelligence (AI) and statistics. WWW: http://www.newlisp.org/ |
2006-09-13T10:46:25+00:00 | net/mediaproxy |
Far-end NAT traversal solution for SER/OpenSER MediaProxy is a far-end NAT traversal solution for OpenSER and SIP Express Router that has the following features: - Distributed geographical location - Scalability, load balancing and redundancy - Real-time sessions statistics - Configurable IP and UDP port range - Support for audio and video streams - Support for multiple media streams per call - Accounting of network traffic WWW: http://mediaproxy.ag-projects.com/ |
2006-09-13T10:35:59+00:00 | www/drraw |
Simple web-based presentation front-end for RRDtool drraw is a simple web based presentation front-end for RRDtool that allows you to interactively build graphs of your own design. A graph definition can be turned into a template which may be applied to many Round Robin Database files. drraw specializes in providing an easy means of displaying data stored with RRDtool and does not care about how the data is collected, making it a great complement to other RRDtool front-ends. WWW: http://web.taranis.org/drraw/ |
2006-09-13T10:33:09+00:00 | databases/p5-DMOZ-ParseRDF |
Parse the gigantic dmoz.org content file into smaller parts DMOZ::ParseRDF is an object-oriented module for parsing DMOZ data into manageable sub-sections. As of January 8th 2004 the DMOZ content file is around 1.3GB in size. The data is free to download and can be used in your custom database but please make sure you read the license agreement at http://dmoz.org/license.html first. WWW: https://metacpan.org/release/PAUL/DMOZ-ParseRDF-0.14 |
2006-09-13T08:58:15+00:00 | mail/squirrelmail-multilogin-plugin |
Allows manual selection of login server on login page This plugin displays a pull-down select box with IMAP server choices on the login page. The user will be logged in using the IMAP server that is chosen. WWW: http://www.squirrelmail.org/plugin_view.php?id=148 |
2006-09-13T08:18:10+00:00 | net/ltm |
Statseeker Real Time LAN Analyser Statseeker LTM is a high speed statistical LAN Analyzer that monitors Ethernet LAN segments via the bpf(4) interface and displays various matrix tables in real time via a ncurses interface. The LAN Analyzer is a "binary only" distribution. WWW: https://www.statseeker.com/ |
2006-09-13T07:17:51+00:00 | net/p5-Net-Analysis |
Modules for analysing network traffic Net::Analysis is a suite of modules that parse tcpdump files, reconstruct TCP sessions from the packets, and provide a very lightweight framework for writing protocol anaylsers. WWW: https://metacpan.org/release/Net-Analysis |
2006-09-12T21:11:30+00:00 | textproc/p5-Hatena-Keyword |
Extract Hatena Keywords in a string This module allows you to extract Hatena keywords used in an arbitrary text and also allows you to mark up a text as HTML with the keywords. A Hatena keyword is an element in a suite of web sites *.hatena.ne.jp having blogs and social bookmarks among others. Please refer to http://d.hatena.ne.jp/keyword/ (in Japanese) for details. In Hatena Diary, a blog hosting service, a Hatena keyword found in a posting is linked to the keywords page automatically. You can implement the same kind of feature outside Hatena using this module. It queries Hatena Keyword Link API internally for retrieving terms WWW: https://metacpan.org/release/Hatena-Keyword |
2006-09-12T20:47:56+00:00 | games/goonies |
Remake of the 8 bit classic game 'The Goonies' Welcome to the Brain Games remake of the 8 bit classic game 'The Goonies'. This game was made by Konami in 1986. There were both a NES version and an MSX version of the game; this remake is based on the MSX version. This remake was made for the 2006 competition organized by Retro Remakes. After having participated in 2003 (with Road Fighter, which finished on the 7th place out of 83 entries), and in 2004 (with F-1 Spirit, gaining the 13th place amongst the 73 contestants), we decided to give another go at the first prize! And, who knows.... WWW: https://goonies.jorito.net/ |
2006-09-12T19:58:25+00:00 | sysutils/evtviewer |
Ms event log viewer evtViewer - A PERL-based viewer for Ms event (*.evt) log files. evtViewer displays Ms event (*.evt) log files in a human-readable format. WWW: http://contribs.martymac.org |
2006-09-12T18:42:44+00:00 | games/gnustep-ladder |
GNU Go frontend for GNUstep This is a graphically pleasing implementation of Go. It uses gnugo as its engine. LICENSE: GPL2 or later WWW: http://www.nongnu.org/gap/ladder/ |
2006-09-12T18:28:06+00:00 | graphics/camera |
GNUstep application for digital still cameras Camera downloads files from your digital camera. It is based on GNUstep. LICENSE: GPL2 or later WWW: http://home.gna.org/gsimageapps/ |
2006-09-12T15:55:23+00:00 | print/pkpgcounter |
Count pages and ink coverage percent pkpgcounter is a generic Page Description Language parser which can either count the number of pages or compute the percent of ink coverage needed to print various types of documents. It currently supports the following file types: - PostScript (both DSC compliant and binary) - PCL3/4/5 - PCLXL (aka PCL6) - DVI - TIFF - ESC/P2 - OpenDocument (ISO/IEC DIS 26300) - Zenographics ZjStream - Samsung QPDL (aka SPL2) - Samsung SPL1 The five latter ones, as well as some TIFF documents, are currently only supported in page counting mode. WWW: http://www.pykota.com/software/pkpgcounter/ |
2006-09-12T08:28:30+00:00 | www/webinject |
Tool for automated testing of web applications WebInject is a free tool for automated testing of web applications and web services. It can be used to test individual system components that have HTTP interfaces (JSP, ASP, CGI, PHP, Servlets, HTML Forms, XML/SOAP Web Services, etc), and can be used as a test harness to create a suite of [HTTP level] automated functional, acceptance, and regression tests. A test harness, also referred to as a test driver or a test framework, allows you to run many test cases and collect/report your results. WebInject offers real-time results display and may also be used for monitoring system response times. WebInject can be used as a complete test framework that is controlled by the WebInject User Interface (GUI). Optionally, it can be used as a standalone test runner (text/console application) which can be integrated and called from other test frameworks or applications. WWW: http://www.webinject.org/ |
2006-09-11T08:36:08+00:00 | games/sturmbahnfahrer |
Simulated obstacle course for automobiles Sturmbahnfahrer... for expert drivers only. If you want to master it, try to have the laws of physics work with you, not against you. Sturmbahnfahrer is a game by Bram Stolk. WWW: http://www.sturmbahnfahrer.com/ |
2006-09-11T08:36:08+00:00 | games/stormbaancoureur |
Simulated obstacle course for automobiles Stormbaan Coureur is the Linux game that was formerly known as Sturmbahnfahrer. It is back with a larger track, more challenges, many improvements in a PC (Politically Correct) edition. In this game, it is all about the car Physics. If you want to master it, try to have the laws of physics work with you, not against you. Stormbaan Coureur is a game by Bram Stolk. WWW: http://www.stolk.org/stormbaancoureur/ |
2006-09-11T01:02:55+00:00 | devel/jsmin |
The JavaScript Minifier JSMin is a filter which removes comments and unnecessary whitespace from JavaScript files. It typically reduces file size by half, resulting in faster downloads. It also encourages a more expressive programming style because it eliminates the download cost of clean, literate self-documentation. WWW: https://crockford.com/javascript/jsmin.html |
2006-09-10T15:15:39+00:00 | x11-wm/e17-utils |
Various supplementary utilities for e17 window manager e_util is a collection of utils for enlightenment 0.17: - e17setroot - cmdline util to set the background - entangle - simple menu editor - exige - program launcher Author: various e17 developers WWW: http://www.enlightenment.org |
2006-09-10T12:44:14+00:00 | net-im/grouch |
AOL and ICQ Instant Messenger client for GNUstep This is a graphical AOL and ICQ Instant Messenger client for GNUstep. LICENSE: GPL2 or later WWW: http://asveikau.ath.cx/projects/grouch.shtml |
2006-09-10T12:16:08+00:00 | archivers/zipper |
Tool for inspecting the contents of a compressed archive Zipper is a tool for extracting and viewing archive files in GNUstep. LICENSE: Public Domain WWW: http://xanthippe.dyndns.org/Zipper/ |
2006-09-10T12:12:28+00:00 | x11-toolkits/renaissance |
GNUstep GUI Development Framework Renaissance is a GNUstep develoment framework which runs on top of the GNUstep libraries. It also works on top of the Apple Mac OS X Cocoa libraries, providing an opaque layer to write portable applications. LICENSE: LGPL2 or later WWW: http://www.gnustep.it/Renaissance/ |
2006-09-10T09:11:49+00:00 | irc/talksoup |
IRC client for GNUstep TalkSoup is a GNUstep IRC client built on the extensibility of the Objective-C language. The entire IRC client is implemented by plugins, so one can pick and choose what they want to use. LICENSE: GPL2 or later WWW: http://talksoup.aeruder.net/ |
2006-09-10T08:15:09+00:00 | net/netclasses |
Objective-C framework for socket programming with GNUstep Netclasses is an easy to use interface to socket programming in Objective-C with GNUstep. The core netclasses supports virtually any protocol, but the distribution comes with everything needed for TCP/IP (opening ports, background connections, etc.). Netclasses seamlessly integrates into NSRunLoop, which means there should be no need for redesigning applications to use it. LICENSE: LGPL2 or later WWW: http://netclasses.aeruder.net/ |
2006-09-10T08:04:15+00:00 | math/qtiplot-doc |
The QtiPlot Handbook QtiPlot is a free (GPL) platform independent data analysis and visualization application similar to the non-free Windows program Origin. WWW: http://soft.proindependent.com/qtiplot.html |
2006-09-10T07:52:30+00:00 | audio/cynthiune |
Romantic music player for GNUstep Cynthiune is a free software, romantic and extensible music player for GNUstep and Mac OS X. Similar in look and feel to XMMS, it can read the most-known sound file formats: MP3, Ogg, FLAC, Mod, XM, AIFF, WAV and more. Very easy to use, it integrates well with the GNUstep desktop environment and shows a nice example of a cross-platform OpenStep application. LICENSE: GPL2 or later oldWWW: http://organact.mine.nu/~wolfgang/cynthiune/ |
2006-09-09T12:49:54+00:00 | audio/pecl-id3 |
Extension to read and write ID3 tags in MP3 files id3 enables to retrieve and update information from ID3 tags in MP3 files. It supports version 1.0, 1.1 and 2.2+ (only reading text- and url-frames at the moment). WWW: http://pecl.php.net/package/id3/ |
2006-09-09T12:43:22+00:00 | www/p5-HTML-WikiConverter-Socialtext |
Convert HTML to Socialtext markup This module contains rules for converting HTML into Socialtext markup. See HTML::WikiConverter for additional usage details. WWW: https://metacpan.org/release/HTML-WikiConverter-Socialtext |
2006-09-09T10:54:46+00:00 | comms/hf |
Amateur Radio soundcard fsk, pactor 1, amtor, gtor, mt63 hf is a gtk+-based Linux ham radio fsk digimode program, which can do also the realtime ARQ modes pactor 1, amtor, gtor without a ptc, only with a soundcard and a PC and Linux (FreeBSD), all of which need not be the newest. The core of hf, the heart of the program (hfkernel) is a real master-piece of code, it has originally been made by Tom Sailer, many thanks Tom! hf can also do MT63 and has a CW elbug function. WWW: http://www.hf.webmasternet.org |
2006-09-08T19:19:30+00:00 | games/linux-savage |
The Savage game (Linux version) Choose to be a commander and you will play an in-depth RTS managing the stronghold, or choose to be a warrior and you will play an intense game of first person combat. With the creation of a new game play genre, RTSS (Real Time Strategy Shooter), Savage expertly redefines the first-person shooter and real-time strategy genres by combining elements of both into one cohesive experience. As the commander in RTS mode, you will tackle resource management, develop a robust tech tree, plan your assault and lead real human players into battle. As a warrior in action mode, you will master many unique weapons, powerful units, and siege vehicles to fight a fast paced battle. WWW: http://www.s2games.com/savage/ |
2006-09-08T12:35:45+00:00 | sysutils/p5-File-Next |
File-finding iterator File::Next is a lightweight, taint-safe file-finding module. It's lightweight and has no non-core prerequisites. WWW: https://metacpan.org/release/File-Next |
2006-09-08T12:11:50+00:00 | x11-themes/metacity-digital-harmony-theme |
|
2006-09-08T12:10:33+00:00 | x11-themes/gtk-digital-harmony-theme |
Another popular theme for GNOME desktop This is yet another popular GNOME desktop theme by roberTO. |
2006-09-08T11:45:53+00:00 | x11-themes/moodin |
Splash screen engine for KDE Splash Screen Engine for KDE Heavily customizable engine for various types of themes WWW: http://moodwrod.com/ |
2006-09-08T11:27:45+00:00 | x11-themes/metacity-digital-cream-theme |
|
2006-09-08T11:25:42+00:00 | x11-themes/gtk-digital-cream-theme |
Neat and clean theme for GNOME desktop Neat and clean theme for GNOME desktop by roberTO. |
2006-09-08T07:24:33+00:00 | databases/p5-Cache-Memcached-XS |
Client library for memcached using libmemcache Cache::Memcached::XS is a memcached client using libmemcache. It uses a lot less CPU than the original pure-perl client. WWW: https://metacpan.org/release/Cache-Memcached-XS |
2006-09-07T20:59:16+00:00 | math/fpc-fftw |
Free Pascal interface to the FFTW3 library |
2006-09-07T20:57:34+00:00 | graphics/fpc-graph |
Free Pascal interface to graphical applications |
2006-09-07T20:20:55+00:00 | audio/linux-freealut |
Free implementation of OpenAL ALUT standard (Linux version) Freealut is a free implementation of the OpenAL Utility Toolkit (ALUT). It is well suited to producing succinct demo programs and to help new developers to get started with OpenAL without distractions such as loading sound samples from disk. WWW: http://www.openal.org/ |
2006-09-07T20:20:55+00:00 | audio/linux-f8-freealut |
A free implementation of OpenAL's ALUT standard (Linux Fedora 8) Freealut is a free implementation of the OpenAL Utility Toolkit (ALUT). It is well suited to producing succinct demo programs and to help new developers to get started with OpenAL without distractions such as loading sound samples from disk. WWW: http://www.openal.org/ |
2006-09-07T20:20:55+00:00 | audio/linux-f10-freealut |
Free implementation of OpenAL's ALUT standard (Linux Fedora 10) Freealut is a free implementation of the OpenAL Utility Toolkit (ALUT). It is well suited to producing succinct demo programs and to help new developers to get started with OpenAL without distractions such as loading sound samples from disk. WWW: http://www.openal.org/ |
2006-09-07T17:18:40+00:00 | math/stepulator |
Scientific calculator implementing RPN notation for GNUstep Stepulator is a scientific calculator implementing the RPN notation. It is developed in Objective-C and is currently being maintained on GNUstep and Mac OS X (Cocoa). LICENSE: BSD 2-clause Copyright (c) 2003, Carduus development. All rights reserved. WWW: http://gnu.ethz.ch/linuks.mine.nu/stepulator/ |
2006-09-07T17:15:58+00:00 | math/edenmath |
Scientific calculator for GNUstep EdenMath is a scientific calculator. It does standard arithmetic, probability, and trigonometric functions. LICENSE: GPL2 or later WWW: http://www.eskimo.com/~pburns/EdenMath/ |
2006-09-07T16:41:50+00:00 | net-p2p/microdc |
A command-line based Direct Connect client microdc is a command-line based Direct Connect client that uses the GNU Readline library for user interaction. It was developed from ground up and does not depend on any other program. Despite the command-line user interface, microdc was designed to be user friendly and simple to use. WWW: http://www.nongnu.org/microdc/ |
2006-09-07T12:25:49+00:00 | archivers/pecl-lzf |
Handles LZF de/compression This package handles LZF de/compression. WWW: https://pecl.php.net/package/lzf |
2006-09-07T12:25:09+00:00 | archivers/pecl-bz2 |
A Bzip2 management extension Bz2 is an extension to create and parse bzip2 compressed data. WWW: http://pecl.php.net/package/bz2/ |
2006-09-07T12:24:46+00:00 | archivers/pecl-rar |
PECL extension to create and read RAR files Rar is a powerful and effective archiver, which was created by Eugene Roshal and became rather popular quite fast. This extension gives you possibility to read Rar archives. WWW: https://pecl.php.net/package/rar |
2006-09-07T06:14:52+00:00 | sysutils/linux-megamgr |
LSI MegaRAID controller management utility LSI Logic MegaRAID Megamgr Release This is the Linux console based management utility for the LSI MegaRAID family of controllers. FreeBSD >= 6.1 supports running this tool by the means of the amr_linux.ko kernel module and the /dev/megadev0 device. Author: LSI Logic Corporation WWW: http://www.lsi.com/ |
2006-09-07T06:05:47+00:00 | graphics/price |
Image filtering and manipulation using GNUstep Precision Raster Image Convolution Engine. PRICE can open several image file formats and apply high-quality filters and other enhancements. WWW: http://price.sourceforge.net/ |
2006-09-07T05:38:19+00:00 | sysutils/timemon |
CPU time usage monitor for GNUstep TimeMon gives a graphical representation of where the CPU cycles are going. It's coarse, but better than nothing. The best feature is that it runs in an icon on your dock, so that you never lose it. LICENSE: Permission to use, copy, modify, and distribute without fee WWW: http://www.nongnu.org/gap/timemon/index.html |
2006-09-07T05:23:30+00:00 | security/py-tlslite |
Python module implementing SSL 3.0, TLS 1.0, and TLS 1.1 TLS Lite is a free python library that implements SSL 3.0, TLS 1.0, and TLS 1.1. TLS Lite supports non-traditional authentication methods such as SRP, shared keys, and cryptoIDs in addition to X.509 certificates. TLS Lite is pure Python, however it can access OpenSSL, cryptlib, pycrypto, and GMPY for faster crypto operations. TLS Lite integrates with httplib, xmlrpclib, poplib, imaplib, smtplib, SocketServer, asyncore, and Twisted. WWW: http://trevp.net/tlslite/ |
2006-09-07T01:24:33+00:00 | science/InsightToolkit |
Insight Toolkit ITK is an open-source software toolkit for performing registration and segmentation. Segmentation is the process of identifying and classifying data found in a digitally sampled representation. Typically the sampled representation is an image acquired from such medical instrumentation as CT or MRI scanners. Registration is the task of aligning or developing correspondences between data. For example, in the medical environment, a CT scan may be aligned with a MRI scan in order to combine the information contained in both. WWW: http://www.itk.org |
2006-09-06T22:24:40+00:00 | multimedia/iriverter |
Cross-platform frontend to mencoder A cross-platform frontend to mencoder designed to facilitate the conversion of almost any video format to one that is playable on various multimedia players. WWW: http://iriverter.sourceforge.net/ |
2006-09-06T19:22:27+00:00 | x11/terminal.app |
Terminal Emulator for GNUstep Terminal provides terminal emulation in a GNUstep environment. It gives colorized terminals with configurable fonts, and also allows users to configure shell utilities as GNUstep services. WWW: http://www.nongnu.org/backbone/ |
2006-09-06T17:12:46+00:00 | editors/textedit.app |
Basic text editor for GNUstep TextEdit is a relatively basic text editor. It handles plain text or RTF, has a nice "Wrap to Page" mode, has search/replace functionality, and can display any file as text. LICENSE: freely copy, distribute, and reuse the code WWW: http://www.nongnu.org/backbone/apps.html |
2006-09-06T07:44:30+00:00 | archivers/ocaml-zip |
OCaml library to manipulate ZIP/GZIP/JAR archives This Objective Caml library provides easy access to compressed files in ZIP and GZIP format, as well as to Java JAR files. It provides functions for reading from and writing to compressed files in these formats. WWW: http://pauillac.inria.fr/~xleroy/software.html |
2006-09-06T07:33:20+00:00 | devel/omake |
Flexible build system OMake is a build system designed for scalability and portability. It uses a syntax similar to make utilities you may have used, but it features many additional enhancements. WWW: http://omake.metaprl.org/ |
2006-09-05T18:39:30+00:00 | sysutils/p5-BSD-Sysctl |
Fetch sysctl values from BSD-like systems BSD::Sysctl offers a native Perl interface for fetching sysctl values that describe the kernel state of BSD-like operating systems. This is around 80 times faster than scraping the output of the sysctl(8) program. This module handles the conversion of symbolic sysctl variable names to the internal numeric format, and this information, along with the details of how to format the results, are cached. Hence, the first call to sysctl requires three system calls, however, subsequent calls require only one call. WWW: https://metacpan.org/release/BSD-Sysctl |
2006-09-05T17:54:18+00:00 | textproc/diffmark |
XML diff and merge package diffmark is an XML diff and merge package. It consists of a shared C++ library, libdiffmark, plus two programs wrapping the library into a command-line interface: dm and dm-merge. dm takes 2 XML files and prints their diff (also an XML document) on its standard output. dm-merge takes the first document passed to dm and its output and produces the second document. WWW: http://www.mangrove.cz/diffmark/ |
2006-09-05T15:57:43+00:00 | emulators/tilem |
Texas Instruments Z80 series calculator emulator TilEm is Gtk+ based emulator for the Z80 series of Texas Instruments graphing calculators. It currently features and supports: - All Z80 TI calculators (73, 76, 81, 82, 83/+/+SE, 84/+/+SE, 85, and 86) with all known ROM/OS versions, and attempts to reproduce the behavior of the original calculator hardware as faithfully as possible - Grabbing screenshots and recording GIFs (w/animations) - Built-in fully featured debugger - Virtual linking (through libticables) - Flash writing and erasing - Application and OS loading - Scripting using macros WWW: http://lpg.ticalc.org/prj_tilem/ |
2006-09-05T12:16:41+00:00 | devel/p5-Test-Object |
Thoroughly testing objects via registered handlers A testing package designed to allow you to easily test what you believe is a valid object against the expected behaviour of all of the classes in its inheritance tree in one single call. WWW: https://metacpan.org/release/Test-Object |
2006-09-05T08:20:46+00:00 | x11-themes/e17-theme-darkness |
Darkness theme for use with e17 window manager A very dark theme with a glowing blue. Author: Viktor 'saturn_vk' Kojouharov <viktor@bloka.org> WWW: http://www.get-e.org/Themes/E17/ |
2006-09-05T03:51:59+00:00 | multimedia/vodcatcher |
Video podcast client for the command line Armangil's vodcatcher is a video podcast (or vodcast) client for the command line. It provides several download strategies (new shows only, back-catalog allowed, etc), supports BitTorrent, offers cache management, and generates playlists for video player applications. This application accepts one or more feeds (RSS or Atom) or subscription lists (OPML or iTunes PCAST) as argument, in the form of URLs or filenames. Alternatively, it tries to read one such document from the standard input. WWW: http://vodcatcher.rubyforge.org/ |
2006-09-05T03:50:02+00:00 | multimedia/podcatcher |
Podcast client for the command line Armangil's podcatcher is a podcast client for the command line. It provides several download strategies (new shows only, back-catalog allowed, etc), supports BitTorrent, offers cache management, and generates playlists for MP3 player applications. This application accepts one or more feeds (RSS or Atom) or subscription lists (OPML or iTunes PCAST) as argument, in the form of URLs or filenames. Alternatively, it tries to read one such document from the standard input. WWW: http://podcatcher.rubyforge.org/ |
2006-09-05T03:12:48+00:00 | devel/rubygem-fastercsv |
Complete replacement to the CSV standard library FasterCSV is intended as a replacement to Ruby's standard CSV library. It was designed to address concerns users of that library had and it has three primary goals: 1. Be significantly faster than CSV while remaining a pure Ruby library. 2. Use a smaller and easier to maintain code base. (We're about even now, but not if you compare the features!) 3. Improve on the CSV interface. WWW: http://fastercsv.rubyforge.org/ |
2006-09-04T20:24:47+00:00 | audio/volumecontrol.app |
Audio mixer for GNUstep VolumeControl is a GNUstep program for adjusting the audio mixer on systems that use the OSS API. It allows the sound level, left/right speakers, muting for master, PCM, bass, and treble levels to be controlled. LICENSE: GPL2 or later WWW: http://gnu.ethz.ch/linuks.mine.nu/volumecontrol/ |
2006-09-04T15:27:12+00:00 | lang/ocaml-camlidl |
Stub code generator for using C/C++ libraries from OCaml CamlIDL is a stub code generator and COM binding for Objective Caml. CamlIDL comprises two parts: * A stub code generator that generates the C stub code required for the Caml/C interface, based on an MIDL specification. (MIDL stands for Microsoft's Interface Description Language; it looks like C header files with some extras annotations, plus a notion of object interfaces that look like C++ classess without inheritance.) * A (currently small) library of functions and tools to import COM components in Caml applications, and export Caml code as COM components. WWW: http://caml.inria.fr/pub/old_caml_site/camlidl/ |
2006-09-04T12:07:28+00:00 | graphics/gscan2pdf |
Produce PDF from scanned documents A GUI to ease the process of producing PDFs from scanned documents WWW: https://sourceforge.net/projects/gscan2pdf/ |
2006-09-04T09:26:10+00:00 | comms/ser2net |
Allows to access serial ports over IP This is ser2net, a program for allowing network connections to serial ports. See the man page for information about using the program. Note that ser2net supports RFC 2217 (remote control of serial port parameters), but you must have a compliant client. The only one I know if is kermit (http://www.columbia.edu/kermit). WWW: http://www.sourceforge.net/projects/ser2net/ |
2006-09-04T08:23:04+00:00 | sysutils/battmond |
Daemon monitoring the battery level of ACPI-enabled laptops Battmond is a small daemon monitoring the battery level on ACPI-enabled (laptop) computers, by probing the ACPI device on regular intervals. It can warn you (through syslog) when the battery level is running low, and halt or suspend the system when it drops below a critical level threshold. WWW: https://github.com/ntarmos/battmond/ |
2006-09-04T08:02:04+00:00 | security/php-suhosin |
PHP extension that implements high-level protections Suhosin is an advanced protection system for PHP installations. It was designed to protect servers and users from known and unknown flaws in PHP applications and the PHP core. Suhosin comes in two independent parts, that can be used separately or in combination. The first part is a small patch against the PHP core, that implements a few low-level protections against bufferoverflows or format string vulnerabilities and the second part is a powerful PHP extension that implements all the other protections. Suhosin is binary compatible to normal PHP installation, which means it is compatible to 3rd party binary extension like ZendOptimizer. WWW: http://www.suhosin.org/ |
2006-09-03T20:58:06+00:00 | comms/serialoverip |
Transport of serial interfaces over UDP/IP SerialOverIP Version 1.0, 8 Mar 2002 Tool for transport of serial interfaces over UDP/IP. Useful for accessing a distant serial device by a local Windoze program. WWW: http://www.sourceforge.net/projects/serialoverip/ |
2006-09-03T15:06:51+00:00 | devel/xdg-utils |
Tools to allow all applications to integrate with the free desktop Tools to allow all applications to easily integrate with the free desktop. WWW: http://portland.freedesktop.org/ |
2006-09-03T14:32:53+00:00 | graphics/amanith |
C++ CrossPlatform framework designed for 2D & 3D vector graphics Amanith is an OpenSource C++ CrossPlatform framework designed for 2d & 3d vector graphics. Open source has made Amanith possible, so we wanna Amanith to be open source too. This mean that Amanith source code is fully available for everyone. Same source tree can be compiled without modifications under multiple targets. Linux, Win32, Mac, FreeBSD, NetBSD, OpenBSD, Solaris, IRIX, AIX are only few of them. All the framework is heavily based on a light plug-in system. This make fast and easy to include or esclude everything you want. The Amanith philosophy is to support many open standards as possible. Png, Jpeg, Svg, Xml, OpenGl, Ansi c++, and many others. WWW: http://www.amanith.org/ |
2006-09-03T11:53:11+00:00 | devel/p5-Config-Any |
Load class configuration data from a number of file formats Config::Any provides a facility for Perl applications and libraries to load configuration data from multiple different file formats. It supports XML, YAML, JSON, Apache-style configuration, Windows INI files, and even Perl code. The rationale for this module is as follows: Perl programs are deployed on many different platforms and integrated with many different systems. Systems administrators and end users may prefer different configuration formats than the developers. The flexibility inherent in a multiple format configuration loader allows different users to make different choices, without generating extra work for the developers. As a developer you only need to learn a single interface to be able to use the power of different configuration formats. WWW: https://metacpan.org/release/Config-Any |
2006-09-03T03:43:29+00:00 | games/fteqw |
QuakeWorld client with cool features, but still compatible The intentions to the FTE QuakeWorld mod are to add some cool features to QuakeWorld, without loosing any (backwards) compatibility. All QuakeWorld clients should be able to connect to an FTE server, and all FTE clients should connect to any other QW server. The FTE client supports Quake, NetQuake, QuakeWorld, Quake II, Quake III Arena, Hexen 2, Nexuiz, and others. WWW: http://fteqw.com/ |
2006-09-02T17:52:58+00:00 | comms/p5-SMS-Send |
Driver-based API for sending SMS messages SMS::Send is intended to provide a driver-based single API for sending SMS and MMS messages. The intent is to provide a single API against which to write the code to send an SMS message. At the same time, the intent is to remove the limits of some of the previous attempts at this sort of API, like "must be free internet-based SMS services". SMS::Send drivers are installed separately, and might use the web, email or physical SMS hardware. It could be a free or paid. The details shouldn't matter. You should not have to care how it is actually sent, only that it has been sent (although some drivers may not be able to provide certainty). WWW: https://metacpan.org/release/SMS-Send |
2006-09-02T17:49:07+00:00 | textproc/minised |
Smaller, cheaper, faster sed implementation This is a smaller, cheaper, faster SED implementation. Minix uses it. GNU used to use it, until they built their own sed around an extended (some would say over-extended) regexp package. For embedded use we searched for a tiny sed implementation especially for use with the dietlibc and found Eric S. Raymond's sed implementation quite handy. Though it suffered several bugs and was not under active maintenance anymore. After sending a bunch of fixes we agreed to continue maintaining this lovely, historic sed implementation. Along a lot fixes and cleanups, further speedups, and some missing features and POSIX conformance, we also added a test-suite to the package, so regressions are quickly and easily uncovered. WWW: http://www.exactcode.de/oss/minised/ |
2006-09-01T19:49:07+00:00 | audio/dream |
Software radio for AM and Digital Radio Mondiale (DRM) Open-Source Software Implementation of a DRM (Digital Radio Mondiale) Receiver under the GNU General Public License (GPL) WWW: https://sourceforge.net/p/drm/wiki/Home/ |
2006-09-01T19:25:17+00:00 | games/gridlock |
A collection of grid-based board games for GNUstep Gridlock is a collection of grid-based board games for GNUstep, including Ataxx, Reversi, Gomoku, Connect Four, Breakthrough, Glass Bead, Hexapawn, Quad Wrangle, Cats and Dogs and Moray Eels. You can play against another person or computer opponents of varying difficulty, even over the network. LICENSE: MIT WWW: http://www.dozingcatsoftware.com/Gridlock/readme.html |
2006-09-01T18:34:03+00:00 | security/pam_abl |
Blacklisting responsible for repeated failed authentication attempts The pam_abl provides auto blacklisting of hosts and users responsible for repeated failed authentication attempts. WWW: http://www.hexten.net/pam_abl/ |
2006-09-01T18:14:17+00:00 | math/py-numpy |
The New Numeric Extension to Python NumPy is the fundamental package for scientific computing with Python. It contains among other things: - a powerful N-dimensional array object - sophisticated (broadcasting) functions - tools for integrating C/C++ and Fortran code - useful linear algebra, Fourier transform, and random number capabilities Besides its obvious scientific uses, NumPy can also be used as an efficient multi-dimensional container of generic data. Arbitrary data-types can be defined. This allows NumPy to seamlessly and speedily integrate with a wide variety of databases. WWW: https://www.numpy.org/ |
2006-09-01T17:52:51+00:00 | audio/libdssialsacompat |
Alsa compatibility library to build DSSI libdssialsacompat is simply an extraction from and repackaging of the code from alsa-lib 1.0.8, necessary to support DSSI on non-ALSA systems. WWW: http://www.smbolton.com/linux.html WWW: http://dssi.sourceforge.net/ |
2006-09-01T09:50:25+00:00 | textproc/libyaml |
YAML 1.1 parser and emitter written in C LibYAML is a YAML 1.1 parser and emitter written in C. LibYAML covers presenting and parsing processes. Thus LibYAML defines the following two processors: * Parser, which takes an input stream of bytes and produces a sequence of parsing events. * Emitter, which takes a sequence of events and produces a stream of bytes. The processes of parsing and presenting are inverse to each other. Any sequence of events produced by parsing a well-formed YAML document should be acceptable by the Emitter, which should produce an equivalent document. Similarly, any document produced by emitting a sequence of events should be acceptable for the Parser, which should produce an equivalent sequence of events. The job of resolving implicit tags, composing and serializing representation trees, as well as constructing and representing native objects is left to applications and bindings. Although some of these processes may be covered in the latter releases, they are not in the scope of the initial release of LibYAML. WWW: https://pyyaml.org/wiki/LibYAML |
2006-08-31T22:42:23+00:00 | games/ezquake |
Modern QuakeWorld client Combining the features of all modern QuakeWorld clients, ezQuake makes QuakeWorld easier to start and play. The immortal first person shooter Quake in the brand new skin with superb graphics and extremely fast gameplay. Features: - Modern Graphics: particle explosions, shaft beam, gunshots, nails, rocket and grenade trails, blood, and others, MD3 models, fog, water effects, killing spree messages, rain... - Modern competitive gaming features: fullbright skins, forcing team/enemy colors, advanced weapon handling, teamplay messages, auto game recording, automated screenshots and console logging, ... - Graphics customization: customize your HUD, colors of walls and liquids, turn superfluous graphics effects off, change world textures, crosshair, sky picture, console background, game font, ... - Independent Physics: get the smoothest experience possible without being limited by server or network settings. - Integrated Server Browser: easy searching and filtering of online servers. - Enhanced demo/QTV playback: view recorded games from multiple points of view, watch action on radar, all player stats in a handy table, autotrack the strongest player. WWW: https://www.ezquake.com/ |
2006-08-31T21:33:41+00:00 | net-im/jggtrans |
Jabberd XMPP to GG instant messaging service gateway jGGtrans (GG Transport), is external component for XMPP/Jabber server providing gateway to GaduGadu instant messaging services. jGGtrans is known to work well together with ejabberd, jabberd 1.4 and jabberd 2, but most other Jabber server implementations should work too. WWW: http://jggtrans.jajcus.net/ |
2006-08-31T21:31:26+00:00 | sysutils/pax-utils |
Various ELF related utils for ELF32, ELF64 binaries Various ELF related utils for ELF32, ELF64 binaries useful tools that can check files for security relevant properties WWW: http://www.gentoo.org/proj/en/hardened/pax-utils.xml |
2006-08-31T21:29:45+00:00 | audio/libnjb |
C library, API for communicating with Creative and Dell audio players libnjb is a C library and API for communicating with the Creative Nomad JukeBox and Dell DJ digital audio players under BSD, Linux, Mac OS X and Windows. WWW: http://libnjb.sourceforge.net/ |
2006-08-31T19:54:46+00:00 | emulators/wahcade |
A frontend for almost any emulator (MameWAH clone) Wah!Cade is a GNU/Linux friendly clone of Minwah's excellent MameWAH. It's a front end for the M.A.M.E. arcade game emulator, and has been designed with arcade cabinet controls & projects in mind. Features: * It's MameWAH for GNU/Linux! * It uses MameWah's config files and layouts. * It has a keyboard controlled GUI - Perfect for those arcade controls. * It runs x.mame games and other emulators too. * A History Viewer. * A Control Panel Viewer. * A Layout Editor. * A Setup Editor. WWW: http://www.anti-particle.com/wahcade.shtml |
2006-08-31T19:36:53+00:00 | net/samba-pdbsql |
Multiplexor, MySQL and PostgeSQL passdb backends for Samba3 This port adds to Samba3 ability to use multiple 'passdb backends' at the same time. Also it comes with sample MySQL and PostgreSQL backends, which allow to store passwords in the corresponding databases. This features were removed from upstream Samba3 in version 3.0.22. WWW: http://pdbsql.sourceforge.net/ |
2006-08-31T18:50:03+00:00 | math/liborigin |
Library and utility for reading OriginLab project files Library and cli utility for reading data from OriginLab OPJ project files. Supported OPJ versions: 6.0 - 8.1 Usage: opj2dat <project.opj> WWW: https://sourceforge.net/projects/liborigin/ |
2006-08-31T18:06:42+00:00 | devel/py-levenshtein |
Python extension computing string distances and similarities Levenshtein computes Levenshtein distances, similarity ratios, generalized medians and set medians of Strings and Unicodes. Because it's implemented in C, it's much faster than corresponding Python library functions and methods. WWW: https://pypi.org/project/python-Levenshtein/ |
2006-08-31T15:41:52+00:00 | ftp/ftpsync |
Synchronizes a local and a remote FTP directory trees ftpsync.pl synchronizes a local directory tree and a remote FTP directory tree. It was initally written to automize web publishing, but might be useful for some other purposes, like mirroring not-too-large public sites, data replication, and more. WWW: http://www.clazzes.org/ftpsync |
2006-08-31T11:38:32+00:00 | x11-toolkits/p5-Tk-JComboBox |
Contains a Label or Entry, a Button, and a Listbox JComboBox is a composite widget that contains a text Label or Entry, a Button, and a popup Listbox. It performs the same sort of tasks that can be accomplished by several other Composite widgets. Some such as BrowseEntry and Optionmenu are part of the standard Tk distribution, and there are many others available in CPAN. JComboBox borrows features from the Java Swing component bearing the same name, but falls short of being a true clone. Many of the methods and the general look and feel should be familiar to java developers. JComboBox also combines several features offered by many of the other "Combo Box" implementations, and works in two modes: editable and readonly. In readonly mode, JComboBox offers similar functionality to Optionmenu. It is basically a labeled button that activates a popup list. An item from the list is displayed on the Button when selected. When editable, JComboBox somewhat resembles BrowseEntry. That is, the widget is composed of an Entry widget with a Button to the right of it. As in the editable mode, the Button activates a popup Listbox from which a single item can be selected. WWW: https://metacpan.org/release/Tk-JComboBox |
2006-08-31T11:11:06+00:00 | devel/p5-Tie-Watch |
Place watchpoints on variables This class module binds one or more subroutines of your devising to a Perl variable. All variables can have FETCH, STORE and DESTROY callbacks. Additionally, arrays can define CLEAR, DELETE, EXISTS, EXTEND, FETCHSIZE, POP, PUSH, SHIFT, SPLICE, STORESIZE and UNSHIFT callbacks, and hashes can define CLEAR, DELETE, EXISTS, FIRSTKEY and NEXTKEY callbacks. With Tie::Watch you can: * alter a variable's value * prevent a variable's value from being changed * invoke a Perl/Tk callback when a variable changes * trace references to a variable WWW: http://search.cpan.org/dist/Tie-Watch/ Author: Steve Lidie <sol0@Lehigh.EDU> |
2006-08-31T01:31:51+00:00 | japanese/php5-mecab |
PHP5 extension for MeCab Morphological Analyzer A PHP5 extension for MeCab Morphological Analyzer. WWW: https://github.com/rsky/php-mecab |
2006-08-30T12:01:02+00:00 | net-im/icqnd |
GTK based LICQ GUI program This GPLed project is the approach to provide a good gtk2 interface to the popular licq program. There were other efforts, but they are discontinued or just outdated. The reason for creating this plugin is, regarding the original qt-gui for licq, on the one hand a question of the integration of the user interface. In my eyes the qt-gui lacks a certain usability and good look in some points, also it does not really integrate with gtk desktops. On the other hand it is a question of qt itself. I don't want to let all the big qt libs be shoveled into the memory just for using one program, also I basically like gtk-2 more. There are other icq clients for gtk, but there is none that has the completeness of Licq. by software author WWW: http://icqnd.sourceforge.net/ |
2006-08-30T01:44:26+00:00 | devel/p5-threads |
Perl interpreter-based threads Perl 5.6 introduced something called interpreter threads. Interpreter threads are different from 5005threads (the thread model of Perl 5.005) by creating a new Perl interpreter per thread, and not sharing any data or state between threads by default. Prior to Perl 5.8, this has only been available to people embedding Perl, and for emulating fork() on Windows. The threads API is loosely based on the old Thread.pm API. It is very important to note that variables are not shared between threads, all variables are by default thread local. To use shared variables one must use threads::shared. It is also important to note that you must enable threads by doing use threads as early as possible in the script itself, and that it is not possible to enable threading inside an eval "", do, require, or use. In particular, if you are intending to share variables with threads::shared, you must use threads before you use threads::shared. (threads will emit a warning if you do it the other way around.) WWW: https://metacpan.org/release/threads |
2006-08-30T00:24:51+00:00 | databases/p5-SQL-ReservedWords |
Reserved SQL words by ANSI/ISO Determine if words are reserved by ANSI/ISO SQL standard. WWW: https://metacpan.org/release/SQL-ReservedWords |
2006-08-29T20:46:05+00:00 | www/p5-HTTP-Cookies-w3m |
Cookie storage and management for w3m Cookie storage and management for w3m WWW: https://metacpan.org/release/HTTP-Cookies-w3m |
2006-08-29T17:27:41+00:00 | devel/generate |
Simple text pre-processor Generate is a text preprocessor that I originally wrote to help me write custom accounting applications based on the Progress database product. I felt that the built in wasn't useful enough so I designed a new one and implemented it. It actually started life as a package configuration and batch file generator for DOS and mutated to a simple script interpreter to replace shar file distribution. At this point it has almost nothing in common with that first program. The basic idea behind generate is to create a script which generates files. There is some simple flow control constructs but the power lies in its macro processing. I have shamelessly stolen ideas from cpp, m4, make and David Tilbrook's dtree. WWW: http://www.druid.net/darcy/readme-generate.html |
2006-08-29T16:21:13+00:00 | devel/py-generate |
Python module to implement generate This module adds the functionality from generate to Python. WWW: http://www.druid.net/darcy/readme-generate.html |
2006-08-28T22:33:45+00:00 | biology/linux-foldingathome |
Folding@home Client Folding@home is a distributed computing project -- people from throughout the world download and run software to band together to make one of the largest supercomputers in the world. Every computer takes the project closer to our goals. Folding@home uses novel computational methods coupled to distributed computing, to simulate problems millions of times more challenging than previously achieved. Protein folding is linked to disease, such as Alzheimer's, ALS, Huntington's, Parkinson's disease, and many Cancers. Moreover, when proteins do not fold correctly (i.e. "misfold"), there can be serious consequences, including many well known diseases, such as Alzheimer's, Mad Cow (BSE), CJD, ALS, Huntington's, Parkinson's disease, and many cancers and cancer-related syndromes. WWW: https://foldingathome.org/ |
2006-08-28T21:05:20+00:00 | finance/opentaxsolver |
US tax prep software OpenTaxSolver (OTS) is a free program for calculating Tax Form entries and tax-owed or refund-due, such as US Federal or State personal income taxes. An optional graphical front-end, OTS_GUI, has been added. Preliminary versions for Canada and the United Kingdom were posted in previous years and may be updated with help from volunteers. Motivations include: * To make tax preparation software available for all platforms. * To provide insight into how our taxes are calculated in clear unambiguous equations/code. * To avoid invasive, bloated commercial software packages. * To avoid rewriting our own individual programs each year by combining efforts. * To provide a simple reliable tax-package requiring only rudimentary knowledge to maintain. WWW: http://opentaxsolver.sourceforge.net/ |
2006-08-28T20:41:33+00:00 | sysutils/fusefs-smbnetfs |
Mount smb shares (Fuse filesystem) SMBNetFS is a filesystem that allow you to use samba/microsoft network in the same manner as the network neighborhood in Microsoft Windows. Featuries: * you can use Samba/Microsoft network as a regular Unix filesystem * workgroup/computer/share entries are dynamically created * Windows domain supported * kerberos support (New) * user defined workgroup/link/hosts are supported * national character supported * in config files you can specify different user/password to access different network shares * you can access any computer in the world by "cd mountpoint/ip-addr" command, where "ip-addr" is the IP address of the desired computer. Do not warry that there is no file with such name :-) * command "cd mountpoint/username:password@computer_or_ip" allows you to access "computer_or_ip" as user "username" with password "password" (this is insecure, but usefull) WWW: https://sourceforge.net/projects/smbnetfs/ |
2006-08-28T17:03:43+00:00 | games/palomino |
Action flight simulation computer program using OSG Palomino is a flight simulation computer program. Version 3 renders using OpenSceneGraph. OSG provides the ability to render satellite imagery. WWW: http://www.palomino3d.org/ |
2006-08-28T15:32:33+00:00 | graphics/libgfx |
OpenGL/FLTK development The purpose of this library is to simplify the creation of computer graphics software. Specifically, it is targeted towards cross-platform development using the OpenGL rendering API and the FLTK interface toolkit. It attempts to provide facilities which are useful in the majority of graphics programs. This release introduces some (relatively small) incompatible changes with 1.0.x versions of the library. Details on changes can be found below. WWW: http://mgarland.org/software/libgfx.html |
2006-08-28T15:11:16+00:00 | devel/gzstream |
Provides zlib functionality in an iostream Gzstream is a small C++ library, basically just a wrapper, that provides the functionality of the zlib C-library in a C++ iostream. It is freely available under the LGPL license. Gzstream has been written by Deepak Bandyopadhyay and Lutz Kettner at the Computational Geometry Group at UNC Chapel Hill. WWW: http://www.cs.unc.edu/Research/compgeom/gzstream/ |
2006-08-28T13:41:50+00:00 | x11-fonts/junicode |
Unicode/MUFI OpenType font for medievalists (Latin, IPA, Runic, Greek) Junicode is an advanced Unicode font for medieval scholars, including the full range of characters for languages written in the Latin script. It also mostly implements the recommendation of the Medieval Unicode Font Initiative (MUFI). The following languages are fully supported: Old and Middle English, Old Icelandic, Runic, Latin, Gothic and Sanskrit transliterations, IPA (International Phonetic Alphabet) and Greek (based on the Greek Double Pica cut by Alexander Wilson of Glasgow in the eighteenth century). Junicode supports the following OpenType features: f and long-s ligatures, contextual and stylistic alternates (calt, salt), horizontal kerning (kern), discretionary ligatures (circled numbers and letters via dlig), MUFI historical ligatures (hlig), glyph (de)composition (ccmp), correct positioning of combining marks -- mark-to-base (mark) and mark-to-mark (mkmk), small caps (smcp and c2sc), old-style figures (onum), super- and subscript numbers (sups and subs), Unicode fractions (frac), swashes (swsh) and mirrored runes (rtlm). Junicode's OpenType style sets provide support for Nordic and Insular letter-forms, Old English typography, enlarged minuscules, E caudata, alternate yogh, MUFI's overlined/deleted characters and many more. WWW: http://junicode.sourceforge.net/ |
2006-08-28T12:34:43+00:00 | audio/libnoise |
Generates three-dimensional coherent noise libnoise is a portable C++ library that is used to generate coherent noise, a type of smoothly-changing noise. libnoise can generate Perlin noise, ridged multifractal noise, and other types of coherent-noise. Coherent noise is often used by graphics programmers to generate natural-looking textures, planetary terrain, and other things. The mountain scene shown above was rendered in Terragen with a terrain file generated by libnoise. You can also view some other examples of what libnoise can do. In libnoise, coherent-noise generators are encapsulated in classes called noise modules. There are many different types of noise modules. Some noise modules can combine or modify the outputs of other noise modules in various ways; you can join these modules together to generate very complex coherent noise. WWW: http://libnoise.sourceforge.net/ |
2006-08-28T10:23:18+00:00 | devel/p5-Devel-STrace |
strace(1)-like runtime call trace for Perl applications Provides a strace/truss-like runtime call monitor for Perl applications. Note that, while strace/truss only dumps system calls, Devel::STrace dumps all calls to Perl subs on the application's stack. Also note that Devel::STrace cannot trace non-Perl calls (e.g., calls inside XS/C modules), so an additional external strace/truss monitor may be needed to fully diagnose a misbehaving Perl script. WWW: https://metacpan.org/release/Devel-STrace |
2006-08-28T09:57:10+00:00 | devel/p5-Devel-RingBuffer |
Shared memory ring buffers for Perl scripts diagnosis/debug Provides shared memory structures (using memory mapped files via IPC::Mmap) to be used by diagnostic and debugger applications for Perl scripts (see Devel::STrace). Using XS/C code to maximize performance, creates a set of ring buffers with a configurable number of slots. Each slot includes a field for a line number, a timestamp, and a fully qualified subroutine name. Each ring buffer also includes additional headers and fields to support diagnostic interfaces, e.g., watched expressions, command/response interfaces to the monitored applications, etc. WWW: https://metacpan.org/release/Devel-RingBuffer |
2006-08-28T08:17:37+00:00 | x11/dmenu |
X11 menu application designed for the dwm window manager dmenu is a minimalistic X11 menu. It reads a newline separated list of items from stdin and shows them as a menu on the top of the screen. When the user selects one item or types any text and presses Enter, their choice is printed to stdout. dmenu was developed as an addition to the dynamic window manager (dwm), but can be used in any X11-environment. WWW: https://tools.suckless.org/dmenu |
2006-08-28T07:43:36+00:00 | games/dangen |
Shoot'em up game where accurate shooting matters Dangen is a shoot 'em up game that attach importance to accuracy of shooting. With the combination of the cursor key and the shot button, you can shoot at your side or even at your back. Get the bonus point by hitting the enemy without a miss. You can choose stages of different difficulty. WWW: http://www.interq.or.jp/libra/oohara/dangen/index.html |
2006-08-28T06:27:24+00:00 | sysutils/namefix |
Batch file renamer namefix.pl is a platform independant batch file renamer. Aimed at cleaning up media files downloaded from p2p networks. It has many features to automate the normally tedious job of filename tidying. WWW: http://namefix.blogspot.com/ |
2006-08-28T06:18:01+00:00 | devel/kasm |
A System RPL/Machine Language assembler for the HP48/HP49 calculators kasm is a System RPL/Machine Language assembler for the Saturn microprocessor, used in the HP48/HP49 calculators (this microprocessor is also used in other HP calculators, but kasm is made specifically for the HP48/HP49 calculators). It uses the same syntax as the MASD compiler (found in the MetaKernel program for HP48 calculators and in the HP49 calculator). This syntax, which has only very small incompatibilities with the traditional syntax (used in the HP Tools, in the GNU Tools and in JAZZ), supports a few constructs that make the assembly language be closer to a high level programming language. It supports all the structures (blocks, etc.) and shortcuts (RPL, SCREEN, etc.) of the MASD compiler in the HP49G calculators. WWW: http://k-asm.sourceforge.net/ - Jean-Yves Lefort jylefort@FreeBSD.org |
2006-08-28T06:09:33+00:00 | x11-toolkits/p5-Tk-DynaTabFrame |
NoteBook widget with orientable, dynamically stacking tabs A notebook widget with orientable, dynamically rearranging tabs. When the containing window is resized, the tabs will either stack or unstack as needed to fit the enclosing widget's width(height). Likewise, when tabs are added or removed, the tabs will stack/unstack as needed. WWW: https://metacpan.org/release/Tk-DynaTabFrame |
2006-08-28T04:09:34+00:00 | converters/p5-JSON-Syck |
A syck implementatoin of JSON parsing and generation JSON::Syck is a syck implementatoin of JSON parsing and generation. WWW: http://search.cpan.org/dist/JSON-Syck/ |
2006-08-27T19:31:55+00:00 | net-mgmt/bsnmptools |
Snmp client tools Snmp client-side tools WWW: http://wiki.freebsd.org/BsnmpTools |
2006-08-27T16:25:00+00:00 | audio/xmms2-scrobbler |
Last.fm submission client for XMMS2 XMMS2-Scrobbler is a client for XMMS2 that feeds information about the songs you played to last.fm, formerly known as AudioScrobbler. WWW: http://code-monkey.de/pages/xmms2-scrobbler |
2006-08-27T14:42:58+00:00 | multimedia/bmpx-devel |
Media player geared towards usability, technical efficiency and looks BMPx is a media player that features support for specifications like XDS DnD, XSPF and DBus. BMPx is highly interoperable and integrates well with other applications and a variety of desktop environments. Features: * Last.FM Support * Tracklist based playback * Media Library * Radio streams lister * Relation type library * Tags/Labels, with which you can categorize your music in whatever way you see fit (think GMail "Labels") * Playback History instead of a hardcoded previous/next mechanism * Flow Plugins, which can take control over the playback flow and trough wich it is possible to control the playback in whatever way you see fit, given the right flow plugin. WWW: http://beep-media-player.org/ |
2006-08-27T11:52:48+00:00 | www/xpi-wmlbrowser |
WML implementation This project is intended to try and implement as much of WML (Wireless Markup Language) as possible in Mozilla/Firefox. The current extension is based on Raoul's attachments to Mozilla bug 35995. WWW: http://wmlbrowser.mozdev.org/ |
2006-08-27T11:30:53+00:00 | www/xpi-infolister |
Lists installed extensions and themes InfoLister is an extension for Mozilla Firefox, Mozilla Thunderbird, and Nvu that collects various information about Firefox/Thunderbird and saves it to a file. Currently it prints the list of installed extensions, themes and plugins. WWW: http://mozilla.doslash.org/infolister/ |
2006-08-27T05:21:19+00:00 | audio/azrael |
A GTK2 based XMMS2 client, offering a media library interface Azrael is a client for XMMS2. It is written in C and uses GTK. Features include: * LCD for elapsed time, * Nice display of song information * Interfaces to the playlist and media library |
2006-08-26T15:08:14+00:00 | astro/xeartk |
Small demo for tkgeomap xeartk is a tkgeomap application that uses the geomap::wdgeomap command to create an interactive map. The geographic data is from the xearth root window program. by Kirk Lauritz Johnson in an interactive widget. xeartk is not part of and does not require xearth. It only uses the outline data defined in file mapdata.c of the xearth source distribution. The cities are from factmonster. Adjust the map view by Shift-Double-Clicking or Shift-Dragging. Double click a dot to display information about the city there on the terminal. WWW: http://www.tkgeomap.org/xeartk.html |
2006-08-26T15:05:31+00:00 | astro/ptiger |
Displays U.S. Census Bureau populated places on a map ptiger is a Tcl/Tk/Tkgeomap script that uses wdgeomap to display U.S. Census Burea populated places on an interactive geographic map. To run it, type ptiger on the command line. After a few seconds, a map should appear. Adjust the view by Dragging or Double-Clicking. As the cursor moves, a label below the map displays the cursor location and the azimuth and range from the + marker to the cursor. Move the + marker by Right-Double-Clicking. The map has dots at places with population greater than a user selected threshold. Moving the cursor over a dot labels the place with its name and displays the population in another label below the map. In addition to the wdgeomap menus, a Places menu enables adjustment of the population threshold and dot size. There is also a Find menu that does a case insensitive regular expression search for a named place. WWW: http://www.tkgeomap.org/ptiger.html |
2006-08-26T13:20:28+00:00 | sysutils/xsearch |
Search using regexes for file names and text Powerful text searches on Unix using regular expressions for both the file name, and the search text. Graphical equivalent of find + grep. WWW: http://searchmonkey.sourceforge.net/ Author: Adam Cottrell <cottrela@users.sourceforge.net> |
2006-08-26T13:20:28+00:00 | sysutils/searchmonkey |
Search using regexes for file names and text Powerful text searches on Unix using regular expressions for both the file name, and the search text. Graphical equivalent of find + grep. WWW: http://searchmonkey.sourceforge.net/ |
2006-08-26T13:16:25+00:00 | net-im/pidgin |
Pidgin multi-protocol messaging client (GTK+ UI) Pidgin is a multi-protocol instant messaging client. It is compatible with AIM (Oscar and TOC protocols), ICQ, IRC, Jabber, Gadu-Gadu, and Zephyr networks. Pidgin users can log in to multiple accounts on multiple IM networks simultaneously. This means that you can be chatting with friends on AOL Instant Messenger, talking to a friend on Yahoo Messenger, and sitting in an IRC channel all at the same time. Pidgin supports many features of the various networks, such as file transfer (coming soon), away messages, typing notification, and MSN window closing notification. It also goes beyond that and provides many unique features. A few popular features are Buddy Pounces, which give the ability to notify you, send a message, play a sound, or run a program when a specific buddy goes away, signs online, or returns from idle; and plugins, consisting of text replacement, a buddy ticker, extended message notification, iconify on away, and more. (Adapted from the About Pidgin page.) WWW: https://www.pidgin.im/ |
2006-08-26T13:16:25+00:00 | net-im/libpurple |
Backend library for the Pidgin multi-protocol messaging client Pidgin is a multi-protocol instant messaging client. It is compatible with Oscar and TOC protocols, ICQ, IRC, Jabber, Gadu-Gadu, and Zephyr networks. Pidgin users can log in to multiple accounts on multiple IM networks simultaneously. This means that you can be chatting with friends on AOL Instant Messenger, talking to a friend on Yahoo Messenger, and sitting in an IRC channel all at the same time. Pidgin supports many features of the various networks, such as file transfer (coming soon), away messages, typing notification, and MSN window closing notification. It also goes beyond that and provides many unique features. A few popular features are Buddy Pounces, which give the ability to notify you, send a message, play a sound, or run a program when a specific buddy goes away, signs online, or returns from idle; and plugins, consisting of text replacement, a buddy ticker, extended message notification, iconify on away, and more. (Adapted from the About Pidgin page.) Libgaim is a backend library and protocol modules needed for Pidgin frontend frontends such as the GTK+ and console UIs. WWW: https://www.pidgin.im/ |
2006-08-26T13:16:25+00:00 | net-im/libgaim |
Backend library for the Gaim multi-protocol messaging client Gaim is a multi-protocol instant messaging client. It is compatible with AIM (Oscar and TOC protocols), ICQ, MSN Messenger, Yahoo, IRC, Jabber, Gadu-Gadu, and Zephyr networks. Gaim users can log in to multiple accounts on multiple IM networks simultaneously. This means that you can be chatting with friends on AOL Instant Messenger, talking to a friend on Yahoo Messenger, and sitting in an IRC channel all at the same time. Gaim supports many features of the various networks, such as file transfer (coming soon), away messages, typing notification, and MSN window closing notification. It also goes beyond that and provides many unique features. A few popular features are Buddy Pounces, which give the ability to notify you, send a message, play a sound, or run a program when a specific buddy goes away, signs online, or returns from idle; and plugins, consisting of text replacement, a buddy ticker, extended message notification, iconify on away, and more. (Adapted from the About Gaim page.) Libgaim is a backend library and protocol modules needed for Gaim frontend frontends such as the GTK+ and console UIs. WWW: http://gaim.sourceforge.net/ |
2006-08-26T13:16:25+00:00 | net-im/gaim-devel |
Gaim multi-protocol messaging client (GTK+ UI) Gaim is a multi-protocol instant messaging client. It is compatible with AIM (Oscar and TOC protocols), ICQ, MSN Messenger, Yahoo, IRC, Jabber, Gadu-Gadu, and Zephyr networks. Gaim users can log in to multiple accounts on multiple IM networks simultaneously. This means that you can be chatting with friends on AOL Instant Messenger, talking to a friend on Yahoo Messenger, and sitting in an IRC channel all at the same time. Gaim supports many features of the various networks, such as file transfer (coming soon), away messages, typing notification, and MSN window closing notification. It also goes beyond that and provides many unique features. A few popular features are Buddy Pounces, which give the ability to notify you, send a message, play a sound, or run a program when a specific buddy goes away, signs online, or returns from idle; and plugins, consisting of text replacement, a buddy ticker, extended message notification, iconify on away, and more. (Adapted from the About Gaim page.) WWW: http://gaim.sourceforge.net/ |
2006-08-26T13:16:25+00:00 | net-im/gaim-consoleui-devel |
Gaim multi-protocol messaging client (Console UI) Gaim is a multi-protocol instant messaging client. It is compatible with AIM (Oscar and TOC protocols), ICQ, MSN Messenger, Yahoo, IRC, Jabber, Gadu-Gadu, and Zephyr networks. Gaim users can log in to multiple accounts on multiple IM networks simultaneously. This means that you can be chatting with friends on AOL Instant Messenger, talking to a friend on Yahoo Messenger, and sitting in an IRC channel all at the same time. Gaim supports many features of the various networks, such as file transfer (coming soon), away messages, typing notification, and MSN window closing notification. It also goes beyond that and provides many unique features. A few popular features are Buddy Pounces, which give the ability to notify you, send a message, play a sound, or run a program when a specific buddy goes away, signs online, or returns from idle; and plugins, consisting of text replacement, a buddy ticker, extended message notification, iconify on away, and more. (Adapted from the About Gaim page.) WWW: http://gaim.sourceforge.net/ |
2006-08-26T13:16:25+00:00 | net-im/finch |
Finch multi-protocol messaging client (Console UI) Finch is a multi-protocol instant messaging client. It is compatible with AIM (Oscar and TOC protocols), ICQ, IRC, Jabber, Gadu-Gadu, and Zephyr networks. Finch users can log in to multiple accounts on multiple IM networks simultaneously. This means that you can be chatting with friends on AOL Instant Messenger, talking to a friend on Yahoo Messenger, and sitting in an IRC channel all at the same time. Finch supports many features of the various networks, such as file transfer (coming soon), away messages, typing notification, and MSN window closing notification. It also goes beyond that and provides many unique features. A few popular features are Buddy Pounces, which give the ability to notify you, send a message, play a sound, or run a program when a specific buddy goes away, signs online, or returns from idle; and plugins, consisting of text replacement, a buddy ticker, extended message notification, iconify on away, and more. (Adapted from the About Finch page.) WWW: https://www.pidgin.im/ |
2006-08-25T20:00:03+00:00 | x11-toolkits/gob2 |
A preprocessor for making GObjects with inline C code GOB2 is a preprocessor for making GObjects with inline C code so that generated files are not edited. Syntax is inspired by Java and Yacc or Lex. The implementation is intentionally kept simple, and no C actual code parsing is done. WWW: http://www.5z.com/jirka/gob.html |
2006-08-25T19:02:32+00:00 | net/ssmping |
Ping for ASM and SSM ssmping is a tool for checking whether a host can receive SSM from another. If a host runst ssmpingd, users on other hosts can check that they receive from this host by running the ssmping tool. asmping is similar to ssmping, but checks for ASM rather than SSM. WWW: http://www.venaas.no/multicast/ssmping/ |
2006-08-25T16:21:27+00:00 | x11/trayer |
Lightweight GTK2-based systray for UNIX desktop Trayer is a small program designed to provide system tray functionality that commonly found in GNOME/KDE desktop environments, for window managers which lack this feature. It is similar to other applications such as `peksystray' and `docker'. Trayer code was extracted from fbpanel, lightweight X11 desktop panel (port `x11/fbpanel' also available). You can find more about it on its homepage. WWW: https://github.com/sargon/trayer-srg |
2006-08-25T16:08:57+00:00 | astro/tkgeomap |
Read, manipulate, and display geo data Tkgeomap is an open source set of extensions to the Tcl/Tk scripting language. It adds commands that read, manipulate, and display geographic data. It provides four packages: * tclgeomap - library written in C adds commands for basic geography calculations and data access. * tclgeomap_procs - library written in Tcl adds procedures that supplement tclgeomap. * tkgeomap - library written in C that adds the ability to draw maps * tkgeomap_procs - library written in Tcl adds procedures that supplement tkgeomap. This port contains the Tk part. WWW: https://web.archive.org/web/20130807000308/http://www.tkgeomap.org/ |
2006-08-25T16:08:57+00:00 | astro/tclgeomap |
Read, manipulate, and display geo data Tkgeomap is an open source set of extensions to the Tcl/Tk scripting language. It adds commands that read, manipulate, and display geographic data. It provides four packages: * tclgeomap - library written in C adds commands for basic geography calculations and data access. * tclgeomap_procs - library written in Tcl adds procedures that supplement tclgeomap. * tkgeomap - library written in C that adds the ability to draw maps * tkgeomap_procs - library written in Tcl adds procedures that supplement tkgeomap. This port contains the Tcl part. WWW: https://web.archive.org/web/20130807000308/http://www.tkgeomap.org/ |
2006-08-25T12:54:09+00:00 | mail/fdm |
Fetches and delivers mail fdm is a simple, lightweight replacement for mail fetch, filter and delivery programs such as fetchmail and procmail. It can currently fetch using POP3, POP3S, IMAP or from stdin, and deliver to a pipe, file, maildir, mbox or SMTP server, based on regexps. WWW: https://github.com/nicm/fdm |
2006-08-25T10:14:59+00:00 | www/mysqlphp2postgres |
Convert MySQL calls in a PHP page into PostgreSQL calls MySQL PHP to PostgreSQL is a program that takes a php page that uses mysql calls and changes them into PostgreSQL calls. This allows any website (if it converts properly :) that was written in PHP for MySQL to run as a website written to run on PostgreSQL. WWW: http://mp2p.mikekohn.net/ |
2006-08-25T09:08:18+00:00 | japanese/p5-Encode-EUCJPMS |
Perl5 module defining Microsoft compatible encodings for Japanese This is a Perl5 module that defines Microsoft compatible encodings for Japanese. Encodings supported are as follows. Canonical Alias Description -------------------------------------------------------------------- eucJP-ms qr/\beuc-?jp-?ms$/i eucJP-ms qr/\beuc-?jp-?win$/i cp51932 qr/\bcp51932$/i Windows Codepage 51932 cp50220 Windows Codepage 50220 cp50221 Windows Codepage 50221 -------------------------------------------------------------------- WWW: https://metacpan.org/release/Unicode-Japanese |
2006-08-25T08:46:29+00:00 | japanese/p5-Unicode-Japanese |
Perl5 module to handle Japanese character encodings This is a Perl5 module to handle Japanese character encodings, which supports inter-convertion between sjis(CP932), euc-jp, jis, Unicode (UTF-8, etc.) and "EMOJI" of Japanese mobile phones including DoCoMo i-mode, ASTEL dot-i, Vodafone Vodafone-live!. WWW: https://metacpan.org/release/Unicode-Japanese |
2006-08-25T05:33:11+00:00 | news/py-yenc |
Decoding module for yenc for Python written in C This a fairly simple Python module, it provides only raw yEnc encoding/decoding with built-in crc32 calculation. WWW: https://bitbucket.org/dual75/yenc |
2006-08-24T22:50:00+00:00 | emulators/yabause |
Sega Saturn system emulator Yabause is a Sega Saturn emulator. It is written in C using the SDL and OpenGL libraries with support for cdrom and iso files. WWW: http://yabause.sourceforge.net/ |
2006-08-24T13:13:41+00:00 | net-mgmt/weplab |
WepLab is a tool designed to teach how WEP works WepLab is a tool designed to teach how WEP works, what different vulnerabilities it has, and how they can be used in practice to break a WEP protected wireless network. So far, WepLab more than a Wep Key Cracker, is a Wep Security Analyzer designed from an educational point of view. WWW: http://weplab.sourceforge.net |
2006-08-24T11:13:51+00:00 | net-mgmt/p5-Nagios-Plugin |
Modules to streamline writing Nagios plugins Object oriented helper routines for your Nagios plugin: This is the place for common routines when writing Nagios plugins. The idea is to make it as easy as possible for developers to conform to the plugin guidelines (http://nagiosplug.sourceforge.net/developer-guidelines.html). WWW: https://metacpan.org/release/Nagios-Plugin |
2006-08-24T10:53:07+00:00 | multimedia/p5-FFmpeg-Command |
Wrapper class for ffmpeg command line utility A wrapper class for ffmpeg command line utility. WWW: https://metacpan.org/release/FFmpeg-Command |
2006-08-23T13:47:02+00:00 | databases/py-sqlalchemy06 |
Python SQL toolkit and Object Relational Mapper 0.6.x The Python SQL Toolkit and Object Relational Mapper SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. It provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language. WWW: http://www.sqlalchemy.org/ |
2006-08-23T13:47:02+00:00 | databases/py-sqlalchemy |
Python SQL toolkit and Object Relational Mapper The Python SQL Toolkit and Object Relational Mapper SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. It provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language. WWW: http://www.sqlalchemy.org/ |
2006-08-23T13:42:30+00:00 | graphics/p5-Chart-Clicker |
Powerful, extensible charting Chart::Clicker aims to be a powerful, extensible charting package that creates really pretty output. Clicker leverages the power of Cairo to create snazzy 2D graphics easily and quickly. At it's core Clicker is more of a toolkit for creating charts. It's interface is a bit more complex because making pretty charts requires attention and care. Some fine defaults are established to make getting started easier, but to really unleash the potential of Clicker you must roll up your sleeves and build things by hand. WWW: https://metacpan.org/release/Chart-Clicker |
2006-08-23T13:36:52+00:00 | devel/aifad |
Machine learning system AIFAD stands for --Automated Induction of Functions over Algebraic Datatypes-- and improves decision tree learning by supporting significantly more complex kinds of data. This allows users to more conveniently describe the data they want to have learnt, which can improve accuracy and complexity of resulting models. WWW: https://mmottl.github.io/aifad |
2006-08-23T13:13:57+00:00 | security/mosref |
Secure remote execution framework using a compact Scheme-influenced VM MOSREF is an exploitation architecture utilizing the power of the MOSVM virtual machine and Mosquito Lisp to make penetration testing, exploit development, and general systems security tasks more efficient. While MOSREF has been developed primarily as a platform for exploitation and penetration-testing, MOSREF and the underlying MOSVM virtual machine technology can be used for a variety of security-related and non-security-related tasks. Moreover, the platform is licensed under the GNU LGPL, and is redistributable and modifiable under the terms of that license. WWW: http://swik.net/mosref |
2006-08-23T08:15:21+00:00 | databases/p5-DBIx-Class-DigestColumns |
Automatic digest columns This DBIx::Class component can be used to automatically insert a message digest of selected columns. By default DigestColumns will use Digest::MD5 to insert a 128-bit hexadecimal message digest of the column value. WWW: https://metacpan.org/release/DBIx-Class-DigestColumns |
2006-08-23T05:35:57+00:00 | textproc/rst.el |
ReStructuredText Support for Emacs Support code for editing reStructuredText with Emacs. Basically, this package contains: - Functions to automatically adjust and cycle the section underline decorations; - A mode that displays the table of contents and allows you to jump anywhere from it; - Functions to insert and automatically update a TOC in your source document; - A mode which supports font-lock highlighting of reStructuredText structures; - Some other convenience functions. This package is the result of merging: - restructuredtext.el - rst-mode.el - rst-html.el Those files are now OBSOLETE and have been replaced by this single package file (2005-10-30). WWW: http://docutils.sourceforge.net/docs/user/emacs.html |
2006-08-23T00:55:33+00:00 | net-p2p/p5-Net-BitTorrent-PeerPacket |
Parse/Build Peer Packets from BitTorrent Net::BitTorrent::PeerPacket handles parsing and building binary data shared between BitTorrent peers. The module optinally exports a single subroutine for building packets and another for parsing packets, as well as, a constant for each packet type defined by BitTorrent. WWW: https://metacpan.org/release/Net-BitTorrent-PeerPacket |
2006-08-22T19:01:05+00:00 | games/freeciv-nox11 |
|
2006-08-22T14:53:05+00:00 | textproc/p5-Text-SwiftTemplate |
A fast, lightweight template engine This module provides a simple, lightweight but fast template engine, for when you need speed rather than complex features. WWW: http://search.cpan.org/dist/Text-SwiftTemplate/ |
2006-08-22T14:42:59+00:00 | net-im/p5-Jabber-SimpleSend |
Send a Jabber message simply This module is a wrapper around Net::Jabber that allows you to do one thing simply - send Jabber messages. It is useful for daemon processes, cron jobs or in any program that you want to be able to get your attention via Jabber. WWW: https://metacpan.org/release/Jabber-SimpleSend |
2006-08-22T14:29:25+00:00 | sysutils/fusefs-sqlfs |
SQLite backed FUSE file system The sqlfs filesystem implements a POSIX style file system on top of an SQLite database. It allows applications to have access to a full read/write file system in a single file, complete with its own file hierarchy and name space. This is useful for applications which needs structured storage, such as embedding documents within documents, or management of configuration data or preferences. WWW: http://www.nongnu.org/libsqlfs/ |
2006-08-22T09:57:07+00:00 | devel/p5-App-Trace |
Embedded debug statements, including call/return tracing App::Trace provides debug/tracing support for perl programs and modules. The basic concept is that you put a special call at the beginning and end of each subroutine/method, and when tracing is enabled, you can see the flow of your program. WWW: https://metacpan.org/release/App-Trace |
2006-08-22T09:34:16+00:00 | net/p5-BBS-UserInfo |
Base class of BBS::UserInfo::XXX Base class of BBS::UserInfo::XXX. WWW: https://metacpan.org/release/BBS-UserInfo |
2006-08-22T09:29:43+00:00 | net/p5-BBS-UserInfo-Maple3 |
Get user information of Maple3-style BBS Get user information of Maple3-style BBS. WWW: https://metacpan.org/release/BBS-UserInfo-Maple3 |
2006-08-22T09:24:01+00:00 | net/p5-BBS-UserInfo-Ptt |
Get user information of PTT-style BBS Get user information of PTT-style BBS. WWW: https://metacpan.org/release/BBS-UserInfo-Ptt |
2006-08-22T09:21:04+00:00 | multimedia/snd-music-duplicates |
Locate and remove duplicated music files Seek & Destroy Music Duplicates is a tool for locating and removing duplicated music files. It does not crash on corrupted files and normally suggests the best song from amongst the duplicates. It uses an incremental scanning strategy and uses relatively few system resources. MP3, Ogg, WMA, and AAC formats are supported. Author: Igor Tavcar <igor_tavcar@t-2.net> WWW: http://www.pekarna.si/ |
2006-08-22T09:20:26+00:00 | textproc/p5-Plagger |
Pluggable RSS/Atom feed aggregator written in Perl Plagger is a pluggable RSS/Atom feed aggregator written in Perl. Everything is implemented as a small plugin and you can mash them up together using Plagger core API and plugin hooks. You can think of Plagger as a blosxom or qpsmtpd for RSS aggregator. WARNING: This port depends on thousands of other ports spececially with full options. WWW: https://metacpan.org/release/Plagger |
2006-08-22T09:05:40+00:00 | net/pecl-cvsclient |
PHP extension for CVS pserver client This extension is CVS pserver client extension. Current version has read-only, diff, and log support. Later versions to include add/commit/remove. WWW: http://pecl.php.net/package/cvsclient/ |
2006-08-22T08:02:15+00:00 | devel/p5-App-Options |
Combine command line options, environment vars, and option file values App::Options combines command-line arguments, environment variables, option files, and program defaults to produce a hash of option values. WWW: https://metacpan.org/release/App-Options |
2006-08-22T07:08:15+00:00 | textproc/p5-XML-DOM-Lite |
Lite Pure Perl XML DOM Parser Kit XML::DOM::Lite is designed to be a reasonably fast, highly portable, XML parser kit written in pure perl, implementing the DOM standard quite closely. To keep performance up and footprint down. The standard pattern for using the XML::DOM::Lite parser kit is to use XML::DOM::Lite qw(Parser :constants); Available exports are : Parser, Node, NodeList, NodeIterator, NodeFilter, XPath, Document, XSLT and the constants. This is mostly for convenience, so that you can save your key-strokes for the fun stuff. Alternatively, to avoid polluting your namespace, you can simply : use XML::DOM::Lite::Parser; use XML::DOM::Lite::Constants qw(:all); # ... etc WWW: https://metacpan.org/release/XML-DOM-Lite |
2006-08-22T07:02:36+00:00 | net/p5-RPC-Simple |
Perl classes to handle simple asynchronous RPC calls with call-back This module implements remote procedure call. I've tried to keep things simple. So this module should be: - quite simple to use (thanks to autoload mechanisms) - lightweight It sure is not: - DCE - CORBA - bulletproof - securityproof - foolproof But it works. (Although I'm opened to suggestion regarding the "un-proof" areas) WWW: https://metacpan.org/release/RPC-Simple |
2006-08-22T06:59:16+00:00 | math/p5-Math-Geometry |
Geometry related functions Math::Geometry implements classic geomtrical functions in Perl, it has an emphasis on 3 dimensional geometry including projects, rotations and other standard 3 dimensional operations. WWW: https://metacpan.org/release/Math-Geometry |
2006-08-22T06:30:05+00:00 | www/p5-WebService-Basecamp |
Perl interface to the Basecamp API webservice Basecamp is a web based project collaboration tool that makes it simple to communicate and collaborate on projects. Basecamp is built on the Ruby on Rails platform but provides a webservice API to many of the application functions. WebService::Basecamp is a Perl interface to the Basecamp web service API. For more information on Basecamp, visit the Basecamp website. http://www.basecamphq.com. This module does much of the heavy lifting for you when accessing the Basecamp API. Once initialising a WebService::Basecamp object you can access the API function via method calls. The module takes care of the creation and parsing of the XML (using XML::Simple) that relays the data across the web service, however there is an option to access the XML directly (see new()). The documentation for this module is based on the Basecamp API docs available at http://www.basecamphq.com/api. It is recommended you read the official docs to become familiar with the data reference. WWW: https://metacpan.org/release/WebService-Basecamp |
2006-08-22T05:57:22+00:00 | devel/p5-IO-YAML |
Read and write YAML streams incrementally IO::YAML may be used to read and write YAML streams one document (i.e., one value) at a time. WWW: https://metacpan.org/release/IO-YAML |
2006-08-21T07:46:31+00:00 | security/sinfp |
Full operating system stack fingerprinting suite SinFP is a new approach to OS fingerprinting, which bypasses limitations that nmap has. Nmap approaches to fingerprinting as shown to be efficient for years. Nowadays, with the omni-presence of stateful filtering devices, PAT/NAT configurations and emerging packet normalization technologies, its approach to OS fingerprinting is becoming to be obsolete. SinFP uses the aforementioned limitations as a basis for tests to be obsolutely avoided in used frames to identify accurately the remote operating system. That is, it only requires one open TCP port, sends only fully standard TCP packets, and limits the number of tests to 2 or 3 (with only 1 test giving the OS reliably in most cases). WWW: http://www.gomor.org/sinfp Author: GomoR <netpkt@gomor.org> |
2006-08-21T07:46:31+00:00 | security/p5-Net-SinFP |
Full operating system stack fingerprinting suite SinFP is a new approach to OS fingerprinting, which bypasses limitations that nmap has. Nmap approaches to fingerprinting as shown to be efficient for years. Nowadays, with the omni-presence of stateful filtering devices, PAT/NAT configurations and emerging packet normalization technologies, its approach to OS fingerprinting is becoming to be obsolete. SinFP uses the aforementioned limitations as a basis for tests to be obsolutely avoided in used frames to identify accurately the remote operating system. That is, it only requires one open TCP port, sends only fully standard TCP packets, and limits the number of tests to 2 or 3 (with only 1 test giving the OS reliably in most cases). WWW: https://metacpan.org/release/GOMOR/Net-SinFP-2.10 |
2006-08-21T06:54:21+00:00 | net/p5-Net-Libdnet |
Libdnet interface Net::Libdnet - Perl interface to libdnet WWW: https://metacpan.org/release/Net-Libdnet |
2006-08-20T21:16:16+00:00 | misc/table.el |
Create and edit WYSIWYG text based embedded tables in Emacs Table.el is an Emacs lisp package that extends Emacs and provides text based table creation and editing feature. With this package Emacs is capable of editing tables that are embedded inside a document, the feature similar to the ones seen in modern WYSIWYG word processors. A table is a rectangular text area consisting from a surrounding frame and content inside the frame. The content is usually subdivided into multiple rectangular cells, see the actual tables used below in this document. Once a table is recognized, editing operation inside a table cell is confined into that specific cell's rectangular area. This means that typing and deleting characters inside a cell do not affect any outside text but introduces appropriate formatting only to the cell contents. If necessary for accommodating added text in the cell, the cell automatically grows vertically and/or horizontally. WWW: http://table.sourceforge.net/ |
2006-08-20T16:30:32+00:00 | mail/surblhost |
Check if a hostname is blacklisted Surblhost is a small program to see if hostnames are listed in the Spam URI Realtime Blocklists (SURBL). Hosts that are blacklisted means that global spam email have been reported to contain links to these hosts. Many popular spam email filters use these lists to identify spam email, but this program makes it possible to use the lists for any conceivable purpose, such as filtering out bad hosts from URL redirection, and so on. WWW: http://surblhost.sourceforge.net/ |
2006-08-20T14:29:05+00:00 | games/el-data |
Eternal Lands data, sound, and music files The Eternal Lands data and sounds files. WWW: http://www.eternal-lands.com/ |
2006-08-20T13:03:20+00:00 | sysutils/dircomp |
Compare two directories The utility DirComp compares two directories (and - if specified - their subdirectories), where the comparison can be done both by existence and by date (of change) or contents. This comparison can be limited to certain files and and/directories matching specified name- or time-of- change restrictions. WWW: http://dircomp.sourceforge.net/ |
2006-08-20T12:33:39+00:00 | sysutils/iextract |
Extract meta-information from files IExtract is a little utility designed to extract the properites (title, author and comment) out of different documents and present them in a list for further processing. The following documents are supported: * HTML * PNG * GIF * JPEG * MP3 * OGG * StarOffice documents * OpenOffice documents * Abiword documents * RTF documents WWW: http://iextract.sourceforge.net/ |
2006-08-20T12:28:42+00:00 | net-p2p/dclibc |
A Direct Connect peer-to-peer protocol C library DCLibC is a library for implementing the Direct Connect peer-to-peer protocol. It offers support for the NMDC protocol (client-hub commands and client-client operations) and an interface to the most common filelists. WWW: http://www.gtkdc.org/ |
2006-08-20T12:20:13+00:00 | devel/libYGP |
Yet another General Purpose library A C++ library, separated in 2 parts: * A common one, designed to have no dependencies to the operating system or any library, providing: o A class for communication, o Classes to handle regular expressions (both common and UNIX-file like), o A general parser, o Smart pointers o A class to search directories o A relation-class to relate objects * Some classes for the X-windows system (basing on gtkmm (previously known as Gtk--)) like: o An entry field to enter file names (with completion, analogue to modern browsers), o Formatted entry fields (with validity check), o A ListBox to display files (with an icon based on the type of the file), o A base-class for Applications WWW: http://libymp.sourceforge.net/ |
2006-08-20T12:20:13+00:00 | devel/libXGP |
|
2006-08-20T12:09:31+00:00 | security/vnccrack |
Fast offline password cracker for VNC passwords VNCcrack is a fast offline password cracker for VNC passwords. By sniffing a VNC challenge-response sequence off the network (typically when VNC is used without a decent cryptographic wrapper like SSH or SSL), you can recover the password fairly easily and quickly by letting VNCcrack pound on it. WWW: http://www.randombit.net/projects/vnccrack/ |
2006-08-20T09:38:50+00:00 | deskutils/contacts |
Simple yet powerful address book based on Evolution data server This is Contacts, simple and efficient interface to contacts databases stored by Gnome internal Evolution data server. It was build primary for non desktop devices, but serves its mission as well on bigger computers. WWW: http://pimlico-project.org/contacts.html |
2006-08-20T09:31:23+00:00 | net-mgmt/py-snmp2 |
SNMP framework for Python PySNMP is fully functional SNMP v.1 engine (BER encoders/decoders for a subset of ASN.1 data types, sockets based networking etc.) written entirely in Python. WWW: http://pysnmp.sourceforge.net/ |
2006-08-20T06:57:18+00:00 | devel/ocaml-cfg |
Library for manipulation of context-free grammars This OCaml-library consists of a set of modules which implement functions for analyzing and manipulating context-free grammars (CFGs) in a purely functional way. WWW: http://mmottl.github.io/cfg/ |
2006-08-20T06:51:30+00:00 | devel/ocaml-res |
Automatically Resizing Contiguous Memory for OCaml This OCaml-library consists of a set of modules which implement automatically resizing (= reallocating) data structures that consume a contiguous part of memory. This allows appending and removing of elements to/from arrays (both boxed and unboxed), strings (-> buffers), bit strings and weak arrays while still maintaining fast constant-time access to elements. There are also functors that allow the generation of similar modules which use different reallocation strategies. WWW: https://bitbucket.org/mmottl/res |
2006-08-20T06:49:11+00:00 | devel/ocaml-lacaml |
OCaml interface to BLAS and LAPACK libraries This OCaml-library interfaces the BLAS-library (Basic Linear Algebra Subroutines) and LAPACK-library (Linear Algebra routines), which are written in FORTRAN. This allows people to write high-performance numerical code for applications that need linear algebra. WWW: https://mmottl.github.io/lacaml/ |
2006-08-20T06:47:52+00:00 | devel/ocaml-pomap |
OCaml library to maintain a list of partially ordered elements The Pomap-library implements an ADT that maintains maps of partially ordered elements. Whereas a total order allows you to say whether some element is lower, equal or greater than another one, partial orders also allow for a "don-t know" case. WWW: https://mmottl.github.io/pomap/ |
2006-08-18T20:01:27+00:00 | net/pear-Net_CDDB |
PEAR class that access and query CDDB audio-CD servers This PEAR class provides to access and query CDDB audio-CD servers. WWW: https://pear.php.net/package/Net_CDDB |
2006-08-18T19:39:22+00:00 | www/p5-HTML-TableParser |
Extract data from an HTML table HTML::TableParser uses HTML::Parser to extract data from an HTML table. The data is returned via a series of user defined callback functions or methods. Specific tables may be selected either by a matching a unique table id or by matching against the column names. Multiple (even nested) tables may be parsed in a document in one pass. WWW: https://metacpan.org/release/HTML-TableParser |
2006-08-18T09:39:47+00:00 | devel/p5-CPANPLUS-Dist-Build |
CPANPLUS plug-in to use Module-Build CPANPLUS::Dist::Build is a distribution class for Module::Build related modules. Using this package, you can create, install and uninstall perl modules. It inherits from CPANPLUS::Dist. Normal users won't have to worry about the interface to this module, as it functions transparently as a plug-in to CPANPLUS and will just Do The Right Thing when it's loaded. WWW: https://metacpan.org/release/BINGOS/CPANPLUS-Dist-Build-0.88 |
2006-08-18T09:03:18+00:00 | sysutils/titlefix |
Renames files in a proper English title format Renames files in a proper English title format: prepositions, conjunctions, and articles (<5 letters) are in lowercase unless they are the first or last word in the title; all others begin with uppercase. Can use id3v2 to tag mp3s using info in filename. WWW: https://sourceforge.net/projects/titlefix/ |
2006-08-17T21:16:30+00:00 | lang/imp-interpreter |
Monadic interpreter of a simple imperative language IMP is a monadic style implementation of the semantics of the (very simple) language IMP, "plain" the implementation with explicit passing of state. The semantics of the IMP-language is presented in the book: "The Formal Semantics of Programming Languages" by Glynn Winskel (1993, The MIT Press). For more details on monads, see Philip Wadler's page on: http://cm.bell-labs.com/cm/cs/who/wadler/topics/monads.html#combining-monads Author: Markus Mottl <markus.mottl@gmail.com> WWW: http://www.ocaml.info/home/ocaml_sources.html |
2006-08-17T21:08:54+00:00 | devel/p5-Shell-Source |
Run programs and inherit environment changes The Shell::Source allows arbitrary shell scripts, or other programs for that matter, to be run and their environment to be inherited into a Perl program. WWW: https://metacpan.org/release/Shell-Source |
2006-08-17T21:00:40+00:00 | converters/p5-WAP-wbxml |
Binarization of XML file WAP::wbxml module implements binarisation of XML file according the specification: * WAP - Wireless Application Protocol / Binary XML Content Format Specification / Version 1.3 WBXML (15th May 2000 Approved) The binary format was designed to preserve the element structure of XML. WWW: https://metacpan.org/release/WAP-wbxml |
2006-08-17T18:25:01+00:00 | graphics/jp2a |
Converts JPG images to ASCII jp2a is a simple JPEG to ASCII viewer. WWW: https://github.com/Talinx/jp2a |
2006-08-17T09:38:01+00:00 | devel/pecl-expect |
PHP extension for expect library This extension allows to interact with processes through PTY, using expect library. WWW: https://pecl.php.net/package/expect |
2006-08-17T08:27:13+00:00 | security/bruteblock |
Software for blocking bruteforce attacks with ipfw Bruteblock allows system administrators to block various bruteforce attacks on UNIX services. The program analyzes system logs and adds attacker's IP address into ipfw2 table effectively blocking them. Addresses are automatically removed from the table after specified amount of time. Bruteblock uses regular expressions to parse logs, which provides flexibility allowing it to be used with almost any network service. Bruteblock is written in pure C, doesn't use any external programs and work with ipfw2 tables via raw sockets API. WWW: http://samm.kiev.ua/bruteblock/ |
2006-08-17T04:59:00+00:00 | archivers/lha-ac |
Archive files using LZSS and Huffman compression (.lzh files) LHa for UNIX with autoconf WWW: http://sourceforge.jp/projects/lha/ |
2006-08-16T12:51:40+00:00 | www/youtube_dl |
Program for downloading videos from various services youtube-dl is a small command-line program for downloading videos from YouTube.com, metacafe.com, google video, photobucket videos, yahoo videos, dailymotion and others WWW: https://yt-dl.org/ |
2006-08-16T05:00:47+00:00 | textproc/p5-ack |
Grep-like text finder for large trees of text ack is a grep-like program with optimizations for searching through large trees of source code. Key improvements include: * Defaults to only searching program source code * Defaults to recursively searching directories * Ignores blib directories. * Ignores source code control directories, like CVS, .svn and _darcs. * Uses Perl regular expressions * Highlights matched text WWW: https://metacpan.org/release/ack WWW: https://beyondgrep.com/ |
2006-08-16T01:13:28+00:00 | www/p5-MediaWiki |
OOP MediaWiki engine client The MediaWiki module provides high-level interface to MediaWiki content management system. WWW: https://metacpan.org/release/SPECTRUM/MediaWiki-1.13 |
2006-08-15T22:44:57+00:00 | devel/p5-Config-IniHash |
Perl extension for reading and writing INI files This module reads and writes INI files. WWW: https://metacpan.org/release/JENDA/Config-IniHash-3.01.01 |
2006-08-15T21:43:51+00:00 | java/eclipse-jad |
Jad Java decompiler plugin for the Eclipse IDE Jad Java decompiler plugin for the Eclipse IDE. WWW: http://jadclipse.sourceforge.net/ |
2006-08-15T16:09:38+00:00 | sysutils/upsdaemon |
Simple APC UPS Daemon The upsdaemon is a simple program to monitor APC-Pro series UPSes. When the power fails, the UpsDaemon it effects shutdown the system. WWW: https://BSDforge.com/projects/sysutils/upsdaemon/ |
2006-08-15T15:40:36+00:00 | devel/p5-Hash-WithDefaults |
Class for hashes with key-casing requirements supporting defaults This module implements hashes that support "defaults". That is you may specify several more hashes in which the data will be looked up in case it is not found in the current hash. WWW: https://metacpan.org/release/Hash-WithDefaults |
2006-08-15T15:38:55+00:00 | devel/p5-Hash-Case |
Base class for hashes with key-casing requirements Hash::Case is the base class for various classes which tie special treatment for the casing of keys. Be aware of the differences in implementation: Lower and Upper are tied native hashes: these hashes have no need for hidden fields or other assisting data structured. A case Preserve hash will actually create three hashes. WWW: https://metacpan.org/release/Hash-Case |
2006-08-15T14:13:10+00:00 | net/micro_inetd |
inetd-like program intended for temporarily usage Like inetd, this program listens on the net for requests and spawns a server to handle them. However, it only handles one port and one program. Other limitations: * only 'stream' socket type * only 'nowait' * doesn't switch user-ids WWW: http://www.acme.com/software/micro_inetd/ |
2006-08-15T14:08:31+00:00 | mail/nullpop |
POP3 server that allows logins, but never returns any email NullPop is a POP3 server that allows logins, but never returns any email. This is useful for certain setups where the user needs an 'account' setup in their mail client, but no real mail will ever be received. WWW: http://thewalter.net/stef/software/nullpop/ |
2006-08-15T09:58:12+00:00 | devel/p5-Test-MockTime |
Replaces actual time with simulated time Test::MockTime was created to enable test suites to test code at specific points in time. Specifically it overrides localtime, gmtime and time at compile time and then relies on the user supplying a mock time via set_relative_time, set_absolute_time or set_fixed_time to alter future calls to gmtime, time or localtime. WWW: https://metacpan.org/release/Test-MockTime |
2006-08-15T09:52:11+00:00 | databases/p5-Relations-Query |
Object for building queries with DBI/DBD::mysql With Relations::Query you can create a 'select' query by creating a new query object, and passing hashes, arrays, or strings of info to the constructor, such as what's within the variables clause, what to order by, etc. You can also add and override clause info in the query as well, on both a permanent and temporary basis. With the to_string() function, you can create a query string from a hash, query object or string. WWW: http://www.gaf3.com/ |
2006-08-15T09:47:33+00:00 | databases/p5-Relations |
Functions to Use with Databases and Queries This perl library contains functions for dealing with databases. It's mainly used as the foundation for all the other Relations modules. It may be useful for people that deal with databases in Perl as well. Relations has functions for creating SQL clauses (like where, from etc.) from hashes, arrays and strings. It also has functions for converting strings to arrays or hashes, if they're not hashes or arrays already. It even has an argument parser, which is used quite heavily by the other Relations modules. WWW: http://www.gaf3.com/ |
2006-08-15T07:52:31+00:00 | graphics/p5-Visio |
Perl extension manipulating XML based Visio files Perl extension mainpulating XML based Visio files WWW: https://metacpan.org/release/Visio |
2006-08-15T07:30:59+00:00 | net-mgmt/p5-Net-IP-Match-Regexp |
Efficiently match IP addresses against IP ranges via regexp Net::IP::Match::Regexp allows you to check an IP address against one or more IP ranges. It employs Perl's highly optimized regular expression engine to do the hard work, so it is very fast. It is optimized for speed by doing the match against a regexp which implicitly checks the broadest IP ranges first. An advantage is that the regexp can be computed and stored in advance (in source code, in a database table, etc) and reused, saving much time if the IP ranges don't change too often. The match can optionally report a value (e.g. a network name) instead of just a boolean, which makes module useful for mapping IP ranges to names or codes or anything else. WWW: https://metacpan.org/release/Net-IP-Match-Regexp |
2006-08-15T07:10:40+00:00 | graphics/p5-GD-Thumbnail |
Thumbnail maker for GD This a thumbnail maker. Thumbnails are smaller versions of the original image/graphic/picture and are used for preview purposes, where bigger images can take a long time to load. They are also used in image galleries to preview a lot of images at a time. This module also has the capability to add information strips about the original image. Original image's size (in bytes) and resolution & mime type can be added to the thumbnail's upper and lower parts. This feature can be useful for web software (image galleries or forums). This is a Yet Another type of module. There are several other thumbnail modules on CPAN, but they simply don't have the features I need, so this module is written to increase the thumbnail population on CPAN. The module can raise an exception if something goes wrong. So, you may have to use an eval block to catch them. WWW: https://metacpan.org/release/GD-Thumbnail |
2006-08-14T16:16:22+00:00 | devel/p5-Class-Adapter |
Perl implementation of the "Adapter" Design Pattern The Class::Adapter class is intended as an abstract base class for creating any sort of class or object that follows the Adapter pattern. WWW: https://metacpan.org/release/Class-Adapter |
2006-08-14T16:14:29+00:00 | print/advi |
Active-DVI viewer Active-DVI ``plays'' the DVI files that is displays: during presentation advi can launch arbitrary commands that were incorporated into the LaTeX source of the DVI file to animate the presentation. WWW: http://caml.inria.fr/advi/ |
2006-08-14T15:51:07+00:00 | devel/p5-List-PowerSet |
Perl module that allows you to generate the power set of a list The List::PowerSet module is simple module that currently allows you to generate the power set of a list WWW: https://metacpan.org/release/List-PowerSet |
2006-08-14T15:49:18+00:00 | devel/p5-List-Permutor |
Allow you to process all possible permutations of a list The List::Permutor module is simple module that currently allows you to process all possible permutations of a list |
2006-08-14T07:52:55+00:00 | graphics/p5-Image-IPTCInfo |
Perl extension for extracting IPTC image meta-data Ever wish you add information to your photos like a caption, the place you took it, the date, and perhaps even keywords and categories? You already can. The International Press Telecommunications Council (IPTC) defines a format for exchanging meta-information in news content, and that includes photographs. You can embed all kinds of information in your images. The trick is putting it to use. That's where this IPTCInfo Perl module comes into play. You can embed information using many programs, including Adobe Photoshop, and IPTCInfo will let your web server -- and other automated server programs -- pull it back out. You can use the information directly in Perl programs, export it to XML, or even export SQL statements ready to be fed into a database. WWW: https://metacpan.org/release/Image-IPTCInfo |
2006-08-14T07:23:45+00:00 | textproc/p5-XML-TreePP |
Pure Perl implementation for parsing/writing xml files XML::TreePP module parses XML file and expands it for a hash tree. And also generate XML file from a hash tree. This is a pure Perl implementation. You can also download XML from remote web server like XMLHttpRequest object at JavaScript language. WWW: https://metacpan.org/release/XML-TreePP |
2006-08-14T07:21:47+00:00 | graphics/p5-Image-MetaData-GQview |
Perl extension for GQview image metadata This module is a abstraction to the image meta data of GQview. All internal errors will trow an error! WWW: https://metacpan.org/release/Image-MetaData-GQview |
2006-08-14T04:03:29+00:00 | misc/ruby-vpim |
vCard and iCalendar support for ruby This is a pure-ruby library for decoding and encoding vCard and iCalendar data ("personal information") called vPim. vCard (RFC 2426) is a format for personal information, see Vpim::Vcard and Vpim::Maker::Vcard. iCalendar (RFC 2445) is a format for calendar related information, see Vpim::Icalendar. vCard and iCalendar support is built on top of an implementation of the MIME Content-Type for Directory Information (RFC 2425). The basic RFC 2425 format is implemented by Vpim::DirectoryInfo and Vpim::DirectoryInfo::Field. WWW: http://rubyforge.org/projects/vpim |
2006-08-14T04:00:58+00:00 | mail/p5-IMAP-Client |
Advanced manipulation of IMAP services w/ referral support This module was created as a low-level inteface to any IMAP server. It was built to be a 'clear box' solution to working with an IMAP environment. The idea is that anything an IMAP client should be able to do, and any information available via the IMAP specs, should be available to a client interface and user. This way, the full strength of the IMAP protocol and data can be utilized, ideally in the most network-efficient mannger possible, rather than being contrained only to a subset of commands or data-limited responses. If the server says it, the client should be able to see it. This module also takes steps to be able to handle anticipated situations for the user rather than forcing a per-implementation behavior for such expected events, such as referrals. IMAP::Client will fully support referrals, and will transparently handle them for whatever command is issued to them (so long as the referral s for anonymous or the same user with the same password - a new user or different password would require a new username/password to be obtained. As of 0.01, this is not supported, however the framework is down. WWW: https://metacpan.org/release/IMAP-Client |
2006-08-13T21:12:44+00:00 | graphics/timeless |
FreeBSD/SDL port of Tran's Timeless Demo with Sound This is a FreeBSD/SDL port of Tran's timeless demo written in 1994. The demo is like a screen saver, there is stuff warping around onscreen, colors are changing and sprites are moving all over the place. The original conversion from ASM to C for Linux/SDL was written by Dave Ashley. I enabled fullscreen and added music to this version. Hope you like it! WWW: http://www.linuxmotors.com/timeless/ |
2006-08-13T19:39:24+00:00 | net/miredo |
Opensource Teredo (IPv6 tunneling) implementation Miredo is an open-source Teredo IPv6 tunneling software, for Linux and the BSD operating systems. It includes functionnal implementations of all components of the Teredo specification (client, relay and server). It is meant to provide IPv6 connectivity even from behind NAT devices. WWW: http://www.remlab.net/miredo/ |
2006-08-13T19:09:58+00:00 | textproc/xxdiff-scripts |
Helper scripts for xxdiff xxdiff is a computer program that allows a user (usually a software developer of some sort) to easily visualize the differences between files. The manner and goal for which this process is applied over multiple files is highly dependent on the application, and most of the time is driven by custom user scripts. For example, a configuration management engineer in a company might provide some kind of merge policing environment, that allows software developers to review changes in files for the purpose of accepting or rejecting a submitted changeset to a codebase. Another example is that of a developer wishing to review the changes he made to a checkout of files from a source-code management system such as CVS, Subversion, ClearCase, Perforce, etc. WWW: http://furius.ca/xxdiff/doc/xxdiff-scripts.html |
2006-08-13T15:30:22+00:00 | textproc/flex |
Fast lexical analyzer generator Flex is a tool for generating scanners. A scanner, sometimes called a tokenizer, is a program which recognizes lexical patterns in text. The flex program reads user-specified input files, or its standard input if no file names are given, for a description of a scanner to generate. The description is in the form of pairs of regular expressions and C code, called rules. Flex generates a C source file named, "lex.yy.c", which defines the function yylex(). The file "lex.yy.c" can be compiled and linked to produce an executable. When the executable is run, it analyzes its input for occurrences of text matching the regular expressions for each rule. Whenever it finds a match, it executes the corresponding C code. WWW: https://github.com/westes/flex |
2006-08-13T10:12:00+00:00 | www/p5-WWW-TWSMS |
Perl interface for sending sms by TWSMS This's a Perl interface for send sms by TWSMS. WWW: https://metacpan.org/release/WWW-TWSMS |
2006-08-12T22:34:57+00:00 | science/gwyddion |
Gtk2 based SPM data visualization and analysis tool Gwyddion is a modular SPM (Scanning Probe Microsopy) data visualization and analysis tool written with Gtk+. It can be used for all most frequently used data processing operations including: leveling, false color plotting, shading, filtering, denoising, data editing, integral transforms, grain analysis, profile extraction, fractal analysis, and many more. The program is primarily focused on SPM data analysis (e.g. data obtained from AFM, STM, NSOM, and similar microscopes). However, it can also be used for analysis of SEM (Scanning Electron Microscopy) data or any other 2D data. WWW: http://gwyddion.net/ |
2006-08-12T21:40:18+00:00 | astro/aa |
Self-contained ephemeris calculator This program computes ephemerides of Sun, Moon, planets, comets, and stars using rigorous reduction methods from the Astronomical Almanac and related sources. It includes PLAN404 series for positions of the planets, and a long-term extension of modern Lunar theory for the Moon's position; reads ASCII file catalogues of stars and orbital elements; displays all adjustments as it finds local azimuth and elevation, rise and set times, etc. WWW: http://moshier.net/aadoc.html |
2006-08-12T17:42:06+00:00 | net/ndisc6 |
IPv6 network diagnostic tools ndisc6 is a collection of diagnostic tools for IPv6 networks, including ICMPv6 Neighbor Discovery tools (rdisc6 and ndisc6), an UDP, TCP and ICMP-based IPv6 traceroute implementation and a simplistic bandwidth measurement program (tcpspray6). |
2006-08-11T17:56:20+00:00 | www/varnish2 |
The Varnish high-performance HTTP accelerator This is the Varnish high-performance HTTP accelerator. Documentation and additional information about Varnish is available on <URL:http://varnish.projects.linpro.no/>. Technical questions about Varnish and this release should be addressed to <varnish-dev@projects.linpro.no>. Questions about commercial support and services related to Varnish should be addressed to <varnish@linpro.no>. WWW: http://www.varnish-cache.org/ |
2006-08-11T17:56:20+00:00 | www/varnish |
High-performance HTTP accelerator This is the Varnish high-performance HTTP accelerator. Documentation and additional information about Varnish is available on <URL:http://varnish.projects.linpro.no/>. Technical questions about Varnish and this release should be addressed to <varnish-dev@projects.linpro.no>. Questions about commercial support and services related to Varnish should be addressed to <varnish@linpro.no>. WWW: http://www.varnish-cache.org/ |
2006-08-11T16:18:23+00:00 | www/xpi-gmail-manager |
Manage multiple Gmail accounts and receive new mail notifications Allows you to manage multiple Gmail accounts and receive new mail notifications. Displays your account details including unread messages, saved drafts, spam messages, labels with new mail, space used, and new mail snippets. WWW: http://www.longfocus.com/firefox/gmanager/ |
2006-08-11T08:18:00+00:00 | textproc/msort |
Sorting files in sophisticated ways Msort sorts files in sophisticated ways. Records may be fixed size, newline-separated blocks, or terminated by any specified character. Key fields may be selected by position, tag, or character range. For each key, distinct exclusions, multigraphs, substitutions, and a sort order may be defined or locale collation rules used. Comparisons may be lexicographic, numeric, numeric string, hybrid, random, by string length, angle, date, time, month name, or ISO8601 timestamp. Keys may be reversed so as to generate reverse dictionaries. Optional keys are supported. Unicode is supported, including full case-folding. Msort itself has a somewhat complex command line interface, but may be driven by an optional GUI. WWW: http://billposer.org/Software/msort.html |
2006-08-11T06:52:58+00:00 | textproc/metaf2xml |
Parses METAR, TAF, and SYNOP messages and stores the components in XML metaf2xml parses aviation routine weather reports (METAR, SPECI), aerodrome forecasts (TAF), and synoptic observations (SYNOP) and stores the components in XML. They can then be converted to plain language (text, HTML), or XML with different schemas. WWW: http://metaf2xml.sourceforge.net/ |
2006-08-11T02:01:08+00:00 | devel/rubygem-rtags |
A Ruby replacement for ctags rtags is a Ruby replacement for ctags - allowing for name navigation in source code using vim, emacs and others. WWW: http://rtags.rubyforge.org/ |
2006-08-11T01:51:28+00:00 | devel/p5-Test-Parser |
Parsing log files from test runs, and displays in an XML syntax This module serves as a common base class for test log parsers. These tools are intended to be able to parse output from a wide variety of tests - including non-Perl tests. The parsers also write the test data into the 'Test Result Publication Interface' (TRPI) XML schema, developed by SpikeSource. See http://www.spikesource.com/testresults/index.jsp?show=trpi-schema WWW: https://metacpan.org/release/Test-Parser |
2006-08-10T19:48:06+00:00 | mail/squirrelmail-websearch-plugin |
Plugin for Websearch Puts a web search box in the left frame that can use a variety of search engines. Currently supported: * Google Adsense for Search * Yahoo! WWW: http://www.squirrelmail.org |
2006-08-10T19:35:17+00:00 | databases/py-psycopg2 |
High performance Python adapter for PostgreSQL psycopg2 is a PostgreSQL database adapter for the Python programming language. It was written from scratch with the aim of being small, fast and stable. It supports the full Python DBAPI-2.0 and is thread safe. psycopg2 is different from the other database adapter because it was designed for heavily multi-threaded applications that create and destroy lots of cursors and make a conspicuous number of concurrent INSERTs or UPDATEs. Every open Python connection keeps a pool of real (UNIX or TCP/IP) connections to the database. Every time a new cursor is created, a new connection does not need to be opened; instead one of the unused connections from the pool is used. That makes psycopg very fast in typical client-server applications that create a servicing thread every time a client request arrives. WWW: http://initd.org/psycopg/ WWW: https://github.com/psycopg/psycopg2 |
2006-08-10T15:52:51+00:00 | www/pivot-weblog |
A web-based tool to help you maintain weblogs (or other dynamic sites) Pivot is a web-based tool to help you maintain dynamic sites, like weblogs or online journals. Pivot is released under the GPL so it is completely free to use. It is written in PHP, and does not require additional libraries or databases to function. WWW: http://pivotlog.net/ |
2006-08-10T15:47:15+00:00 | security/ruby-crypt |
Pure-ruby implementation of popular encryption algorithms The Crypt library is a pure-ruby implementation of a number of popular encryption algorithms. Block cyphers currently available include Blowfish, GOST, IDEA, and Rijndael (AES). Cypher Block Chaining (CBC) has been implemented. Twofish, Serpent, and CAST256 are planned for release soon. Crypt is written entirely in ruby so deployment is simple - no platform concerns, no library dependencies, nothing to compile. WWW: http://crypt.rubyforge.org/ |
2006-08-10T15:06:35+00:00 | www/p5-WWW-Myspace |
Access MySpace.com profile information from Perl WWW::Myspace.pm provides methods to access your myspace.com account and functions automatically. It provides a simple interface for scripts to log in, access lists of friends, scan user's profiles, retreive profile data, send messages, and post comments. WWW: https://metacpan.org/release/WWW-Myspace |
2006-08-10T09:15:42+00:00 | textproc/rubygem-ferret |
Ruby port of Lucene Ferret is a high-performance, full-featured text search engine library written for Ruby. It is a full port of the Apache Lucene Java project. There is a pure Ruby version included. WWW: https://github.com/jkraemer/ferret |
2006-08-10T03:34:04+00:00 | devel/p5-Contextual-Return |
Create context-sensitive return values Contextual::Return - Create context-sensitive return values. WWW: https://metacpan.org/release/Contextual-Return |
2006-08-10T02:04:43+00:00 | net/p5-POE-Component-Client-Traceroute |
Non-blocking traceroute client POE::Component::Client::Traceroute is a non-blocking Traceroute client. It lets several other sessions traceroute through it in parallel, and it lets them continue doing other things while they wait for responses. WWW: https://metacpan.org/release/POE-Component-Client-Traceroute |
2006-08-10T01:45:03+00:00 | textproc/clucene |
C++ port of Lucene CLucene is a C++ port of Lucene: the high-performance, full-featured text search engine written in Java. CLucene is faster than lucene as it is written in C++. WWW: https://sourceforge.net/projects/clucene/ |
2006-08-09T10:54:42+00:00 | www/xpi-imagezoom |
Zoom images Image zoom gives you complete control of the size of most images displayed in mozilla based software. Both individual images or whole pages of images can be zoomed. WWW: http://imagezoom.yellowgorilla.net/ |
2006-08-09T03:51:27+00:00 | security/p5-PerlCryptLib |
Perl interface to Peter Guttman cryptlib API PerlCryptLib is an interface module to access cryptlib API. WWW: https://metacpan.org/release/PerlCryptLib |
2006-08-09T02:53:50+00:00 | sysutils/p5-BSD-Jail-Object |
Object oriented perl interface to jail(2) This is an object oriented perl interface to the FreeBSD jail subsystem. Here's a replica of the 'jls' utility in just a few lines of perl: use BSD::Jail::Object 'jids'; print " JID IP Address Hostname Path\n"; printf "%6d %-15.15s %-29.29s %.74s\n", $_->jid, $_->ip, $_->hostname, $_->path foreach jids( instantiate => 1 ); And here's 'jexec': my $j = BSD::Jail::Object->new( $ARGV[0] ) or die $@; $j->attach && chdir('/') && exec $ARGV[1] or exit; For more info please use 'perldoc' on the module. WWW: https://metacpan.org/release/BSD-Jail-Object |
2006-08-08T15:39:24+00:00 | devel/jtag |
Utility to work with JTAG-aware boards JTAG Tools is a software package which enables working with JTAG-aware (IEEE 1149.1) hardware devices (parts) and boards through JTAG adapter. This package has open and modular architecture with ability to write miscellaneous extensions (like board testers, flash memory programmers, and so on). WWW: http://openwince.sourceforge.net/jtag/ |
2006-08-08T15:27:17+00:00 | devel/openwince-include |
Collection of the useful include files for embedded developers Include package is a collection of the useful independent include files for embedded C/Assembler developers. Include package is released under BSD-style license. WWW: http://openwince.sourceforge.net/include/ |
2006-08-08T14:44:24+00:00 | www/bacula-web |
Bacula-web provides a summarized output of Bacula jobs Bacula-web is a php based web program that provides you a summarized output of jobs that have already run. It obtains its information from your catalog database. Aside from a nice graphical display, it provides summaries of your jobs, as well as graphs of job usage. This is a fairly high level bacula management tool. Here are a few points that one user made concerning this important tool: - It is web-based so can be accessed from anywhere. - It is "read only" users can examine the state of the backups but not write to anything and therefore do no damage - It packs a phenomenal amount of information into a single web-page - that I credit as being very good design! The documentation for bacula-web can be found in a separate bacula-web document in the bacula-docs release. WWW: http://www.bacula-web.org/ |
2006-08-08T13:58:51+00:00 | java/fastjar |
A free and fast alternative of Sun's JDK's jar command FastJar is a free and fast alternative of Sun's JDK's 'jar' command. FastJar take only a second to create a 10MB jar file, while Sun's jar takes 50 seconds. WWW: http://savannah.nongnu.org/projects/fastjar |
2006-08-08T06:54:26+00:00 | math/p5-Data-Float |
Details of the floating point data type This module is about the native floating point numerical data type. A floating point number is one of the types of datum that can appear in the numeric part of a Perl scalar. This module supplies constants describing the native floating point type, classification functions, and functions to manipulate floating point values at a low level. WWW: https://metacpan.org/release/Data-Float |
2006-08-07T19:29:02+00:00 | devel/py-ocempgui |
GUI toolkit in python OcempGUI is a small toolkit, which comes with various modules suitable for event management, user interfaces, 2D drawing and accessibility. OcempGUI enables developers to enhance their python and/or pygame applications and games easily with graphical UI elements such as buttons, entry boxes, scrolling abilities and more as well as simple event brokers or features, which enhance the program by adding accessibility to its objects. It can save a developer much time by providing a broad range of drawing routines and ready-to-use event capable object types. The developer can focus on the main tasks instead of taking care about needed low-level components, which are given to him with OcempGUI. WWW: http://ocemp.sourceforge.net/gui.html |
2006-08-07T13:12:12+00:00 | lang/sather-tutorial |
Tutorial on the Sather programming language A tutorial on the Sather programming language. WWW: http://www.gnu.org/software/sather/ |
2006-08-07T13:11:35+00:00 | lang/sather-specification |
Specification of the Sather programming language Official specification of the Sather programming language. WWW: http://www.gnu.org/software/sather/ |
2006-08-07T10:17:37+00:00 | mail/p5-Mail-Verp |
Encodes and decodes Variable Envelope Return Paths (VERP) addresses Mail::Verp encodes the address of an email recipient into the envelope sender address so that a bounce can be more easily handled even if the original recipient is forwarding their mail to another address and the remote Mail Transport Agents send back unhelpful bounce messages. The module must also be used to decode bounce recipient addresses. WWW: https://metacpan.org/release/Mail-Verp |
2006-08-07T09:06:48+00:00 | audio/kid3 |
MP3/Ogg/FLAC tag editor for KDE Kid3 is an application to edit the ID3v1 and ID3v2 tags in MP3 files in an efficient way. Also tags in Ogg/Vorbis and FLAC files are supported. WWW: http://kid3.sourceforge.net |
2006-08-07T09:06:48+00:00 | audio/kid3-kde4 |
Audio file tag editor Kid3 is an efficient audio file tag editor that allows you to easily edit the tags of multiple different types of audio files without having to type the same information repeatedly. * Edit and convert ID3v1.1 tags and all ID3v2.3 and ID3v2.4 frames * Edit tags in MP3, Ogg/Vorbis, DSF, FLAC, MPC, MP4/AAC, MP2, Opus, Speex, TrueAudio, WavPack, WMA, WAV, AIFF files and tracker modules (MOD, S3M, IT, XM) * Edit tags of multiple files, e.g. the artist, album, year and genre of all files of an album typically have the same values and can be set together * Generate tags from filenames or the contents of tag fields * Generate filenames and rename and create directories from tags * Import from gnudb.org, TrackType.org, MusicBrainz, Discogs, and Amazon * Export tags as CSV, HTML, playlists, Kover XML and other formats * Edit synchronized lyrics and event timing codes, import/export LRC files * Automate tasks using QML/JavaScript, D-Bus or the command-line interface WWW: https://kid3.sourceforge.io |
2006-08-07T08:27:55+00:00 | www/p5-Net-Flickr-Backup |
OOP for backing up your Flickr photos locally Net::Flickr::Backup - OOP for backing up your Flickr photos locally WWW: https://metacpan.org/release/Net-Flickr-Backup |
2006-08-07T08:18:02+00:00 | x11-themes/e17-splash-takara |
Takara splash screen for e17 window manager Nice e17 splash screen. A nice animated init screen featuring the authors cat 'Takara'. Author: Stefan 'slax' Langner WWW: http://www.get-e.org/Themes/E17_-_Startup/ |
2006-08-07T08:17:33+00:00 | x11-themes/e17-splash-logo |
Logo splash screen for e17 window manager Nice e17 splash screen. Displays an animated E logo. Author: Daniel G. Siegel <dgsiegel@gmail.com> WWW: http://www.get-e.org/Themes/E17_-_Startup/ |
2006-08-07T08:16:58+00:00 | x11-themes/e17-splash-fortune |
Fortune splash screen for e17 window manager Nice e17 splash screen. Displays a (funny) random quote every time you start e17. Author: Daniel G. Siegel <dgsiegel@gmail.com> WWW: http://www.get-e.org/Themes/E17_-_Startup/ |
2006-08-07T08:10:24+00:00 | x11-themes/e17-splash-azul |
Azul splash screen for e17 window manager Nice e17 splash screen. Based on the Azul background by David Garcia. WWW: http://www.get-e.org/Themes/E17_-_Startup/ |
2006-08-07T08:03:43+00:00 | x11-themes/e17-splash-blue |
Blue splash screen for e17 window manager Nice e17 splash screen. Based on the default splash screen with a different background. Author: Daniel G. Siegel <dgsiegel@gmail.com> WWW: http://www.get-e.org/Themes/E17_-_Startup/ |
2006-08-07T08:00:50+00:00 | x11-themes/e17-splash-shiny |
Shiny splash screen for e17 window manager Nice e17 splash screen. Based on the Shiny reflection background by raster. Author: Daniel G. Siegel <dgsiegel@gmail.com> WWW: http://www.get-e.org/Themes/E17_-_Startup/ |
2006-08-07T07:02:42+00:00 | devel/sge |
A graphic library for the Simple DirectMedia Layer (SDL) SGE is a graphic library for the Simple DirectMedia Layer (SDL) library. Some of SGE:s features are: -Pixel operations -Clipping -Lines, circles and other figures (with antialiasing and alpha blending) -Rotation and scaling of surfaces -Palette functions -TrueType/Bitmap/SFont font functions -Basic 2D collision detection -Sprite classes -Basic texture mapping -Filled and gourand shaded polygons (with antialiasing or alpha blending) WWW: http://www.etek.chalmers.se/~e8cal1/sge/ |
2006-08-07T07:02:42+00:00 | devel/sdl_sge |
Graphic library for the Simple DirectMedia Layer (SDL) SGE is a graphic library for the Simple DirectMedia Layer (SDL) library. Some of SGE:s features are: -Pixel operations -Clipping -Lines, circles and other figures (with antialiasing and alpha blending) -Rotation and scaling of surfaces -Palette functions -TrueType/Bitmap/SFont font functions -Basic 2D collision detection -Sprite classes -Basic texture mapping -Filled and gourand shaded polygons (with antialiasing or alpha blending) |
2006-08-07T01:50:41+00:00 | sysutils/p5-Fuse-Simple |
Simple way to write filesystems in Perl using FUSE Fuse lets you write filesystems in Perl. Fuse::Simple makes this REALLY Simple, as you just need a hash for your root directory, containing strings for files, more hashes for subdirs, or functions to be called for magical functionality a bit like /proc. WWW: https://metacpan.org/release/Fuse-Simple |
2006-08-06T16:49:34+00:00 | net-p2p/museekplus |
SoulSeek client with separate terminal and Qt based interface Museek+ (or Museek-Plus) is an enhanced fork of Museek, a file-sharing application for the Soulseek peer-to-peer network. The actual SoulSeek client and the GUI are separate programs that communicate via Unix or network sockets. WWW: http://www.museek-plus.org/ |
2006-08-06T16:49:34+00:00 | net-p2p/museek+ |
SoulSeek client with separate terminal and Qt based interface Museek+ (or Museek-Plus) is an enhanced fork of Museek, a file-sharing application for the Soulseek peer-to-peer network. The actual SoulSeek client and the GUI are separate programs that communicate via Unix or network sockets. WWW: http://www.museek-plus.org/ |
2006-08-06T14:17:12+00:00 | devel/ocaml-xstr |
Thread-safe implementation of string searching/matching This package implements frequent string operations: searching, replacing, splitting, matching. It is independent from the Str library, and can replace Str in many cases. Unlike Str, xstr is thread-safe. xstr does not implement regular expressions in general, but an important subset. Some operations of xstr are performed as quickly as by Str; if the string to be processed is small, xstr is often faster than Str; if the string is big, xstr is up to half as fast than Str. WWW: http://projects.camlcity.org/projects/xstr.html |
2006-08-06T09:42:33+00:00 | devel/SGE |
A graphic library for the Simple DirectMedia Layer (SDL) SGE is a graphic library for the Simple DirectMedia Layer (SDL) library. Some of SGE:s features are: -Pixel operations -Clipping -Lines, circles and other figures (with antialiasing and alpha blending) -Rotation and scaling of surfaces -Palette functions -TrueType/Bitmap/SFont font functions -Basic 2D collision detection -Sprite classes -Basic texture mapping -Filled and gourand shaded polygons (with antialiasing or alpha blending) WWW: http://www.etek.chalmers.se/~e8cal1/sge/ |
2006-08-06T03:34:08+00:00 | sysutils/bsdstats |
Monthly script for reporting anonymous statistics about your machine BSDstats is an attempt to produce reasonably accurate statistics on deployments of BSD operating systems. This is useful for marketing, project advocacy, hardware vendors and purchasers, device driver maintainers, and port maintainers. The major problem that we are trying to address is vendors who do not feel that BSD operating systems present enough of a market to bother supporting. Meant to be run monthly or during bootup, this script submits statistics anonymously to a central server (http://bsdstats.org). Potentially sensitive details like IP addresses and hostnames are not stored by or relayed through the BSDstats server. WWW: https://www.bsdstats.org/ |
2006-08-05T22:21:37+00:00 | mail/libsieve |
Library for parsing, sorting, and filtering mail libSieve provides a library to interpret Sieve scripts, and to execute those scripts over a given set of messages. The return codes from the libSieve functions let your program know how to handle the message, and then it's up to you to make it so. libSieve makes no attempt to have knowledge of how SMTP, IMAP, or anything else work; just how to parse and deal with a buffer full of emails. The rest is up to you! WWW: http://sodabrew.com/libsieve/ |
2006-08-05T14:15:41+00:00 | graphics/p5-Image-MetaData-JPEG |
Perl extension for showing/modifying JPEG (meta)data] Image::MetaData::JPEG - Perl extension for showing/modifying JPEG (meta)data. WWW: https://metacpan.org/release/Image-MetaData-JPEG |
2006-08-05T13:53:16+00:00 | www/punbb |
Fast and lightweight PHP-powered discussion board PunBB is a fast and lightweight PHP-powered discussion board. It is released under the GNU General Public License. Its primary goals are to be faster, smaller and less graphically intensive as compared to other discussion boards. PunBB has fewer features than many other discussion boards, but is generally faster and outputs smaller, semantically correct XHTML-compliant pages. WWW: http://www.punbb.org/ |
2006-08-05T10:58:17+00:00 | misc/kbfx |
New K-menu for KDE KBFX is an alternative to the classical K-Menu button and it's menu. It improves the user experience by enabling the user to set a bigger start button and by finally replacing the Win95-like K-Menu. But if you still want the old menu, because you're used to it, it is still available as an option in kbfx. WWW: http://www.kbfx.org/ |
2006-08-05T10:53:21+00:00 | net/p5-RRD-Simple |
Simple interface to create and store data in RRD files RRD::Simple provides a simple interface to RRDTool's RRDs module. This module does not currently offer fetch method that is available in the RRDs module. It does however create RRD files with a sensible set of default RRA (Round Robin Archive) definitions, and can dynamically add new data source names to an existing RRD file. This module is ideal for quick and simple storage of data within an RRD file if you do not need to, nor want to, bother defining custom RRA definitions. WWW: http://search.cpan.org/dist/RRD-Simple/ |
2006-08-05T10:53:21+00:00 | databases/p5-RRD-Simple |
Simple interface to create and store data in RRD files RRD::Simple provides a simple interface to RRDTool's RRDs module. This module does not currently offer fetch method that is available in the RRDs module. It does however create RRD files with a sensible set of default RRA (Round Robin Archive) definitions, and can dynamically add new data source names to an existing RRD file. This module is ideal for quick and simple storage of data within an RRD file if you do not need to, nor want to, bother defining custom RRA definitions. WWW: https://metacpan.org/release/RRD-Simple |
2006-08-05T10:16:12+00:00 | www/pear-Services_Delicious |
PEAR Client for the del.icio.us web service Services_Delicious is a client for the REST-based web service of del.icio.us. del.icio.us is a social bookmarks manager. It allows you to easily add sites you like to your personal collection of links, to categorize those sites with keywords, and to share your collection not only between your own browsers and machines, but also with others. Services_Delicious allows you to select, add and delete your bookmarks from any PHP script. WWW: https://pear.php.net/package/Services_Delicious |
2006-08-05T10:15:33+00:00 | net/pear-Net_SMS |
PEAR SMS functionality This package provides SMS functionality and access to SMS gateways. WWW: https://pear.php.net/package/Net_SMS |
2006-08-05T07:26:03+00:00 | www/xpi-num2web |
Enum lookups support E164.org is a public enum directory of telephone numbers that can be reached over the Internet by anyone anywhere! The system works by publishing a DNS zone, 'e164.org', that can be used by various Internet applications including SER, Gnome Meeting and Asterisk. The idea is to be able to map your phone number to an Email address, website, VoIP addresses, etc. WWW: http://www.e164.org/ |
2006-08-04T17:01:11+00:00 | devel/ocaml-sexplib |
OCaml library for working with S-expressions This library contains functionality for parsing and pretty-printing S-expressions. In addition to that it contains an extremely useful preprocessing module for Camlp4, which can be used to automatically generate code from type definitions for efficiently converting OCaml-values to S-expressions and vice versa. In combination with the parsing and pretty-printing functionality this frees the user from having to write his own I/O-routines for data structures he defines. Possible errors during automatic conversions from S-expressions to OCaml-values are reported in a very human-readable way. Another module in the library allows you to extract and replace sub-expressions in S-expressions. WWW: http://janestreet.github.io/ |
2006-08-04T16:54:10+00:00 | devel/ocaml-xstrp4 |
OCaml extension to expands brace expansions This is a camlp4 extension that expands brace expansions like a shell does. See sample.ml for examples. WWW: http://www.ocaml-programming.de/packages/ |
2006-08-04T16:25:22+00:00 | security/ocaml-cryptgps |
Symmetric cryptographic algorithms package for OCaml This library implements Blowfish, DES, and Triple-DES. WWW: http://www.ocaml-programming.de/packages/ |
2006-08-04T16:05:52+00:00 | devel/ocaml-annexlib |
OCaml subroutines collection An extension Library This is mostly to fill in some gaps in the standard and Unix libraries, either for completeness or because they're things I find myself needing a lot of the time, and a few modules that aren't worthy of being their own releases. Enjoy. Most of this used to be part of an old library (stew) that I broke up into a couple of smaller ones. This one /was/ extlib, now annexlib. Its companion is mathlib. See supplied documentation for additional info. WWW: http://raevnos.pennmush.org/code/extlib/ |
2006-08-04T15:38:29+00:00 | www/p5-Net-Flickr-RDF |
Describe Flickr photos as RDF Net::Flickr::RDF - a.k.a RDF::Describes::Flickr WWW: https://metacpan.org/release/Net-Flickr-RDF |
2006-08-04T15:21:02+00:00 | devel/ocaml-camomile-examples |
Example programs for Camomile library Various examples for the Objective Caml Camomile library. WWW: http://camomile.sourceforge.net/ |
2006-08-04T15:16:55+00:00 | games/warsow-data |
Warsow data files This port installs data files needed to run Warsow, a free multiplayer first person shooter with cartoonish graphics based on Qfusion (a cool improvement over the Quake II engine). WWW: http://www.warsow.net/ |
2006-08-04T15:03:55+00:00 | security/linux-openssl |
SSL and crypto library (Linux Version) ${.CURDIR}/../${PORTNAME}/pkg-descr |
2006-08-04T15:03:55+00:00 | security/linux-krb5-libs |
An authentication system, successor to Kerberos IV (Linux version) ${.CURDIR}/../${PORTNAME:S/-libs//}/pkg-descr |
2006-08-04T15:03:55+00:00 | security/linux-f8-openssl |
The OpenSSL toolkit (Linux Fedora 8) ${.CURDIR}/../${PORTNAME}/pkg-descr |
2006-08-04T15:03:55+00:00 | security/linux-f10-openssl |
OpenSSL toolkit (Linux Fedora 10) ${.CURDIR}/../${PORTNAME}/pkg-descr |
2006-08-04T15:02:57+00:00 | devel/ocaml-camljava |
OCaml-Java library interface This is a very preliminary release of CamlJava, an OCaml/Java interface based on the following schema: Caml/C interface JNI (Java Native Interface) Caml <------------------> C <-----------------------------> Java Currently, CamlJava provides a low-level, weakly-typed OCaml interface very similar to the JNI. Java object references are mapped to an abstract type, and various JNI-like operations are provided to allow Java method invocation, field access, and more. A basic callback facility (allowing Java code to invoke methods on Caml objects) is also provided, although some stub Java code must be written by hand. In the future, a higher-level, strongly-typed interface will be provided, whereas Java classes are mapped directly to Caml classes. This raises fairly delicate type mapping issues, though, so don't hold your breath. WWW: http://caml.inria.fr/ |
2006-08-04T14:38:03+00:00 | ftp/linux-f8-curl |
The command line tool for transferring files with URL syntax (Linux Fedora 8) ${.CURDIR}/../${PORTNAME}/pkg-descr |
2006-08-04T14:38:03+00:00 | ftp/linux-f10-curl |
Command line tool for transferring files with URL syntax (Linux Fedora 10) ${.CURDIR}/../${PORTNAME}/pkg-descr |
2006-08-04T14:38:03+00:00 | ftp/linux-curl |
Curl linux version ${.CURDIR}/../${PORTNAME}/pkg-descr |
2006-08-04T11:10:12+00:00 | devel/p5-DateTime-Calendar-Discordian |
Perl extension for the Discordian Calendar A module that implements the Discordian calendar made popular(?) in the "Illuminatus!" trilogy by Robert Shea and Robert Anton Wilson and by the Church of the SubGenius. WWW: https://metacpan.org/release/DateTime-Calendar-Discordian |
2006-08-04T06:52:00+00:00 | x11/xorg-edit |
GUI to edit xorg.conf GUI to edit XServer-file xorg.conf easily WWW: http://www.deesaster.org/progxorg.php |
2006-08-04T06:32:05+00:00 | math/p5-Task-Math-Symbolic |
Math::Symbolic with lots of plugins This installs Math::Symbolic and a load of easily installable (i.e. pure Perl) plugins that make the module so much more powerful. WWW: https://metacpan.org/release/Task-Math-Symbolic |
2006-08-04T01:23:29+00:00 | math/jsmath-fonts-sprite |
Sprite fonts pack for jsMath Optional jsMath fonts for the sprite-image-fonts plugin Author: Davide P. Cervone WWW: http://www.math.union.edu/~dpvc/jsMath/authors/spriteImageFonts.html |
2006-08-03T22:04:33+00:00 | games/nazghul |
Computer role-playing game engine Nazghul is a computer role-playing game (CRPG) engine. Obviously, the emphasis is not on graphics or first-person squad-based stealth action. If you like roguelikes or the top-down, 2d, turn-based CRPG's that disappeared in the early 90's then this is for you. WWW: http://myweb.cableone.net/gmcnutt/nazghul.html |
2006-08-03T20:25:08+00:00 | lang/gnat-gcc43 |
The GNU Ada Compiler system The GNU Ada compiler system built from GCC 4.3.2. Please add ${PREFIX}/bin/gcc43 to your PATH variable before using this port. WWW: http://gcc.gnu.org/ |
2006-08-03T20:25:08+00:00 | lang/gnat-gcc42 |
The GNU Ada Compiler system The GNU Ada compiler system built from GCC 4.2.0. Please add ${PREFIX}/bin/gcc42 to your PATH variable before using this port. WWW: http://gcc.gnu.org/ |
2006-08-03T20:25:08+00:00 | lang/gnat-gcc41 |
The GNU Ada Compiler system The GNU Ada compiler system built from GCC 4.1.2. Please add ${PREFIX}/bin/gcc41 to your PATH variable before using this port. WWW: http://gcc.gnu.org/ |
2006-08-03T20:25:08+00:00 | lang/gnat-gcc34 |
The GNU Ada Compiler system The GNU Ada compiler system built from GCC 3.4.6. Please add ${PREFIX}/bin/gcc34 to your PATH variable before using this port. WWW: http://gcc.gnu.org/ |
2006-08-03T14:17:34+00:00 | devel/acovea-gtk |
GTK+ front-end to ACOVEA GTK+ front-end to ACOVEA. WWW: http://www.coyotegulch.com/products/acovea/acovea-gtk.html |
2006-08-03T07:29:03+00:00 | science/p5-Algorithm-SVMLight |
Perl interface to SVMLight Machine-Learning Package This module implements a perl interface to Thorsten Joachims' SVMLight package: SVMLight is an implementation of Vapnik's Support Vector Machine [Vapnik, 1995] for the problem of pattern recognition, for the problem of regression, and for the problem of learning a ranking function. The optimization algorithms used in SVMlight are described in [Joachims, 2002a ]. [Joachims, 1999a]. The algorithm has scalable memory requirements and can handle problems with many thousands of support vectors efficiently. -- http://svmlight.joachims.org/ WWW: https://metacpan.org/release/Algorithm-SVMLight |
2006-08-03T06:16:03+00:00 | devel/p5-SVN-Agent |
Simple svn manipulation This module provides regular svn operations on check out directory. It tries to do this in a simplest form possible. All operations are currently performed by running svn binary directly. Thus it is probably unportable. For a much more powerful way of working with svn repository see SVN::Client. WWW: https://metacpan.org/release/SVN-Agent |
2006-08-03T03:03:18+00:00 | textproc/yamcha |
Yet Another Multipurpose CHunk Annotator YamCha is a generic, customizable, and open source text chunker oriented toward a lot of NLP tasks, such as POS tagging, Named Entity Recognition, base NP chunking, and Text Chunking. YamCha is using a state-of-the-art machine learning algorithm called Support Vector Machines (SVMs), first introduced by Vapnik in 1995. WWW: http://chasen.org/~taku/software/yamcha/ |
2006-08-03T00:51:29+00:00 | net-p2p/p5-WWW-BitTorrent |
Search and Download .torrent(s) files from BitTorrents boards WWW::BitTorrent - Search and Download .torrent(s) files from BitTorrents boards. WWW: https://metacpan.org/release/WWW-BitTorrent |
2006-08-03T00:22:06+00:00 | java/ecj-bootstrap |
The JDT Core Batch Compiler The JDT Core Batch Compiler (stand alone verison of the Eclipse Java Compiler). This compiler is compatible with Java 1.3, 1.4 and 1.5. WWW: http://www.eclipse.org/ |
2006-08-02T20:14:46+00:00 | games/eduke32 |
Duke Nukem 3D Port based on JFDuke and EDuke EDuke32 is a fork of the JFDuke3D port of Duke Nukem 3D (aka Duke3D), merging it with EDuke to provide many new features for mod authors. Built on the foundation of Jonathon "JonoF" Fowler's JFDuke3D work (including Build engine author Ken "Awesoken" Silverman's badass Polymost renderer) combined with Matt "Matteus" Saettler's EDuke advances, EDuke32 screams cool so loud you'll think Bruce Dickinson got uppercut in the balls by Freddy Krueger. Hell, it even comes with Mapster32, the enhanced Build editor. The EDuke32 and Mapster32 development team is lead by Richard "TerminX" Gobeille, author of the popular Cinema mod for Max Payne 2, the Project X TC demo for EDuke 2.0, and Mapster, the original Build editor enhancement. Features * Enhanced event-based game scripting system * OpenGL renderer (truecolor textures, MD2/MD3 models) * Cross-platform * Augmented map editor WWW: http://eduke32.com/ |
2006-08-02T20:12:40+00:00 | games/duke3d-data |
Duke Nukem 3D Data This port installs the data files needed to run Duke Nukem 3D. It either asks for the original data, or downloads a shareware version based on the selected options. In the first case you need to have a legitimate copy of the game in order to obtain the DUKE3D.GRP file. WWW: http://www.3drealms.com/duke3d/ |
2006-08-02T17:22:08+00:00 | security/p5-Crypt-OICQ |
Cryptographic algorithm used by OICQ protocol This module implements the cipher used by OICQ instant messaging protocol, used by Tencent Technology Limited, China. WWW: https://metacpan.org/release/Crypt-OICQ |
2006-08-02T17:18:30+00:00 | net/p5-Net-FS-Flickr |
Perl interface for store and retrieve files on Flickr Net::FS::Flickr - store and retrieve files on Flickr WWW: https://metacpan.org/release/Net-FS-Flickr |
2006-08-02T17:16:36+00:00 | net/p5-Net-Telnet-Netscreen |
Perl interface for interact with a Netscreen firewall Net::Telnet::Netscreen - interact with a Netscreen firewall WWW: https://metacpan.org/release/Net-Telnet-Netscreen |
2006-08-02T13:15:30+00:00 | www/p5-Apache-SizeLimit |
Kill httpd processes if they grow too large This module allows you to kill off Apache httpd processes if they grow too large. You can make the decision to kill a process based on its overall size, by setting a minimum limit on shared memory, or a maximum on unshared memory. You can set limits for each of these sizes, and if any limit is exceeded, the process will be killed. You can also limit the frequency that these sizes are checked so that this module only checks every N requests. WWW: http://search.cpan.org/dist/Apache-SizeLimit/ |
2006-08-02T11:43:51+00:00 | devel/tre |
A lightweight, robust, efficient regexp matching library TRE is a lightweight, robust, and efficient POSIX compliant regexp matching library supporting: - approximate (fuzzy) matching, - strict standards conformance, - predicable and modest memory consumption, - wide-character and multibyte character support, - binary pattern and data support, - thread-safe implementation. At the core of TRE 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. WWW: http://laurikari.net/tre/ |
2006-08-02T11:37:28+00:00 | net/p5-URI-FromHash |
Create URI from hash of components This module provides a simple functional "named parameters" style interface for creating URIs. Underneath the hood it uses URI.pm, though because of the simplified interface it may not support all possible options for all types of URIs. It was created for the common case where you simply want to have a simple interface for creating syntactically correct URIs from known components (like a path and query string). Doing this using the native URI.pm interface is rather tedious, requiring a number of method calls, which is particularly ugly when done inside a templating system such as Mason or TT2. WWW: https://metacpan.org/release/URI-FromHash |
2006-08-02T11:03:38+00:00 | textproc/p5-Text-Flowed |
RFC2646 format=flowed This module provides functions that deals with formatting data with Content-Type 'text/plain; format=flowed' as described in RFC2646 (http://www.rfc-editor.org/rfc/rfc2646.txt). In a nutshell, format=flowed text solves the problem in plain text files where it is not known which lines can be considered a logical paragraph, enabling lines to be automatically flowed (wrapped and/or joined) as appropriate when displaying. In format=flowed, a soft newline is expressed as " \n", while hard newlines are expressed as "\n". Soft newlines can be automatically deleted or inserted as appropriate when the text is reformatted. WWW: https://metacpan.org/release/Text-Flowed |
2006-08-02T10:54:42+00:00 | www/p5-Template-Iterator-AlzaboWrapperCursor |
Turns a Class-AlzaboWrapper-Cursor object into a TT2 iterator This module allows a Class::AlzaboWrapper::Cursor object to be used as a TT2 iterator. For a cursor which returns one object at a time, the iterator simply returns one object per iteration. When the cursor returns multiple objects, the iterator returns a hash reference where the keys are the table name of the object's class in lower-case, with camel-casing turned into underscores. The values of the hash are the objects. So if the cursor returns Foo::User and Foo::Page objects, the keys are "user" and "page". WWW: https://metacpan.org/release/Template-Iterator-AlzaboWrapperCursor |
2006-08-02T10:27:37+00:00 | devel/acovea |
Tool to find the "best" compiler options using genetic algorithm ACOVEA (Analysis of Compiler Options via Evolutionary Algorithm) implements a genetic algorithm to find the "best" options for compiling programs with the GNU Compiler Collection (GCC) C and C++ compilers. "Best", in this context, is defined as those options that produce the fastest executable program from a given source code. Acovea is a C++ framework that can be extended to test other programming languages and non-GCC compilers. WWW: http://www.coyotegulch.com/products/acovea/index.html |
2006-08-02T10:19:55+00:00 | devel/p5-Readonly-XS |
Companion module for Readonly.pm, to speed up read-only scalar variables This module corrects the speed problem, at least with respect to scalar variables. When Readonly::XS is installed, Readonly uses it to access the internals of scalar variables. Instead of creating a scalar variable object and tying it, Readonly simply flips the SvREADONLY bit in the scalar's FLAGS structure. Readonly arrays and hashes are not sped up by this, since the SvREADONLY flag only works for scalars. Arrays and hashes always use the tie interface. Programs that you write do not need to know whether Readonly::XS is installed or not. They should just "use Readonly" and let Readonly worry about whether or not it can use XS. If the Readonly::XS is present, Readonly will be faster. If not, it won't. Either way, it will still work, and your code will not have to change. Your program can check whether Readonly.pm is using XS or not by examining the $Readonly::XSokay variable. It will be true if the XS module was found and is being used. Please do not change this variable. WWW: https://metacpan.org/release/Readonly-XS |
2006-08-02T10:06:15+00:00 | textproc/p5-Plucene-Simple |
Interface to Plucene This provides a simple interface to Plucene. Plucene is large and multi- featured, and it expected that users will subclass it, and tie all the pieces together to suit their own needs. Plucene::Simple is, therefore, just one way to use Plucene. It's not expected that it will do exactly what *you* want, but you can always use it as an example of how to build your own interface. WWW: https://metacpan.org/release/PluceneSimple |
2006-08-02T09:13:33+00:00 | games/agame |
Simple Tetris-like game A simple tetris-like game. The objective of the game is to keep the level of colored blocks down as long as possible. New blocks are falling down at an increasing rate, blocks can be removed by creating rows of three or more blocks of the same color. The longer the row, the more points you get. WWW: http://zevv.nl/play/code/game/ |
2006-08-02T08:43:58+00:00 | devel/libevocosm |
Collection of tools for creating a variety of evolutionary algorithms Evocosm is a set of classes that abstract the fundamental components of an evolutionary algorithm: -- Random Numbers -- Validation -- Floating- Point Chromosomes -- Roulette Wheels -- Organisms -- Fitness Landscapes -- Evocosms -- Fitness Scaling -- Migration -- Selecting Survivors -- Reproduction -- Mutation Operators WWW: http://www.coyotegulch.com/products/libevocosm/index.html |
2006-08-02T08:12:11+00:00 | devel/libcoyotl |
Collection of useful C++ classes The Coyotl library collects several C++ tools that have proven useful in many of my programs, but which aren't "big enough" to warrant an individual library. Key features of Coyotl include: -- A polymorphic collection of the best pseudorandom number generators, including the Mersenne Twister and Marsaglia's favorites. -- Utilities for floating-point numbers, including additional functions for trigonometry, least common multiple, greatest common denominator, rounding, and other purposes. -- A simple cross-platform command-line parser. -- A framework for generating random rectangular mazes. -- A template for fixed-point math based on different integer sizes and decimal point locations. -- Templatized sorting utilities (designed before Std. C++'s <algorithms>, but still useful) -- Validation tools for "Design by Contract" programming. WWW: http://www.coyotegulch.com/products/libcoyotl/index.html |
2006-08-02T03:20:18+00:00 | www/p5-IMDB-Film |
OO Perl interface to the movies database IMDB IMDB::Film is an object-oriented interface to the IMDB. You can use that module to retrieve information about film: title, year, plot etc. WWW: https://metacpan.org/release/IMDB-Film |
2006-08-02T01:21:33+00:00 | devel/p5-AI-Prolog |
Perl extension for logic programming AI::Prolog is merely a convenient wrapper for a pure Perl Prolog compiler. Regrettably, at the current time, this requires you to know Prolog. That will change in the future. WWW: https://metacpan.org/release/AI-Prolog |
2006-08-02T01:20:01+00:00 | textproc/p5-Text-Quote |
Quotes strings as required for perl to eval them back correctly Text::Quote is intended as a utility class for other classes that need to be able to produce valid perl quoted strings. It posses routines to determine the ideal quote character to correctly quote hash keys, to correctly quote and encode binary strings. WWW: https://metacpan.org/release/Text-Quote |
2006-08-02T01:18:48+00:00 | devel/p5-Hash-AsObject |
Hashes with accessors/mutators A Hash::AsObject is a blessed hash that provides read-write access to its elements using accessors. (Actually, they're both accessors and mutators.) It's designed to act as much like a plain hash as possible; this means, for example, that you can use methods like DESTROY and if the Hash::AsObject has an element with that name, it'll get or set it. WWW: https://metacpan.org/release/Hash-AsObject |
2006-08-02T01:16:21+00:00 | devel/p5-aliased |
Use shorter versions of class names aliased is simple in concept but is a rather handy module. It loads the class you specify and exports into your namespace a subroutine that returns the class name. You can explicitly alias the class to another name or, if you prefer, you can do so implicitly. In the latter case, the name of the subroutine is the last part of the class name. WWW: https://metacpan.org/release/aliased |
2006-08-01T23:31:06+00:00 | emulators/pyxmame |
Simple frontend for the xmame Pyxmame is a free application that provides a simple frontend for the xmame, developed with PyGTK WWW: http://pegueroles.com/Pyxmame/ |
2006-08-01T20:45:50+00:00 | devel/p5-Log-Dispatch-Email-EmailSend |
Subclass of Log-Dispatch-Email that uses Email-Send This is a subclass of Log::Dispatch::Email that implements the send_email method using the Email::Send module. WWW: https://metacpan.org/release/Log-Dispatch-Email-EmailSend |
2006-08-01T20:41:21+00:00 | multimedia/v4l_compat |
Video4Linux IOCTL header files This port installs the Video4Linux user space API header files. WWW: https://linuxtv.org |
2006-08-01T20:32:41+00:00 | editors/richtext |
A simple RTF editor This a simple editor for Microsoft RTF files ver. 1.3. Author: David Stes WWW: http://users.pandora.be/stes/ |
2006-08-01T20:22:11+00:00 | cad/gspiceui |
GUI for ngspice and gnucap circuit simulators gSpiceUI is intended to provide a GUI for freely available electronic circuit simulation engines ie. NG-Spice and GNU-Cap. The utility gnetlist is used to convert schematic files to netlist files, Gwave or Gaw to display simulation results and gschem is the preferred schematic capture tool. WWW: http://users.tpg.com.au/micksw012/gspiceui.html |
2006-08-01T20:12:19+00:00 | devel/p5-Linux-Pid |
Get native PID and the PPID Why should one use a module to get the PID and the PPID of a process where there are the $$ variable and the getppid() builtin? (Not mentioning the equivalent POSIX::getpid() and POSIX::getppid() functions.) In fact, this is useful on Linux, with multithreaded programs. Linux' C library, using the linux thread model, returns different values of the PID and the PPID from different threads. (Other thread models such as NPTL don't have the same behaviour). This module forces perl to call the underlying C functions getpid() and getppid(). WWW: http://search.cpan.org/dist/Linux-Pid/ |
2006-08-01T20:05:31+00:00 | audio/herrie |
Small command line interface music player Herrie is a small command line music player. It has vim-like controls and has some unique features, like chroot()'ing and dropping privileges. It also supports submission of songs to AudioScrobbler. This makes it an ideal application for low-end jukeboxes. WWW: http://herrie.info/ |
2006-08-01T16:54:55+00:00 | devel/p5-Logfile-Rotate |
Perl module to rotate logfiles Perl module to rotate log files WWW: https://metacpan.org/release/Logfile-Rotate |
2006-08-01T15:07:54+00:00 | science/svmlight |
Implementation of Support Vector Machines (SVMs) in C SVMlight is an implementation of Vapnik's Support Vector Machine [Vapnik, 1995] for the problem of pattern recognition, for the problem of regression, and for the problem of learning a ranking function. The optimization algorithms used in SVMlight are described in [Joachims, 2002a ]. [Joachims, 1999a]. The algorithm has scalable memory requirements and can handle problems with many thousands of support vectors efficiently. The software also provides methods for assessing the generalization performance efficiently. It includes two efficient estimation methods for both error rate and precision/recall. XiAlpha-estimates [Joachims, 2002a, Joachims, 2000b] can be computed at essentially no computational expense, but they are conservatively biased. Almost unbiased estimates provides leave-one-out testing. SVMlight exploits that the results of most leave-one-outs (often more than 99%) are predetermined and need not be computed [Joachims, 2002a]. WWW: http://svmlight.joachims.org/ |
2006-08-01T14:51:28+00:00 | www/xpi-mrtech-local-install |
Manage extensions and themes locally The primary goal of this extension is to provide the tools needed to install and manage extensions and themes locally. To do this the extension provides multi-extension installation support, hacking capabilities to the Extension/Theme manager windows, features to find and troubleshoot Extensions/Themes Build, GUID and Profile information. WWW: http://mrtech.com/extensions/local_install/ |
2006-08-01T14:15:51+00:00 | devel/p5-Class-Field |
Class Field Accessor Generator Class::Field exports two subroutines, field and const. These functions are used to declare fields and constants in your class. Class::Field generates custom code for each accessor that is optimized for speed. WWW: https://metacpan.org/release/Class-Field |
2006-08-01T13:42:17+00:00 | security/pecl-tcpwrap |
PECL extension which provides tcpwrappers binding This tcpwrap extension for PHP handles /etc/hosts.allow and /etc/hosts.deny files. WWW: http://pecl.php.net/package/tcpwrap/ |
2006-08-01T13:29:03+00:00 | devel/p5-IPC-Mmap-Share |
Safely share structures among processes using anonymous mmap The IPC::Mmap::Share was born out of the need to share structures among processes that come from the same ancestor. It tries to do so in a very simple and straightforward manner. Just create an IPC::Mmap::Share object, and use set to store your data and get to get it back. WWW: https://metacpan.org/release/IPC-Mmap-Share |
2006-08-01T13:06:55+00:00 | security/httprint |
Web server fingerprinting tool httprint is a web server fingerprinting tool. It relies on web server characteristics to accurately identify web servers, despite the fact that they may have been obfuscated by changing the server banner strings, or by plug-ins such as mod_security or servermask. httprint can also be used to detect web enabled devices which do not have a server banner string, such as wireless access points, routers, switches, cable modems, etc. httprint uses text signature strings and it is very easy to add signatures to the signature database. WWW: http://www.net-square.com/httprint.html |
2006-08-01T12:55:43+00:00 | devel/p5-Tie-Simple |
Variable ties made easier: much, much, much easier This module adds the ability to quickly create new types of tie objects without creating a complete class. It does so in such a way as to try and make the programmers life easier when it comes to single-use ties that I find myself wanting to use from time-to-time. The Tie::Simple package is actually a front-end to other classes which really do all the work once tied, but this package does the dwimming to automatically figure out what you're trying to do. I've tried to make this as intuitive as possible and dependent on other bits of Perl where I can to minimize the need for documentation and to make this extra, extra spiffy. WWW: https://metacpan.org/release/Tie-Simple |
2006-08-01T12:38:49+00:00 | devel/p5-Term-Menus |
Create Powerful Terminal, Console, and CMD Environment Menus Term::Menus allows you to create powerful Terminal, Console and CMD environment menus. Any perl script used in a Terminal, Console or CMD environment |