pkgsrc.git
13 years agoInitial import of p5-Plack-Middleware-Session version 0.11 in the
seb [Sun, 4 Jul 2010 15:05:24 +0000 (15:05 +0000)]
Initial import of p5-Plack-Middleware-Session version 0.11 in the
NetBSD Packages Collection.

The Perl 5 module Plack::Middleware::Session is a Plack middleware
component for session management. By default it  uses cookies to
keep session state and store data in memory. It also comes with
other state and store solutions.

13 years agoInitial import of p5-Plack-Middleware-Deflater version 0.03 in the
seb [Sun, 4 Jul 2010 14:33:11 +0000 (14:33 +0000)]
Initial import of p5-Plack-Middleware-Deflater version 0.03 in the
NetBSD Packages Collection.

The Perl 5 module Plack::Middleware::Deflater is a middleware to
encode your response body in gzip or deflate, based on Accept-Encoding
HTTP request header. It would save the bandwidth a little bit but
should increase the Plack server load, so ideally you should handle
this on the frontend reverse proxy servers.

13 years agoInitial import of p5-Plack-Handler-AnyEvent-HTTPD version 0.01 in
seb [Sun, 4 Jul 2010 12:13:06 +0000 (12:13 +0000)]
Initial import of p5-Plack-Handler-AnyEvent-HTTPD version 0.01 in
the NetBSD Packages Collection.

The Perl 5 module Plack::Handler::AnyEvent::HTTPD is a Plack handler
to run PSGI apps on AnyEvent::HTTPD module.

13 years agoInitial import of p5-AnyEvent-HTTPD version 0.84 in the NetBSD
seb [Sun, 4 Jul 2010 11:57:24 +0000 (11:57 +0000)]
Initial import of p5-AnyEvent-HTTPD version 0.84 in the NetBSD
Packages Collection.

The Perl 5 module AnyEvent::HTTPD provides a simple HTTPD for serving
simple web application interfaces. It's completly event based and
independend from any event loop by using the AnyEvent module.

13 years agoInitial import of p5-Object-Event version 1.21 in the NetBSD Packages
seb [Sun, 4 Jul 2010 11:43:24 +0000 (11:43 +0000)]
Initial import of p5-Object-Event version 1.21 in the NetBSD Packages
Collection.

The Perl 5 module Object::Event provides a simple way to extend a
class with an event callback interface.

13 years agoInitial import of p5-Plack-Handler-AnyEvent-SCGI version 0.02 in
seb [Sun, 4 Jul 2010 11:17:58 +0000 (11:17 +0000)]
Initial import of p5-Plack-Handler-AnyEvent-SCGI version 0.02 in
the NetBSD Packages Collection.

The Perl 5 module Plack::Handler::AnyEvent::SCGI is a standalone
SCGI daemon running on AnyEvent::SCGI.

13 years agoInitial import of p5-AnyEvent-SCGI version 1.1 in the NetBSD Packages
seb [Sun, 4 Jul 2010 10:48:58 +0000 (10:48 +0000)]
Initial import of p5-AnyEvent-SCGI version 1.1 in the NetBSD Packages
Collection.

The Perl 5 module AnyEvent::SCGI allows you to build event based
SCGI servers.  It can be used with or without Coro.

13 years agoInitial import of p5-Plack-Handler-SCGI version 0.02 in the NetBSD
seb [Sun, 4 Jul 2010 09:35:01 +0000 (09:35 +0000)]
Initial import of p5-Plack-Handler-SCGI version 0.02 in the NetBSD
Packages Collection.

The Perl 5 module Plack::Handler::SCGI is a standalone SCGI daemon
using SCGI module.

13 years agoInitial import of p5-SCGI version 0.6 in the NetBSD Packages
seb [Sun, 4 Jul 2010 09:12:26 +0000 (09:12 +0000)]
Initial import of p5-SCGI version 0.6 in the NetBSD Packages
Collection.

The Perl 5 module SCGI is for implementing an SCGI interface for
an application server.

13 years agoInitial import of p5-Plack-Handler-AnyEvent-ReverseHTTP version
seb [Sun, 4 Jul 2010 08:28:08 +0000 (08:28 +0000)]
Initial import of p5-Plack-Handler-AnyEvent-ReverseHTTP version
0.04 in the NetBSD Packages Collection.

The Perl 5 module Plack::Handler::AnyEvent::ReverseHTTP is Plack
handler that runs your PSGI application on AnyEvent::ReverseHTTP.
It uses ReverseHTTP gateway to access your PSGI application on your
desktop or behind the firewall from the internet. Just like Ruby's
hookout does with Rack applications.

13 years agoInitial import of p5-AnyEvent-ReverseHTTP version 0.05 in the NetBSD
seb [Sun, 4 Jul 2010 08:03:43 +0000 (08:03 +0000)]
Initial import of p5-AnyEvent-ReverseHTTP version 0.05 in the NetBSD
Packages Collection.

The Perl 5 module AnyEvent::ReverseHTTP is an AnyEvent module that
acts as a Reverse HTTP server (which is actually a polling client
for Reverse HTTP gateway).  This module implements simple Reverse
HTTP client that's tested against reversehttp.net demo server. More
complicated specification like relaying or pipelining is not (yet)
implemented.

13 years agoInitial import of p5-POE-Component-Server-PSGI version 0.5 in the
seb [Sun, 4 Jul 2010 07:29:09 +0000 (07:29 +0000)]
Initial import of p5-POE-Component-Server-PSGI version 0.5 in the
NetBSD Packages Collection.

The Perl 5 module POE::Component::Server::PSGI is a PSGI Server
implementation for POE.

13 years agoInitial import of p5-POE-Filter-HTTP-Parser version 1.02 in the
seb [Sat, 3 Jul 2010 23:36:38 +0000 (23:36 +0000)]
Initial import of p5-POE-Filter-HTTP-Parser version 1.02 in the
NetBSD Packages Collection.

