pkgsrc.git
15 years agoImport ruby-clutter-gst-0.8.0 as multimedia/ruby-clutter-gst.
obache [Tue, 16 Dec 2008 12:34:31 +0000 (12:34 +0000)]
Import ruby-clutter-gst-0.8.0 as multimedia/ruby-clutter-gst.

This is a binding for the Clutter GStreamer library for use from Ruby.

15 years agoImport ruby-clutter-gtk-0.8.0 as graphics/ruby-clutter-gtk.
obache [Tue, 16 Dec 2008 12:29:31 +0000 (12:29 +0000)]
Import ruby-clutter-gtk-0.8.0 as graphics/ruby-clutter-gtk.

This is a binding for the Clutter GTK+ widget for use from Ruby.

15 years agoImport ruby-clutter-cairo-0.8.0 as graphics/ruby-clutter-cairo.
obache [Tue, 16 Dec 2008 12:27:49 +0000 (12:27 +0000)]
Import ruby-clutter-cairo-0.8.0 as graphics/ruby-clutter-cairo.

This is a binding for the Clutter Cairo library for use from Ruby.

15 years agoImport ruby-clutter-core-0.8.0 as graphics/ruby-clutter-core.
obache [Tue, 16 Dec 2008 12:26:20 +0000 (12:26 +0000)]
Import ruby-clutter-core-0.8.0 as graphics/ruby-clutter-core.

This is a binding for the Clutter Core library for use from Ruby.

15 years agoImport ruby-clutter-0.8.0 as graphics/ruby-clutter.
obache [Tue, 16 Dec 2008 12:22:38 +0000 (12:22 +0000)]
Import ruby-clutter-0.8.0 as graphics/ruby-clutter.

This is a set of bindings for the Clutter libraries for use from Ruby.

15 years agoImport apache-maven-2.0.9 as devel/apache-maven
yyamano [Tue, 16 Dec 2008 07:39:41 +0000 (07:39 +0000)]
Import apache-maven-2.0.9 as devel/apache-maven

Maven is a software project management and comprehension tool.
Based on the concept of a project object model (POM), Maven
can manage a project's build, reporting and documentation from
a central piece of information.

15 years agoImport PEAR::HTML_TreeMenu version 1.2.1:
dsainty [Tue, 16 Dec 2008 01:39:55 +0000 (01:39 +0000)]
Import PEAR::HTML_TreeMenu version 1.2.1:

The PEAR::HTML_TreeMenu PHP package provides methods for HTML tree menus.

PHP Based api creates a tree structure using a couple of small PHP classes.
This can then be converted to javascript using the printMenu() method.  The
tree is dynamic in IE 4 or higher, NN6/Mozilla and Opera 7, and maintains state
(the collapsed/expanded status of the branches) by using cookies.
Other browsers display the tree fully expanded.  Each node can have an
optional link and icon.

15 years agoAn implementation of the Proxy ARP Daemon specified in RFC1027.
roy [Mon, 15 Dec 2008 15:55:42 +0000 (15:55 +0000)]
An implementation of the Proxy ARP Daemon specified in RFC1027.

15 years agoImport silgraphite-xft-2.3 as graphics/silgraphite-xft.
minskim [Mon, 15 Dec 2008 00:44:52 +0000 (00:44 +0000)]
Import silgraphite-xft-2.3 as graphics/silgraphite-xft.

Graphite is a smart font engine that basically takes a unicode string
and font formatting information (features, size, etc.) and returns a
set of positioned glyphs.  In reality, Graphite does more than this in
that it handles cursor tracking and interaction with the rendering
engine for string selection, etc.

This package is a wrapper for Xft.

15 years agoImport py-clutter-0.8.2 as graphics/py-clutter.
obache [Sun, 14 Dec 2008 15:50:21 +0000 (15:50 +0000)]
Import py-clutter-0.8.2 as graphics/py-clutter.

This package contains the Python modules that allow you to use the
Clutter toolkit in Python programs.

15 years agoImport python-pyclutter-0.8.2 as graphics/py-pyclutter.
obache [Sun, 14 Dec 2008 11:19:24 +0000 (11:19 +0000)]
Import python-pyclutter-0.8.2 as graphics/py-pyclutter.

This package contains the Python modules that allow you to use the
Clutter toolkit in Python programs.

15 years agoImport p5-clutter-0.8.2.0 as graphics/p5-clutter.
obache [Sun, 14 Dec 2008 11:13:32 +0000 (11:13 +0000)]
Import p5-clutter-0.8.2.0 as graphics/p5-clutter.

Perl bindings to the Clutter OpenGL canvas.  Clutter aims to give a nice
and easy GObject based API for creating fast, heavily stylised applications,
such as media box UI, presentations, kiosk style applications, etc.

Clutter uses OpenGL for rendering.

The Clutter Perl bindings allow you to write canvas-based applications in
a Perlish and object-oriented way, freeing you from having to care about
casting and memory management of the original Clutter C API, and yet
remaining close to its spirit.

15 years agoImport clutter-gst-0.8.0 as multimedia/clutter-gst.
obache [Sun, 14 Dec 2008 11:10:01 +0000 (11:10 +0000)]
Import clutter-gst-0.8.0 as multimedia/clutter-gst.

Clutter-GStreamer (clutter-gst) is an integration library for using GStreamer
with Clutter.

Clutter is an open source software library for creating fast, visually
rich and animated graphical user interfaces. It uses OpenGL for drawing
primitives and has multiple backends, allowing its usage on different
platforms.

GStreamer is a streaming media framework, based on graphs of filters
which operate on media data.  Applications using this library can do
anything from real-time sound processing to playing videos, and just
about anything else media-related.  Its plugin-based architecture means
that new data types or processing capabilities can be added simply by
installing new plug-ins.

15 years agoImport clutter-gtk-0.8.2 as graphics/clutter-gtk.
obache [Sun, 14 Dec 2008 11:06:42 +0000 (11:06 +0000)]
Import clutter-gtk-0.8.2 as graphics/clutter-gtk.

Clutter-GTK is a library providing facilities to integrate Clutter into GTK+
applications. It provides a GTK+ widget, GtkClutterEmbed, for embedding the
default ClutterStage into any GtkContainer.

15 years agoImport clutter-cairo-0.8.2 as graphics/clutter-cairo.
obache [Sun, 14 Dec 2008 11:04:35 +0000 (11:04 +0000)]
Import clutter-cairo-0.8.2 as graphics/clutter-cairo.

