pkgsrc.git
14 years agoadd py-id3lib-0.5.1, another Python module to tag mp3 files
drochner [Tue, 7 Jul 2009 19:15:01 +0000 (19:15 +0000)]
add py-id3lib-0.5.1, another Python module to tag mp3 files

14 years agoadd py-libmtag-0.3.0, Python bindings for libmtag
drochner [Tue, 7 Jul 2009 19:04:05 +0000 (19:04 +0000)]
add py-libmtag-0.3.0, Python bindings for libmtag

14 years agoadd libmtag-0.3.1, another mp3 tagging library
drochner [Tue, 7 Jul 2009 19:02:02 +0000 (19:02 +0000)]
add libmtag-0.3.1, another mp3 tagging library

14 years agoImporting package for p5 module CatalystX::Component::Traits version 0.03
sno [Tue, 7 Jul 2009 19:00:51 +0000 (19:00 +0000)]
Importing package for p5 module CatalystX::Component::Traits version 0.03
as dependency of scheduled update of databases/p5-Catalyst-Model-DBIC-Schema.

Adds a "COMPONENT" in Catalyst::Component method to your Catalyst component
base class that reads the optional traits parameter from app and component
config and instantiates the component subclass with those traits using
"new_with_traits" in MooseX::Traits from MooseX::Traits::Pluggable.

14 years agoImporting package of p5 module namespace::autoclean 0.08 as dependency
sno [Tue, 7 Jul 2009 18:56:04 +0000 (18:56 +0000)]
Importing package of p5 module namespace::autoclean 0.08 as dependency
of imported devel/p5-MooseX-Traits-Pluggable.

When you import a function into a Perl package, it will naturally also be
available as a method.
The namespace::autoclean pragma will remove all imported symbols at the end
of the current package's compile cycle. Functions called in the package
itself will still be bound by their name, but they won't show up as methods
on your class or instances.
This module is very similar to namespace::clean, except it will clean all
imported functions, no matter if you imported them before or after you used
the pagma. It will also not touch anything that looks like a method,
according to Class::MOP::Class::get_method_list.

14 years agoImporting package for p5 module MooseX::Traits::Pluggable version 0.04
sno [Tue, 7 Jul 2009 18:53:57 +0000 (18:53 +0000)]
Importing package for p5 module MooseX::Traits::Pluggable version 0.04
as dependency of scheduled import of p5 module CatalystX::Component::Traits
(dependency of scheduled update of databases/p5-Catalyst-Model-DBIC-Schema).

Adds support for class precedence search for traits and some extra attributes.

14 years agoImporting package for p5 module MooseX::Traits version 0.06 as dependency
sno [Tue, 7 Jul 2009 18:49:13 +0000 (18:49 +0000)]
Importing package for p5 module MooseX::Traits version 0.06 as dependency
of scheduled import of MooseX::Traits::Pluggable (dependency for
CatalystX::Component::Traits etc.)

Often a developer want to create components that can be added to a class
arbitrarily. This module makes it easy for the end user to use these
components. Instead of requiring the user to create a named class with the
desired roles applied, or applying roles to the instance one-by-one, he can
just pass a traits parameter to the class's new_with_traits constructor.
This role will then apply the roles in one go, cache the resulting class
(for efficiency), and return a new instance. Arguments meant to initialize
the applied roles' attributes can also be passed to the constructor.

14 years agoImporting package for p5 module DateTime-Calendar-Mayan-0.0601 as test
sno [Tue, 7 Jul 2009 18:39:02 +0000 (18:39 +0000)]
Importing package for p5 module DateTime-Calendar-Mayan-0.0601 as test
dependency in scheduled update of devel/p5-Moose-0.87

An implementation of the Mayan Long Count, Haab, and Tzolkin calendars as
defined in "Calendrical Calculations The Millennium Edition".

14 years agoImporting package for p5 module for File::Util version 3.27.
sno [Tue, 7 Jul 2009 18:19:39 +0000 (18:19 +0000)]
Importing package for p5 module for File::Util version 3.27.

File::Util provides a comprehensive toolbox of utilities to automate all
kinds of common tasks on file / directories. Its purpose is to do so in
the most portable manner possible so that users of this module won't have
to worry about whether their programs will work on other OSes and machines.

14 years agoImporting package for p5 module Exception::Handler 1.004 as dependency of
sno [Tue, 7 Jul 2009 18:16:45 +0000 (18:16 +0000)]
Importing package for p5 module Exception::Handler 1.004 as dependency of
scheduled import of p5 module File::Util.

Report exceptions with formatted text call-stack.

14 years agoImporting package for p5 module Class::OOorNO 0.011 as dependency of
sno [Tue, 7 Jul 2009 18:13:42 +0000 (18:13 +0000)]
Importing package for p5 module Class::OOorNO 0.011 as dependency of
scheduled import of p5 module File::Util.