The Perl 5 module POE::Filter::HTTP::Parser is a POE::Filter for
HTTP which is based on HTTP::Parser.  It can be used to easily
create POE based HTTP servers or clients.

13 years agoInitial import of p5-Test-POE-Client-TCP version 1.08 in the NetBSD
seb [Sat, 3 Jul 2010 21:44:51 +0000 (21:44 +0000)]
Initial import of p5-Test-POE-Client-TCP version 1.08 in the NetBSD
Packages Collection.

The Perl 5 module Test::POE::Client::TCP is a POE component that
provides a TCP client framework for inclusion in client component
test cases, instead of having to roll your own.

13 years agoInitial import of p5-HTTP-Parser version 0.05 in the NetBSD Packages
seb [Sat, 3 Jul 2010 20:53:29 +0000 (20:53 +0000)]
Initial import of p5-HTTP-Parser version 0.05 in the NetBSD Packages
Collection.

The Perl 5 module HTTP::Parser is an HTTP request parser. It takes
chunks of text as received and returns a 'hint' as to what is
required, or returns the HTTP::Request when a complete request has
been read. HTTP/1.1 chunking is supported.

13 years agoInitial import of p5-App-perlbrew version 0.07 in the NetBSD Packages
seb [Sat, 3 Jul 2010 06:39:51 +0000 (06:39 +0000)]
Initial import of p5-App-perlbrew version 0.07 in the NetBSD Packages
Collection.

perlbrew is a program to automate the building and installation of
perl in the user's HOME. At the moment, it installs everything to
~/perl5/perlbrew, and requires you to tweak your PATH by including
a bashrc/cshrc file it provides. You then can benefit from not
having to run 'sudo' commands to install cpan modules because those
are installed inside your HOME too. It's almost like an isolated
perl environment.

13 years agoInitial import of p5-App-cpanoutdated version 0.08 in the NetBSD
seb [Sat, 3 Jul 2010 06:20:35 +0000 (06:20 +0000)]
Initial import of p5-App-cpanoutdated version 0.08 in the NetBSD
Packages Collection.

The Perl 5 module App::cpanoutdated provides the script cpan-outdated
which prints a list of outdated CPAN modules in your environment.
It has the same functionality as 'CPAN::Shell->r', but cpan-outdated
is faster and uses less memory. It can be used with the cpanm command
from the App::cpanminus module.

13 years agoInitial import of p5-Path-Dispatcher-Declarative version 0.01 in
seb [Sat, 3 Jul 2010 06:06:20 +0000 (06:06 +0000)]
Initial import of p5-Path-Dispatcher-Declarative version 0.01 in
the NetBSD Packages Collection.

The Perl 5 module Path::Dispatcher::Declarative provides
Jifty::Dispatcher-like sugar for Path::Dispatcher.

13 years agognupg-pkcs11 is a project to implement a BSD-licensed smart-card
manu [Sat, 3 Jul 2010 04:59:19 +0000 (04:59 +0000)]
gnupg-pkcs11 is a project to implement a BSD-licensed smart-card
daemon to enable the use of PKCS#11 tokens with GnuPG. The motivation
behind this project originates in the following two threads:

 * http://lists.gnupg.org/pipermail/gnupg-users/2006-February/027964.html
 * http://lists.gnupg.org/pipermail/gnupg-devel/2004-November/021522.html
 * http://lists.gnupg.org/pipermail/gnupg-users/2004-November/023673.html

PKCS#11 is the de-facto standard for accessing cryptographic tokens,
and thus we strongly disagree with WK's attitude towards it.

The patch mentioned in the above threads is unmaintained, so we
decided to implement PKCS#11 support "the right way". gnupg-pkcs11
is a (hopefully) drop-in replacement for the smart-card daemon
(scd) shipped with GnuPG.

13 years agoThis is the IPC library used by GnuPG 2, GPGME and a few other packages.
manu [Sat, 3 Jul 2010 04:45:38 +0000 (04:45 +0000)]
This is the IPC library used by GnuPG 2, GPGME and a few other packages.

13 years agoInitial import of p5-Term-ReadLine-Perl version 1.0303 in the NetBSD
seb [Fri, 2 Jul 2010 23:06:45 +0000 (23:06 +0000)]
Initial import of p5-Term-ReadLine-Perl version 1.0303 in the NetBSD
Packages Collection.

The Perl 5 module Term::ReadLine::Perl is a quick implementation
of the minimal interface to Readline libraries.

13 years agoPam_p11 is a plugable authentication module (PAM) package for using
manu [Tue, 29 Jun 2010 07:29:32 +0000 (07:29 +0000)]
Pam_p11 is a plugable authentication module (PAM) package for using
crpytographic PKCS#11 tokens such as smart cards and usb crypto
tokens for local authentication.

Pam_p11 implements two authentication modules:
* pam_p11_openssh authenticates the user against public keys found
in OpenSSH ~/.ssh/authorized_keys file.
* pam_p11_opensc authenticates the user against certificates found
in ~/.eid/authorized_certificates.

13 years ago'cvs rm' www/pyblosxom, and re-import as py-blosxom, to stay in line
hauke [Fri, 25 Jun 2010 13:02:14 +0000 (13:02 +0000)]
'cvs rm' www/pyblosxom, and re-import as py-blosxom, to stay in line
with pkgsrc conventions.

While we are here, fix python egg installer related PLIST entries.

13 years agoImport tex-context-doc-2009 as print/tex-context-doc.
minskim [Thu, 17 Jun 2010 00:00:31 +0000 (00:00 +0000)]
Import tex-context-doc-2009 as print/tex-context-doc.

This is documentation for tex-context.

13 years agoImport tex-context-2009 as print/tex-context.
minskim [Wed, 16 Jun 2010 23:59:12 +0000 (23:59 +0000)]
Import tex-context-2009 as print/tex-context.

A full featured, parameter driven macro package, which fully supports
advanced interactive documents. See the ConTeXt garden for a wealth of
support information.

