pkgsrc.git
15 years agoaKode is a simple audio decoding framework that provides a uniform interface
hasso [Thu, 26 Feb 2009 18:00:34 +0000 (18:00 +0000)]
aKode is a simple audio decoding framework that provides a uniform interface
to decode the most common audio formats. It also has a direct playback option
for a number of audio outputs.

This package provides the aKode library and akodeplay testing utility.

15 years agoOpensc signer plugin for Mozilla apps.
hasso [Thu, 26 Feb 2009 10:51:02 +0000 (10:51 +0000)]
Opensc signer plugin for Mozilla apps.

15 years agoOpenSC provides a set of libraries and utilities to access smart cards.
hasso [Thu, 26 Feb 2009 10:50:05 +0000 (10:50 +0000)]
OpenSC provides a set of libraries and utilities to access smart cards.
Its main focus is on cards that support cryptographic operations, and
facilitate their use in security applications such as mail encryption,
authentication, and digital signature. OpenSC implements the PKCS#11 API
so applications supporting this API such as Mozilla Firefox and Thunderbird
can use it. OpenSC implements the PKCS#15 standard and aims to be compatible
with every software that does so, too.

15 years agoDrivers for several smart card readers. OpenCT comes as driver in ifdhandler
hasso [Thu, 26 Feb 2009 10:07:49 +0000 (10:07 +0000)]
Drivers for several smart card readers. OpenCT comes as driver in ifdhandler
format for PC/SC-Lite, as CT-API driver, or as a small and lean middleware,
so applications can use it with minimal overhead. OpenCT also has a primitive
mechanism to export smart card readers to remote machines via TCP/IP.

15 years agoPytemplate is a small project intending to give python developpers a starting
imil [Wed, 25 Feb 2009 09:16:06 +0000 (09:16 +0000)]
Pytemplate is a small project intending to give python developpers a starting
framework. It permits to create properly scripts without struggling with
configuration files, logging properties development. They are already available
through a main class that the new script will inherit.

OK'd by seb@

15 years agoInitial import of bash3 -- latest version of bash-3 branch.
wiz [Tue, 24 Feb 2009 15:47:43 +0000 (15:47 +0000)]
Initial import of bash3 -- latest version of bash-3 branch.

Since two people already asked for it, here's the package, but
maintainer is set to pkgsrc-users.

Bash is an sh-compatible shell that incorporates useful features from
the Korn shell (ksh) and C shell (csh). It is intended to conform to
the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard.

It offers functional improvements over sh for both programming and
interactive use; these include command line editing, unlimited size
command history, job control, shell functions and aliases, indexed
arrays of unlimited size, and integer arithmetic in any base from two
to sixty-four. In addition, most sh scripts can be run by Bash without
modification.

This package contains the outdated version 3 of bash.

15 years agoInitial import of the Convert-Translit Perl package version 1.03.
tonnerre [Tue, 24 Feb 2009 12:25:35 +0000 (12:25 +0000)]
Initial import of the Convert-Translit Perl package version 1.03.

This module converts strings among 8-bit character sets defined by IETF
RFC 1345 (about 128 sets). The RFC document is included so you can look up
character set names and aliases; it's also read by the module when composing
conversion maps. Failing functions or objects return undef value.

15 years agoInitial import of the Convert-Translit Perl package version 1.03.
tonnerre [Tue, 24 Feb 2009 12:16:55 +0000 (12:16 +0000)]
Initial import of the Convert-Translit Perl package version 1.03.

This module converts strings among 8-bit character sets defined by IETF
RFC 1345 (about 128 sets). The RFC document is included so you can look up
character set names and aliases; it's also read by the module when composing
conversion maps. Failing functions or objects return undef value.

15 years agoInitial import of Text::Unidecode version 0.04.
tonnerre [Tue, 24 Feb 2009 12:00:40 +0000 (12:00 +0000)]
Initial import of Text::Unidecode version 0.04.

It often happens that you have non-Roman text data in Unicode, but you can't
display it -- usually because you're trying to show it to a user via an
application that doesn't support Unicode, or because the fonts you need aren't
accessible. You could represent the Unicode characters as "???????" or
"\15BA\15A0\1610...", but that's nearly useless to the user who actually wants
to read what the text says.

What Text::Unidecode provides is a function, unidecode(...) that takes Unicode
data and tries to represent it in US-ASCII characters (i.e., the universally
displayable characters between 0x00 and 0x7F). The representation is almost
always an attempt at transliteration -- i.e., conveying, in Roman letters, the
pronunciation expressed by the text in some other writing system.

15 years agoThe Perl 5 module WordPress::XMLRPC provides an API to WordPress's XML-RPC
imil [Mon, 23 Feb 2009 20:57:49 +0000 (20:57 +0000)]
The Perl 5 module WordPress::XMLRPC provides an API to WordPress's XML-RPC
services. It is not meant to be fast, it is meant to be convenient.

OK'd by seb@

15 years agoImport xdvik-22.84.14 as print/xdvik.
minskim [Mon, 23 Feb 2009 19:32:01 +0000 (19:32 +0000)]
Import xdvik-22.84.14 as print/xdvik.

Xdvik, the kpathsea version of xdvi, is a previewer for DVI files
produced e.g. by the TeX or troff typesetting systems.

15 years agoImport desktop-gnome-0.1 as meta-pkgs/desktop-gnome.
ahoka [Mon, 23 Feb 2009 17:52:25 +0000 (17:52 +0000)]
Import desktop-gnome-0.1 as meta-pkgs/desktop-gnome.

Primary goal for the desktop project:

Given a NetBSD CD and a reasonably modern x86 computer, make it
possible to install a useful desktop system in under 15 minutes,
responding to only a few prompts in the process.

The package collects the required software for the project.
It's the gnome based version, a KDE based version is planned in the future.

15 years agoInitial import of p5-Gtk2-GladeXML-1.007:
wiz [Mon, 23 Feb 2009 08:55:58 +0000 (08:55 +0000)]
Initial import of p5-Gtk2-GladeXML-1.007:
This package adds perl support for Glade 2.x to Gtk2-Perl.