An experimental clutter cairo 'drawable' actor. Sucks a bit as renders
cairo via an image surface and thus no real cairo rendering
acceleration. Experiments with glitz and sharing GL contexts for such
acceleration proved problematic. Needs more investigation.

15 years agoImport clutter-box2d-0.8.0 as graphics/clutter-box2d.
obache [Sun, 14 Dec 2008 11:02:30 +0000 (11:02 +0000)]
Import clutter-box2d-0.8.0 as graphics/clutter-box2d.

A glue layer between clutter and box2d that provides a special group where the
actors can be set to be static or dynamic in regard to a physics simulation. The
source tree currently contains an embedded version of box2d trunk.

Features:
  - Children of the ClutterBox2d group can be simulated as static or dynamic
    rigid bodies. Collision detection.
  - Specifying the gravity of the world.
  - play/pause control over the box2d physics engine
  - Setting linear and angular velocities of simulated children.
  - automatic position synchronization between clutter and box2d.
  - joints
      - prismatic.
      - revolute.
      - distance (spring)
      - mouse (for dragging objects around and manipulating them).

15 years agoImport clutter-0.8.4 as graphics/clutter.
obache [Sun, 14 Dec 2008 10:57:18 +0000 (10:57 +0000)]
Import clutter-0.8.4 as graphics/clutter.

Clutter it an open source software library for creating fast, visually
rich and animated graphical user interfaces.

15 years agoImport fuse-gstfs-0.1.
bjs [Sun, 14 Dec 2008 06:37:49 +0000 (06:37 +0000)]
Import fuse-gstfs-0.1.

GSTFS is a filesystem for on-demand transcoding of music files between
different formats.  It utilizes the gstreamer library for conversion so any
formats supported by gstreamer should also be supported by gstfs.  The
filesystem's only requirement is that the gstreamer pipeline begin with a
filesrc with the name "_source" and end with an fdsink with the name "_dest".
The filesystem will automatically substitute the filename and fd number in
these pipelines.

15 years agoImport silgraphite-ft from pkgsrc.
minskim [Sat, 13 Dec 2008 06:58:01 +0000 (06:58 +0000)]
Import silgraphite-ft from pkgsrc.

Graphite is a smart font engine that basically takes a unicode string
and font formatting information (features, size, etc.) and returns a
set of positioned glyphs.  In reality, Graphite does more than this in
that it handles cursor tracking and interaction with the rendering
engine for string selection, etc.

This package is a wrapper for FreeType.

15 years agoImport qbzr-0.9.5
epg [Sat, 13 Dec 2008 06:31:59 +0000 (06:31 +0000)]
Import qbzr-0.9.5

QBzr is a cross-platform GUI front end for Bazaar, based on Qt toolkit.
It provides a graphical user interface for those Bazaar commands where it can
simplify the usage: Highlighting of differences between files, "browsable" log
view, possibility to commit only some files without listing them all on the
command line, etc.

15 years agoImport py-qt4-4.4.4 (packaged by wiz, minor tweaks by me).
epg [Sat, 13 Dec 2008 05:19:12 +0000 (05:19 +0000)]
Import py-qt4-4.4.4 (packaged by wiz, minor tweaks by me).

PyQt is a set of Python bindings for the Qt toolkit. PyQt brings
together the Qt C++ cross-platform toolkit and the cross-platform
interpreted language Python.  PyQt contains 300 classes and over
5,750 functions and methods.

PyQt also includes the pyuic and pylupdate utilities which correspond
to the Qt uic and lupdate utilities.  pyuic converts the GUI designs
created with Qt Designer to executable Python code.  pylupdate
scans Python code, extracts all strings that are candidates for
internationalisation, and creates an XML file for use by Qt Linguist.

The x11/py-qt3-modules and x11/py-qt3-qscintilla packages provide
more Python modules for Qt.

15 years agoImport new package: wpa_supplicant.
reed [Thu, 11 Dec 2008 21:18:41 +0000 (21:18 +0000)]
Import new package: wpa_supplicant.
Note this is the development version and this package is not marked
-devel.
(The version in NetBSD -current is also a development version.)
The patch is based on changes as seen in NetBSD's custom driver_netbsd.c
(as compared to driver_bsd.c).

The wpa_supplicant package provides a wireless client daemon that supports
WPA, WPA2 (IEEE 802.11i / RSN), and WEP.  It implements key
negotiation with a WPA Authenticator and it controls the roaming
and IEEE 802.11 authentication/association of the wlan driver.  It
supports several EAP authentication methods.

This package also includes the wpa_cli console frontend.

15 years agoImport midori-0.1.1 as www/midori.
ahoka [Thu, 11 Dec 2008 20:15:49 +0000 (20:15 +0000)]
Import midori-0.1.1 as www/midori.

Midori is a lightweight web browser.

Features
Full integration with GTK+ 2
Fast rendering with WebKit
Tabs, windows and session management
Bookmarks with XBEL and token support
Flexibly configurable Web Searchbox
Custom context menu actions
User scripts and user styles support
Extensible via Javascript

15 years agoImport webkit-gtk-1.0.2.35656 as www/webkit-gtk.
ahoka [Thu, 11 Dec 2008 19:38:57 +0000 (19:38 +0000)]
Import webkit-gtk-1.0.2.35656 as www/webkit-gtk.

WebKit is an open source web browser engine. WebKit is also the name of
the Mac OS X system framework version of the engine that's used by
Safari, Dashboard, Mail, and many other OS X applications. WebKit's HTML
and JavaScript code began as a branch of the KHTML and KJS libraries
from KDE.

This is the GTK2+ port of the engine.

15 years agoInitial import of stegavorto-0.0.2.20081210:
wiz [Thu, 11 Dec 2008 10:33:56 +0000 (10:33 +0000)]
Initial import of stegavorto-0.0.2.20081210:

Last tuesday night I had a dream.
In this dream, Michael Sweet,
frontman of 1980's glam-rock hair-band "Stryper" appeared to me...
except he was wearing a business suit...
and standing on the front lawn of a public library...
and he challenged me to play a game,
a strange game that I had never played before.
When I awoke I knew that I had to program it...

Click on letters to spell out secret words.

Your score will be higher if the distance between letters is smaller

15 years agoInitial import of LostPixels-0.5.3:
wiz [Wed, 10 Dec 2008 00:17:16 +0000 (00:17 +0000)]
Initial import of LostPixels-0.5.3:

Blinken Sisters is an open source game in 80s retro style, free to
download, fully playable and easy to handle. Enjoy jumping and
running with Agent Kate through various levels of danger, collecting
all the pixels that were lost in another dimension!

15 years agoInitial import of fotoxx-5.7.1:
wiz [Tue, 9 Dec 2008 15:10:34 +0000 (15:10 +0000)]
Initial import of fotoxx-5.7.1:

Fotoxx is a free open source Linux program for editing image files
from a digital camera. The goal of fotoxx is to meet most image
editing needs while remaining easy to use.

Navigate images with a pageable thumbnail window, edit an entire
image or selected areas, change brightness and contrast, flatten
brightness distribution, change color intensity, reduce the number
of colors (posterize), make panoramas, make HDR images, crop, rotate
(any angle), rescale, fix red-eye, fix perspective (slanted
buildings), warp, sharpen, blur, remove noise (speckles), add tags
to images and search by tags, make a collage of images and text,
print.

15 years agoInitial import of xdg-utils-1.0.2:
wiz [Tue, 9 Dec 2008 15:04:56 +0000 (15:04 +0000)]
Initial import of xdg-utils-1.0.2:

The xdg-utils package is a set of simple scripts that provide basic
desktop integration functions for any Free Desktop, such as Linux.

They are intended to provide a set of defacto standards. This means
that:

* Third party software developers can rely on these xdg-utils for
all of their simple integration needs.

* Developers of desktop environments can make sure that their
environments are well supported

If a desktop developer wants to be certain that their environment
functions with all third party software, then can simply make sure
that these utilities work properly in their environment.  This will
hopefully mean that 'third tier' window managers such as XFCE and
Blackbox can reach full parity with Gnome and KDE in terms of third
party ISV support.

* Distribution vendors can provide custom versions of these utilities

If a distribution vendor wishes to have unusual systems, they can
provide custom scripts, and the third party software should still
continue to work.

15 years agoInitial import of diffuse-0.2.15:
wiz [Tue, 9 Dec 2008 14:19:21 +0000 (14:19 +0000)]
Initial import of diffuse-0.2.15:

Diffuse is a graphical tool for merging and comparing text files.
Diffuse is able to compare an arbitrary number of files side-by-side
and gives users the ability to manually adjust line matching and
directly edit files.  Diffuse can also retrieve revisions of files
from Bazaar, CVS, Darcs, Git, Mercurial, Monotone, Subversion, and
SVK repositories for comparison and merging.

Some key features of Diffuse:
- ability to compare and merge an arbitrary number of files
  side-by-side (n-way merges)
- line matching can be manually corrected by the user
- ability to directly edit files
- syntax highlighting
- Bazaar, CVS, Darcs, Git, Mercurial, Monotone, Subversion, and
  SVK support
- support for UTF-8 encoded unicode
- unlimited undo
- easy keyboard navigation

15 years agoInitial import of texdrive-0.0.20081126:
wiz [Tue, 9 Dec 2008 12:19:59 +0000 (12:19 +0000)]
Initial import of texdrive-0.0.20081126:

texdrive is an emacs minor-mode for adding mathematical equations
to html-pages; things like Euler's identity, Pythagoras theorem
and so on.

15 years agoInitial import of whohas-0.21:
wiz [Tue, 9 Dec 2008 10:53:10 +0000 (10:53 +0000)]
Initial import of whohas-0.21:

whohas is a command line tool that allows querying several package
lists at once. whohas is written in Perl and was designed to help
package maintainers find ebuilds, pkgbuilds and similar package
definitions from other distributions to learn from. However, it
can also be used by normal users who want to know:

- Which distribution has packages available for apps upon whom the
user depends.

- What version of a given package is in use in each distribution,
or in each release of a distribution (implemented only for Debian).

15 years agoImport xfce4-volman-0.2.0 as sysutils/xfce4-volman.
ahoka [Tue, 9 Dec 2008 10:32:26 +0000 (10:32 +0000)]
Import xfce4-volman-0.2.0 as sysutils/xfce4-volman.

HAL backed volume manager for Thunar and Xfce.

15 years agoImport zzuf-0.12.
bjs [Tue, 9 Dec 2008 06:56:52 +0000 (06:56 +0000)]
Import zzuf-0.12.

zzuf is a transparent application input fuzzer. It works by intercepting
file operations and changing random bits in the program's input. zzuf's
behaviour is deterministic, making it easy to reproduce bugs.

For instructions and examples on how to use zzuf, see the manual page.

15 years agoImport silgraphite from pkgsrc-wip.
minskim [Tue, 9 Dec 2008 01:54:25 +0000 (01:54 +0000)]
Import silgraphite from pkgsrc-wip.

Graphite is a project under development within SIL's Non-Roman Script
Initiative and Language Software Development groups to provide
rendering capabilities for complex non-Roman writing systems.

Its smart-font engine is the bit that takes a Unicode string, font
formatting information (features, size, etc.), and a font, and returns
a set of positioned glyphs.  Graphite also does more than this, in
that it can handle cursor tracking and interaction with the
application for string selection, etc.

15 years agoFast output system for snort
adrianp [Mon, 8 Dec 2008 23:23:26 +0000 (23:23 +0000)]
Fast output system for snort

15 years agoThe Flash Operator panel is a 'switchboard' application for the Asterisk PBX
jnemeth [Mon, 8 Dec 2008 04:53:28 +0000 (04:53 +0000)]
The Flash Operator panel is a 'switchboard' application for the Asterisk PBX
system. It displays information about your Asterisk PBX activity in real
time via a standard web browser with Flash plugin. The display and button
layout is configurable, you can have more than a 100 buttons on the screen
at once.

You can see at a glance:

   * What extensions are busy, ringing or available
   * Who is talking and to whom (clid, context, priority)
   * SIP registration status and reachability
   * Meetme room status (number of users) in the room
   * Queue status (number of users waiting)
   * Parked extensions
   * Call duration Timers
   * Logged in Agents

You can perform these actions:

   * Hang-up a channel (double click the colored dot on the button)
   * Transfer a call leg via drag&drop (drag the phone icon on a button to
     another button)
   * Originate calls via drag&drop
   * Drag an available extension to an ongoing conversation and conference
     the three together.
   * Change the callerid text to something meaningfull when transferring or
     originating a call
   * Mute/Unmute meetme participants