13 years agoImport tex-metapost-doc-1.211 as graphics/tex-metapost-doc.
minskim [Wed, 16 Jun 2010 23:58:11 +0000 (23:58 +0000)]
Import tex-metapost-doc-1.211 as graphics/tex-metapost-doc.

This is documentation for tex-metapost.

13 years agoImport tex-metapost-1.211 as graphics/tex-metapost.
minskim [Wed, 16 Jun 2010 23:57:26 +0000 (23:57 +0000)]
Import tex-metapost-1.211 as graphics/tex-metapost.

MetaPost uses a language based on that of MetaFont to produce precise
technical illustrations. Its output is scalable PostScript or SVG,
rather than the bitmaps MetaFont creates.

13 years agoImport tex-eepic-doc-1.1e as graphics/tex-eepic-doc.
minskim [Wed, 16 Jun 2010 23:24:33 +0000 (23:24 +0000)]
Import tex-eepic-doc-1.1e as graphics/tex-eepic-doc.

This is documentation for tex-eepic.

13 years agoImport tex-eepic-1.1e as graphics/tex-eepic.
minskim [Wed, 16 Jun 2010 23:24:13 +0000 (23:24 +0000)]
Import tex-eepic-1.1e as graphics/tex-eepic.

Extensions to epic and the LaTeX picture drawing environment, include
the drawing of lines at any slope, the drawing of circles in any radii,
and the drawing of dotted and dashed lines much faster with much less
TeX memory, and providing several new commands for drawing ellipses,
arcs, splines, and filled circles and ellipses. The package uses tpic
\special commands.

13 years agoadd pitivi-0.13.4, a video editor based on gstreamer
drochner [Wed, 16 Jun 2010 14:12:09 +0000 (14:12 +0000)]
add pitivi-0.13.4, a video editor based on gstreamer

13 years agoImport gmpc-magnatune-0.20.0:
joerg [Tue, 15 Jun 2010 21:24:53 +0000 (21:24 +0000)]
Import gmpc-magnatune-0.20.0:

The GNOME Music Player Client is a GTK+ client for remote access,
control and playlist management of the Music Player Daemon featuring
ID3 Support and a tray icon for your notification area.

The Magnatune plugin allows easy browsing and playback from the
Magnatune.com catalog.

13 years agoImport tex-arabtex-doc-3.11s from pkgsrc-wip. Packaged by Kamel Derouiche.
minskim [Tue, 15 Jun 2010 14:22:25 +0000 (14:22 +0000)]
Import tex-arabtex-doc-3.11s from pkgsrc-wip.  Packaged by Kamel Derouiche.

This is documentation for tex-arabtex.

13 years agoImport tex-arabtex-3.11s from pkgsrc-wip. Packaged by Kamel Derouiche.
minskim [Tue, 15 Jun 2010 14:21:10 +0000 (14:21 +0000)]
Import tex-arabtex-3.11s from pkgsrc-wip.  Packaged by Kamel Derouiche.

ArabTeX is a package extending the capabilities of TeX/LaTeX to generate
Arabic and Hebrew text. Input may be in ASCII transliteration or other
encodings (including UTF-8); output may be Arabic, Hebrew, or any of
several languages that use the Arabic script. ArabTeX consists of a TeX
macro package and Arabic and Hebrew fonts (provided both in Metafont
format and Adobe Type 1). The Arabic font is presently only available in
the Naskhi style. ArabTeX will run with Plain TeX and also with LaTeX.

13 years agoImport PyBloxsom.
hauke [Tue, 15 Jun 2010 14:06:08 +0000 (14:06 +0000)]
Import PyBloxsom.

PyBlosxom is a file-based blogging system in the spirit of Blosxom.
PyBlosxom uses directory tree to represent the category hierarchy.
All entries in a PyBlosxom blog are text files where the first line is
the title of the blog entry and the rest is the body of the entry.

PyBlosxom runs as a CGI script and WSGI application.

PyBlosxom can run as a "static renderer" and compile your blog into
HTML pages for any web server.  This is a good solution for blogs with
millions of entries or servers that are really slow or don't have a
way to run applications.

PyBlosxom supports templates (called flavours) to change the look and
feel of your blog.

PyBlosxom supports plugins to modify the existing default behavior.

13 years agoInitial import of p5-XML-Rabbit version 0.0.1 in the NetBSD Packages
seb [Mon, 14 Jun 2010 21:58:37 +0000 (21:58 +0000)]
Initial import of p5-XML-Rabbit version 0.0.1 in the NetBSD Packages
Collection.

The Perl 5 module XML::Rabbit is a simple Moose-based base class
you can use to make simple XPath-based XML extractors. Each attribute
in your class is linked to an XPath query that is executed on your
XML document when you request the value.

13 years agoInitial import of p5-CPAN-FindDependencies version 2.34 in the
seb [Mon, 14 Jun 2010 20:31:51 +0000 (20:31 +0000)]
Initial import of p5-CPAN-FindDependencies version 2.34 in the
NetBSD Packages Collection.

The Perl 5 module CPAN::FindDependencies uses the CPAN packages
index to map modules to distributions and vice versa, and then
fetches distributions' META.yml or Makefile.PL files from
http://search.cpan.org/ to determine pre-requisites.

13 years agoInitial import of p5-Parse-CPAN-Packages version 2.31nb1 in the
seb [Mon, 14 Jun 2010 04:32:45 +0000 (04:32 +0000)]
Initial import of p5-Parse-CPAN-Packages version 2.31nb1 in the
NetBSD Packages Collection.

The Comprehensive Perl Archive Network (CPAN) is a very useful
collection of Perl code. It has several indices of the files that
it hosts, including a file named "02packages.details.txt.gz" in the
"modules" directory. This file contains lots of useful information
and the Perl 5 module Parse::CPAN::Packages provides a simple
interface to the data contained within.

13 years agoInitial import of p5-Package-Stash version 0.03 in the NetBSD
seb [Sat, 12 Jun 2010 20:44:03 +0000 (20:44 +0000)]
Initial import of p5-Package-Stash version 0.03 in the NetBSD
Packages Collection.