15 years agoImport tex-bin-xdvi-22.84.14 as print/tex-bin-xdvi.
minskim [Mon, 23 Feb 2009 08:44:37 +0000 (08:44 +0000)]
Import tex-bin-xdvi-22.84.14 as print/tex-bin-xdvi.

This package provides a configuration file for xdvik.

15 years agoThis module provides HTML output formatting for TAP::Harness (a
rhaen [Mon, 23 Feb 2009 00:07:23 +0000 (00:07 +0000)]
This module provides HTML output formatting for TAP::Harness (a
replacement for Test::Harness. It is largely based on ideas from
TAP::Test::HTMLMatrix (which was built on Test::Harness and thus
had a few limitations - hence this module).

15 years agoThe accessors pragma lets you create simple accessors at compile-time.
rhaen [Mon, 23 Feb 2009 00:03:45 +0000 (00:03 +0000)]
The accessors pragma lets you create simple accessors at compile-time.
This saves you from writing them by hand, which tends to result in
cut-n-paste errors and a mess of duplicated code. It can also help you
reduce the ammount of unwanted direct-variable access that may creep
into your codebase when you're feeling lazy. accessors was designed with
laziness in mind.

15 years agoImport p5-String-BufferStack version 1.12.
he [Sun, 22 Feb 2009 16:20:21 +0000 (16:20 +0000)]
Import p5-String-BufferStack version 1.12.

   String::BufferStack provides a framework for storing nested buffers.
   By default, all of the buffers flow directly to the output method,
   but individual levels of the stack can apply filters, or store
   their output in a scalar reference.

15 years agoImport p5-DateTime-Format-HTTP version 0.37.
he [Sun, 22 Feb 2009 14:33:20 +0000 (14:33 +0000)]
Import p5-DateTime-Format-HTTP version 0.37.

  This module provides functions that deal the date formats used by
  the HTTP protocol (and then some more).

15 years agomod-vhost-ldap is an Apache 2.2 module for storing and configuring
imil [Sat, 21 Feb 2009 15:59:20 +0000 (15:59 +0000)]
mod-vhost-ldap is an Apache 2.2 module for storing and configuring
Virtual Hosts from LDAP.  It supports DocumentRoot, ScriptAlias,
ServerName, ServerAlias, ServerAdmin and SuexecUserGroup directives.
It's built on top of mod_ldap, so it uses it's caching capabilities
and can be used with threaded apache.

15 years agoInitial import of scrotwm-0.9.1:
wiz [Sat, 21 Feb 2009 15:15:29 +0000 (15:15 +0000)]
Initial import of scrotwm-0.9.1:

Scrotwm is a small dynamic tiling window manager for X11. It tries
to stay out of the way so that valuable screen real estate can be
used for much more important stuff. It has sane defaults and does
not require one to learn a language to do any configuration. It
was written by hackers for hackers and it strives to be small,
compact and fast.

It was largely inspired by xmonad and dwm. Both are fine products
but suffer from things like: crazy-unportable-language-syndrome,
silly defaults, asymmetrical window layout, "how hard can it be?"
and good old NIH. Nevertheless dwm was a phenomenal resource and
many good ideas and code was borrowed from it. On the other hand
xmonad has great defaults, key bindings and xinerama support but
is crippled by not being written in C.

Scrotwm is a beautiful pearl! For it too, was created by grinding
irritation. Nothing is a bigger waste of time than moving windows
around until they are the right size-ish or having just about any
relevant key combination being eaten for some task one never needs.
The path of agony is too long to quote and in classical OpenBSD
fashion (put up, or hack up) a brand new window manager was whooped
up to serve no other purpose than to obey its masters. It was
written by Marco Peereboom & Ryan Thomas McBride and it is released
under the ISC license.

15 years agoImport subvertpy-0.6.1 .
epg [Thu, 19 Feb 2009 06:47:51 +0000 (06:47 +0000)]
Import subvertpy-0.6.1 .

Alternative Python bindings for Subversion, split out from bzr-svn. The
goal is to have complete, portable and "Pythonic" Python bindings.

15 years agoImport dvipng-1.11 as graphics/dvipng.
ahoka [Wed, 18 Feb 2009 21:19:15 +0000 (21:19 +0000)]
Import dvipng-1.11 as graphics/dvipng.

This program makes PNG and/or GIF graphics from DVI files. It produces
high-quality images while its internals are tuned for speed. It supports PK,
VF, PostScript and TrueType fonts, color, PostScript inclusion, bitmap
inclusion, and has CJK support

15 years agoInitial import of py-vobject-0.8.1b.
kleink [Wed, 18 Feb 2009 16:38:41 +0000 (16:38 +0000)]
Initial import of py-vobject-0.8.1b.

VObject simplifies the process of parsing and creating iCalendar and
vCard objects.

15 years agoAdded www/p5-Template-Provider-Encoding version 0.10
abs [Wed, 18 Feb 2009 10:26:49 +0000 (10:26 +0000)]
Added www/p5-Template-Provider-Encoding version 0.10

Template::Provider::Encoding is a Template Provider subclass to
decode template using its declaration. You have to declare encoding
of the template in the head (1st line) of template using (fake)
encoding TT plugin. Otherwise the template is handled as utf-8.

15 years agoSuhosin is an advanced protection system for PHP installations. It was designed to...
adrianp [Tue, 17 Feb 2009 23:16:14 +0000 (23:16 +0000)]
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.

15 years agoImport dvipsk-5.97 as print/dvipsk.
minskim [Tue, 17 Feb 2009 19:10:49 +0000 (19:10 +0000)]
Import dvipsk-5.97 as print/dvipsk.

dvips takes a DVI file file[.dvi] produced by TeX (or by some other
processor such as GFtoDVI) and converts it to PostScript, normally
sending the result directly to the (laser)printer.  The DVI file may
be specified without the .dvi extension.  Fonts used may either be
resident in the printer or defined as bitmaps in PK files, or a
`virtual' combination of both.  If the mktexpk program is installed,
either be resident in the printer or defined as bitmaps in PK files,
or a `virtual' combination of both.  If the mktexpk program is
installed, dvips will automatically invoke METAFONT to generate fonts
that don't already exist.

15 years agoAdded www/p5-Catalyst-Engine-JobQueue-POE version 0.0.3
abs [Tue, 17 Feb 2009 15:07:42 +0000 (15:07 +0000)]
Added www/p5-Catalyst-Engine-JobQueue-POE version 0.0.3

Catalyst is an elegant web application framework, extremely flexible
yet extremely simple. It's similar to Ruby on Rails, Spring (Java)
and Maypole, upon which it was originally based.

This is a Catalyst Engine implementing a job queue with POE. It
allows the launching of HTTP requests to the application at
predetermined moments in time and the subsequent capturing of
response to a logfile or an email address.

15 years agoAdded devel/p5-POE-Component-Cron version 0.019nb1
abs [Tue, 17 Feb 2009 15:03:16 +0000 (15:03 +0000)]
Added devel/p5-POE-Component-Cron version 0.019nb1

Catalyst is an elegant web application framework, extremely flexible
yet extremely simple. It's similar to Ruby on Rails, Spring (Java)
and Maypole, upon which it was originally based.

This is a Catalyst Engine implementing a job queue with POE. It
allows the launching of HTTP requests to the application at
predetermined moments in time and the subsequent capturing of
response to a logfile or an email address.

15 years agoAdded time/p5-DateTime-Event-Random version 0.03
abs [Tue, 17 Feb 2009 14:59:52 +0000 (14:59 +0000)]
Added time/p5-DateTime-Event-Random version 0.03

This module provides convenience methods that let you easily create
DateTime::Set, DateTime, or DateTime::Duration objects with random
values.

15 years agoImport tex-bin-dvipsk-2008.11868 as print/tex-bin-dvipsk.
minskim [Tue, 17 Feb 2009 07:43:01 +0000 (07:43 +0000)]
Import tex-bin-dvipsk-2008.11868 as print/tex-bin-dvipsk.

This package provides supplementary files for dvipsk.

15 years agoRe-import of time/wmcalclock to match its DISTNAME.
wiz [Mon, 16 Feb 2009 11:51:46 +0000 (11:51 +0000)]
Re-import of time/wmcalclock to match its DISTNAME.

15 years agoInitial import of p5-Devel-ebug version 0.49 in the NetBSD Packages
seb [Sun, 15 Feb 2009 22:31:38 +0000 (22:31 +0000)]
Initial import of p5-Devel-ebug version 0.49 in the NetBSD Packages
Collection.

The Perl 5 module Devel::ebug is a simple, extensible Perl debugger
with a clean API. With this module, a Perl Perldebugger may easily
be written. There are currently two user interfaces to Devel::debug,
ebug and ebug_http. ebug is a console-based interface to debugging
programs, much like perl5db.pl. ebug_http is an innovative web-based
interface to debugging programs. Devel::ebug is a work in progress.

15 years agoInitial import of p5-Proc-Background version 1.08 in the NetBSD
seb [Sun, 15 Feb 2009 20:57:01 +0000 (20:57 +0000)]
Initial import of p5-Proc-Background version 1.08 in the NetBSD
Packages Collection.

The Perl 5 module Proc::Background provides a generic interface for
placing processes in the background on both Unix and Win32 platforms.
Background processes can be started, killed, waited upon, checked
for existence and their exit values can be retrieved.

15 years agoInitial import of the mkhomedir PAM module.
tonnerre [Sun, 15 Feb 2009 20:16:08 +0000 (20:16 +0000)]
Initial import of the mkhomedir PAM module.

The pam_mkhomedir module provides the means for automatic creation of
home directories upon login, if necessary. Key Benefits are:

 * Uses the Pluggable Authentication Module API defined in OSF DCE RFC 86.0.
 * Removes the need to pre-create user home directories.

The software is distributed under the terms of the 2.5-clause BSD license.

15 years agoImport warzone2100 version 2.1.1.
jmcneill [Sun, 15 Feb 2009 16:05:43 +0000 (16:05 +0000)]
Import warzone2100 version 2.1.1.

In Warzone 2100 you command the forces of "The Project" in a battle to rebuild
the world after mankind has almost been destroyed by nuclear missiles. The game
offers campaign, tutorial, multi-player and single-player skirmish modes. An
extensive tech tree with over 400 different technologies, combined with the
unit design system, allows for a wide variety of possible units and tactics.
Warzone 2100 was created by Pumpkin Studios, published by Eidos Interactive and
is currently developed by the Warzone 2100 Resurrection Project.

15 years agoImport quesoglc version 0.7.1.
jmcneill [Sun, 15 Feb 2009 16:03:46 +0000 (16:03 +0000)]
Import quesoglc version 0.7.1.

QuesoGLC is a free (as in free speech) implementation of the OpenGL Character
Renderer (GLC). QuesoGLC is based on the FreeType library, provides Unicode
support and is designed to be easily ported to any platform that supports both
FreeType and the OpenGL API.

15 years agoInitial import of the mkhomedir PAM module.
tonnerre [Sun, 15 Feb 2009 14:08:53 +0000 (14:08 +0000)]
Initial import of the mkhomedir PAM module.

The pam_mkhomedir module provides the means for automatic creation of
home directories upon login, if necessary. Key Benefits are:

 * Uses the Pluggable Authentication Module API defined in OSF DCE RFC 86.0.
 * Removes the need to pre-create user home directories.

The software is distributed under the terms of the 2.5-clause BSD license.

15 years agoInitial import of the mkhomedir PAM module.
tonnerre [Sun, 15 Feb 2009 13:22:24 +0000 (13:22 +0000)]
Initial import of the mkhomedir PAM module.

The pam_mkhomedir module provides the means for automatic creation of
home directories upon login, if necessary. Key Benefits are:

 * Uses the Pluggable Authentication Module API defined in OSF DCE RFC 86.0.
 * Removes the need to pre-create user home directories.

The software is distributed under the terms of the 2.5-clause BSD license.

15 years agoImporting ruby-setup package.
taca [Sun, 15 Feb 2009 03:04:18 +0000 (03:04 +0000)]
Importing ruby-setup package.

* It is expected to use setup.rb script instead of older setup.rb or
  (sometimes) install.rb bundled with ruby packages.

Setup.rb is a common installer script for ruby packages.  It can
handle multiple binaries, libraries, extensions etc. in one archive.

15 years agozyGrib is a program to download and display weather data in
plunky [Sat, 14 Feb 2009 20:57:43 +0000 (20:57 +0000)]
zyGrib is a program to download and display weather data in
GRIB file format against a coastline and river background.

This is higher resolution map data from the GSHHS project.

15 years agoDownload and display weather data contained in GRIB1 files.
plunky [Sat, 14 Feb 2009 20:55:41 +0000 (20:55 +0000)]
Download and display weather data contained in GRIB1 files.

Weather data display:
    - atmospheric pressure at sea level
    - wind at 10m above ground
    - temperature at 2m above ground (degC)
    - relative humidity at 2m above ground
    - rainfall (mm/h)
    - cloud cover (%)
    - dew point (degC)
    - altitude of 0C isotherm
    - snow depth and risk

15 years agoApache Tomcat 6.x is the current focus of development. It builds upon the
adrianp [Sat, 14 Feb 2009 12:02:09 +0000 (12:02 +0000)]
Apache Tomcat 6.x is the current focus of development. It builds upon the
improvements made in Tomcat 5.5.x and implements the Servlet 2.5 and JSP 2.1
specifications. In addition to that, it includes the following improvements:

* Memory usage optimizations
* Advanced IO capabilities
* Refactored clustering

While we're here make a number of improvements based on the old 5.5.x pkg:
- Use MASTER_SITE_APACHE
- Default to running as an unprived user
- Use a more standard rc.d script
- Cleaner pkg_delete operation based on standard files/dirs that change

15 years agoAdded time/p5-MooseX-Types-DateTime version 0.03
abs [Sat, 14 Feb 2009 00:15:27 +0000 (00:15 +0000)]
Added time/p5-MooseX-Types-DateTime version 0.03

This module packages several Moose::Util::TypeConstraints with
coercions, designed to work with the DateTime suite of objects.

15 years agoAdded time/p5-DateTimeX-Easy version 0.085
abs [Sat, 14 Feb 2009 00:14:25 +0000 (00:14 +0000)]
Added time/p5-DateTimeX-Easy version 0.085

DateTimeX::Easy makes DateTime object creation quick and easy. It
uses a variety of DateTime::Format packages to do the bulk of the
parsing, with some custom tweaks to smooth out the rough edges
(mainly concerning timezone detection and selection).

15 years agoAdded devel/p5-Test-Most version 0.20
abs [Sat, 14 Feb 2009 00:12:30 +0000 (00:12 +0000)]
Added devel/p5-Test-Most version 0.20

This module provides you with the most commonly used testing
functions and gives you a bit more fine-grained control over your
test suite.

    use Test::Most tests => 4, 'die';

    ok 1, 'Normal calls to ok() should succeed';
    is 2, 2, '... as should all passing tests';
    eq_or_diff [3], [4], '... but failing tests should die';
    ok 4, '... will never get to here';

As you can see, the eq_or_diff test will fail. Because 'die' is in
the import list, the test program will halt at that point.

15 years agoAdded time/p5-DateTime-Format-DateManip version 0.04
abs [Sat, 14 Feb 2009 00:02:12 +0000 (00:02 +0000)]
Added time/p5-DateTime-Format-DateManip version 0.04

DateTime::Format::DateManip is a class that knows how to convert
between Date::Manip dates and durations and DateTime and
DateTime::Duration objects. Recurrences are note yet supported.

15 years agoAdded time/p5-DateTime-Format-Flexible version 0.05
abs [Fri, 13 Feb 2009 23:53:54 +0000 (23:53 +0000)]
Added time/p5-DateTime-Format-Flexible version 0.05

If you have ever had to use a program that made you type in the
date a certain way and thought "Why can't the computer just figure
out what date I wanted?", this module is for you.

DateTime::Format::Flexible attempts to take any string you give it
and parse it into a DateTime object.

The test file tests 2500+ variations of date/time strings. If you
can think of any that I do not cover, please let me know.

15 years agoAdded time/p5-DateTime-Format-Natural version 0.74
abs [Fri, 13 Feb 2009 23:48:50 +0000 (23:48 +0000)]
Added time/p5-DateTime-Format-Natural version 0.74

DateTime::Format::Natural takes a string with a human readable
date/time and creates a machine readable one by applying natural
parsing logic.

15 years agoAdded time/p5-Date-Calc version 5.4
abs [Fri, 13 Feb 2009 23:46:51 +0000 (23:46 +0000)]
Added time/p5-Date-Calc version 5.4

This package consists of a C library and a Perl module (which uses
the C library, internally) for all kinds of date calculations based
on the Gregorian calendar (the one used in all western countries
today), thereby complying with all relevant norms and standards:
ISO/R 2015-1971, DIN 1355 and, to some extent, ISO 8601 (where
applicable).

(See also http://www.engelschall.com/u/sb/download/Date-Calc/DIN1355/
for a scan of part of the "DIN 1355" document (in German)).

The module of course handles year numbers of 2000 and above correctly
("Year 2000" or "Y2K" compliance) -- actually all year numbers from
1 to the largest positive integer representable on your system
(which is at least 32767) can be dealt with.

15 years agoAdded devel/p5-MooseX-Types-Common version 0.001000
abs [Fri, 13 Feb 2009 23:42:27 +0000 (23:42 +0000)]
Added devel/p5-MooseX-Types-Common version 0.001000

A set of commonly-used type constraints that do not ship with Moose by default.

 Numeric:
    * PositiveNum
    * PositiveInt
    * NegativeNum
    * Int
    * SingleDigit

 String:
    * SimpleStr
      A Str with no new-line characters.
    * NonEmptySimpleStr
      Does what it says on the tin.
    * Password
    * StrongPassword
    * NonEmptyStr

15 years agoAdded devel/p5-boolean version 0.20
abs [Fri, 13 Feb 2009 23:40:27 +0000 (23:40 +0000)]
Added devel/p5-boolean version 0.20

Most programming languages have a native Boolean data type. Perl
does not.

Perl has a simple and well known Truth System. The following scalar
values are false:

    $false1 = undef;
    $false2 = 0;
    $false3 = 0.0;
    $false4 = '';
    $false5 = '0';

Every other scalar value is true.

This module provides basic Boolean support, by defining two special
objects: true and false.

15 years agoAdded time/p5-MooseX-Types-DateTime version 0.03
abs [Fri, 13 Feb 2009 23:16:42 +0000 (23:16 +0000)]
Added time/p5-MooseX-Types-DateTime version 0.03

This module packages several Moose::Util::TypeConstraints with
coercions, designed to work with the DateTime suite of objects.

15 years agoAdded time/p5-DateTime-Format-DateParse version 0.04
abs [Fri, 13 Feb 2009 23:09:02 +0000 (23:09 +0000)]
Added time/p5-DateTime-Format-DateParse version 0.04

This module is a compatibility wrapper around Date::Parse.

It accepts no arguments to its import method and exports no symbols.

15 years agoAdded www/p5-Catalyst-View-Mason version 0.16
abs [Fri, 13 Feb 2009 21:35:07 +0000 (21:35 +0000)]
Added www/p5-Catalyst-View-Mason version 0.16

A view base class for Catalyst using HTML::Mason

15 years agoAdded www/p5-Catalyst-Plugin-Authentication-Credential-Password version 0.10010
abs [Fri, 13 Feb 2009 16:53:29 +0000 (16:53 +0000)]
Added www/p5-Catalyst-Plugin-Authentication-Credential-Password version 0.10010

THIS IS A COMPATIBILITY SHIM to allow old configurations of Catalyst
Authentication to work without code changes.

15 years agoAdded www/p5-Catalyst-Plugin-Server version 0.24
abs [Fri, 13 Feb 2009 16:51:59 +0000 (16:51 +0000)]
Added www/p5-Catalyst-Plugin-Server version 0.24

Base plugin for XMLRPC and SOAP server.

XMLRPC Plugin for Catalyst which we tried to make compatible with
the way Catalyst works with URLS. Main features are:

    * Split XMLRPC methodNames by STRING to find out Controller.
    * Single entrypoint for XMLRPC calls, like http://host.tld/rpc
    * DispatchTypes (attributes) which work much the same as Catalyst attrs
    * XMLRPC Parameter handling transparent to Catalyst parameter handling

15 years agoAdded editors/mg version 20090107
abs [Fri, 13 Feb 2009 11:04:14 +0000 (11:04 +0000)]
Added editors/mg version 20090107

This is the portable version of the OpenBSD mg editor

Mg (mg) is a Public Domain EMACS style editor.  It is "broadly"
compatible with GNU Emacs, the latest creation of Richard M.
Stallman, Chief GNUisance and inventor of Emacs.  GNU Emacs (and other
portions of GNU as they are released) are essentially free, (there are
handling charges for obtaining it) and so is Mg.  You may never have
to learn another editor.  (But probably will, at least long enough to
port Mg...)  Mg was formerly named MicroGnuEmacs, the name change was
done at the request of Richard Stallman.

Mg is not associated with the GNU project, and most of it does not
have the copyright restrictions present in GNU Emacs.  (However, some
of the system dependent modules and the regular expression module do
have copyright notices.  Look at the source code for exact
copyright restrictions.)  The Mg authors individually may or may not
agree with the opinions expressed by Richard Stallman in "The GNU
Manifesto".

This program is intended to be a small, fast, and portable editor for
people who can't (or don't want to) run real Emacs for one reason
or another.  It is compatible with GNU because there shouldn't be
any reason to learn more than one Emacs flavor.

15 years agoImport lua-stdlib-doc-8 from pkgsrc-wip. Packaged by Aleksey Cheusov.
minskim [Thu, 12 Feb 2009 01:47:49 +0000 (01:47 +0000)]
Import lua-stdlib-doc-8 from pkgsrc-wip.  Packaged by Aleksey Cheusov.

This package provides a documentation for Lua stdlib, a library of
modules for common programming tasks, including list, table and
functional operations, regexps, objects, pretty-printing and getopt.
The whole thing can be loaded with 'require "std"', or modules can be
used individually.

15 years agoImport lua-stdlib-8 from pkgsrc-wip. Packaged by Aleksey Cheusov.
minskim [Thu, 12 Feb 2009 01:45:01 +0000 (01:45 +0000)]
Import lua-stdlib-8 from pkgsrc-wip.  Packaged by Aleksey Cheusov.

lua-stdlib is a library of modules for common programming tasks,
including list, table and functional operations, regexps, objects,
pretty-printing and getopt. The whole thing can be loaded with
'require "std"', or modules can be used individually.
Of course, this for Lua programming language :-)