15 years agoImport xhomer-9.16.06 as emulators/xhomer.
obache [Sat, 6 Dec 2008 12:56:27 +0000 (12:56 +0000)]
Import xhomer-9.16.06 as emulators/xhomer.
Based on PR 39980 by John Maier.

Xhomer is a machine emulator for the Digital Equipment Corporation (DEC)
Pro 350 computer, a PDP-11-based machine that was sold in the early
to mid-'80's.  Xhomer is based on the PDP-11 CPU core from the SIMH simulator,
and is written entirely in C.

15 years agoThe Symbion SSL Proxy listens on a TCP port, accepts SSL connections, and
sborrill [Fri, 5 Dec 2008 12:52:39 +0000 (12:52 +0000)]
The Symbion SSL Proxy listens on a TCP port, accepts SSL connections, and
forwards them to another (local or remote) TCP port, or UNIX domain socket.

15 years agoInitial import of tomboy-0.12.1, based on rhaen's 0.11.3 package:
wiz [Thu, 4 Dec 2008 16:45:09 +0000 (16:45 +0000)]
Initial import of tomboy-0.12.1, based on rhaen's 0.11.3 package:

Tomboy is a desktop note-taking application for Linux and Unix. Simple
and easy to use, but with potential to help you organize the ideas and
information you deal with every day.

15 years agoInitial import of py-gtksourceview-2.4.0:
wiz [Wed, 3 Dec 2008 09:43:22 +0000 (09:43 +0000)]
Initial import of py-gtksourceview-2.4.0:

Python bindings for the version 2 of the GtkSourceView library.

15 years agoInitial import of mousetweaks-2.24.2:
wiz [Wed, 3 Dec 2008 09:26:00 +0000 (09:26 +0000)]
Initial import of mousetweaks-2.24.2:

The Mousetweaks package provides mouse accessibility enhancements
for the GNOME desktop. These enhancements are:

1. It offers a way to perform the various clicks without using any
hardware button.

2. It allows users to perform a right click by doing a click&hold
of the left mousebutton. (For a left-handed mouse user, the termes
left and right have to be inverted.)

3. It provides an applet that the user can install on a panel. This
applet creates an area on the panel into which the pointer can be
captured until the user releases it with a predefined button and
modifier combination.

The options can be accessed through the Accessibility tab of the
Mouse Preferences of GNOME Control Center or through command-line.

15 years agoImport celt-0.5.0.
bjs [Wed, 3 Dec 2008 00:44:49 +0000 (00:44 +0000)]
Import celt-0.5.0.

CELT is an ultra-low-delay audio codec designed for high-quality
communications.  Its potential uses include video-conferencing and
network music performance.  The code is still in early stage, so it may
be broken from time to time.

NOTE: The API is not frozen yet, so it is different from one version to
another.

15 years agoInitial import of hamster-applet-2.24.2:
wiz [Tue, 2 Dec 2008 22:36:35 +0000 (22:36 +0000)]
Initial import of hamster-applet-2.24.2:

This applet allows you to keep track on where are you spending your
time.

15 years agoInitial import of gnome-nettool-2.22.1. Doesn't work very well.
wiz [Tue, 2 Dec 2008 20:56:49 +0000 (20:56 +0000)]
Initial import of gnome-nettool-2.22.1. Doesn't work very well.

gnome-nettool: GNOME interface for various networking tools

GNOME Nettool is a set of front-ends to various networking command-line
tools, like ping, netstat, ifconfig, whois, traceroute, finger.

15 years agoInitial import of gnome-nds-thumbnailer-1.2.0:
wiz [Mon, 1 Dec 2008 14:05:04 +0000 (14:05 +0000)]
Initial import of gnome-nds-thumbnailer-1.2.0:

gnome-nds-thumbnailer is a thumbnailer for GNOME that will make
thumbnails for Nintendo DS roms by extracting their preview icon.

Nintendo DS files contain an embedded 16 colours, 32x32 icon, which
helps identify the ROM files.

15 years agoInitial import of f-spot-0.5.0.3, packaged in wip by me with lots of
wiz [Sun, 30 Nov 2008 23:56:48 +0000 (23:56 +0000)]
Initial import of f-spot-0.5.0.3, packaged in wip by me with lots of
help from Mihai Chelaru (kefren):

F-Spot supports 16 common files types, including JPEG, GIF, TIFF,
RAW, and others.

It can import your photos from your hard drive, camera (including
PTP type), or iPod.

Photos can be tagged for searching and grouping, and the timeline
gives quick sense of temporal location, and quantity of photos
taken.  F-Spot can view and export EXIF and XMP metadata in your
images.

Other features include fullscreen and slideshow modes.

Editing photos in F-Spot is a breeze. Easily rotate, crop, resize,
and adjust red eye and other color settings with a few simple
clicks. Versioning ensures your originals are never altered.

Enter descriptions of photos that are saved in the actual file so
other people and programs will be able to see them, whether they
use F-Spot or not.

F-Spot allows for quick and precise color adjustments, including
brightness, contrast, hue, saturation, and temperature.

15 years agoInitial import of p5-Template-Plugin-Handy version 0.002 in the
seb [Sun, 30 Nov 2008 19:21:32 +0000 (19:21 +0000)]
Initial import of p5-Template-Plugin-Handy version 0.002 in the
NetBSD Packages Collection.

The Perl 5 module Template::Plugin::Handy provides virtual methods
for Template Toolkit files, especially for debugging.

15 years agoInitial import of p5-Template-Plugin-VMethods version 0.03 in the
seb [Sun, 30 Nov 2008 13:27:31 +0000 (13:27 +0000)]
Initial import of p5-Template-Plugin-VMethods version 0.03 in the
NetBSD Packages Collection.

The Perl 5 module Template::Plugin::VMethods is a simple base class
to allow modules to install and remove virtual methods into the
Template Toolkit.

15 years agoImport gnome-admin-2.24.1.90 as meta-pkgs/gnome-mobile.
wiz [Sat, 29 Nov 2008 08:57:03 +0000 (08:57 +0000)]
Import gnome-admin-2.24.1.90 as meta-pkgs/gnome-mobile.

GNOME is the GNU Network Object Model Environment.

The GNOME project intends to build a complete, easy-to-use desktop
environment for the user, and a powerful application framework for
the software developer.

This is a meta package for the second major version of the GNOME
project.  It provides the GNOME mobile support, defined
by the project as the "GNOME mobile".