Manipulating stashes (Perl's symbol tables) is occasionally necessary,
but incredibly messy, and easy to get wrong. The Perl 5 module
Package::Stash hides all of that behind a simple API.

13 years agoImport ruby-div-1.3.2 as www/ruby-div.
obache [Sat, 12 Jun 2010 10:43:12 +0000 (10:43 +0000)]
Import ruby-div-1.3.2 as www/ruby-div.

Div is a simple Web Application framework with dRuby and ERB.
You can write web application like GUI programming.

13 years agoImport the activerecord-cassandra Ruby module, version 0.1.0.
tonnerre [Fri, 11 Jun 2010 23:41:15 +0000 (23:41 +0000)]
Import the activerecord-cassandra Ruby module, version 0.1.0.

activerecord-cassandra is a Cassandra adapter for ActiveRecord.

13 years agoImport the Cassandra Ruby module version 0.8.2.
tonnerre [Fri, 11 Jun 2010 23:26:16 +0000 (23:26 +0000)]
Import the Cassandra Ruby module version 0.8.2.

This is the Ruby implementation of the Cassandra database client.

13 years agoImport the thrift_client Ruby module, version 0.4.3.
tonnerre [Fri, 11 Jun 2010 22:56:52 +0000 (22:56 +0000)]
Import the thrift_client Ruby module, version 0.4.3.

thrift_client is a Ruby client module for the Thrift RPC library.

13 years agoImport the Thrift Ruby module, version 0.2.0.4.
tonnerre [Fri, 11 Jun 2010 22:50:40 +0000 (22:50 +0000)]
Import the Thrift Ruby module, version 0.2.0.4.

This is the Ruby implementation of the Thrift RPC protocol.

13 years agoImport the simple_uuid Ruby module, version 0.1.1.
tonnerre [Fri, 11 Jun 2010 22:31:08 +0000 (22:31 +0000)]
Import the simple_uuid Ruby module, version 0.1.1.

simple_uuid is a Ruby module for generating UUIDs from Ruby.

13 years agoImport tex-arabi-doc-1.1 from pkgsrc-wip. Packaged by Kamel Derouiche.
minskim [Fri, 11 Jun 2010 06:56:02 +0000 (06:56 +0000)]
Import tex-arabi-doc-1.1 from pkgsrc-wip.  Packaged by Kamel Derouiche.

This is documentation for tex-arabi.

13 years agoImport tex-arabi-1.1 from pkgsrc-wip. Packaged by Kamel Derouiche.
minskim [Fri, 11 Jun 2010 06:55:18 +0000 (06:55 +0000)]
Import tex-arabi-1.1 from pkgsrc-wip.  Packaged by Kamel Derouiche.

The package provides the Arabic and Farsi script support for TeX without
the need of any external pre-processor. The bi- directional capability
supposes that the user has a TeX engine that knows the four primitives
\beginR, \endR, \beginL and \endL. That is the case in both the TeX--XeT
and e-TeX engines. Arabi will accept input in several 8-bit encodings,
including UTF-8. Arabi can make use of a wide variety of Arabic and
Farsi fonts; PDF files generated using Arabi may be searched, and text
may be copied from them and pasted elsewhere.

13 years agoInitial import of powder-114:
wiz [Tue, 8 Jun 2010 08:45:38 +0000 (08:45 +0000)]
Initial import of powder-114:

POWDER is a roguelike game.

"Roguelike" is a term applied to a wide variety of games which
share a common inspiration from the game Rogue. A non-exhaustive
list of such games would be: ADOM, Nethack, Crawl, Diablo (I & II),
Moria, and Angband.

13 years agoImport of lit2epub 0.1.1
markd [Sun, 6 Jun 2010 23:41:12 +0000 (23:41 +0000)]
Import of lit2epub 0.1.1

Script to convert .lit files to valid epub - from ebook-tools.

13 years agoInitial import of gnome-icon-theme-symbolic-2.30.0:
wiz [Sat, 5 Jun 2010 10:25:43 +0000 (10:25 +0000)]
Initial import of gnome-icon-theme-symbolic-2.30.0:
This package contains the symbolic icons for the GNOME icon sets.

13 years agoInitial import of gnome-icon-theme-extras-2.30.1:
wiz [Sat, 5 Jun 2010 10:22:17 +0000 (10:22 +0000)]
Initial import of gnome-icon-theme-extras-2.30.1:
This package contains the extra icons for the GNOME icon sets.

13 years agoImport blop-0.2.8 as audio/blop from pkgsrc-wip.
obache [Sat, 5 Jun 2010 09:27:51 +0000 (09:27 +0000)]
Import blop-0.2.8 as audio/blop from pkgsrc-wip.
Packaged by othyro at freeshell dot org.

BLOP comprises a set of LADSPA  plugins that generate bandlimited sawtooth,
square, variable pulse and slope-variable triangle waves, principally for use
with one of the many modular software synthesisers available.

They are wavetable based, and are designed to produce output with harmonic
content as high as possible over a wide pitch range.

Additionally, there are a few extra plugins to assist in building synthesis
networks. Full details can be found in the List-o-Plugins

13 years agoShared routines used by both netbsd-iscsi-initiator and netbsd-iscsi-target.
sborrill [Fri, 4 Jun 2010 16:14:44 +0000 (16:14 +0000)]
Shared routines used by both netbsd-iscsi-initiator and netbsd-iscsi-target.
Part of updating both packages to the code used in netbsd-current and then
used as a basis for further development.

13 years agoMove from devel to net
sborrill [Fri, 4 Jun 2010 16:07:51 +0000 (16:07 +0000)]
Move from devel to net

13 years agoImport p5-Net-CUPS-0.61 as print/p5-Net-CUPS.
obache [Fri, 4 Jun 2010 12:51:51 +0000 (12:51 +0000)]
Import p5-Net-CUPS-0.61 as print/p5-Net-CUPS.
Based on PR#43365 by Edgar Fuss, and some improvements.

Net::CUPS is an object oriented interface to the Common Unix Printing System.

13 years agoInitial import of moodle-1.9.8 from wip, packaged by Wen Heping.
wiz [Fri, 4 Jun 2010 09:20:02 +0000 (09:20 +0000)]
Initial import of moodle-1.9.8 from wip, packaged by Wen Heping.

Moodle is a course management system (CMS) - a free, Open Source software
package designed using sound pedagogical principles, to help educators
create effective online learning communities. You can use it on any
computer you have handy (including webhosts), yet it can scale from a
single-teacher site to a 40,000-student University.

13 years agoImport gst-plugins0.10-mms-0.10.18 as net/gst-plugins0.10-mms.
obache [Thu, 3 Jun 2010 09:22:42 +0000 (09:22 +0000)]
Import gst-plugins0.10-mms-0.10.18 as net/gst-plugins0.10-mms.

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 'bad' plugins for GStreamer.  It provides the
mms plugin, for Microsoft Multi Media Server streaming protocol support.

13 years agoImport tex-asyfig-doc-0.1c as graphics/tex-asyfig-doc.
minskim [Wed, 2 Jun 2010 20:09:09 +0000 (20:09 +0000)]
Import tex-asyfig-doc-0.1c as graphics/tex-asyfig-doc.

This is documentation for tex-asyfig.

13 years agoImport tex-asyfig-0.1c as graphics/tex-asyfig.
minskim [Wed, 2 Jun 2010 20:08:58 +0000 (20:08 +0000)]
Import tex-asyfig-0.1c as graphics/tex-asyfig.

The package provides a means of reading Asymptote figures from separate
files, rather than within the document, as is standard in the asymptote
package, which is provided as part of the Asymptote bundle. The
asymptote way can prove cumbersome in a large document; the present
package allows the user to process one picture at a time, in simple test
documents, and then to migrate (with no fuss) to their use in the target
document.

13 years agoAdd urw-fonts-1 which contains newer and fixed versions of the fonts
drochner [Wed, 2 Jun 2010 19:00:36 +0000 (19:00 +0000)]
Add urw-fonts-1 which contains newer and fixed versions of the fonts
which were distributed with ghostscript as ghostscript-fonts-std.
The latter are unmaintained and buggy - this caused problems with programs
using "fontconfig", confusing bold and regular fonts. (noticed with
documents processed by latex->dvips->ps2pdf where "Times-Roman" used
by the article body started to be rendered in bold letters by evince)

13 years agoBerkeley DB is an embeddable database system that supports keyed access to
adam [Wed, 2 Jun 2010 12:08:53 +0000 (12:08 +0000)]
Berkeley DB is an embeddable database system that supports keyed access to
data. The software is distributed in source code form, and developers can
compile and link the source code into a single library for inclusion
directly in their applications.

Developers may choose to store data in any of several different storage
structures to satisfy the requirements of a particular application. In
database terminology, these storage structures and the code that operates on
them are called access methods. The library includes support for the
following access methods:

   * B+tree: Stores keys in sorted order, using either a programmer-supplied
     ordering function or a default function that does lexicographical
     ordering of keys. Applications may perform equality or range searches.
   * Hashing: Stores records in a hash table for fast searches based on
     strict equality. Extended Linear Hashing modifies the hash function
     used by the table as new records are inserted, in order to keep buckets
     underfull in the steady state.
   * Fixed and Variable-Length Records: Stores fixed- or variable-length
     records in sequential order. Record numbers may be immutable or
     mutable, i.e., permitting new records to be inserted between existing
     records or requiring that new records be added only at the end of the
     database.

13 years agoInitial import gns3 0.7
markd [Tue, 1 Jun 2010 22:00:41 +0000 (22:00 +0000)]
Initial import gns3 0.7

GNS3 is a graphical network simulator that allows you to design complex
network topologies. You may run simulations or configure devices ranging from
simple workstations to powerful Cisco routers. It is based on Dynamips, an IOS
emulator which allows users to run IOS binary images from Cisco Systems and
Pemu, an PIX firewall emulator based on Qemu.

13 years agoInitial import of kdevelop 4.0.0
markd [Tue, 1 Jun 2010 21:38:38 +0000 (21:38 +0000)]
Initial import of kdevelop 4.0.0

The KDevelop IDE has been designed by the KDevelop Team to provide
an easy-to use environment for C/C++ programmers. With all its
features the current version contains, the full amount of programming
knowledge of the team has been collected to add a set of documentation
handbooks that will help beginners as well as experts in various parts
of using their IDE.

This is version 4, a completely rewritten from scratch version of KDevelop 3.

13 years agoInitial import of kdevplatform 1.0.0
markd [Tue, 1 Jun 2010 21:35:52 +0000 (21:35 +0000)]
Initial import of kdevplatform 1.0.0

Base package for use with KDevelop4

13 years agoadd libgnome-keyring-2.30.1, a library which was split from gnome-keyring
drochner [Tue, 1 Jun 2010 10:56:27 +0000 (10:56 +0000)]
add libgnome-keyring-2.30.1, a library which was split from gnome-keyring
in gnome-2.30

13 years agoadd eggdbus-0.6, a DBus binding library needed for gnome-2.30
drochner [Tue, 1 Jun 2010 10:51:04 +0000 (10:51 +0000)]
add eggdbus-0.6, a DBus binding library needed for gnome-2.30

13 years agoImport omake-0.9.8.5 as devel/omake.
obache [Sat, 29 May 2010 10:43:14 +0000 (10:43 +0000)]
Import omake-0.9.8.5 as devel/omake.
Based on PR#43374 by YAMAMOTO Takeshi, some improvements.

OMake is a build system, similar to GNU make, but with many additional
features, including:
- Support for large projects spanning multiple directories;
- Support for commands that produce several targets at once;
- Fast, accurate, automated dependency analysis using MD5 digests;
- Portability: omake provides a consistent interface on Win32
  and on Unix systems including Linux, OSX, and Cygwin;
- Builtin functions that provide the most common features of
  programs like grep, sed, and awk;
- Active filesystem monitoring, where the build automatically
  restarts whenever you modify a source file.

13 years agoImport py-xmlsec-0.3.0 as security/py-xmlsec.
obache [Sat, 29 May 2010 06:20:06 +0000 (06:20 +0000)]
Import py-xmlsec-0.3.0 as security/py-xmlsec.
Based on PR#42948 by Patrick McPhee.

PyXMLSec is a set of Python bindings for XML Security Library (XMLSec).

13 years agoImport fabric-0.9.0 as sysutils/fabric.
gls [Wed, 26 May 2010 18:26:20 +0000 (18:26 +0000)]
Import fabric-0.9.0 as sysutils/fabric.

Fabric is a Python library and command-line tool for streamlining the use
of SSH for application deployment or systems administration tasks.

It provides a basic suite of operations for executing local or remote shell
commands (normally or via sudo) and uploading/downloading files, as well as
auxiliary functionality such as prompting the running user for input, or
aborting execution.

13 years agoImporting net/bind97 package 9.7.0pl2 package.
taca [Wed, 26 May 2010 16:11:47 +0000 (16:11 +0000)]
Importing net/bind97 package 9.7.0pl2 package.
(This is simply based on net/bind96).

BIND 9.7.0pl2 (9.7.0-P2)

New Features in BIND 9.7 - 'DNSSEC for Humans'

BIND 9.7 introduces several improvements, especially for simplifying
DNSSEC configuration and DNSSEC maintenance. This article lists some
of the new features and significant changes in BIND 9.7.

For more information please refer these webpage.

http://www.isc.org/software/bind/new-features/9.7
http://www.isc.org/files/release-notes/9.7.0-P2%20rel%20notes.txt

13 years agoImport misaki-fonts-0beta11a from pkgsrc-wip as fonts/misaki-fonts.
obache [Wed, 26 May 2010 13:55:48 +0000 (13:55 +0000)]
Import misaki-fonts-0beta11a from pkgsrc-wip as fonts/misaki-fonts.
Packaged by Ryo ONODERA and requested to import in PR#42997.

Misaki font is an 8*8 dots bitmap font for Japanese.

This font was developed for SCRNJPN Japanese screen driver
for Sharp PC-E500 pocket computer.

Almost all characters is designed in 7*7 dots.

13 years agoImport dtorrent-3.3.2 as net/dtorrent.
obache [Wed, 26 May 2010 13:24:43 +0000 (13:24 +0000)]
Import dtorrent-3.3.2 as net/dtorrent.
Based on packaged by Jeff Woodall and provided via PR#43254.

Enhanced CTorrent is a BitTorrent console client written in C/C++. Like
ctorrent, which it is based on, high performance with minimal system
resources and dependencies is a priority. Enhanced CTorrent adds additional
features like dynamic adjustments and fixes several bugs in the original
ctorrent client (obsolete and marked EOL in pkgsrc repository).

More info at: http://www.rahul.net/dholmes/ctorrent/

13 years agoImport ruby-tweetstream-1.0.4 as net/ruby-tweetstream.
obache [Wed, 26 May 2010 10:58:00 +0000 (10:58 +0000)]
Import ruby-tweetstream-1.0.4 as net/ruby-tweetstream.

TweetStream allows you to easily consume the Twitter Streaming API utilizing
the YAJL Ruby gem.

13 years agoImport ruby-twitter-stream-0.1.6 as net/ruby-twitter-stream.
obache [Wed, 26 May 2010 10:55:11 +0000 (10:55 +0000)]
Import ruby-twitter-stream-0.1.6 as net/ruby-twitter-stream.

Simple Ruby client library for twitter streaming API.  Uses EventMachine for
connection handling.  Adheres to twitter's reconnection guidline.  JSON format
only.

13 years agoImport tex-hyphen-hungarian-doc-2009 as print/tex-hyphen-hungarian-doc.
minskim [Wed, 26 May 2010 04:52:41 +0000 (04:52 +0000)]
Import tex-hyphen-hungarian-doc-2009 as print/tex-hyphen-hungarian-doc.

This is documentation for tex-hyphen-hungarian.

13 years agoImport tex-optional-doc-2.2b as print/tex-optional-doc.
minskim [Tue, 25 May 2010 07:59:50 +0000 (07:59 +0000)]
Import tex-optional-doc-2.2b as print/tex-optional-doc.

This is documentation for tex-optional.

13 years agoImport tex-optional-2.2b as print/tex-optional.
minskim [Tue, 25 May 2010 07:58:12 +0000 (07:58 +0000)]
Import tex-optional-2.2b as print/tex-optional.

Optional provides simple, flexible, optional compilation of LaTeX
documents. Option switches may be given via package options, by the
\UseOption command, or interactively via the \AskOption command (help
text may be provided, by defining the \ExplainOptions command). The
package is not robust, in the way that comment package is, against
ill-behaved text. In particular, verbatim text may not be directly
included in optional sections (whether they're included or not). Package
documentation is included in comments within the package itself.

13 years agoImport tex-notoccite-doc-2009 as print/tex-notoccite-doc.
minskim [Tue, 25 May 2010 07:53:34 +0000 (07:53 +0000)]
Import tex-notoccite-doc-2009 as print/tex-notoccite-doc.

This is documentation for tex-notoccite.

13 years agoImport tex-notoccite-2009 as print/tex-notoccite.
minskim [Tue, 25 May 2010 07:50:41 +0000 (07:50 +0000)]
Import tex-notoccite-2009 as print/tex-notoccite.

If you have \cite commands in \section-like commands, or in \caption,
the citation will also appear in the table of contents, or list of
whatever. If you are also using an unsrt- like bibliography style, these
citations will come at the very start of the bibliography, which is
confusing. This package suppresses the effect.

13 years agoImport tex-nolbreaks-doc-1.0 as print/tex-nolbreaks-doc.
minskim [Tue, 25 May 2010 07:36:04 +0000 (07:36 +0000)]
Import tex-nolbreaks-doc-1.0 as print/tex-nolbreaks-doc.

This is documentation for tex-nolbreaks.

13 years agoImport tex-nolbreaks-1.0 as print/tex-nolbreaks.
minskim [Tue, 25 May 2010 07:33:02 +0000 (07:33 +0000)]
Import tex-nolbreaks-1.0 as print/tex-nolbreaks.

Use \nolbreaks{some text} to prevent line breaks in "some text". This
has the advantage over \mbox{} that glue (rubber space) remains
flexible. Most common cases are handled here (\linebreak is disabled,
for example) but spaces hidden in macros or { } can still create
break-points.

13 years agoAdd davical.
jym [Sun, 23 May 2010 21:36:30 +0000 (21:36 +0000)]
Add davical.

DAViCal is a server for calendar sharing. It is an implementation of the
CalDAV protocol which is designed for storing calendaring resources (in
iCalendar format) on a remote shared server.

DAViCal supports basic delegation of read/write access among calendar users,
multiple users (or clients) reading and writing the same calendar entries over
time, and scheduling of meetings with free/busy time displayed.

An increasing number of calendar clients support the maintenance of shared
remote calendars through CalDAV, including Evolution, Mulberry, Chandler,
Mozilla Calendar (Sunbird/Lightning), and various other closed-source
products such as Apple's iCal and iPhone.

13 years agoAdd php-libawl.
jym [Sun, 23 May 2010 21:16:17 +0000 (21:16 +0000)]
Add php-libawl.

Andrew's Web Libraries are a set of hopefully lightweight libraries for
handling a variety of useful things for web programming, including:

 - Session management
 - User management
 - DB Records
 - Simple reporting
 - DB Schema Updating
 - iCalendar parsing

13 years agoImport tex-dehyph-exptl-doc-0.20 as print/tex-dehyph-exptl-doc.
minskim [Sun, 23 May 2010 09:52:07 +0000 (09:52 +0000)]
Import tex-dehyph-exptl-doc-0.20 as print/tex-dehyph-exptl-doc.

This is documentation for tex-dehyph-exptl.

13 years agoImport ushare-1.1a as multimedia/ushare.
obache [Sun, 23 May 2010 08:18:04 +0000 (08:18 +0000)]
Import ushare-1.1a as multimedia/ushare.

uShare is a UPnP (TM) A/V Media Server. It implements the server component that
provides UPnP media devices with information on available multimedia files.
uShare uses the built-in http server of libupnp to stream the files to clients.

GeeXboX uShare is able to provide access to both images, videos, music or
playlists files (see below for a complete file format support list). It does not
act as an UPnP Media Adaptor and thus, can't transcode streams to fit the client
requirements.

uShare is written in C for the GeeXboX project. It is designed to provide access
to multimedia contents to GeeXboX but can of course be used by any other UPnP
client device. It should compile and run on any modern POSIX compatible system
such as Linux.

uShare is free software - it is licensed under the terms of the GNU General
Public License (GPL).

13 years agoImport libdlna-0.2.3 as net/libdlna.
obache [Sun, 23 May 2010 08:03:18 +0000 (08:03 +0000)]
Import libdlna-0.2.3 as net/libdlna.

libdlna aims at being the reference open-source implementation of DLNA (Digital
Living Network Alliance) standards. Its primary goal is to provide DLNA support
to uShare, an embedded DLNA & UPnP A/V Media Server, but it will be used to
build both DLNA servers and players in the long term.

libdlna is written in C and relies on FFMPEG librairies (libavformat and
libavcodec) to handle and demux A/V streams. You still need libupnp to provide
basic UPnP support to your project.

libdlna is based on official DLNA specifications and aims at a providing a
complete respect of the defined standards. Right now, libdlna can be used to
build compliant DLNA Media Servers.

libdlna is free software - it is licensed under the terms of the GNU Lesser
General Public License (LGPL).

13 years agoadd diffpdf-1.0.0, a tool to compare PDF files
drochner [Thu, 20 May 2010 17:19:15 +0000 (17:19 +0000)]
add diffpdf-1.0.0, a tool to compare PDF files

13 years agoImport zinnia-tomoe-0.6.0.20080911 as inputmethod/zinnia-tomoe.
obache [Thu, 20 May 2010 09:11:07 +0000 (09:11 +0000)]
Import zinnia-tomoe-0.6.0.20080911 as inputmethod/zinnia-tomoe.

Zinnia is a simple, customizable and portable online hand recognition system
based on Support Vector Machines.

This package contains Zonna recognition models trained with Tomoe data.

13 years agoImport ruby-zinnia-0.05 as inputmethod/ruby-zinnia.
obache [Thu, 20 May 2010 09:08:10 +0000 (09:08 +0000)]
Import ruby-zinnia-0.05 as inputmethod/ruby-zinnia.

Zinnia is a simple, customizable and portable online hand recognition system
based on Support Vector Machines.

This package is ruby module for Zinnia.

13 years agoImport py-zinnia-0.05 as inputmethod/py-zinnia.
obache [Thu, 20 May 2010 09:07:34 +0000 (09:07 +0000)]
Import py-zinnia-0.05 as inputmethod/py-zinnia.

Zinnia is a simple, customizable and portable online hand recognition system
based on Support Vector Machines.

This package is python module for Zinnia.

13 years agoImport p5-zinnia-0.05 as inputmethod/p5-zinnia.
obache [Thu, 20 May 2010 09:06:42 +0000 (09:06 +0000)]
Import p5-zinnia-0.05 as inputmethod/p5-zinnia.

Zinnia is a simple, customizable and portable online hand recognition system
based on Support Vector Machines.

This package is perl module for Zinnia.

13 years agoImport zinnia-0.05 as inputmethod/zinnia.
obache [Thu, 20 May 2010 09:05:30 +0000 (09:05 +0000)]
Import zinnia-0.05 as inputmethod/zinnia.

Zinnia is a simple, customizable and portable online hand recognition system
based on Support Vector Machines.  Zinnia simply receives user pen strokes as a
sequence of coordinate data and outputs n-best characters sorted by SVM
confidence.  To keep portability, Zinnia doesn't have any rendering
functionality.  In addition to recognition, Zinnia provides training module that
allows us to create any hand-written recognition systems with low-cost.

13 years agoImport im-ja-1.5 as inputmethod/im-ja.
obache [Thu, 20 May 2010 08:18:00 +0000 (08:18 +0000)]
Import im-ja-1.5 as inputmethod/im-ja.

im-ja is a Japanese input module for GTK2 and also has a XIM server.
Currently supports hiragana, katakana, half-width katakana, zenkaku, canna, wnn,
anthy, skk and kanji character recognition inputs.
Conversion hotkeys, status window, preedit text colors, etc. can be customized
through a GUI. An optional applet is also included for the gnome-panel which
can be used to display and change the input method.

13 years agoImport kimera-tomoe-gtk-0.5 as inputmethod/kimera-tomoe-gtk.
obache [Thu, 20 May 2010 07:48:09 +0000 (07:48 +0000)]
Import kimera-tomoe-gtk-0.5 as inputmethod/kimera-tomoe-gtk.

kimera-tomoe-gtk is an Kimera helper program for Tomoe.

13 years agoImport kimera-2.11 as inputmethod/kimera.
obache [Thu, 20 May 2010 07:46:41 +0000 (07:46 +0000)]
Import kimera-2.11 as inputmethod/kimera.

Kimera is an input method (XIM) for the X Window System utilizing
the Qt4 toolkit that provides Japanese language input support. It
provides Kanji conversion via Canna or Anthy, as well as supporting
the ability to assign input styles. We are also considering a
simple key assign selection method like the one used in Windows.

13 years agoImport gmediaserver-0.13.0 as multimedia/gmediaserver.
obache [Thu, 20 May 2010 04:27:33 +0000 (04:27 +0000)]
Import gmediaserver-0.13.0 as multimedia/gmediaserver.

GMediaServer is a UPnP compatible media server for the GNU system. It is part of
the GNU project.

GMediaServer serves audio and video files to certain network connected media
players. Most hardware media players only play music and/or video--they don't
provide the media themselves. Those media files have to come from a device on
the network. GMediaServer is a server for such UPnP compatible media players,
including:

    * NETGEAR Wireless Digital Music Player (MP101)
    * Linksys(R) Wireless-B Music System (WMLS11B)
    * Linksys(R) Wireless-B Media Link for Music (WML11B)
    * Philips Streamium SL300i
    * Philips Streamium RC9800i
    * Omnifi DMS1
    * SMC EZ Stream 11Mbps Wireless Audio Adaptor (SMCWAA-B)
    * D-Link DSM-520 Wireless HD Media Player
    * Roku SoundBridge Network Music Player M1000
    * Terratec NOXON 2 audio

Other UPnP media players (including software based) may work as well--see the
manual for a more complete list.

13 years agoImport ruby-cabocha-0.53 as textproc/ruby-cabocha.
obache [Wed, 19 May 2010 12:39:53 +0000 (12:39 +0000)]
Import ruby-cabocha-0.53 as textproc/ruby-cabocha.

CaboCha is a Japanese dependency analysis machine based on Support Vector
Machines. It is (89.29%) system that accuracy is the highest as a statistical
Japanese dependency analysis machine as of June, 2001. Moreover, definite
analytical algorithm (Cascaded Chunking Model) that doesn't do back-track is
adopted, and an efficient analysis can be done comparatively.

This package is ruby module for CaboCha.

13 years agoImport py-cabocha-0.53 as textproc/py-cabocha.
obache [Wed, 19 May 2010 12:37:04 +0000 (12:37 +0000)]
Import py-cabocha-0.53 as textproc/py-cabocha.

CaboCha is a Japanese dependency analysis machine based on Support Vector
Machines. It is (89.29%) system that accuracy is the highest as a statistical
Japanese dependency analysis machine as of June, 2001. Moreover, definite
analytical algorithm (Cascaded Chunking Model) that doesn't do back-track is
adopted, and an efficient analysis can be done comparatively.

This package is python module for CaboCha.

13 years agoImport p5-cabocha-0.53 as textproc/p5-cabocha.
obache [Wed, 19 May 2010 12:35:26 +0000 (12:35 +0000)]
Import p5-cabocha-0.53 as textproc/p5-cabocha.

CaboCha is a Japanese dependency analysis machine based on Support Vector
Machines. It is (89.29%) system that accuracy is the highest as a statistical
Japanese dependency analysis machine as of June, 2001. Moreover, definite
analytical algorithm (Cascaded Chunking Model) that doesn't do back-track is
adopted, and an efficient analysis can be done comparatively.

This package is perl module for CaboCha.

13 years agoImport cabocha-0.53 as textproc/cabocha.
obache [Wed, 19 May 2010 12:16:25 +0000 (12:16 +0000)]
Import cabocha-0.53 as textproc/cabocha.

CaboCha is a Japanese dependency analysis machine based on Support Vector
Machines. It is (89.29%) system that accuracy is the highest as a statistical
Japanese dependency analysis machine as of June, 2001. Moreover, definite
analytical algorithm (Cascaded Chunking Model) that doesn't do back-track is
adopted, and an efficient analysis can be done comparatively.

13 years agoImport ruby18-yamcha-0.33 as textproc/ruby-yamcha.
obache [Wed, 19 May 2010 12:10:51 +0000 (12:10 +0000)]
Import ruby18-yamcha-0.33 as textproc/ruby-yamcha.

YamCha is a generic, customizable, and open source text chunker oriented toward
a lot of NLP tasks, such as POS tagging, Named Entity Recognition, base NP
chunking, and Text Chunking. YamCha is using a state-of-the-art machine learning
algorithm called Support Vector Machines (SVMs), first introduced by Vapnik in
1995.

This package is ruby module for YamCha.