15 years agoApache Roller is a full-featured, multi-user and group-blog server suitable
adrianp [Thu, 12 Feb 2009 00:26:59 +0000 (00:26 +0000)]
Apache Roller is a full-featured, multi-user and group-blog server suitable
for blog sites large and small.

Roller is a Java web application that should be able to run on any Java EE
server and any relational database. Currently, Roller is best supported on
Tomcat and MySQL -- but users have reported success running Roller on
Glassfish, Websphere, JBoss, Resin, Gernonimo, Derby, PostgresSQL, Oracle,
etc.)

Here are some of Roller's key features:

* Multi-user blogging: can support tens of thousands of users and blogs
* Group blogging with three permisson levels (editor, author and limited)
* Support for comment moderation and comment spam prevention measures
* Bloggers have complete control over blog layout/style via templates
* Built-in search engine indexes weblog entry content
* Pluggable cache and rendering system
* Support for blog clients that support MetaWeblog API
* All blogs have entry and comment feeds in both RSS 2.0 and Atom 1.0 formats

15 years agoMySQL provides connectivity for client applications developed in the Java
adrianp [Wed, 11 Feb 2009 23:10:16 +0000 (23:10 +0000)]
MySQL provides connectivity for client applications developed in the Java
programming language via a JDBC driver, which is called MySQL Connector/J.