15 years agoImport p5-XML-SAX-Base version 1.02.
he [Fri, 28 Nov 2008 14:32:55 +0000 (14:32 +0000)]
Import p5-XML-SAX-Base version 1.02.

This module has a very simple task - to be a base class for PerlSAX
drivers and filters. It's default behaviour is to pass the input directly
to the output unchanged. It can be useful to use this module as a base class
so you don't have to, for example, implement the characters() callback.

The main advantages that it provides are easy dispatching of events the right
way (ie it takes care for you of checking that the handler has implemented
that method, or has defined an AUTOLOAD), and the guarantee that filters
will pass along events that they aren't implementing to handlers downstream
that might nevertheless be interested in them.

15 years agoImport cparser-0.9.5.
bjs [Fri, 28 Nov 2008 01:17:47 +0000 (01:17 +0000)]
Import cparser-0.9.5.

Cparser is a recursive descent C99 parser written in C99. It contains
a lexer, a parser, and the appropriate constructs; it does AST and
semantic analysis. It is currently used as a frontend to the
libFirm intermediate representation.  However, it can be used
independently, and also is able to bootstrap itself.  Currently, cparser
uses an external preprocessor.

15 years agoImport libfirm-1.13.0, used by lang/cparser.
bjs [Fri, 28 Nov 2008 01:14:45 +0000 (01:14 +0000)]
Import libfirm-1.13.0, used by lang/cparser.

libFIRM provides a graph-based intermediate representation (IR), which
operates exclusively in SSA-form, starting at IR construction until
assembler code emission.  It offers many analyses and optimizations,
provides extensive debug support and includes a backend framework.

* analyses: dominance, loop tree, execution frequency, control
  dependencies, call graph, rapid type, def-use, alias analysis,
  class hierarchy analysis
* optimizations: dead code elimination (happens implicitly), constant
  folding, local common subexpression elimination, arithmetic identities
  (happens on the fly), unreachable code elimination, global common
  subexpression elimination, code placement, strength reduction,
  scalar replacement, if-conversion, load/store optimization, control
  flow optimizations, reassociation, partial condition evaluation,
  tail recursion elimination, inlining, procedure cloning
* enhanced debugging support: extensive checkers, breakpoints on node
  creation, entity creation, graph dumping
* lowering of intrinsics, double word arithmetics, bitfields
* generic backend features:
  * novel SSA based register allocator
  * several SSA copy coalescing and spilling algorithms
  * algorithms for instruction and basic block scheduling
* working ia32 backend, unfinished backends for MIPS, ARM, PPC32
* handwritten recursive descent C89/C99 frontend available (lang/cparser)

15 years agoImport gst-plugins0.10-hal version 0.10.11:
jmcneill [Thu, 27 Nov 2008 17:51:28 +0000 (17:51 +0000)]
Import gst-plugins0.10-hal version 0.10.11:

GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple Ogg/Vorbis playback to
complex audio (mixing) and video (non-linear editing) processing.

Applications can take advantage of advances in codec and filter technology
transparently.  Developers can add new codecs and filters by writing a
simple plugin with a clean, generic interface.

GStreamer is released under the LGPL.

This package is part of the 'good' plugins for GStreamer.  It provides a
plugin to access devices via HAL.

15 years agoImport gnome-device-manager version 0.2.
jmcneill [Thu, 27 Nov 2008 12:34:16 +0000 (12:34 +0000)]
Import gnome-device-manager version 0.2.

This is a GNOME program to manage devices and device drivers. It's
inspired by hal-device-manager, from the HAL project, but rewritten in
C for efficiency and an outlook to actually make it manage devices
rather than just show information.

15 years agoInitial import of monsoon, a GTK+ bittorrent client
kefren [Thu, 27 Nov 2008 12:32:36 +0000 (12:32 +0000)]
Initial import of monsoon, a GTK+ bittorrent client

15 years agoImport monotorrent 0.6.2, an open source .NET torrent library
kefren [Thu, 27 Nov 2008 09:02:39 +0000 (09:02 +0000)]
Import monotorrent 0.6.2, an open source .NET torrent library

15 years agoMediaWiki is free server-based software which is licensed under the GNU
martti [Wed, 26 Nov 2008 18:13:19 +0000 (18:13 +0000)]
MediaWiki is free server-based software which is licensed under the GNU
General Public License (GPL). It's designed to be run on a large server
farm for a website that gets millions of hits per day. MediaWiki is an
extremely powerful, scalable software and a feature-rich wiki implementation,
that uses PHP to process and display data stored in its MySQL database.

15 years agoadd gimp-2.6.3
drochner [Wed, 26 Nov 2008 12:19:58 +0000 (12:19 +0000)]
add gimp-2.6.3
first cut on a pkg for gimp-2.6
(might replace gimp-2.4 after some testing)

15 years agoAdded mail/p5-Email-Stuff version 2.06
abs [Tue, 25 Nov 2008 18:29:12 +0000 (18:29 +0000)]
Added mail/p5-Email-Stuff version 2.06

Email::Stuff, as its name suggests, is a fairly casual module used
to email "stuff" to people using the most common methods. It is a
high-level module designed for ease of use when doing a very specific
common task, but implemented on top of the tight and correct Email::
modules.

Email::Stuff is typically used to build emails and send them in a
single statement, as seen in the synopsis. And it is certain only
for use when creating and sending emails. As such, it contains no
email parsing capability, and little to no modification support.

To re-iterate, this is very much a module for those "slap it together
and fire it off" situations, but that still has enough grunt behind
the scenes to do things properly.

15 years agoAdded databases/p5-DBIx-Class-IntrospectableM2M version 0.001001
abs [Tue, 25 Nov 2008 14:37:56 +0000 (14:37 +0000)]
Added databases/p5-DBIx-Class-IntrospectableM2M version 0.001001

Because the many-to-many relationships are not real relationships,
they can not be introspected with DBIx::Class. Many-to-many
relationships are actually just a collection of convenience methods
installed to bridge two relationships. This DBIx::Class component
can be used to store all relevant information about these
non-relationships so they can later be introspected and examined.

This module is fairly esoteric and, unless you are dynamically
creating something out of of a DBIC Schema, is probably the wrong
solution for whatever it is you are trying to do. Please be advised
that compatibility is not guaranteed for DBIx::Class 0.09000+. We
will try to mantain all compatibility, but internal changes might
make it impossible.

15 years agoImport gnome-power-manager version 2.24.2.
jmcneill [Mon, 24 Nov 2008 13:05:45 +0000 (13:05 +0000)]
Import gnome-power-manager version 2.24.2.

