pkgsrc.git
13 years agoImporting mail/ruby-actionmailer3 3.0.0.
taca [Sun, 12 Sep 2010 04:20:55 +0000 (04:20 +0000)]
Importing mail/ruby-actionmailer3 3.0.0.

Action Mailer is a framework for designing email-service layers. These layers
are used to consolidate code for sending out forgotten passwords, welcome
wishes on signup, invoices for billing, and any other use case that requires
a written notification to either a person or another system.

Action Mailer is in essence a wrapper around Action Controller and the
Mail gem.  It provides a way to make emails using templates in the same
way that Action Controller renders views using templates.

Additionally, an Action Mailer class can be used to process incoming email,
such as allowing a weblog to accept new posts from an email (which could even
have been sent from a phone).

(This is part of Ruby on Rails 3.)

13 years agoImporting www/ruby-actionpack3 3.0.0.
taca [Sun, 12 Sep 2010 04:20:20 +0000 (04:20 +0000)]
Importing www/ruby-actionpack3 3.0.0.

Action Pack is a framework for handling and responding to web requests. It
provides mechanisms for *routing* (mapping request URLs to actions), defining
*controllers* that implement actions, and generating responses by rendering
*views*, which are templates of various formats. In short, Action Pack
provides the view and controller layers in the MVC paradigm.

(This is part of Ruby on Rails 3.)

13 years agoImporting www/ruby-activeresource3 3.0.0.
taca [Sun, 12 Sep 2010 04:19:38 +0000 (04:19 +0000)]
Importing www/ruby-activeresource3 3.0.0.

Active Resource (ARes) connects business objects and Representational
State Transfer (REST) web services.

It implements object-relational mapping for REST web services to
provide transparent proxying capabilities between a client
(ActiveResource) and a RESTful service (which is provided by Simply
RESTful routing in ActionController::Resources).

(This is part of Ruby on Rails 3.)

13 years agoImporting devel/ruby-activemodel 3.0.0.
taca [Sun, 12 Sep 2010 04:16:48 +0000 (04:16 +0000)]
Importing devel/ruby-activemodel 3.0.0.

Active Model provides a known set of interfaces for usage in model classes.
They allow for Action Pack helpers to interact with non-ActiveRecord models,
for example. Active Model also helps building custom ORMs for use outside of
the Rails framework.

(This is part of Ruby on Rails 3.)

13 years agoImporting of databases/ruby-arel 1.0.1.
taca [Sun, 12 Sep 2010 04:15:06 +0000 (04:15 +0000)]
Importing of databases/ruby-arel 1.0.1.

## Abstract ##

Arel is a Relational Algebra for Ruby.

1) simplifies the generation complex of SQL queries
2) adapts to various RDBMS systems

It is intended to be a framework framework; that is, you can build
your own ORM with it, focusing on innovative object and collection
modeling as opposed to database compatibility and query generation.

## Status ##

For the moment, Arel uses ActiveRecord's connection adapters to
connect to the various engines, connection pooling, perform quoting,
and do type conversion. On the horizon is the use of DataObjects
instead.

The long term goal, following both LINQ and DataMapper, is to have
Arel adapt to engines beyond RDBMS, including XML, IMAP, YAML, etc.

13 years agoImporting devel/ruby-activesupport3 3.0.0.
taca [Sun, 12 Sep 2010 04:13:25 +0000 (04:13 +0000)]
Importing devel/ruby-activesupport3 3.0.0.

A toolkit of support libraries and Ruby core extensions extracted from
the Rails framework. Rich support for multibyte strings,
internationalization, time zones, and testing.

(This is part of Ruby on Rails 3.)

13 years agoImporting ruby-rack-test 0.5.4.
taca [Sun, 12 Sep 2010 04:07:41 +0000 (04:07 +0000)]
Importing ruby-rack-test 0.5.4.

Rack::Test is a small, simple testing API for Rack apps. It can be
used on its own or as a reusable starting point for Web frameworks and
testing libraries to build on. Most of its initial functionality is an
extraction of Merb 1.0's request helpers feature.

13 years agoImporting www/ruby-rack-mount 0.6.13.
taca [Sun, 12 Sep 2010 04:05:22 +0000 (04:05 +0000)]
Importing www/ruby-rack-mount 0.6.13.

A stackable dynamic tree based Rack router.

Rack::Mount supports Rack's +X-Cascade+ convention to continue trying
routes if the response returns +pass+.  This allows multiple routes to
be nested or stacked on top of each other.  Since the application
endpoint can trigger the router to continue matching, middleware can
be used to add arbitrary conditions to any route.  This allows you to
route based on other request attributes, session information, or even
data dynamically pulled from a database.

13 years agoImporting devel/ruby-thor 0.14.0.
taca [Sun, 12 Sep 2010 04:04:26 +0000 (04:04 +0000)]
Importing devel/ruby-thor 0.14.0.