MySQL Connector/J is a JDBC Type 4 driver. Different versions are available
that are compatible with the JDBC 3.0 and JDBC 4.0 specifications. The Type
4 designation means that the driver is pure-Java implementation of the MySQL
protocol and does not rely on the MySQL client libraries.

15 years agoMySQL provides connectivity for client applications developed in the Java
adrianp [Wed, 11 Feb 2009 22:35:43 +0000 (22:35 +0000)]
MySQL provides connectivity for client applications developed in the Java
programming language via a JDBC driver, which is called MySQL Connector/J.

MySQL Connector/J is a JDBC Type 4 driver. Different versions are available
that are compatible with the JDBC 3.0 and JDBC 4.0 specifications. The Type
4 designation means that the driver is pure-Java implementation of the MySQL
protocol and does not rely on the MySQL client libraries.

15 years agoAdded audio/mserv-irman version 0.21
abs [Tue, 10 Feb 2009 11:51:26 +0000 (11:51 +0000)]
Added audio/mserv-irman version 0.21

mserv-irman allows easy control of the 'mserv' mp3 jukebox program
using ordinary remote controls and irman receivers from evation.com.

mserv already allows rating of tracks to allow the system to pick
tracks appropriate to who is currently connected. mserv-irman works
with this to permit relatively peaceful sharing of an mp3 jukebox
in an office of widely disparate tastes.