GNOME Power Manager is a session daemon for the GNOME desktop environment
that makes it easy to manage your laptop or desktop system.

15 years agoInitial import of p5-Net-Akismet version 0.05 in the NetBSD Packages
seb [Mon, 24 Nov 2008 06:00:32 +0000 (06:00 +0000)]
Initial import of p5-Net-Akismet version 0.05 in the NetBSD Packages
Collection.

The Perl 5 module Net::Akismet provides an interface to Akismet the
collaborative effort to make comment and trackback spam a non-issue
and restore innocence to blogging.

15 years agoImport TECkit.
minskim [Mon, 24 Nov 2008 02:09:31 +0000 (02:09 +0000)]
Import TECkit.

TECkit is a low-level toolkit intended to be used by other
applications that need to perform encoding conversions (e.g., when
importing legacy data into a Unicode-based application).  The primary
component of the TECkit package is therefore a library that performs
conversions; this is the "TECkit engine".  The engine relies on
mapping tables in a specific binary format (for which documentation is
available); there is a compiler that creates such tables from a
human-readable mapping description (a simple text file).

15 years agoImport gnome-mount version 0.8.
jmcneill [Sat, 22 Nov 2008 17:54:42 +0000 (17:54 +0000)]
Import gnome-mount version 0.8.

The grand plan with gnome-mount is to get the appropriate GNOME
software (such as gnome-volume-manager and gnome-vfs) to use this
instead of invoking mount(1)/umount(1)/eject(1) / invoking methods on
HAL directly.

Included in gnome-mount is also gnome-umount and gnome-eject. All
programs utilize the methods on HAL and as such run unprivileged. The
rationale for gnome-mount is to have a centralized place (in gconf)
where settings (e.g. mount options, mount location) are
maintained.

15 years agoImport gnome-volume-manager version 2.24.0.
jmcneill [Sat, 22 Nov 2008 16:27:14 +0000 (16:27 +0000)]
Import gnome-volume-manager version 2.24.0.

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.

15 years agoImport hal version 0.5.11. Uses the 'dummy' backend on NetBSD for now,
jmcneill [Sat, 22 Nov 2008 15:20:51 +0000 (15:20 +0000)]
Import hal version 0.5.11. Uses the 'dummy' backend on NetBSD for now,
more to come soon.

What is the point of HAL?

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. In order to do this, we
need to define a format for the information, hence the HAL specification.

We may read some stuff from the hardware itself, then add some info provided
by the kernel, then add some metadata from some systemwide files, then add
some data that has been obtained by the desktop and stored per-user, then
look at some blacklist, and finally we have a complete picture of everything
known about that particular device.

An extra value is that we can do this in an operating system independent way.
Stuff like this is important to the major desktop environments.

15 years agoImport libvolume_id version 0.81.0.
jmcneill [Sat, 22 Nov 2008 13:48:23 +0000 (13:48 +0000)]
Import libvolume_id version 0.81.0.

Libvolume_id is an API for obtaining many file system related attributes
(such as type, label, uuid, etc.) given an open file handle to a block
special device.

15 years agoImport usbids version 20081118.
jmcneill [Sat, 22 Nov 2008 13:06:40 +0000 (13:06 +0000)]
Import usbids version 20081118.

This package contains a public list of all known IDs used in USB devices;
that is ID's of vendors, devices, subsystems and device classes.  These ID
lists (usually in form of a usb.ids file) are used in various programs
to display full device names instead of the numeric IDs.

15 years agoImport hal-info version 20081022.
jmcneill [Sat, 22 Nov 2008 13:04:41 +0000 (13:04 +0000)]
Import hal-info version 20081022.

hal-info is a small hal sub-package that provides the hardware data and
quirks. These quirks are currently things like what mice support reporting
battery status, what music players are supported and what cameras are
detected.

15 years agoInitial import of Mono VB.NET framework
kefren [Sat, 22 Nov 2008 08:55:28 +0000 (08:55 +0000)]
Initial import of Mono VB.NET framework

15 years agoImport policykit-gnome version 0.9.2.
jmcneill [Sat, 22 Nov 2008 03:34:55 +0000 (03:34 +0000)]
Import policykit-gnome version 0.9.2.

PolicyKit is an application-level toolkit for defining and handling the
policy that allows unprivileged processes to speak to privileged processes:
It is a framework for centralizing the decision making process with respect
to granting access to privileged operations for unprivileged applications.
PolicyKit is specifically targeting applications in rich desktop environments
on multi-user UNIX-like operating systems. It does not imply or rely on any
exotic kernel features.

This package provides a D-Bus session bus service for bringing up
authentication dialogs used for obtaining privileges.

15 years agoImport policykit version 0.9.
jmcneill [Sat, 22 Nov 2008 03:33:38 +0000 (03:33 +0000)]
Import policykit version 0.9.

PolicyKit is an application-level toolkit for defining and handling the
policy that allows unprivileged processes to speak to privileged processes:
It is a framework for centralizing the decision making process with respect
to granting access to privileged operations for unprivileged applications.
PolicyKit is specifically targeting applications in rich desktop environments
on multi-user UNIX-like operating systems. It does not imply or rely on any
exotic kernel features.

15 years agoImport consolekit version 0.3.0.
jmcneill [Sat, 22 Nov 2008 03:32:22 +0000 (03:32 +0000)]
Import consolekit version 0.3.0.

ConsoleKit is a framework for keeping track of the various users, sessions,
and seats present on a system. It provides a mechanism for software to react
to changes of any of these items or of any of the metadata associated with
them.

15 years agoWine is a program which allows running Microsoft Windows programs
adam [Fri, 21 Nov 2008 17:40:31 +0000 (17:40 +0000)]
Wine is a program which allows running Microsoft Windows programs
(including DOS, Windows 3.x and Win32 executables) on Unix.  It consists
of a program loader which loads and executes an Microsoft Windows binary,
and a library that implements Windows API calls using their Unix or X11
equivalents.  The library may also be used for porting Win32 code into
native Unix executables.

15 years agoImport twitux version 0.62.
jmcneill [Fri, 21 Nov 2008 00:21:31 +0000 (00:21 +0000)]
Import twitux version 0.62.

Twitux is a free and open source GTK+ application for Twitter.com. You can:
Send status, view friend status and see what they are doing, send direct
messages to your Twitter friends, GUI notifications when a friend updates
their status.. and more :)