Class::OOorNO helps a module handle the input for its subroutines whether
called in object-oriented style (as object methods or class methods with
the arrow syntax ->), or in functional programming style (as subroutines
imported to the caller's namespace via Exporter).

14 years agoImporting package for p5 module DateTime::Format::SQLite 0.10 as dependency
sno [Tue, 7 Jul 2009 17:45:42 +0000 (17:45 +0000)]
Importing package for p5 module DateTime::Format::SQLite 0.10 as dependency
of scheduled updates of DBIx::Class plugins.

This module understands the formats used by SQLite for its date, datetime
and time functions. It can be used to parse these formats in order to
create DateTime objects, and it can take a DateTime object and produce
a timestring accepted by SQLite.

14 years agoImporting package for p5 module of B::Compiling 0.02 as built dependency
sno [Tue, 7 Jul 2009 17:32:40 +0000 (17:32 +0000)]
Importing package for p5 module of B::Compiling 0.02 as built dependency
of devel/p5-Devel-Declare.

This module exposes the perl interpreter's PL_compiling variable to perl.

14 years agoImporting package for p5 module of DBIx::Class::Cursor::Cached 1.0.1
sno [Tue, 7 Jul 2009 17:28:49 +0000 (17:28 +0000)]
Importing package for p5 module of DBIx::Class::Cursor::Cached 1.0.1
as dependency of scheduled update of databases/p5-Catalyst-Model-DBIC-Schema.

This is a Catalyst Model for DBIx::Class::Schema-based Models. See the
documentation for Catalyst::Helper::Model::DBIC::Schema and
Catalyst::Helper::Model::DBIC::SchemaLoader for information on
generating these Models via Helper scripts. The latter of the two will
also generated a DBIx::Class::Schema::Loader-based Schema class for you.

14 years agowbd, the UCB/LBNL whiteboard tool, is a real-time shared whiteboard
sborrill [Tue, 7 Jul 2009 16:10:18 +0000 (16:10 +0000)]
wbd, the UCB/LBNL whiteboard tool, is a real-time shared whiteboard
application.

14 years agoThis is a little dockapp that does absolutely nothing except for sitting in
sborrill [Tue, 7 Jul 2009 12:36:31 +0000 (12:36 +0000)]
This is a little dockapp that does absolutely nothing except for sitting in
the dockapp area. It consumes very little resources. It is useful in
conjunction with a window manager that allows maximised windows to be
prevented from covering the dockapp area; it allows access to the root
window or menu even when windows are maximised.

14 years agoReimport xz-4.999.8beta archivers/xz so that the directory name
minskim [Tue, 7 Jul 2009 11:08:52 +0000 (11:08 +0000)]
Reimport xz-4.999.8beta archivers/xz so that the directory name
matches PKGNAME.  This replaces archivers/xz-utils.

OK'ed by wiz@.

14 years agoadd the "organize" tool which comes with exiv2>=0.18.1,
drochner [Tue, 7 Jul 2009 10:07:45 +0000 (10:07 +0000)]
add the "organize" tool which comes with exiv2>=0.18.1,
as "exiv2-organize" to avoid namespace pollution
This can sort pictures into directory trees using metadata
as file/directory names.

14 years agoadd picard-0.11, an mp3 tagger using the "musicbrainz" database
drochner [Tue, 7 Jul 2009 09:39:22 +0000 (09:39 +0000)]
add picard-0.11, an mp3 tagger using the "musicbrainz" database

14 years agoadd mp3diags-0.99.02.020, an mp3 diagnosis tool and tag editor
drochner [Tue, 7 Jul 2009 09:34:39 +0000 (09:34 +0000)]
add mp3diags-0.99.02.020, an mp3 diagnosis tool and tag editor

14 years agoDokuWiki dialect module for p5-HTML-WikiConverter
sborrill [Tue, 7 Jul 2009 08:56:50 +0000 (08:56 +0000)]
DokuWiki dialect module for p5-HTML-WikiConverter

14 years agoThis extension embeds Perl Interpreter into PHP.
manu [Fri, 3 Jul 2009 07:40:05 +0000 (07:40 +0000)]
This extension embeds Perl Interpreter into PHP.

14 years agoImporting package of p5 module Template::Plugin::CSV 0.04.
sno [Sun, 14 Jun 2009 23:18:54 +0000 (23:18 +0000)]
Importing package of p5 module Template::Plugin::CSV  0.04.

This is a very simple TT2 Plugin for generating CSV.

14 years agoImporting package for p5 module ExtUtils::ModuleMaker::TT 0.93
sno [Sun, 14 Jun 2009 23:01:55 +0000 (23:01 +0000)]
Importing package for p5 module ExtUtils::ModuleMaker::TT 0.93

This module extends ExtUtils::ModuleMaker to use Template Toolkit 2 (TT2)
to build skeleton files for a new module. Templates may either be default
templates supplied within the module or user-customized templates in a
directory specified with the TEMPLATE_DIR parameter.

14 years agoImporting package of p5 module Template::Plugin::DBI 2.64.
sno [Sun, 14 Jun 2009 22:42:57 +0000 (22:42 +0000)]
Importing package of p5 module Template::Plugin::DBI 2.64.

This Template Toolkit plugin module provides an interface to the Perl DBI/DBD
modules, allowing to integrate SQL queries into template documents.  It also
provides an interface via the Tie::DBI module (if installed) so that database
records can be accessed without having to embed any SQL in templates.

14 years agoImporting package for p5 module Tie::DBI 1.02.
sno [Sun, 14 Jun 2009 22:36:41 +0000 (22:36 +0000)]
Importing package for p5 module Tie::DBI 1.02.

This module allows you to tie Perl associative arrays (hashes) to SQL
databases using the DBI interface. The tied hash is associated with a
table in a local or networked database. One column becomes the hash key.
Each row of the table becomes an associative array, from which individual
fields can be set or retrieved.

14 years agoImporting www/opengoo 1.4.1 package.
taca [Sun, 14 Jun 2009 04:51:37 +0000 (04:51 +0000)]
Importing www/opengoo 1.4.1 package.

OpenGoo is an easy to use Open Source Web Office.

Manage tasks, documents, contacts, e-mail, calendar, and more...
Manage project progress, track time, and bill your customers.
Access all information from a single and elegant dashboard.
Communicate with co-workers, clients and vendors.

14 years agoImport ffplay-20090611 as multimedia/ffplay.
ahoka [Fri, 12 Jun 2009 16:28:40 +0000 (16:28 +0000)]
Import ffplay-20090611 as multimedia/ffplay.

This is used to live as an option for multimedia/ffmpeg.

FFmpeg is the first complete and free Internet Live Audio and Video
Broadcasting solution. FFMpeg aims at being the command line tool to
handle audio and video. It is a "three-in-one" solution.

FFmpeg includes a soft VCR capable of encoding in many different
formats simultaneously, a streaming server for Netcasting multimedia
and is available under the GNU General Public License.

FFmpeg generates streaming files, in many popular formats
simultaneously, faster than any other solution.

14 years agoAdd Asterisk 1.6.0.10. At the moment, this version doesn't have any
jnemeth [Fri, 12 Jun 2009 09:04:57 +0000 (09:04 +0000)]
Add Asterisk 1.6.0.10.  At the moment, this version doesn't have any
hardware support, so it can't replace comms/asterisk.  However,
apparently there is demand for this version, so wiz@ suggested it
be imported here into comms/asterisk16.  The latest version is
1.6.1.1, but I won't have time to update all the patches before the
freeze.  I'll update to that version sometime after the freeze when
I get a chance.

14 years agoImport tex-kotex-base-doc-0.1.1 as fonts/tex-kotex-base-doc.
minskim [Wed, 10 Jun 2009 00:26:05 +0000 (00:26 +0000)]
Import tex-kotex-base-doc-0.1.1 as fonts/tex-kotex-base-doc.

This is documentation for tex-kotex-base.

14 years agoImport tex-kotex-base-0.1.1 as fonts/tex-kotex-base.
minskim [Wed, 10 Jun 2009 00:24:39 +0000 (00:24 +0000)]
Import tex-kotex-base-0.1.1 as fonts/tex-kotex-base.

ko.TeX is a collection of TeX macro packages to typeset Korean
documents.  It is maintained by the Korean TeX Society.

This package provides fonts for ko.TeX.

14 years agoImport luatex-0.40.2 as print/luatex.
minskim [Tue, 9 Jun 2009 21:47:52 +0000 (21:47 +0000)]
Import luatex-0.40.2 as print/luatex.

LuaTeX is an extended version of pdfTeX using Lua as an embedded
scripting language.  The LuaTeX projects main objective is to provide
an open and configurable variant of TeX while at the same time
offering downward compatibility.

14 years agoAdded devel/p5-Parallel-ForkManager version 0.7.5
abs [Tue, 9 Jun 2009 17:23:20 +0000 (17:23 +0000)]
Added devel/p5-Parallel-ForkManager version 0.7.5

This module is intended for use in operations that can be done in
parallel where the number of processes to be forked off should be
limited. Typical use is a downloader which will be retrieving
hundreds/thousands of files.

14 years agoInitial import of xz-utils-4.999.8beta:
wiz [Mon, 8 Jun 2009 14:01:18 +0000 (14:01 +0000)]
Initial import of xz-utils-4.999.8beta:

LZMA is a general purporse compression algorithm designed by Igor
Pavlov as part of 7-Zip. It provides high compression ratio while
keeping the decompression speed fast.

XZ Utils are an attempt to make LZMA compression easy to use on
free (as in freedom) operating systems. This is achieved by providing
tools and libraries which are similar to use than the equivalents
of the most popular existing compression algorithms.

XZ Utils consist of a few relatively separate parts:
  * liblzma is an encoder/decoder library with support for several
    filters (algorithm implementations). The primary filter is
    LZMA.
  * libzfile (or whatever the name will be) enables reading from
    and writing to gzip, bzip2 and LZMA compressed and uncompressed
    files with an API similar to the standard ANSI-C file I/O.
    [ NOTE: libzfile is not implemented yet. ]
  * xz command line tool has almost identical syntax than gzip
    and bzip2. It makes LZMA easy for average users, but also
    provides advanced options to finetune the compression settings.
  * A few shell scripts make diffing and grepping LZMA compressed
    files easy. The scripts were adapted from gzip and bzip2.

14 years agopkgin is aimed at being an apt / yum like tool for managing
imil [Mon, 8 Jun 2009 13:58:26 +0000 (13:58 +0000)]
pkgin is aimed at being an apt / yum like tool for managing
pkgsrc binary packages. It relies on pkg_summary(5) for
installation, removal and upgrade of packages and associated
dependencies, using a remote repository.

OK'd by seb@

14 years agoInitial import of agedu-8590:
wiz [Sun, 7 Jun 2009 13:48:20 +0000 (13:48 +0000)]
Initial import of agedu-8590:

Suppose you're running low on disk space. You need to free some
up, by finding something that's a waste of space and deleting it
(or moving it to an archive medium). How do you find the right
stuff to delete, that saves you the maximum space at the cost of
minimum inconvenience?

Unix provides the standard du utility, which scans your disk and
tells you which directories contain the largest amounts of data.
That can help you narrow your search to the things most worth
deleting.

However, that only tells you what's big. What you really want to
know is what's too big. By itself, du won't let you distinguish
between data that's big because you're doing something that needs
it to be big, and data that's big because you unpacked it once and
forgot about it.

Most Unix file systems, in their default mode, helpfully record
when a file was last accessed. Not just when it was written or
modified, but when it was even read. So if you generated a large
amount of data years ago, forgot to clean it up, and have never
used it since, then it ought in principle to be possible to use
those last-access time stamps to tell the difference between that
and a large amount of data you're still using regularly.

agedu is a program which does this. It does basically the same sort
of disk scan as du, but it also records the last-access times of
everything it scans. Then it builds an index that lets it efficiently
generate reports giving a summary of the results for each subdirectory,
and then it produces those reports on demand.

14 years agoImport cmus-unofficial-20090605 as audio/cmus-unofficial.
ahoka [Sun, 7 Jun 2009 12:49:01 +0000 (12:49 +0000)]
Import cmus-unofficial-20090605 as audio/cmus-unofficial.

"cmus-unoficial a fork of cmus for collecting patches from the mailing list
until Timo comes back online."

CMus is a small and fast music player using the ncurses library.
CMus has vi-style command interface, e.g. searching using '/' or
'?' and adding files to playlist ':add ~/foo.ogg'.

  * Plays FLAC, OGG, MP3, MP4, AAC, WAV, WV and modules
  * MP3 and Ogg streaming (Shoutcast/Icecast)
  * WinAmp / XMMS keys "zxcvb"
  * Can be controlled via UNIX socket
  * Customizable colors
  * Nice vi-style interface with tabulator expansion
  * Background playlist loading
  * Track metadata database makes adding files to playlist very fast.
  * Album/artist modes. Playing within one album or artist.
  * Powerful playlist filters
  * Can run external commands for the currently selected files
  * Directory browser
  * Supports 256 colors
  * Play Queue
  * Dynamic Keybinding
  * Easy to use directory browser

14 years agoImport tex-wasy-doc-2008.7340 as fonts/tex-wasy-doc.
minskim [Sun, 7 Jun 2009 07:31:30 +0000 (07:31 +0000)]
Import tex-wasy-doc-2008.7340 as fonts/tex-wasy-doc.

This is documentation for tex-wasy.

14 years agoImport tex-wasy-2008.7340 as fonts/tex-wasy.
minskim [Sun, 7 Jun 2009 07:29:10 +0000 (07:29 +0000)]
Import tex-wasy-2008.7340 as fonts/tex-wasy.

The wasy fonts (Waldi's symbol fonts) provide a useful range of
symbols in MetaFont format: they have been extended (and converted to
Adobe Type 1) under the name wasy2.

14 years agoImport tex-stmaryrd-doc-2008.7340 as fonts/tex-stmaryrd-doc.
minskim [Sun, 7 Jun 2009 07:20:54 +0000 (07:20 +0000)]
Import tex-stmaryrd-doc-2008.7340 as fonts/tex-stmaryrd-doc.

This is documentation for tex-stmaryrd.

14 years agoImport tex-stmaryrd-2008.7340 as fonts/tex-stmaryrd.
minskim [Sun, 7 Jun 2009 07:20:23 +0000 (07:20 +0000)]
Import tex-stmaryrd-2008.7340 as fonts/tex-stmaryrd.

The fonts were originally distributed as MetaFont sources only, but
Adobe Type 1 versions are also now available. Macro support is provided
for use under LaTeX; the package supports the "only" option (provided by
the somedefs package) to restrict what is loaded, for those who don't
need the whole font.

14 years agoImport tex-rsfs-doc-2008.11620 as fonts/tex-rsfs-doc.
minskim [Sun, 7 Jun 2009 07:08:36 +0000 (07:08 +0000)]
Import tex-rsfs-doc-2008.11620 as fonts/tex-rsfs-doc.

This is documentation for tex-rsfs.

14 years agoImport tex-rsfs-2008.11620 as fonts/tex-rsfs.
minskim [Sun, 7 Jun 2009 07:07:51 +0000 (07:07 +0000)]
Import tex-rsfs-2008.11620 as fonts/tex-rsfs.

The fonts provide uppercase `formal' script letters for use as symbols
in scientific and mathematical typesetting (in contrast to the
informal script fonts such as that used for the `calligraphic' symbols
in the TeX maths symbol font).  The fonts are provided as MetaFont
source, and as derived Adobe Type 1 format.  LaTeX support, for using
these fonts in mathematics, is available via one of the packages
calrsfs and mathrsfs.

14 years agoImport tex-manfnt-2008.7340 as fonts/tex-manfnt.
minskim [Sun, 7 Jun 2009 06:56:38 +0000 (06:56 +0000)]
Import tex-manfnt-2008.7340 as fonts/tex-manfnt.

A LaTeX package for easy access to the symbols of the Knuth's
`manual' font, such as the Dangerous Bend and Manual-errata Arrow.

14 years agoImport tex-mflogo-doc-2008.7340 as fonts/tex-mflogo-doc.
minskim [Sun, 7 Jun 2009 06:48:55 +0000 (06:48 +0000)]
Import tex-mflogo-doc-2008.7340 as fonts/tex-mflogo-doc.

This is documentation for tex-mflogo.

14 years agoImport tex-mflogo-2008.7340 as fonts/tex-mflogo.
minskim [Sun, 7 Jun 2009 06:47:55 +0000 (06:47 +0000)]
Import tex-mflogo-2008.7340 as fonts/tex-mflogo.

LaTeX package and font definition file to access the Knuthian mflogo
fonts described in `The MetaFontbook' and to typeset the MetaFont logos
in LaTeX documents.

14 years agoImport tex-makeindex-doc-2.12 as textproc/tex-makeindex-doc.
minskim [Sun, 7 Jun 2009 06:30:32 +0000 (06:30 +0000)]
Import tex-makeindex-doc-2.12 as textproc/tex-makeindex-doc.

This is documentation for tex-makeindex.

14 years agoImport tex-makeindex-2.12 as textproc/tex-makeindex.
minskim [Sun, 7 Jun 2009 06:29:45 +0000 (06:29 +0000)]
Import tex-makeindex-2.12 as textproc/tex-makeindex.

This package provides style files for makeindex, a general purpose
hierarchical index generator.

14 years agoImport tex-enctex-doc-2008.11913 as print/tex-enctex-doc.
minskim [Sun, 7 Jun 2009 06:05:39 +0000 (06:05 +0000)]
Import tex-enctex-doc-2008.11913 as print/tex-enctex-doc.

This is documentation for tex-enctex.

14 years agoImport tex-enctex-2008.11913 as print/tex-enctex.
minskim [Sun, 7 Jun 2009 06:04:09 +0000 (06:04 +0000)]
Import tex-enctex-2008.11913 as print/tex-enctex.

EncTeX is a TeX extension allowing you flexible input/output
reencoding by new encTeX primitives.  It allows full UTF-8 processing
in standard 8-bit TeX.

14 years agoImport tex-dvips-2008.12784 as print/tex-dvips.
minskim [Sun, 7 Jun 2009 05:52:23 +0000 (05:52 +0000)]
Import tex-dvips-2008.12784 as print/tex-dvips.

This package provides miscellaneous files for dvips, a DVI to
PostScript driver.

14 years agoImport tex-bibtex-doc-0.99c as print/tex-bibtex-doc.
minskim [Sun, 7 Jun 2009 05:30:48 +0000 (05:30 +0000)]
Import tex-bibtex-doc-0.99c as print/tex-bibtex-doc.

This is documentation for tex-bibtex.

14 years agoImport tex-bibtex-0.99c as print/tex-bibtex.
minskim [Sun, 7 Jun 2009 05:28:54 +0000 (05:28 +0000)]
Import tex-bibtex-0.99c as print/tex-bibtex.

BibTeX allows the user to store his citation data in generic form,
while printing citations in a document in the form specified by a
BibTeX style, to be specified in the document itself.  BibTeX itself
is an ASCII-only program; there is, however, a version that copes with
8-bit character sets.

14 years agoImport the development version of emacs (23.0.94).
minskim [Fri, 5 Jun 2009 02:57:57 +0000 (02:57 +0000)]
Import the development version of emacs (23.0.94).

This package is based on emacs-current in pkgsrc-wip, which was
originally packaged by OBATA Akio.

14 years agoimport merkaartor-0.13.2, an openstreetmap editor, from Jochen Kunz
drochner [Thu, 4 Jun 2009 10:57:59 +0000 (10:57 +0000)]
import merkaartor-0.13.2, an openstreetmap editor, from Jochen Kunz
per mail to pkgsrc-users

14 years agoInitial import of p5-Apache2-AuthCASSimple version 0.10 in the
seb [Mon, 1 Jun 2009 21:41:39 +0000 (21:41 +0000)]
Initial import of p5-Apache2-AuthCASSimple version 0.10 in the
NetBSD Packages Collection.

Apache2::AuthCASSimple is an authentication module for Apache2/mod_perl2.
It allows you to authenticate users through a Yale CAS server. Users
do not need to log in if they are already authenticated by the CAS
server, only tickets are exchanged between Web client, Apache2
server and CAS server. If they are not yet authenticated, they will
be redirected to the CAS server login form.

14 years agoImporting package for module Text::CSV 1.12 - as dependency of scheduled
sno [Mon, 1 Jun 2009 18:49:13 +0000 (18:49 +0000)]
Importing package for module Text::CSV 1.12 - as dependency of scheduled
update for LaTeX::Table 0.9.15.

Text::CSV provides facilities for the composition and decomposition of
comma-separated values using Text::CSV_XS or its pure Perl version.

14 years agoImport new "py-parsedatetime" package:
tron [Sun, 31 May 2009 16:51:37 +0000 (16:51 +0000)]
Import new "py-parsedatetime" package:
A collection of routines to input, parse and manipulate date and times.
The text can either be 'normal' date values or it can be human readable.

14 years agoImport libnxml-0.18.3 as textproc/libnxml from pkgsrc-wip.
obache [Sat, 30 May 2009 00:16:10 +0000 (00:16 +0000)]
Import libnxml-0.18.3 as textproc/libnxml from pkgsrc-wip.
Packaged by Kamel Derouiche.

nXML is a C library for parsing, writing and creating XML 1.0 and
1.1 files or streams. It supports utf-8, utf-16be and utf-16le,
ucs-4 (1234, 4321, 2143, 2312).

14 years agoImporting package for module File::Find::Rule::Perl 1.06.
sno [Fri, 29 May 2009 08:39:02 +0000 (08:39 +0000)]
Importing package for module File::Find::Rule::Perl 1.06.

File::Find::Rule::Perl provides methods for finding various types
Perl-related files, or replicating search queries run on a distribution
in various parts of the CPAN ecosystem.

14 years agoImporting package for p5 module File::Find::Rule::VCS 1.05.
sno [Fri, 29 May 2009 08:30:14 +0000 (08:30 +0000)]
Importing package for p5 module File::Find::Rule::VCS 1.05.

File::Find::Rule::VCS provides quick and convenient methods to exclude the
version control directories of several major Version Control Systems
(currently CVS, subversion, and Bazaar).

14 years agoImporting package for p5 module File::Find::Rule::Age 0.2.
sno [Fri, 29 May 2009 08:21:53 +0000 (08:21 +0000)]
Importing package for p5 module File::Find::Rule::Age 0.2.

File::Find::Rule::Age makes it easy to search for files based on their age.

14 years agoImporting package for p5 module File::Find::Rule::Permission 2.0.
sno [Fri, 29 May 2009 08:12:42 +0000 (08:12 +0000)]
Importing package for p5 module File::Find::Rule::Permission 2.0.

An extension for File::Find::Rule to work with file permission bits and
determine whether a given user can read, write or execute files.

14 years agoImporting package for p5 module Devel::CheckOS 1.61 as dependency for
sno [Fri, 29 May 2009 08:09:08 +0000 (08:09 +0000)]
Importing package for p5 module Devel::CheckOS 1.61 as dependency for
scheduled import of File::Find::Rule::Permissions.

Devel::CheckOS provides a more friendly interface to $^O, and also lets you
check for various OS "families" such as "Unix", which includes things like
Linux, Solaris, AIX etc.

14 years agoImporting package for p5 module File::Find::Rule::PPI 0.05.
sno [Fri, 29 May 2009 07:54:20 +0000 (07:54 +0000)]
Importing package for p5 module File::Find::Rule::PPI 0.05.

File::Find::Rule::PPI allows you to integrate PPI content queries into your
File::Find::Rule searches.

Initially, it provides the one additional method ppi_find_any, which takes an
argument identical to the PPI::Node method find_any and checks each file as a
perl document to see if matches the query.

14 years agoImporting package for p5 module ExtUtils::ModuleMaker 0.51.
sno [Fri, 29 May 2009 07:41:29 +0000 (07:41 +0000)]
Importing package for p5 module ExtUtils::ModuleMaker 0.51.

This module is a replacement for the most typical use of the h2xs utility
bundled with all Perl distributions: the creation of the directories and
files required for a pure-Perl module to be installable with make and
distributable on the Comprehensive Perl Archive Network (CPAN).

For Perl programmers, laziness is a virtue -- and modulemaker is far and
away the laziest way to create a pure Perl distribution which meets all
the requirements for worldwide distribution via CPAN.

14 years agoImporting package for p5 module File::Save::Home 0.08 as dependency for
sno [Fri, 29 May 2009 07:35:19 +0000 (07:35 +0000)]
Importing package for p5 module File::Save::Home 0.08 as dependency for
scheduled import of ExtUtils::ModuleMaker.

This Perl extension provides several functions which try to determine whether
you can, indeed, safely create directories and files underneath a user's home
directory. Among other things, if you are placing a file in such a location
only temporarily -- say, for testing purposes -- you can temporarily hide any
already existing file with the same name and restore it to its original name
and timestamps when you are done.

14 years agoImporting package for p5 module String::PerlIdentifier 0.05 as dependency
sno [Fri, 29 May 2009 07:27:20 +0000 (07:27 +0000)]
Importing package for p5 module String::PerlIdentifier 0.05 as dependency
for scheduled import of devel/p5-File-Save-Home 0.08.

This module automatically exports a single subroutine, make_varname(), which
returns a string composed of random characters that qualifies as the name for
a Perl variable. The characters are limited to upper- and lower-case letters
in the English alphabet, the numerals from 0 through 9 and the underscore
character. The first character may not be a numeral.

14 years agoImporting package for p5 module Devel::CheckLib 0.6.
sno [Fri, 29 May 2009 07:14:16 +0000 (07:14 +0000)]
Importing package for p5 module Devel::CheckLib 0.6.

This module provides a way of checking whether a particular library and
its headers are available, by attempting to compile a simple program and
link against it.

14 years agoInitial import of py-gammu-1.24.0, based on work from Joachim König.
wiz [Tue, 26 May 2009 22:03:58 +0000 (22:03 +0000)]
Initial import of py-gammu-1.24.0, based on work from Joachim König.

Python bindings for Gammu library.  The bindings currently do not
support all Gammu features, but the range of covered functions is
increasing.  If you need something specific, feel free to use the
bug tracking system for feature requests.

14 years agoImport liferea-1.6.0rc1, the current development version.
drochner [Tue, 26 May 2009 17:38:55 +0000 (17:38 +0000)]
Import liferea-1.6.0rc1, the current development version.
This version supports only webkit as HTML renderer.

14 years agoInitial import of gammu-1.24.0. Bluetooth support by plunky.
wiz [Mon, 25 May 2009 12:50:01 +0000 (12:50 +0000)]
Initial import of gammu-1.24.0. Bluetooth support by plunky.

Gammu is a command line utility and library to work with mobile phones
from many vendors. Support for different models differs, but basic
functions should work with majority of them. The program can work with
contacts, messages (SMS, EMS and MMS), calendar, todos, file system,
integrated radio, camera, etc. It also supports a daemon mode to send
and receive SMS messages.

Gammu includes Python bindings, which allows easy scripting of
desired functionality using core functions.

14 years agoImport java-pure-hyperestraier-1.0.0.1.4.13 as textproc/java-pure-hyperestraier.
obache [Mon, 25 May 2009 09:43:52 +0000 (09:43 +0000)]
Import java-pure-hyperestraier-1.0.0.1.4.13 as textproc/java-pure-hyperestraier.

Hyper Estraier is a full-text search system.  You can search lots of
documents for some documents including specified words.  If you run a
web site, it is useful as your own search engine for pages in your
site.  Also, it is useful as search utilities of mail boxes and file
servers.

This package provides the Java pure interface of Hyper Estraier.

14 years agoImport java-native-hyperestraier-1.0.0.1.4.13 as textproc/java-native-hyperestraier.
obache [Mon, 25 May 2009 09:43:00 +0000 (09:43 +0000)]
Import java-native-hyperestraier-1.0.0.1.4.13 as textproc/java-native-hyperestraier.

Hyper Estraier is a full-text search system.  You can search lots of
documents for some documents including specified words.  If you run a
web site, it is useful as your own search engine for pages in your
site.  Also, it is useful as search utilities of mail boxes and file
servers.

This package provides the Java native interface of Hyper Estraier.

14 years agoImport java-tokyocabinet-1.19 as databases/java-tokyocabinet.
obache [Sun, 24 May 2009 12:40:31 +0000 (12:40 +0000)]
Import java-tokyocabinet-1.19 as databases/java-tokyocabinet.

Tokyo Cabinet is a library of routines for managing a database.  The database is
a simple data file containing records, each is a pair of a key and a value.
Every key and value is serial bytes with variable length.  Both binary data and
character string can be used as a key and a value.  There is neither concept of
data tables nor data types.  Records are organized in hash table, B+ tree, or
fixed-length array.

This package provides Java binding of Tokyo Cabinet.

14 years agoImporting package p5-pango 1.220 as dependency for scheduled update of
sno [Thu, 21 May 2009 19:24:44 +0000 (19:24 +0000)]
Importing package p5-pango 1.220 as dependency for scheduled update of
p5-gtk2.

Perl bindings to the pango layout and rendering library
(http://www.pango.org/).

14 years agoImporting package for p5 module B::Hooks::OP::Check::StashChange 0.06
sno [Wed, 20 May 2009 21:57:54 +0000 (21:57 +0000)]
Importing package for p5 module B::Hooks::OP::Check::StashChange 0.06
as dependency of scheduled Catalyst::Runtime update.

DESCR:
Invoke callbacks when the stash code is being compiled in changes.

14 years agoImport py-usb 0.4.1 from Wim Lewis in PR#41445 (with small modifications).
jakllsch [Wed, 20 May 2009 02:16:14 +0000 (02:16 +0000)]
Import py-usb 0.4.1 from Wim Lewis in PR#41445 (with small modifications).

The PyUSB module provides Python with easy access to the host
machine's Universal Serial Bus (USB) system via libusb.

14 years agoImporting package for p5 File::ChangeNotify 0.05 modules as dependency for
sno [Tue, 19 May 2009 22:16:00 +0000 (22:16 +0000)]
Importing package for p5 File::ChangeNotify 0.05 modules as dependency for
the scheduled p5-Catalyst-Devel update.

A File::ChangeNotify::Watcher class monitors a directory for changes made to
any file. A regular expression can be provided to filter out interesting
files.  It handles the addition of new subdirectories by adding them to the
watch list.

14 years agoImporting package for p5 module MooseX::SemiAffordanceAccessor 0.03 as
sno [Tue, 19 May 2009 22:12:19 +0000 (22:12 +0000)]
Importing package for p5 module MooseX::SemiAffordanceAccessor 0.03 as
dependency of upcoming import for p5 module File::ChangeNotify (which is
a dependency for the scheduled p5-Catalyst-Devel update).

This module does not provide any methods. Simply loading it changes the
default naming policy for the loading class so that accessors are separated
into get and set methods. The get methods have the same name as the accessor,
while set methods are prefixed with "set_".

14 years agoImporting package for p5 module MooseX::Params::Validate 0.09 as dependency
sno [Tue, 19 May 2009 22:02:21 +0000 (22:02 +0000)]
Importing package for p5 module MooseX::Params::Validate 0.09 as dependency
of upcoming import for p5 module File::ChangeNotify (which is a dependency
for the scheduled p5-Catalyst-Devel update)

This module fills a gap in Moose by adding method parameter validation to
Moose. This is just one of many developing options, it should not be
considered the "official" one by any means though.

14 years agoImport eina from pkgsrc-wip. Packaged by yazzy at yazzy dot org, and
minskim [Tue, 19 May 2009 17:26:28 +0000 (17:26 +0000)]
Import eina from pkgsrc-wip.  Packaged by yazzy at yazzy dot org, and
updated by me.

Eina is a data types library that provides list, hash, etc.

14 years agoInitial import of py-icalendar, packaged for pkgsrc-wip by mj_turner
wiz [Tue, 19 May 2009 09:19:45 +0000 (09:19 +0000)]
Initial import of py-icalendar, packaged for pkgsrc-wip by mj_turner
with changed by jihbed.

The iCalendar package is a parser/generator of iCalendar files for
use with Python. It follows the RFC 2445 (iCalendar) specification

The package can both generate and parse iCalendar files, and can
easily be used as is.

The aim is to make a package that is fully compliant to RFC 2445,
well designed, simple to use and well documented.

14 years agoImport dri2proto 2.0 - DRI2 extension headers from modular X.org.
hasso [Tue, 19 May 2009 06:34:41 +0000 (06:34 +0000)]
Import dri2proto 2.0 - DRI2 extension headers from modular X.org.

14 years agoInitial import of p5-SSH-Batch version 0.021 in the NetBSD Packages
seb [Sun, 17 May 2009 20:08:17 +0000 (20:08 +0000)]
Initial import of p5-SSH-Batch version 0.021 in the NetBSD Packages
Collection.

The Perl 5 module SSH::Batch provides cluster operations based on
parallel SSH, set and interval arithmetic.  The following scripts
are provided:
- fornodes: Expand patterns to machine host list
- atnodes: Run command on clusters
- tonodes: Upload local files/directories to remote clusters
- key2nodes: Push SSH public key to the remote clusters

14 years agoImporting package for p5 module DBD::ODBC 1.21.
sno [Sun, 17 May 2009 13:29:15 +0000 (13:29 +0000)]
Importing package for p5 module DBD::ODBC 1.21.

DBD::ODBC is an ODBC Driver for DBI.

14 years agoImporting package for perl module Template::Plugin::Latex 3.02.
sno [Sun, 17 May 2009 10:37:39 +0000 (10:37 +0000)]
Importing package for perl module Template::Plugin::Latex 3.02.

DESCR:
The Latex Template Toolkit plugin provides a latex filter that allows the use
of LaTeX to generate PDF, PostScript and DVI output files from the Template
Toolkit. The plugin uses LaTeX::Driver to run the various LaTeX programs.

The Template::Latex module is a wrapper of convenience around the Template
module, providing additional support for generating PDF, PostScript and DVI
documents from LaTeX templates.

14 years agoInitial import of p5-Net-OpenSSH version 0.34 in the NetBSD Packages
seb [Sun, 17 May 2009 10:37:35 +0000 (10:37 +0000)]
Initial import of p5-Net-OpenSSH version 0.34 in the NetBSD Packages
Collection.

The Perl 5 module Net::OpenSSH is a secure shell client package
implemented on top of OpenSSH binary client (ssh).  This module is
implemented around the multiplexing feature found in later versions
of OpenSSH.

14 years agoImporting package for perl module LaTeX::Table 0.9.14 as dependency of
sno [Sun, 17 May 2009 10:34:20 +0000 (10:34 +0000)]
Importing package for perl module LaTeX::Table 0.9.14 as dependency of
upcoming Template::Plugin::Latex.

DESCR:
The Latex Template Toolkit plugin provides a latex filter that allows the use
of LaTeX to generate PDF, PostScript and DVI output files from the Template
Toolkit. The plugin uses LaTeX::Driver to run the various LaTeX programs.

The Template::Latex module is a wrapper of convenience around the Template
module, providing additional support for generating PDF, PostScript and DVI
documents from LaTeX templates.

14 years agoImporting package for perl module Moose::Policy 0.03 (as dependency for
sno [Sun, 17 May 2009 10:29:11 +0000 (10:29 +0000)]
Importing package for perl module Moose::Policy 0.03 (as dependency for
upcoming LaTeX::Table module).

DESCR:
This module allows you to specify your project-wide or even company-wide
Moose meta-policy.

Most all of Moose's features can be customized through the use of custom
metaclasses, however fiddling with the metaclasses can be hairy.
Moose::Policy removes most of that hairiness and makes it possible to
cleanly contain a set of meta-level customizations in one easy to use
module.

14 years agoImporting package for perl module LaTeX::Encode as a dependency of upcoming
sno [Sun, 17 May 2009 10:24:53 +0000 (10:24 +0000)]
Importing package for perl module LaTeX::Encode as a dependency of upcoming
LaTeX::Table and Template::Plugin::Latex packages.

This module provides a function to encode text that is to be formatted with
LaTeX. It encodes characters that are special to LaTeX or that are
represented in LaTeX by LaTeX commands.

14 years agoImporting package for perl module LaTeX::Driver 0.08. It's used by
sno [Sun, 17 May 2009 10:20:36 +0000 (10:20 +0000)]
Importing package for perl module LaTeX::Driver 0.08. It's used by
the Template::Toolkit Latex plugin.

DESCR:
The LaTeX::Driver module encapsulates the details of invoking the Latex
programs to format a LaTeX document. Formatting with LaTeX is complicated;
there are potentially many programs to run and the output of those programs
must be monitored to determine whether further processing is required.

This module runs the required commands in the directory specified, either
explicitly with the dirname option or implicitly by the directory part of
basename, or in the current directory. As a result of the processing up to
a dozen or more intermediate files are created. These can be removed with
the cleanup method.

14 years agoImport tex-bin-xmltex-0.8 as textproc/tex-bin-xmltex.
minskim [Sat, 16 May 2009 21:00:35 +0000 (21:00 +0000)]
Import tex-bin-xmltex-0.8 as textproc/tex-bin-xmltex.

This package provides an implementation of a parser for documents
matching the XML 1.0 and XML Namespace Recommendations. In addition to
parsing commands are provided to attatch TeX typesetting instructions to
the various markup elemenets as they are encounted. Sample files for
typesetting a subset of TEI, MathML, are included. Element and Attribute
names, as well as character data, may use any characters allowed in XML,
using UTF-8 or a suitable 8-bit encoding.

14 years agoQt-based console for Bacula
adam [Sat, 16 May 2009 08:06:18 +0000 (08:06 +0000)]
Qt-based console for Bacula

14 years agoImport matio-1.3.3
dmcmahill [Fri, 15 May 2009 23:08:14 +0000 (23:08 +0000)]
Import matio-1.3.3

libmatio is an open-source library for reading/writing Matlab MAT files.  This
library is designed for use by programs/libraries that do not have access or
do not want to rely on Matlab's libmat shared library.

14 years agoImport py-matplotlib-tk version 0.98.0.
he [Thu, 14 May 2009 13:54:13 +0000 (13:54 +0000)]
Import py-matplotlib-tk version 0.98.0.

matplotlib is a pure python plotting library designed to bring
publication quality plotting to python with a syntax familiar to
matlab users.  A lot progress towards this goal has been made since
the first release of matplotlib, the library does produce high quality
2D plots.  All of the plotting commands can be accessed either via a
functional interface familiar to matlab users or an object oriented
interface familiar to python users, and several high resolution output
formats are supported.

This package contains the Tk driver for matplotlib.

Tutorial: http://matplotlib.sourceforge.net/tutorial.html

14 years agoImport markdown-mode-1.6 as textproc/markdown-mode.
minskim [Thu, 14 May 2009 06:09:13 +0000 (06:09 +0000)]
Import markdown-mode-1.6 as textproc/markdown-mode.

markdown-mode is a major mode for editing Markdown-formatted text
files in GNU Emacs.

14 years agoImport lua-mode-20071122 from pkgsrc-wip. Packaged by Aleksey Cheusov.
minskim [Thu, 14 May 2009 05:52:12 +0000 (05:52 +0000)]
Import lua-mode-20071122 from pkgsrc-wip.  Packaged by Aleksey Cheusov.

Lua-mode is a major Emacs mode for editing source code written in Lua
programming language.

14 years agoImport tex-hyph-utf8-doc-2008.11171 as print/tex-hyph-utf8-doc.
minskim [Thu, 14 May 2009 04:57:00 +0000 (04:57 +0000)]
Import tex-hyph-utf8-doc-2008.11171 as print/tex-hyph-utf8-doc.

This is documentation for tex-hyph-utf8.

14 years agoCodeSynthesis XSD is an open-source, cross-platform W3C XML Schema to C++
hasso [Sun, 10 May 2009 14:50:50 +0000 (14:50 +0000)]
CodeSynthesis XSD is an open-source, cross-platform W3C XML Schema to C++
data binding compiler. Provided with an XML instance specification (XML
Schema), it generates C++ classes that represent the given vocabulary as
well as parsing and serialization code.