This replaces audio/mserv_irman, also moving the source to code.google
and enabling DESTDIR support

15 years agoThis module provides some functions which help conversion of numeric notation
dsainty [Mon, 9 Feb 2009 03:18:07 +0000 (03:18 +0000)]
This module provides some functions which help conversion of numeric notation
between Roman and Arabic.

15 years agoImport tex-bin-kpathsea-2008.12107 as print/tex-bin-kpathsea.
minskim [Sun, 8 Feb 2009 20:40:32 +0000 (20:40 +0000)]
Import tex-bin-kpathsea-2008.12107 as print/tex-bin-kpathsea.

This package contains translation tables for TeX.

15 years agoInitial import of p5-MouseX-Types version 0.01 in the NetBSD Packages
seb [Sun, 8 Feb 2009 18:51:57 +0000 (18:51 +0000)]
Initial import of p5-MouseX-Types version 0.01 in the NetBSD Packages
Collection.

The Perl 5 module MouseX::Types allows types definition to be
organized in libraries. Such libraries and hence types can then be
used in Mouse based classes.

15 years agoInitial import of p5-Carp-REPL version 0.13 in the NetBSD Packages
seb [Sat, 7 Feb 2009 21:36:55 +0000 (21:36 +0000)]
Initial import of p5-Carp-REPL version 0.13 in the NetBSD Packages
Collection.