15 years agoAddition of package containing unsupported Xpdf headers from poppler.
dillo [Thu, 20 Nov 2008 14:32:19 +0000 (14:32 +0000)]
Addition of package containing unsupported Xpdf headers from poppler.

15 years agoInitial import of py-lxml:
wiz [Tue, 18 Nov 2008 15:45:56 +0000 (15:45 +0000)]
Initial import of py-lxml:

lxml is a Pythonic binding for the libxml2 and libxslt libraries.
It is unique in that it combines the speed and feature completeness
of these libraries with the simplicity of a native Python API,
mostly compatible but superior to the well-known ElementTree API.

15 years agoInitial import of tei-p5-schema-1.2.0:
wiz [Tue, 18 Nov 2008 14:55:22 +0000 (14:55 +0000)]
Initial import of tei-p5-schema-1.2.0:

This package contains the schema files for TEI P5, in both DTD and
RELAX NG formats.

15 years agoInitial import of tei-xsl-5.14:
wiz [Tue, 18 Nov 2008 14:13:08 +0000 (14:13 +0000)]
Initial import of tei-xsl-5.14:

This is a set of XSLT specifications to transform TEI XML documents
to HTML, to LaTeX, and to XSL Formatting Objects.

It concentrates on TEI Lite, but adding support for other modules
is fairly easy. In the main, the setup has been used on new documents,
i.e. reports and web pages that have been authored from scratch,
rather than traditional TEI-encoded existing material.

15 years agoImport p5-Text-SpellChecker version 0.03.
he [Tue, 18 Nov 2008 05:29:18 +0000 (05:29 +0000)]
Import p5-Text-SpellChecker version 0.03.

This module is built on Text::Aspell, but adds some of the
functionality provided by the internal gnu aspell API. This allows
one to deal with blocks of text, rather than just words. For
instance, we provide methods for iterating through the text,
serializing the object (thus remembering where we left off), and
highlighting the current misspelled word within the text.

15 years agoImport p5-Text-Aspell version 0.09.
he [Tue, 18 Nov 2008 05:24:43 +0000 (05:24 +0000)]
Import p5-Text-Aspell version 0.09.

This module provides a Perl interface to the GNU Aspell library.
This module is to meet the need of looking up many words, one at
a time, in a single session, such as spell-checking a document in
memory.

15 years agoInitial import of p5-Time-Progress 1.3
bad [Mon, 17 Nov 2008 23:18:53 +0000 (23:18 +0000)]
Initial import of p5-Time-Progress 1.3
This module provides a class and methods to facilitate elapsed and estimated
finish time reporting.

Newer SVK wants this.

15 years agoImport p5-GD-SecurityImage version 1.66.
he [Mon, 17 Nov 2008 21:05:54 +0000 (21:05 +0000)]
Import p5-GD-SecurityImage version 1.66.

The (so called) "Security Images" are so popular. Most internet
software use these in their registration screens to block robot
programs (which may register tons of fake member accounts). Security
images are basicaly, graphical CAPTCHAs (Completely Automated Public
Turing Test to Tell Computers and Humans Apart). This module gives
you a basic interface to create such an image. The final output is
the actual graphic data, the mime type of the graphic and the
created random string. The module also has some "styles" that are
used to create the background (or foreground) of the image.

If you are an Authen::Captcha user, see GD::SecurityImage::AC for
migration from Authen::Captcha to GD::SecurityImage.

This module is just an image generator. Not a captcha handler. The
validation of the generated graphic is left to your programming
taste. But there are some captcha handlers for several Perl
FrameWorks. If you are an user of one of these frameworks, see
"GD::SecurityImage Implementations" in "SEE ALSO" section for
information.

15 years agoImport p5-Authen-PluggableCaptcha version 0.05.
he [Mon, 17 Nov 2008 20:34:47 +0000 (20:34 +0000)]
Import p5-Authen-PluggableCaptcha version 0.05.

Authen::PluggableCaptcha is a fully modularized and extensible
system for making Pluggable Catpcha (Completely Automated Public
Turing Test to Tell Computers and Humans Apart) tests.

Pluggable? All Captcha objects are instantiated and interfaced via
the main module, and then manipulated to require various submodules
as plug-ins.

Authen::PluggableCaptcha borrows from the functionality in
Apache::Session::Flex.

15 years agoImport p5-HTML-Email-Obfuscate version 1.00.
he [Mon, 17 Nov 2008 20:19:58 +0000 (20:19 +0000)]
Import p5-HTML-Email-Obfuscate version 1.00.

"Don't put emails directly on the page, they will be scraped"

Stuff that I'm sick of looking at "bob at smith dot com". Why can't
we just write emails in a way that looks normal to people, but is
very, very difficult to scrape off. Most email scrapers only use
very very simple parsing methods. And it isn't as if it is hard to
just do

  # Before we search for email addresses...
  $page =~ s/\s+at\s+/@/g;
  $page =~ s/\s+dot\s+/./g;

This is an arms war dammit, and I want nukes!

15 years agoImport p5-Number-Spell version 0.04.
he [Mon, 17 Nov 2008 20:11:04 +0000 (20:11 +0000)]
Import p5-Number-Spell version 0.04.

Number::Spell provides functionality for spelling out numbers.
Currently only integers are supported.

By default Number::Spell does American formatting, but can be
configured to do European formatting by calling it with the
"Format => 'eu'" option.

15 years agoInitial import of pysolfc-1.1, a continuation of the pysol package.
snj [Sun, 16 Nov 2008 07:12:09 +0000 (07:12 +0000)]
Initial import of pysolfc-1.1, a continuation of the pysol package.

15 years agoInitial import of libgksu-2.0.7. I packaged it for Gnome, but currently
wiz [Sat, 15 Nov 2008 19:36:09 +0000 (19:36 +0000)]
Initial import of libgksu-2.0.7. I packaged it for Gnome, but currently
it looks like it's not really needed, so it's untested.

GKSu is a library that provides a Gtk+ frontend to su and sudo. It
supports login shells and preserving environment when acting as a
su frontend. It is useful to menu items or other graphical programs
that need to ask a user's password to run another program as another
user.

15 years agoInitial import of gnome-system-tools version 2.22.1.
jmcneill [Sat, 15 Nov 2008 18:32:14 +0000 (18:32 +0000)]
Initial import of gnome-system-tools version 2.22.1.