Thor is a simple and efficient tool for building self-documenting
command line utilities.  It removes the pain of parsing command line
options, writing "USAGE:" banners, and can also be used as an
alternative to the [Rake](http://github.com/jimweirich/rake) build
tool.  The syntax is Rake-like, so it should be familiar to most Rake
users.

13 years agoImporting devel/ruby-i18n 0.4.1.
taca [Sun, 12 Sep 2010 04:03:14 +0000 (04:03 +0000)]
Importing devel/ruby-i18n 0.4.1.

Ruby I18n

Ruby Internationalization and localization solution.

Features:

* translation and localization
* interpolation of values to translations (Ruby 1.9 compatible syntax)
* pluralization (CLDR compatible)
* customizable transliteration to ASCII
* flexible defaults
* bulk lookup
* lambdas as translation data
* custom key/scope separator
* custom exception handlers
* extensible architecture with a swappable backend

Pluggable features:

* Cache
* Pluralization: lambda pluralizers stored as translation data
* Locale fallbacks, RFC4647 compliant (optionally: RFC4646 locale validation)
* Gettext support
* Translation metadata

Alternative backends:

* Chain
* ActiveRecord (optionally: ActiveRecord::Missing and ActiveRecord::StoreProcs)
* KeyValue (uses active_support/json and cannot store procs)

13 years agoImporting lang/ruby19 package, a meta package which covers ruby19-base,
taca [Sun, 12 Sep 2010 03:51:51 +0000 (03:51 +0000)]
Importing lang/ruby19 package, a meta package which covers ruby19-base,
ruby19-gdbm, ruby19-curses, ruby19-readline and ruby19-tk.

13 years agoImporting ruby19-base 1.9.2pl0.
taca [Sun, 12 Sep 2010 03:50:06 +0000 (03:50 +0000)]
Importing ruby19-base 1.9.2pl0.

This package is Ruby 1.9 based release.

And this new release has several features and some incompatibility.
Please refer changes from Ruby 1.8.7:

http://svn.ruby-lang.org/repos/ruby/tags/v1_9_1_0/NEWS
http://svn.ruby-lang.org/repos/ruby/tags/v1_9_2_0/NEWS

*Note* NetBSD isn't "supported" but "perhaps" platform by Ruby.  Please
refer about it "Supported Platform" in
http://www.ruby-lang.org/en/news/2010/08/18/ruby-1-9-2-is-released/.

13 years agoImporting www/merb-slices 1.1.3.
taca [Sun, 12 Sep 2010 03:00:07 +0000 (03:00 +0000)]
Importing www/merb-slices 1.1.3.

Merb plugin for using and creating application 'slices' which help you
modularize your application.

13 years agoImporting www/merb-exceptions 1.1.3.
taca [Sun, 12 Sep 2010 02:59:29 +0000 (02:59 +0000)]
Importing www/merb-exceptions 1.1.3.

merb-exceptions
===============
A simple Merb plugin to ease exception notifications.

The notifier currently supports two interfaces, Email Alerts and Web
Hooks. Emails are formatted as plain text and sent using your Merb
environment's mail settings. Web hooks as sent as post requests.

13 years agoImporting *www/merb-auth 1.1.1.
taca [Sun, 12 Sep 2010 02:58:46 +0000 (02:58 +0000)]
Importing *www/merb-auth 1.1.1.

MerbAuth is an authentication framework for use with the
Merb web framework.

13 years agoImporting www/merb-auth-slice-password-reset 1.1.0.
taca [Sun, 12 Sep 2010 02:57:54 +0000 (02:57 +0000)]
Importing www/merb-auth-slice-password-reset 1.1.0.

Merb Slice that adds basic password-reset functionality to
merb-auth-based merb applications.

13 years agoImporting www/merb-auth-slice-password 1.1.1.
taca [Sun, 12 Sep 2010 02:57:05 +0000 (02:57 +0000)]
Importing www/merb-auth-slice-password 1.1.1.

Merb Slice that provides UI for password strategy of merb-auth.

13 years agoImporting www/merb-auth-more package 1.1.1.
taca [Sun, 12 Sep 2010 02:56:18 +0000 (02:56 +0000)]
Importing www/merb-auth-more package 1.1.1.

Additional resources for use with the merb-auth-core authentication
framework.

13 years agoImporting www/merb-auth-core 1.1.1.
taca [Sun, 12 Sep 2010 02:54:50 +0000 (02:54 +0000)]
Importing www/merb-auth-core 1.1.1.

MerbAuth is an authentication framework for use with the
Merb web framework.

13 years agoImporting textproc/ruby-treetop 1.4.8.
taca [Sun, 12 Sep 2010 01:53:43 +0000 (01:53 +0000)]
Importing textproc/ruby-treetop 1.4.8.

Languages can be split into two components, their *syntax* and their
*semantics*. It's your understanding of English syntax that tells you
the stream of words "Sleep furiously green ideas colorless" is not a
valid sentence. Semantics is deeper. Even if we rearrange the above
sentence to be "Colorless green ideas sleep furiously", which is
syntactically correct, it remains nonsensical on a semantic
level. With Treetop, you'll be dealing with languages that are much
simpler than English, but these basic concepts apply. Your programs
will need to address both the syntax and the semantics of the
languages they interpret.

Treetop equips you with powerful tools for each of these two aspects
of interpreter writing. You'll describe the syntax of your language
with a *parsing expression grammar*. From this description, Treetop
will generate a Ruby parser that transforms streams of characters
written into your language into *abstract syntax trees* representing
their structure. You'll then describe the semantics of your language
in Ruby by defining methods on the syntax trees the parser generates.

13 years agoImporting misc/ruby-bundler 1.0.0.
taca [Sun, 12 Sep 2010 01:51:10 +0000 (01:51 +0000)]
Importing misc/ruby-bundler 1.0.0.

Bundler is a tool that manages gem dependencies for your ruby
application. It takes a gem manifest file and is able to fetch,
download, and install the gems and all child dependencies specified in
this manifest. It can manage any update to the gem manifest file and
update the bundle's gems accordingly. It also lets you run any ruby
code in context of the bundle's gem environment.

13 years agoImporting mail/ruby-mail 2.2.5.
taca [Sun, 12 Sep 2010 01:46:55 +0000 (01:46 +0000)]
Importing mail/ruby-mail 2.2.5.

Mail is an internet library for Ruby that is designed to handle emails
generation, parsing and sending in a simple, rubyesque manner.

The purpose of this library is to provide a single point of access to handle
all email functions, including sending and receiving emails.  All network
type actions are done through proxy methods to Net::SMTP, Net::POP3 etc.

Built from my experience with TMail, it is designed to be a pure ruby
implementation that makes generating, sending and parsing emails a no
brainer.

It is also designed form the ground up to work with Ruby 1.9.  This is because
Ruby 1.9 handles text encodings much more magically than Ruby 1.8.x and so
these features have been taken full advantage of in this library allowing
Mail to handle a lot more messages more cleanly than TMail.  Mail does run on
Ruby 1.8.x... it's just not as fun to code.

Finally, Mail has been designed with a very simple object oriented system
that really opens up the email messages you are parsing, if you know what
you are doing, you can fiddle with every last bit of your email directly.

13 years agoImporting graphics/ruby-color-tools 1.0.0.
taca [Sun, 12 Sep 2010 01:43:31 +0000 (01:43 +0000)]
Importing graphics/ruby-color-tools 1.0.0.

color-tools is a Ruby library to provide RGB, CMYK, and other
colourspace support to applications that require it. It also provides
152 named RGB colours. It offers 152 named RGB colours (184 with
spelling variations) that are commonly supported and used in HTML,
SVG, and X11 applications. A technique for generating a monochromatic
contrasting palette is also included.

13 years agoImporting graphics/ruby-color-tools 1.3.0.
taca [Sun, 12 Sep 2010 01:41:21 +0000 (01:41 +0000)]
Importing graphics/ruby-color-tools 1.3.0.

color-tools is a Ruby library to provide RGB, CMYK, and other
colourspace support to applications that require it. It also provides
152 named RGB colours. It offers 152 named RGB colours (184 with
spelling variations) that are commonly supported and used in HTML,
SVG, and X11 applications. A technique for generating a monochromatic
contrasting palette is also included.

13 years agoImporting devel/ruby-test-unit 2.1.1.
taca [Sun, 12 Sep 2010 01:34:21 +0000 (01:34 +0000)]
Importing devel/ruby-test-unit 2.1.1.

Test::Unit 2.x - Improved version of Test::Unit bundled in
Ruby 1.8.x.

Ruby 1.9.x bundles minitest not Test::Unit. Test::Unit
bundled in Ruby 1.8.x had not been improved but unbundled
Test::Unit (Test::Unit 2.x) will be improved actively.

== FEATURES

* Test::Unit 1.2.3 is the original Test::Unit, taken
  straight from the ruby distribution. It is being
  distributed as a gem to allow tool builders to use it as a
  stand-alone package. (The test framework in ruby is going
  to radically change very soon).

* Test::Unit 2.x will be improved actively and may break
  compatiblity with Test::Unit 1.2.3. (We will not hope it
  if it isn't needed.)

* Some features exist as separated gems like GUI test
  runner. (Tk, GTK+ and Fox) test-unit-full gem package
  provides for installing all Test::Unit related gems
  easily.

13 years agoImporting devel/ruby-subexec 0.0.4.
taca [Sun, 12 Sep 2010 01:33:39 +0000 (01:33 +0000)]
Importing devel/ruby-subexec 0.0.4.

Subexec spawns an external command with a timeout.

13 years agoImporting devel/ruby-lockfile 1.4.3.
taca [Sun, 12 Sep 2010 01:32:55 +0000 (01:32 +0000)]
Importing devel/ruby-lockfile 1.4.3.

Ruby library for creating NFS safe lockfiles and command line tool
which uses this library to create lockfiles and to run arbitrary
commands while holding them.

13 years agoImporting ruby-little-plugger 1.1.2.
taca [Sun, 12 Sep 2010 01:32:06 +0000 (01:32 +0000)]
Importing ruby-little-plugger 1.1.2.

LittlePlugger is a module that provides Gem based plugin management.
By extending your own class or module with LittlePlugger you can
easily manage the loading and initializing of plugins provided by
other gems.

13 years agoImporting ruby-debug-extra 0.10.3.
taca [Sun, 12 Sep 2010 01:31:13 +0000 (01:31 +0000)]
Importing ruby-debug-extra 0.10.3.

Emacs support and the Reference Manual for ruby-debug.

13 years agoImport scim-tables-vietnamese-ext-0.5.6pl17 as inputmethod/scim-tables-vietnamese...
obache [Sun, 12 Sep 2010 00:11:45 +0000 (00:11 +0000)]
Import scim-tables-vietnamese-ext-0.5.6pl17 as inputmethod/scim-tables-vietnamese-ext.

This project provide a table that defines Telex/VNI Input Method phrases for
Vietnamese.  Most of Vietnamese in North Vietnam use Telex Typing, but VNI
typing in South Vietnam.

13 years agoImporting databases/ruby-do_sqlite3 0.10.2.
taca [Sat, 11 Sep 2010 23:56:31 +0000 (23:56 +0000)]
Importing databases/ruby-do_sqlite3 0.10.2.

Implements the DataObjects API for Sqlite3.

13 years agoImporting databases/ruby-data_objects 0.10.2.
taca [Sat, 11 Sep 2010 23:55:09 +0000 (23:55 +0000)]
Importing databases/ruby-data_objects 0.10.2.

Provide a standard and simplified API for communicating with RDBMS from Ruby.

13 years agoImporting databases/ruby-dm-validations 1.0.2.
taca [Sat, 11 Sep 2010 23:54:25 +0000 (23:54 +0000)]
Importing databases/ruby-dm-validations 1.0.2.

This is a DataMapper plugin that provides validations for DataMapper
model classes.

13 years agoImporting databases/ruby-dm-types 1.0.2.
taca [Sat, 11 Sep 2010 23:53:41 +0000 (23:53 +0000)]
Importing databases/ruby-dm-types 1.0.2.

= dm-types

DataMapper plugin providing many extra types for use in data models.

13 years agoImporting databases/ruby-dm-transactions 1.0.2.
taca [Sat, 11 Sep 2010 23:53:11 +0000 (23:53 +0000)]
Importing databases/ruby-dm-transactions 1.0.2.

= dm-transactions

This gem adds transaction support for datamapper. The currently
supported adapters are

* postgres
* mysql
* sqlite3
* oracle
* sqlserver

13 years agoImporting databases/ruby-dm-timestamps 1.0.2.
taca [Sat, 11 Sep 2010 23:52:44 +0000 (23:52 +0000)]
Importing databases/ruby-dm-timestamps 1.0.2.

DataMapper plugin which adds "magic" to created_at, created_on, et
cetera.

13 years agoImporting databases/ruby-dm-serializer 1.0.2.
taca [Sat, 11 Sep 2010 23:52:09 +0000 (23:52 +0000)]
Importing databases/ruby-dm-serializer 1.0.2.

dm-serializer allows DataMapper models and collections to be
serialized to a variety of formats (currently JSON, XML, YAML and
CSV).

13 years agoImporting databases/ruby-dm-migrations 1.0.2.
taca [Sat, 11 Sep 2010 23:51:32 +0000 (23:51 +0000)]
Importing databases/ruby-dm-migrations 1.0.2.

DataMapper plugin for writing and specing migrations.

13 years agoImporting databases/ruby-dm-constraints 1.0.2.
taca [Sat, 11 Sep 2010 23:50:47 +0000 (23:50 +0000)]
Importing databases/ruby-dm-constraints 1.0.2.

Plugin that adds foreign key constraints to associations.  Currently
supports only PostgreSQL and MySQL.

All constraints are added to the underlying database, but constraining
is implemented in pure ruby.

13 years agoImporting ruby-dm-aggregates 1.0.2.
taca [Sat, 11 Sep 2010 23:49:48 +0000 (23:49 +0000)]
Importing ruby-dm-aggregates 1.0.2.

DataMapper plugin providing support for aggregates, functions on
collections and datasets.

13 years agoImporting ruby-dm-core 1.0.2.
taca [Sat, 11 Sep 2010 23:48:54 +0000 (23:48 +0000)]
Importing ruby-dm-core 1.0.2.

This is core part of ruby-datamapper.

An Object/Relational Mapper for Ruby.

DataMapper sports a very accessible code-base and a welcoming community.
Outside contributions and feedback are welcome and encouraged, especially
constructive criticism. Make your voice heard! Submit a
ticket[http://datamapper.lighthouseapp.com] or
patch[http://datamapper.lighthouseapp.com], speak up
on our mailing-list[http://groups.google.com/group/datamapper/], chat with us
on irc[irc://irc.freenode.net/#datamapper], write a spec, get it reviewed, ask
for commit rights. It's as easy as that to become a contributor.

13 years agoImporting ruby-stringex 1.1.0.
taca [Sat, 11 Sep 2010 07:42:29 +0000 (07:42 +0000)]
Importing ruby-stringex 1.1.0.

Some [hopefully] useful extensions to Rubys String class.

Stringex is made up of three libraries: ActsAsUrl [permalink solution
with better character translation], Unidecoder [Unicode to Ascii
transliteration], and StringExtensions [miscellaneous helper methods
for the String class].

13 years agoImporting ruby-uuidtools 2.1.1.
taca [Sat, 11 Sep 2010 07:36:25 +0000 (07:36 +0000)]
Importing ruby-uuidtools 2.1.1.

UUIDTools was designed to be a simple library for generating any
of the various types of UUIDs.  It conforms to RFC 4122 whenever
possible.

13 years agoImporting ruby-libarchive 0.1.1.
taca [Sat, 11 Sep 2010 07:29:42 +0000 (07:29 +0000)]
Importing ruby-libarchive 0.1.1.

Libarchive is a programming library that can create and read several
different streaming archive formats, including most popular tar
variants, several cpio formats, and both BSD and GNU ar variants.

13 years agoImporting net/ruby-addressable 2.2.0.
taca [Sat, 11 Sep 2010 06:56:00 +0000 (06:56 +0000)]
Importing net/ruby-addressable 2.2.0.

Addressable is a replacement for the URI implementation that is part of
Ruby's standard library. It more closely conforms to the relevant RFCs and
adds support for IRIs and URI templates.

13 years agoImporting devel/ruby-extlib 0.9.15.
taca [Sat, 11 Sep 2010 06:53:54 +0000 (06:53 +0000)]
Importing devel/ruby-extlib 0.9.15.

Support library for DataMapper and Merb.

13 years agoImport tex-algorithm2e-doc-4.01 as print/tex-algorithm2e-doc.
minskim [Fri, 10 Sep 2010 23:50:53 +0000 (23:50 +0000)]
Import tex-algorithm2e-doc-4.01 as print/tex-algorithm2e-doc.

This is documentation for tex-algorithm2e.

13 years agoImport tex-tocbibind-doc-1.5j as print/tex-tocbibind-doc.
minskim [Fri, 10 Sep 2010 22:15:49 +0000 (22:15 +0000)]
Import tex-tocbibind-doc-1.5j as print/tex-tocbibind-doc.

This is documentation for tex-tocbibind.

13 years agoImport tex-tocbibind-1.5j as print/tex-tocbibind.
minskim [Fri, 10 Sep 2010 22:15:37 +0000 (22:15 +0000)]
Import tex-tocbibind-1.5j as print/tex-tocbibind.

Automatically adds the bibliography and/or the index and/or the
contents, etc., to the Table of Contents listing.

13 years agoImport tex-endfloat-doc-2.4i as print/tex-endfloat-doc.
minskim [Fri, 10 Sep 2010 22:03:34 +0000 (22:03 +0000)]
Import tex-endfloat-doc-2.4i as print/tex-endfloat-doc.

This is documentation for tex-endfloat.

13 years agoImport tex-endfloat-2.4i as print/tex-endfloat.
minskim [Fri, 10 Sep 2010 22:03:19 +0000 (22:03 +0000)]
Import tex-endfloat-2.4i as print/tex-endfloat.

Place all figures on pages by themselves at the end of the document,
optionally leaving markers like "[Figure 3 about here]" in the text near
to where the figure (or table) would normally have occurred.

13 years agoImport tex-fancybox-doc-1.4 as print/tex-fancybox-doc. Packaged by
minskim [Fri, 10 Sep 2010 20:08:29 +0000 (20:08 +0000)]
Import tex-fancybox-doc-1.4 as print/tex-fancybox-doc.  Packaged by
Nicolas Thauvin and updated by me.

This is documentation for tex-fancybox.

13 years agoImport tex-fancybox-1.4 as print/tex-fancybox. Packaged by Nicolas Thauvin
minskim [Fri, 10 Sep 2010 20:06:58 +0000 (20:06 +0000)]
Import tex-fancybox-1.4 as print/tex-fancybox. Packaged by Nicolas Thauvin
and updated by me.

Provides variants of \fbox: \shadowbox, \doublebox, \ovalbox, \Ovalbox,
with helpful tools for using box macros and flexible verbatim macros.
You can box mathematics, floats, center, flushleft, and flushright,
lists, and pages.

13 years agoImport dbskkd-cdb-2.00 as inputmethod/dbskkd-cdb.
obache [Fri, 10 Sep 2010 09:11:34 +0000 (09:11 +0000)]
Import dbskkd-cdb-2.00 as inputmethod/dbskkd-cdb.
Packaged by Ryo ONODERA in pkgsrc-wip.
A part of import request by PR#43818.

dbskkd-cdb is a dictionary server for SKK Japanese Input Method
system. For building the executable file, TinyCDB is required.

13 years agoImport skk-jisyo-cdb-201008 as inputmethod/skk-jisyo-cdb.
obache [Fri, 10 Sep 2010 09:00:38 +0000 (09:00 +0000)]
Import skk-jisyo-cdb-201008 as inputmethod/skk-jisyo-cdb.
Packaged by Ryo ONODERA in pkgsrc-wip.
A part of import request by PR#43818.

A basic set of Kana-Kanji conversion dictionary developed by SKK project.
This package is cdb format dictionary for dbskkd-cdb and so on.

13 years agoImport font-xfree86-type1-1.0.2 as fonts/font-xfree86-type1.
obache [Fri, 10 Sep 2010 06:02:23 +0000 (06:02 +0000)]
Import font-xfree86-type1-1.0.2 as fonts/font-xfree86-type1.

This are the Type1 versions of the XFree86 cursor font.

This is from the modular Xorg project.

13 years agoImport font-winitzki-cyrillic-1.0.1 as fonts/font-winitzki-cyrillic.
obache [Fri, 10 Sep 2010 06:01:22 +0000 (06:01 +0000)]
Import font-winitzki-cyrillic-1.0.1 as fonts/font-winitzki-cyrillic.

This are the PCF versions of the Winitzki Cyrillic fonts.

This is from the modular Xorg project.

13 years agoImport font-sun-misc-1.0.1 as fonts/font-sun-misc.
obache [Fri, 10 Sep 2010 06:00:21 +0000 (06:00 +0000)]
Import font-sun-misc-1.0.1 as fonts/font-sun-misc.

This are the PCF versions of the Sun Open Look cursor and gryph fonts.

This is from the modular Xorg project.

13 years agoImport font-screen-cyrillic-1.0.2 as fonts/font-screen-cyrillic.
obache [Fri, 10 Sep 2010 05:58:07 +0000 (05:58 +0000)]
Import font-screen-cyrillic-1.0.2 as fonts/font-screen-cyrillic.

This are the PCF versions of the Screen Cyrillic fonts.

This is from the modular Xorg project.

13 years agoImport font-schumacher-misc-1.1.0 as fonts/font-schumacher-misc.
obache [Fri, 10 Sep 2010 05:54:09 +0000 (05:54 +0000)]
Import font-schumacher-misc-1.1.0 as fonts/font-schumacher-misc.

This are the PCF versions of the Schumacher Miscellaneous fonts for
75dpi displays.

This is from the modular Xorg project.

13 years agoImport font-misc-meltho-1.0.1 as fonts/font-misc-meltho.
obache [Fri, 10 Sep 2010 05:52:47 +0000 (05:52 +0000)]
Import font-misc-meltho-1.0.1 as fonts/font-misc-meltho.

This are the OTF versions of the Miscellaneous Meltho fonts.

This is from the modular Xorg project.

13 years agoImport font-misc-ethiopic-1.0.1 as fonts/font-misc-ethiopic.
obache [Fri, 10 Sep 2010 05:51:30 +0000 (05:51 +0000)]
Import font-misc-ethiopic-1.0.1 as fonts/font-misc-ethiopic.

This are the TTF and OTF versions of the Miscellaneous Ethiopic fonts.

This is from the modular Xorg project.

13 years agoImport font-misc-cyrillic-1.0.1 as fonts/font-misc-cyrillic.
obache [Fri, 10 Sep 2010 05:50:28 +0000 (05:50 +0000)]
Import font-misc-cyrillic-1.0.1 as fonts/font-misc-cyrillic.

This are the PCF versions of the Miscellaneous Cyrillic fonts.

This is from the modular Xorg project.

13 years agoImport font-micro-misc-1.0.1 as fonts/font-micro-misc.
obache [Fri, 10 Sep 2010 05:49:23 +0000 (05:49 +0000)]
Import font-micro-misc-1.0.1 as fonts/font-micro-misc.

This is the PCF versions of Miscellaneous Micro fonts for 75dpi display.

This is from the modular Xorg project.

13 years agoImport font-cronyx-cyrillic-1.0.1 as fonts/font-cronyx-cyrillic.
obache [Fri, 10 Sep 2010 05:48:08 +0000 (05:48 +0000)]
Import font-cronyx-cyrillic-1.0.1 as fonts/font-cronyx-cyrillic.

This are the PCF versions of the following Cronyx Cyrillic fonts for 100dpi
displays:
- Courier
- Helvetica
- Times

This is from the modular Xorg project.

13 years agoImport font-arabic-misc-1.0.1 as fonts/font-arabic-misc.
obache [Fri, 10 Sep 2010 05:46:31 +0000 (05:46 +0000)]
Import font-arabic-misc-1.0.1 as fonts/font-arabic-misc.

This are the PCF versions of the following Arabic fonts for 100dpi display:
- Newspaper-Medium

This is from the modular Xorg project.

13 years agoImporting package for p5 module Math::Random::MT version 1.11 into
sno [Thu, 9 Sep 2010 05:37:18 +0000 (05:37 +0000)]
Importing package for p5 module Math::Random::MT version 1.11 into
math/p5-Math-Random-MT.

The Mersenne Twister is a pseudorandom number generator developed by
Makoto Matsumoto and Takuji Nishimura. It is described in their paper at
<URL:http://www.math.keio.ac.jp/~nisimura/random/doc/mt.ps>.

13 years agoImport openjpeg-1.3:
joerg [Thu, 9 Sep 2010 02:15:22 +0000 (02:15 +0000)]
Import openjpeg-1.3:

The OpenJPEG library is an open-source JPEG 2000 codec written in C.  It
has been developed in order to promote the use of JPEG 2000 and is
licensed under a BSD license.

13 years agoImport jbig2dec-0.11:
joerg [Thu, 9 Sep 2010 02:13:50 +0000 (02:13 +0000)]
Import jbig2dec-0.11:

jbig2dec is a decoder for the JGIB2 image compression format.  JBIG2 is
designed for lossy and lossless encoding of monochrome images at
moderately high resolutions.  For scanned paper documents, compression
ratios on the order of 100:1 are often seen.

13 years agoImport tex-eurosym-doc-1.4 from pkgsrc-wip. Packaged by Nicolas Thauvin.
minskim [Wed, 8 Sep 2010 18:32:06 +0000 (18:32 +0000)]
Import tex-eurosym-doc-1.4 from pkgsrc-wip.  Packaged by Nicolas Thauvin.

This is documentation for tex-eurosym.

13 years agoImport tex-eurosym-1.4 from pkgsrc-wip. Packaged by Nicolas Thauvin.
minskim [Wed, 8 Sep 2010 18:31:34 +0000 (18:31 +0000)]
Import tex-eurosym-1.4 from pkgsrc-wip.  Packaged by Nicolas Thauvin.

The new European currency symbol for the Euro implemented in
MetaFont, using the official European Commission dimensions,
and providing several shapes (normal, slanted, bold, outline).
The package also includes a LaTeX package which defines the
macro, pre-compiled tfm files, and documentation.

13 years agoImport xvkbd-3.2 as x11/xvkbd.
obache [Wed, 8 Sep 2010 11:57:36 +0000 (11:57 +0000)]
Import xvkbd-3.2 as x11/xvkbd.
Packaged by Ryo ONODERA in pkgsrc-wip, PR#43851.

xvkbd is a virtual (graphical) keyboard program for X Window System
which provides facility to enter characters onto other clients
(softwares) by clicking on a keyboard displayed on the screen. This
may be used for systems without a hardware keyboard such as kiosk
terminals or handheld devices. This program also has facility to
send characters specified as the command line option to another
client.

13 years agoIt's an event notifier for USB devices only actually. It can attach
manu [Wed, 8 Sep 2010 10:20:15 +0000 (10:20 +0000)]
It's an event notifier for USB devices only actually. It can attach
some commands (like mount) when you plug or unplug a device.

13 years agoImporting package for p5 module DateTime::Format::Oracle version 0.05
sno [Tue, 7 Sep 2010 05:51:00 +0000 (05:51 +0000)]
Importing package for p5 module DateTime::Format::Oracle version 0.05
into time/p5-DateTime-Format-Oracle.

This module may be used to convert Oracle date and timestamp values into
DateTime objects. It also can take a DateTime object and produce a date
string matching the NLS_DATE_FORMAT.

Oracle has flexible date formatting via its NLS_DATE_FORMAT session
variable. Date values will be returned from Oracle according to the current
value of that variable. Date values going into Oracle must also match the
current setting of NLS_DATE_FORMAT.

Timestamp values will match either the NLS_TIMESTAMP_FORMAT or
NLS_TIMESTAMP_TZ_FORMAT session variables.

This module keeps track of these Oracle session variable values by
examining environment variables of the same name. Each time one of
Oracle's formatting session variables is updated, the %ENV hash must
also be updated.

13 years agoImporting package for p5 module Convert::NLS_DATE_FORMAT version 0.02
sno [Tue, 7 Sep 2010 05:44:39 +0000 (05:44 +0000)]
Importing package for p5 module Convert::NLS_DATE_FORMAT version 0.02
into time/p5-Convert-NLS_DATE_FORMAT.

Convert Oracle's NLS_DATE_FORMAT string into a strptime format string,
or the reverse.

13 years agoImporting package for p5 module PerlIO::gzip version 0.18 during update
sno [Sat, 4 Sep 2010 11:36:08 +0000 (11:36 +0000)]
Importing package for p5 module PerlIO::gzip version 0.18 during update
of devel/svk.

PerlIO::gzip provides a PerlIO layer that manipulates files in the format
used by the gzip  program. Compression and Decompression are implemented,
but not together. If you attempt to open a file for reading and writing
the open will fail.

13 years agoImporting package for p5 module PerlIO::via::Bzip2 version 0.02 during
sno [Sat, 4 Sep 2010 11:27:12 +0000 (11:27 +0000)]
Importing package for p5 module PerlIO::via::Bzip2 version 0.02 during
devel/svk update.

PerlIO::via::Bzip2 implements a PerlIO layer which will let you handle
bzip2 compressed files transparently.

13 years agoImporting package for p5 module SVN::Dump version 0.04 during the update
sno [Sat, 4 Sep 2010 11:15:43 +0000 (11:15 +0000)]
Importing package for p5 module SVN::Dump version 0.04 during the update
of devel/svk as feature dependency.

This module lets you manage SVN dumps with Perl.
An SVN::Dump object represents a Subversion dump.

13 years agoInitial import of mothanna-ttf, packaged for wip by Kamel Derouiche.
wiz [Sat, 4 Sep 2010 10:38:24 +0000 (10:38 +0000)]
Initial import of mothanna-ttf, packaged for wip by Kamel Derouiche.

Mothanna (from Arabic; twisted, bent) is a sans-serif like Arabic
OpenType font, intended mainly for use in software UIs. It is
developed by Arabeyes.org as part of the Khotot project.

13 years agoInitial import of bullet-2.76:
wiz [Fri, 3 Sep 2010 23:01:47 +0000 (23:01 +0000)]
Initial import of bullet-2.76:

Bullet is a 3D Collision Detection and Rigid Body Dynamics Library
for games and animation.  Free for commercial use, including
Playstation 3, open source under the ZLib License.  Discrete and
continuous collision detection, integrated into Blender 3D, and
COLLADA 1.4 Physics import.

13 years agoInitial import of unicode-screensaver-0.3:
wiz [Fri, 3 Sep 2010 22:50:09 +0000 (22:50 +0000)]
Initial import of unicode-screensaver-0.3:

unicode-screensaver is a simple screensaver application that
repeatedly randomly picks an unicode character and displays it in
a very large font size together with its unicode code point and
the character name.

13 years agoInitial import of p5-Gnome2-1.042:
wiz [Fri, 3 Sep 2010 22:39:38 +0000 (22:39 +0000)]
Initial import of p5-Gnome2-1.042:

The Gnome2 module allows a perl developer to use the Gnome libraries.

The perl bindings follow the C API very closely, and the C reference
documentation should be considered the canonical source.

13 years agoInitial import of p5-Gnome2-Canvas-1.002:
wiz [Fri, 3 Sep 2010 22:38:19 +0000 (22:38 +0000)]
Initial import of p5-Gnome2-Canvas-1.002:

The Gnome2::Canvas module allows a perl developer to use the
GnomeCanvas widget with Gtk2-Perl.

Like the Gtk2 module on which it depends, Gnome2::Canvas follows
the C API of libgnomecanvas-2.0 as closely as possible while still
being perlish.  Thus, the C API reference remains the canonical
documentation.

13 years agoInitial import of p5-Gnome-GConf-1.044:
wiz [Fri, 3 Sep 2010 22:36:38 +0000 (22:36 +0000)]
Initial import of p5-Gnome-GConf-1.044:

This module allows you to use the GConf configuration system in
order to store/retrieve the configuration of an application.  GConf
is a powerful configuration manager based on a user daemon that
handles a set of key and value pairs, and notifies any changes of
the value to every program that monitors those keys.  GConf is used
by GNOME 2.x.

13 years agoInitial import of p5-Gnome2-VFS-1.081:
wiz [Fri, 3 Sep 2010 22:34:58 +0000 (22:34 +0000)]
Initial import of p5-Gnome2-VFS-1.081:

This module allows you to use the GNOME Virtual File System library
(libgnomevfs for short) from Perl.

13 years agoInitial import of AnonymousPro-1.001:
wiz [Fri, 3 Sep 2010 18:24:47 +0000 (18:24 +0000)]
Initial import of AnonymousPro-1.001:

Anonymous Pro (2009) is a family of four fixed-width fonts designed
especially with coding in mind. Characters that could be mistaken
for one another (O, 0, I, l, 1, etc.) have distinct shapes to make
them easier to tell apart in the context of source code.

Anonymous Pro also features an international, Unicode-based character
set, with support for most Western and European Latin-based languages,
Greek, and Cyrillic. It also includes special for those who need them.

13 years agoImport liboauth-0.8.9 into the Packages Collection.
agc [Fri, 3 Sep 2010 07:14:12 +0000 (07:14 +0000)]
Import liboauth-0.8.9 into the Packages Collection.

This is an updated version of the liboauth package in pkgsrc-wip by
Kamel Derouiche, modified by myself not to have nss, doxygen, perl and
graphviz pre-requisites.

        OAuth (Open Authorization) is an open standard that allows users to
        share their private resources (e.g.  photos, videos, contact lists)
        stored on one site with another site without having to hand out their
        username and password.

        OAuth allows users to hand out tokens instead of usernames and
        passwords to their data hosted by a given service provider.  Each
        token grants access to a specific site (e.g.  a video editing site)
        for specific resources (e.g.  just videos from a specific album) and
        for a defined duration (e.g.  the next 2 hours).

        Thus OAuth allows a user to grant a third party site access to their
        information stored with another service provider, without sharing
        their access permissions or the full extent of their data.

        OAuth is a service that is complementary to but distinct from OpenID.

        liboauth is a collection of C functions implementing the OAuth
        Core 1.0 standard API.  liboauth provides basic functions to
        escape and encode parameters according to OAuth specs and
        offers high-level functions to sign requests or verify
        signatures.

Necessary these days for twitter applications; useful for flickr and many
others...

13 years agoadd omniNotify-2.1, a CORBA Notification Service implementation based
drochner [Thu, 2 Sep 2010 15:20:36 +0000 (15:20 +0000)]
add omniNotify-2.1, a CORBA Notification Service implementation based
on omniORB

13 years agoadd py-omniORBpy-3.4, Python bindings for omniORB, from
drochner [Thu, 2 Sep 2010 15:08:10 +0000 (15:08 +0000)]
add py-omniORBpy-3.4, Python bindings for omniORB, from
Tonnerre Lombard per pkgsrc-wip

13 years agoInitial import of libvdpau-0.4, packaged by Aleksey Cheusov for wip.
wiz [Wed, 1 Sep 2010 20:41:45 +0000 (20:41 +0000)]
Initial import of libvdpau-0.4, packaged by Aleksey Cheusov for wip.

The Video Decode and Presentation API for Unix (VDPAU) provides a complete
solution for decoding, post-processing, compositing, and displaying
compressed or uncompressed video streams. These video streams may be
combined (composited) with bitmap content, to implement OSDs and other
application user interfaces.

This VDPAU API allows video programs to offload portions of the video
decoding process and video post-processing to the GPU video-hardware.

13 years agoadd omniORB-4.1.4, a CORBA implementation, from Ian Zagorskih per pkgsrc-wip
drochner [Wed, 1 Sep 2010 15:52:58 +0000 (15:52 +0000)]
add omniORB-4.1.4, a CORBA implementation, from Ian Zagorskih per pkgsrc-wip

13 years agoImport ibus-input-pad-0.1.3 as inputmethod/ibus-input-pad.
obache [Tue, 31 Aug 2010 08:27:52 +0000 (08:27 +0000)]
Import ibus-input-pad-0.1.3 as inputmethod/ibus-input-pad.

The input pad engine for IBus platform.

13 years agoImport py-input-pad-0.1.1 as inputmethod/py-input-pad.
obache [Tue, 31 Aug 2010 08:26:54 +0000 (08:26 +0000)]
Import py-input-pad-0.1.1 as inputmethod/py-input-pad.

The input pad is a tool to send a character on button to text applications.
This package provides python wrapper for input pad.

13 years agoImport input-pad-0.1.1 as inputmethod/input-pad.
obache [Tue, 31 Aug 2010 08:25:20 +0000 (08:25 +0000)]
Import input-pad-0.1.1 as inputmethod/input-pad.

The input pad is a tool to send a character on button to text applications.

13 years agoImport eekboard-0.0.5 as x11/eekboard.
obache [Mon, 30 Aug 2010 11:47:34 +0000 (11:47 +0000)]
Import eekboard-0.0.5 as x11/eekboard.

eekboard is a virtual keyboard software package which ships with a standalone
virtual keyboard application (eekboard), and a library to create keyboard-like
UI (libeek).

13 years agoImport libfakekey-0.1 as x11/libfakekey.
obache [Mon, 30 Aug 2010 09:42:41 +0000 (09:42 +0000)]
Import libfakekey-0.1 as x11/libfakekey.

X Virtual Keyboard Library of the Matchbox WM project.

13 years agoInitial import of xml-coreutils version 0.8a in the NetBSD Packages
seb [Sun, 29 Aug 2010 07:48:28 +0000 (07:48 +0000)]
Initial import of xml-coreutils version 0.8a in the NetBSD Packages
Collection.

The xml-coreutils are a collection of Unix/POSIX command line tools
for processing XML files.  The aim is to make XML processing for
shell users exactly as easy as text processing.

13 years agoQuantum GIS (QGIS) is a user friendly Open Source Geographic Information System
adam [Fri, 27 Aug 2010 11:43:05 +0000 (11:43 +0000)]
Quantum GIS (QGIS) is a user friendly Open Source Geographic Information System
(GIS) licensed under the GNU General Public License. QGIS is an official
project of the Open Source Geospatial Foundation (OSGeo). It runs on Linux,
Unix, Mac OSX, and Windows and supports numerous vector, raster, and database
formats and functionalities.

Quantum GIS provides a continously growing number of capabilities provided by
core functions and plugins. You can visualize, manage, edit, analyse data, and
compose printable maps. Get a first impression with some screenshots and a more
detailed feature list.

13 years agoFlightGear is a free, open-source, multi-platform, and sophisticated flight
adam [Fri, 27 Aug 2010 08:02:05 +0000 (08:02 +0000)]
FlightGear is a free, open-source, multi-platform, and sophisticated flight
simulator framework for the development and pursuit of interesting flight
simulator ideas. This package contains the data files (textures, models, etc).

Changes 2.0.0:
* This is primarily a bug fix release.

games/flightgear-base has been renamed to games/flightgear-data,

13 years agoThis is an experimental port of glusterfs on NetBSD. Don't do this at home!
manu [Thu, 26 Aug 2010 14:26:19 +0000 (14:26 +0000)]
This is an experimental port of glusterfs on NetBSD. Don't do this at home!