When the Perl 5 module Carp::REPL is loaded and the perl interpreter
dies, a read-eval-print-loop (REPL), with a few debugger like
commands, is spawned before it quits. A REPL can also be spawned
when a warning is issued.  This module is intended to be used mostly
through the command line but can also be used for testing or any
other situation.

15 years agoInitial import of p5-Test-Expect version 0.31 in the NetBSD Packages
seb [Sat, 7 Feb 2009 20:07:32 +0000 (20:07 +0000)]
Initial import of p5-Test-Expect version 0.31 in the NetBSD Packages
Collection.

The Perl 5 module Test::Expect is a module for automated driving
and testing of terminal-based programs. It is handy for testing
interactive programs which have a prompt, and is based on the same
concepts as the Tcl Expect tool. As in Expect::Simple, the Expect
object is made available for tweaking.

15 years agoInitial import of p5-Expect-Simple version 0.04 in the NetBSD
seb [Sat, 7 Feb 2009 17:37:00 +0000 (17:37 +0000)]
Initial import of p5-Expect-Simple version 0.04 in the NetBSD
Packages Collection.

The Perl 5 module Expect::Simple is a wrapper around the Expect
module which should suffice for simple applications. It hides most
of the Expect machinery; the Expect object is available for tweaking
if need be.

15 years agoAdded editors/ee version 1.4.6
abs [Sat, 7 Feb 2009 17:22:29 +0000 (17:22 +0000)]
Added editors/ee version 1.4.6

The editor 'ee' (easy editor) is intended to be a simple, easy to use
terminal-based screen oriented editor that requires no instruction to
use.  Its primary use would be for people who are new to computers, or who
use computers only for things like e-mail.

ee's simplified interface is highlighted by the use of pop-up menus which
make it possible for users to carry out tasks without the need to
remember commands.  An information window at the top of the screen shows
the user the operations available with control-keys.

ee allows users to use full eight-bit characters.  If the host system has
the capabilities, ee can use message catalogs, which would allow users to
translate the message catalog into other languages which use eight-bit
characters.  See the file ee.i18n.guide for more details.

ee relies on the virtual memory abilities of the platform it is running on
and does not have its own memory management capabilities.

15 years agoInitial import of p5-Devel-StackTrace-WithLexicals version 0.03 in
seb [Sat, 7 Feb 2009 15:12:11 +0000 (15:12 +0000)]
Initial import of p5-Devel-StackTrace-WithLexicals version 0.03 in
the NetBSD Packages Collection.

The Perl 5 module Devel::StackTrace::WithLexicals by combining the
modules Devel::StackTrace and PadWalker, generates stack traces
with all the callers' lexical variables.

15 years agoInitial import of p5-WWW-Shorten version 2.02 in the NetBSD Packages
seb [Tue, 3 Feb 2009 06:17:00 +0000 (06:17 +0000)]
Initial import of p5-WWW-Shorten version 2.02 in the NetBSD Packages
Collection.

The Perl 5 module WWW::Shorten provides an interface to URL shortening
sites. These sites maintain databases of long URLs, each of which
has a unique identifier. A very simple program called shorten is
supplied. This program takes a URL and gives you a shortened version
of it.

15 years agoInitial import of p5-Config-Auto version 0.20 in the NetBSD Packages
seb [Tue, 3 Feb 2009 06:01:40 +0000 (06:01 +0000)]
Initial import of p5-Config-Auto version 0.20 in the NetBSD Packages
Collection.

The Perl 5 module Config::Auto provides an interface to diverse
config file formats 'magically': colon separated, space separated,
equals separated, XML, Perl code, Windows INI, BIND9 and irssi style
config files format are supported.

15 years agoAdded www/ies4linux version 2.99.0.1
abs [Mon, 2 Feb 2009 20:30:44 +0000 (20:30 +0000)]
Added www/ies4linux version 2.99.0.1

IEs4Linux is the simpler way to have Microsoft Internet Explorer
running on any OS running Wine.