Formerly known as the Ximian Setup Tools, the GST are a fully integrated set
of tools aimed to make easy the job that means the computer administration
on an UNIX or Linux system. They're thought to help from the new Linux or
UNIX user to the system administrators. The GNOME System Tools are free
software, licensed under the terms of the GNU General Public License.

15 years agoInitial import of liboobs version 2.22.0.
jmcneill [Sat, 15 Nov 2008 18:30:22 +0000 (18:30 +0000)]
Initial import of liboobs version 2.22.0.

Liboobs is a lightweight library that provides a GObject based interface
to system-tools-backends. It's completely abstracted of the
communication and authentication details, making it easy for
applications to integrate with the system details.

15 years agoInitial import of system-tools-backends version 2.6.0.
jmcneill [Sat, 15 Nov 2008 18:28:56 +0000 (18:28 +0000)]
Initial import of system-tools-backends version 2.6.0.

The System Tools Backends (s-t-b for short) are a set of cross-platform
modules for Linux, FreeBSD and other Unix systems. The backends provide a
common DBus interface to all platforms to modify or read the system
configuration in a distro independent fashion. Historically, access to
system configuration has varied deeply across Unix flavours, and concreting
a bit more, across Linux distributions, making it near impossible to write
desktop tools that could work flawlessly in a cross-platform way. System
Tools Backends try to fill this gap, offering a generic and easy way for
desktop applications to read and modify configuration details.

15 years agoInitial import of p5-Net-DBus version 0.33.6.
jmcneill [Sat, 15 Nov 2008 18:27:22 +0000 (18:27 +0000)]
Initial import of p5-Net-DBus version 0.33.6.

Net::DBus provides a Perl XS API to the dbus inter-application
messaging system. The Perl API covers the core base level
of the dbus APIs, not concerning itself yet with the GLib
or QT wrappers. For more information on dbus visit the
project website at:

  http://www.freedesktop.org/software/dbus/

15 years agoInitial import of empathy-2.24.1:
wiz [Fri, 14 Nov 2008 23:01:45 +0000 (23:01 +0000)]
Initial import of empathy-2.24.1:

Empathy consists of a rich set of reusable instant messaging widgets,
and a GNOME client using those widgets. It uses Telepathy and
Nokia's Mission Control, and reuses Gossip's UI. The main goal is
to permit desktop integration by providing libempathy and libempathy-gtk
libraries. libempathy-gtk is a set of powerful widgets that can be
embeded into any GNOME application.

Current features

    * Multi-protocol: Jabber, Gtalk, MSN, IRC, Salut, and all
      supported by pidgin
    * Account editor (specialized UI for most protocols)
    * Auto away and extended away using gnome-screensaver
    * Auto re-connect using Network Manager
    * Private and group chat (with smileys, spellcheck)
    * Powerful theme engine for chats
    * Log conversations, view/search in logs and prepend logs in
      new chats
    * Adding new contacts and viewing/editing contact information
    * Voice and Video call using SIP and Jingle
    * Python bindings for libempathy and libempathy-gtk
    * Collaborative work using Tubes

15 years agoInitial import of telepathy-gabble-0.7.15:
wiz [Fri, 14 Nov 2008 23:00:42 +0000 (23:00 +0000)]
Initial import of telepathy-gabble-0.7.15:

A Jabber/XMPP connection manager that handles single- and multi-user
chats and voice/video calls.

15 years agoInitial import of telepathy-idle-0.1.2:
wiz [Fri, 14 Nov 2008 23:00:12 +0000 (23:00 +0000)]
Initial import of telepathy-idle-0.1.2:

A full-featured IRC connection manager for Telepathy.

XXX: I couldn't get this to work with empathy. Might need further fixes.

15 years agoInitial import of telepathy-mission-control-4.67:
wiz [Fri, 14 Nov 2008 22:59:03 +0000 (22:59 +0000)]
Initial import of telepathy-mission-control-4.67:

Mission Control, or MC, is a Telepathy component providing a way
for "end-user" applications to abstract some of the details of
connection managers, to provide a simple way to manipulate a bunch
of connection managers at once, and to remove the need to have in
each program the account definitions and credentials.

Misson Control implements some well-defined API's much like each
connection manager respond to a set of well-defined telepathy API's.
The set of API's implemented by MCs will be split in several
interfaces to ease progressive and adaptative implementation of
each facet.

There are different types of files that the MC will use, and that
are installed by the various connection managers package or
third-party application needing to be hooked-in. MC is able to
handle all those file formats as expected.

15 years agoInitial import of libtelepathy-0.3.3:
wiz [Fri, 14 Nov 2008 22:58:06 +0000 (22:58 +0000)]
Initial import of libtelepathy-0.3.3:

The Telepathy project is building a unified framework for many
different kinds of real-time communications. It uses the D-Bus
messaging system to provide a simple interface for client applications,
allowing them to quickly take advantage of Telepathy's benefits.

* Real-time: Telepathy supports instant messaging (both one-to-one
and in groups), voice calls and video calls; it's less suited for
store-and-forward applications like email

* Unified: Many different programs can take advantage of these
communications; Telepathy lets these programs work together

* Framework: Telepathy allows the different aspects of communication
handling to be divided between different parts of the system,
meaning each part is simpler

15 years agoInitial import of telepathy-glib-0.7.18:
wiz [Fri, 14 Nov 2008 22:57:10 +0000 (22:57 +0000)]
Initial import of telepathy-glib-0.7.18:

This is a library for GLib-based Telepathy components.

Telepathy is a D-Bus framework for unifying real time communication,
including instant messaging, voice calls and video calls. It
abstracts differences between protocols to provide a unified
interface for applications.

15 years agoInitial import of chest-3.19.20080412:
wiz [Fri, 14 Nov 2008 17:36:57 +0000 (17:36 +0000)]
Initial import of chest-3.19.20080412:

CHEST is an experimental program solving orthodox chess problems
(like "white to move and mate in 5 moves").  It is written in ANSI
C, and developed under UNIX.  There is no user interface:  CHEST
just reads an input file and produces plain text on standard output.

It is not hard to come up with a program that does the same job as
CHEST, but it will be rather slow for non-trivial jobs.  CHEST
tries hard to be fast but still 100% correct.

15 years agoImport sound-theme-freedesktop 0.2:
jmcneill [Fri, 14 Nov 2008 01:24:59 +0000 (01:24 +0000)]
Import sound-theme-freedesktop 0.2:

This package contains the FreeDesktop sound theme.