It provides a script with an optional GUI interface to install
various versions of IE and associated registry settings and plugins
into your .wine configuration.

15 years agoImport of py-jinja 1.2
markd [Mon, 2 Feb 2009 09:35:45 +0000 (09:35 +0000)]
Import of py-jinja 1.2

Jinja is a sandboxed template engine written in pure Python. It provides a
Django like non-XML syntax and compiles templates into executable python
code.  It's basically a combination of Django templates and python code.

15 years agoInitial import of p5-local-lib version 1.3.1 in the NetBSD Packages
seb [Sun, 1 Feb 2009 17:38:41 +0000 (17:38 +0000)]
Initial import of p5-local-lib version 1.3.1 in the NetBSD Packages
Collection.

The Perl 5 module local::lib allows for the bootstrapping and usage
of a directory containing Perl modules outside of Perl's @INC. This
makes it easier to ship an application with an app-specific copy
of a Perl module, or collection of modules. Useful in cases like
when an upstream maintainer hasn't applied a patch to a module of
theirs that you need for your application.

15 years agoInitial import of p5-Spreadsheet-Read version 0.34 in the NetBSD
seb [Sun, 1 Feb 2009 16:53:27 +0000 (16:53 +0000)]
Initial import of p5-Spreadsheet-Read version 0.34 in the NetBSD
Packages Collection.

The Perl 5 module Spreadsheet::Read tries to transparently read
*any* spreadsheet and return its content in a universal manner
independent of the parsing module that does the actual spreadsheet
scanning.

15 years agoInitial import of p5-Spreadsheet-XLSX version 0.09 in the NetBSD
seb [Sun, 1 Feb 2009 15:25:02 +0000 (15:25 +0000)]
Initial import of p5-Spreadsheet-XLSX version 0.09 in the NetBSD
Packages Collection.

The Perl 5 module Spreadsheet::XLSX is a (quick and dirty) emulation
of Spreadsheet::ParseExcel for Excel 2007 (.xlsx) file format. It
supports styles and many of Excel's quirks, but not all. It populates
the classes from Spreadsheet::ParseExcel for interoperability;
including Workbook, Worksheet, and Cell.

15 years agoInitial import of p5-Spreadsheet-ReadSXC version 0.20 in the NetBSD
seb [Sun, 1 Feb 2009 09:04:02 +0000 (09:04 +0000)]
Initial import of p5-Spreadsheet-ReadSXC version 0.20 in the NetBSD
Packages Collection.

The Perl 5 module Spreadsheet::ReadSXC extracts data from OpenOffice
1.x spreadsheet files (.sxc).

15 years agoImport web2c-7.5.7 as print/web2c.
minskim [Sun, 1 Feb 2009 06:05:59 +0000 (06:05 +0000)]
Import web2c-7.5.7 as print/web2c.

Web2C is an implementation of TeX and friends which translates the
original WEB sources written by Donald Knuth into C, so they can be
readily compiled on modern systems.

15 years agoInitial import of OpenOffice.org 3.0.1 package from pre-build binaries
bad [Sat, 31 Jan 2009 22:05:53 +0000 (22:05 +0000)]
Initial import of OpenOffice.org 3.0.1 package from pre-build binaries
provided by openoffice.org.

Release notes available under:
http://development.openoffice.org/releases/3.0.1.html
http://development.openoffice.org/releases/3.0.0.html

15 years agoAdd openldap-nops, a slapd overlay to remove null-operations
manu [Sat, 31 Jan 2009 18:27:38 +0000 (18:27 +0000)]
Add openldap-nops, a slapd overlay to remove null-operations

15 years agoAdd openldap-smbk5pwd, a modular slapd overlay to sync passwords with
manu [Sat, 31 Jan 2009 16:00:55 +0000 (16:00 +0000)]
Add openldap-smbk5pwd, a modular slapd overlay to sync passwords with
Kerberos and Samba. This replaces the smbk5pwd option of openldap-server

15 years agoImport py-sphinx 0.5.1
markd [Sat, 31 Jan 2009 05:31:13 +0000 (05:31 +0000)]
Import py-sphinx 0.5.1

Sphinx is a tool that makes it easy to create intelligent and beautiful
documentation for Python projects (or other documents consisting of multiple
reStructuredText sources), written by Georg Brandl. It was originally
created to translate the new Python documentation, but has now been cleaned
up in the hope that it will be useful to many other projects.

Sphinx uses reStructuredText as its markup language, and many of its
strengths come from the power and straightforwardness of reStructuredText
and its parsing and translating suite, the Docutils.

Although it is still under constant development, the following features are
already present, work fine and can be seen "in action" in the Python docs:
* Output formats: HTML (including Windows HTML Help), plain text and LaTeX,
  for printable PDF versions
* Extensive cross-references: semantic markup and automatic links for
  functions, classes, glossary terms and similar pieces of information
* Hierarchical structure: easy definition of a document tree, with automatic
  links to siblings, parents and children
* Automatic indices: general index as well as a module index
* Code handling: automatic highlighting using the Pygments highlighter
* Various extensions are available, e.g. for automatic testing of snippets
  and inclusion of appropriately formatted docstrings.

15 years agoImport pokerth-0.6.3.2 as games/pokerth.
ahoka [Sat, 31 Jan 2009 03:04:37 +0000 (03:04 +0000)]
Import pokerth-0.6.3.2 as games/pokerth.

PokerTH is a poker game written in C++/QT4. You can play the popular "Texas
Hold'em" poker variant against up to six computer-opponents or play network
games with people all over the world. This poker engine is available for Linux,
Windows, and MacOSX and BSD.

15 years agoInitial import of p5-Cisco-Abbrev version 0.02 in the NetBSD Packages
seb [Thu, 29 Jan 2009 22:00:17 +0000 (22:00 +0000)]
Initial import of p5-Cisco-Abbrev version 0.02 in the NetBSD Packages
Collection.

The Perl 5 module Cisco::Abbrev converts between Cisco canonical
interface names (i.e. GigabitEthernet0/1) and the abbreviated forms
often output by their devices (i.e. Gi0/1).

15 years agoInitial import of p5-Net-CIDR-Set version 0.10 in the NetBSD Packages
seb [Thu, 29 Jan 2009 19:46:12 +0000 (19:46 +0000)]
Initial import of p5-Net-CIDR-Set version 0.10 in the NetBSD Packages
Collection.

The Perl 5 module Net::CIDR::Set represents sets of IP addresses
and allows standard set operations (union, intersection, membership
test etc) to be performed on them.  In spite of the name it can
work with sets consisting of arbitrary ranges of IP addresses - not
just CIDR blocks.  Both IPv4 and IPv6 addresses are handled - but
they may not be mixed in the same set.

15 years agoInitial import of p5-Config-INI version 0.014 in the NetBSD Packages
seb [Wed, 28 Jan 2009 22:07:18 +0000 (22:07 +0000)]
Initial import of p5-Config-INI version 0.014 in the NetBSD Packages
Collection.

The Perl 5 module Config::INI yet another config module implementing
yet another slightly different take on the undeniably easy to read
or write ".ini" file format. Its default behavior is quite similar
to that of Config::Tiny, on which it is based.  The chief difference
is that Config::INI is designed to be subclassed to allow for
side-effects and self-reconfiguration.

15 years agoInitial import of p5-Mixin-Linewise version 0.002 in the NetBSD
seb [Wed, 28 Jan 2009 22:06:14 +0000 (22:06 +0000)]
Initial import of p5-Mixin-Linewise version 0.002 in the NetBSD
Packages Collection.

The Perl 5 modules Mixin::Linewise::Readers and Mixin::Linewise::Writers
provide methods for handling reading from or writing to strings or
files designated by name: only a method to handle file handles has
to be provided.

15 years agoImport py-pisa-3.0.29:
joerg [Wed, 28 Jan 2009 14:45:44 +0000 (14:45 +0000)]
Import py-pisa-3.0.29:
pisa is a html2pdf convert using ReportLab, HTML5lib and pyPDF.
It supports HTML 5 and CSS 2.1.

15 years agoImport py-Pdf-1.12:
joerg [Tue, 27 Jan 2009 20:32:37 +0000 (20:32 +0000)]
Import py-Pdf-1.12:
A pure-python PDF toolkit capable of:
- extracing document information,
- splitting documents page by page,
- merging documents page by page,
- cropping pages,
- merging multiple pages into a single page,
- encrypting and decrypting PDF files.

15 years agoImport geeqie-1.0alpha3, an image viewer which continues gqview
drochner [Tue, 27 Jan 2009 19:14:31 +0000 (19:14 +0000)]
Import geeqie-1.0alpha3, an image viewer which continues gqview
(which is abandoned). Still alpha, but works well for Greg Troxel and me.

15 years agoImport py-html5lib-0.11:
joerg [Tue, 27 Jan 2009 17:27:07 +0000 (17:27 +0000)]
Import py-html5lib-0.11:
html5lib is a pure-python library for parsing HTML. The parser is
designed to handle all flavours of HTML and  parses invalid documents
using well-defined error handling rules compatible with the behaviour of
major desktop web browsers.

Output is to a tree structure; the current release supports output to
DOM, ElementTree, lxml and BeautifulSoup tree formats as well as a
simple custom format.

15 years agoImport fuppes version 0.629.
jmcneill [Tue, 27 Jan 2009 01:13:41 +0000 (01:13 +0000)]
Import fuppes version 0.629.

FUPPES is a free, multiplatform UPnP A/V Media Server.

FUPPES supports a wide range of UPnP MediaRenderers (see website for
details) as well as on-the-fly transcoding of various audio, video and image
formats. It also includes basic DLNA support.

15 years agoImport ruby18-pathname2-1.6.1 as devel/ruby-pathname2.
ahoka [Tue, 27 Jan 2009 00:12:27 +0000 (00:12 +0000)]
Import ruby18-pathname2-1.6.1 as devel/ruby-pathname2.

An alternate implementation for the Pathname library. This version treats
a path name as a String, though with certain methods overloaded.

15 years agoImport ruby18-facade-1.0.2 as devel/ruby-facade.
ahoka [Tue, 27 Jan 2009 00:11:15 +0000 (00:11 +0000)]
Import ruby18-facade-1.0.2 as devel/ruby-facade.

A simple way to implement the facade pattern in Ruby.

15 years agoImport tstools version 1.11.
jmcneill [Mon, 26 Jan 2009 22:49:28 +0000 (22:49 +0000)]
Import tstools version 1.11.

tstools is a set of cross-platform command line tools for working with MPEG
data.

The emphasis is on relatively simple tools which concentrate on MPEG (H.264 and
H.262) data packaged according to H.222 (i.e., TS or PS), with a particular
interest in checking for conformance.

Transport Stream (TS) is typically used for distribution of cable and satellite
data. Program Stream (PS) is typically used to store data on DVDs.

The tools are focused on:

    * Quick reporting of useful data (tsinfo, stream_type)
    * Giving a quick overview of the entities in the stream (esdots, psdots)
    * Reporting on TS packets (tsreport) or ES units/frames/fields (esreport)
    * Simple manipulation of stream data (es2ts, esfilter, esreverse, esmerge,
      ts2es)
    * Streaming of data, possibly with introduced errors (tsplay)

15 years agoImport texlive-tetex-2008 as print/texlive-tetex.
minskim [Mon, 26 Jan 2009 21:04:33 +0000 (21:04 +0000)]
Import texlive-tetex-2008 as print/texlive-tetex.

This is a collection of scripts included in teTeX.  The development of
the original teTeX ceased in 2006, and these scripts are now
maintained in TeX Live.

15 years agoImport tex-bin-tetex-3.0 as print/tex-bin-tetex.
minskim [Mon, 26 Jan 2009 20:37:40 +0000 (20:37 +0000)]
Import tex-bin-tetex-3.0 as print/tex-bin-tetex.

This package provides encoding and map files for dvips and dvipdfm
used by updmap.

15 years agoImport tex-bin-texlive-2008 as print/tex-bin-texlive.
minskim [Mon, 26 Jan 2009 04:01:56 +0000 (04:01 +0000)]
Import tex-bin-texlive-2008 as print/tex-bin-texlive.

This packages contains the scripts of the TeX Live tools.