Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (2m)  pkgsrc-2024Q1 (8d)  pkgsrc-2023Q4 (55d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (167d) 

2024-05-26 12:37:34 UTC Now

2010-09-12 11:16:08 UTC MAIN commitmail json YAML

Updated chat/p5-POE-Component-IRC to 6.40

(wiz)

2010-09-12 11:15:59 UTC MAIN commitmail json YAML

Update to 6.40:

6.40  Thu Sep 9 06:55:27 UTC 2010
    - AutoJoin.pm: Wait for a reply from NickServ before joining channels
      on connect

(wiz)

2010-09-12 10:04:33 UTC MAIN commitmail json YAML

2010-09-12 09:11:49 UTC MAIN commitmail json YAML

Bump minimum dependency (PR pkg/43867)

(tnn)

2010-09-12 09:06:10 UTC MAIN commitmail json YAML

Note update of www/contao29-translations package to 20100912.

(taca)

2010-09-12 09:05:19 UTC MAIN commitmail json YAML

2010-09-12 09:04:18 UTC MAIN commitmail json YAML

-ruby-SDL-2.1.1.1.

pkgsrc has ruby-SDL-2.1.1 now but 2.1.1.1 differ Readme only.
And to update 2.1.1.1, pkgsrc must be switch to none rubygem based
package.  It costs too much.

(taca)

2010-09-12 09:02:15 UTC MAIN commitmail json YAML

-ruby-1.9.2.0, ruby-datamapper-0.10.2, ruby-racc-1.4.6.

(taca)

2010-09-12 08:10:51 UTC MAIN commitmail json YAML

+ rcairo-1.10.0 (will be update after update of cairo package).

(obache)

2010-09-12 04:59:12 UTC MAIN commitmail json YAML

Add a patch which I forgot to commit.

(taca)

2010-09-12 04:52:19 UTC MAIN commitmail json YAML

2010-09-12 04:32:56 UTC MAIN commitmail json YAML

Note addtion of these pacakges:

databases/ruby-activerecord3 3.0.0
databases/ruby-arel 1.0.1
devel/ruby-activemodel 3.0.0
devel/ruby-activesupport 3.0.0
www/ruby-actionpack3 3.0.0
www/ruby-activeresource3 3.0.0
www/ruby-rails3 3.0.0

(taca)

2010-09-12 04:29:45 UTC MAIN commitmail json YAML

Add and enable ruby-actionpack3, ruby-activeresource3 and ruby-rails3.

(taca)

2010-09-12 04:29:11 UTC MAIN commitmail json YAML

Add and enable ruby-actionmailer3.

(taca)

2010-09-12 04:28:51 UTC MAIN commitmail json YAML

Add and enable ruby-activemodel, ruby-activesupport3 and ruby-railties.

(taca)

2010-09-12 04:28:03 UTC MAIN commitmail json YAML

Add and enable ruby-activerecord3 and ruby-arel.

(taca)

2010-09-12 04:23:56 UTC MAIN commitmail json YAML

Importing www/ruby-rails3 3.0.0.


Ruby on Rails is a full-stack web framework optimized for programmer
happiness and sustainable productivity.  It encourages beautiful code
by favoring convention over configuration.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-12 04:22:21 UTC MAIN commitmail json YAML

Importing databases/ruby-activerecord3 3.0.0.


= Active Record -- Object-relational mapping put on rails

Active Record connects classes to relational database tables to establish an
almost zero-configuration persistence layer for applications. The library
provides a base class that, when subclassed, sets up a mapping between the new
class and an existing table in the database. In context of an application,
these classes are commonly referred to as *models*. Models can also be
connected to other models; this is done by defining *associations*.

(This is part of Ruby on Rails 3.)


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-12 04:21:30 UTC MAIN commitmail json YAML

Importing devel/ruby-railties 3.0.0.


= Railties -- Gluing the Engine to the Rails

Railties is responsible to glue all frameworks together. Overall, it:

* handles all the bootstrapping process for a Rails application;

* manager rails command line interface;

* provides Rails generators core;

(This is part of Ruby on Rails 3.)


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-12 04:20:55 UTC MAIN commitmail json YAML

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.)


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-12 04:20:21 UTC MAIN commitmail json YAML

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.)


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-12 04:19:38 UTC MAIN commitmail json YAML

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.)


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-12 04:16:48 UTC MAIN commitmail json YAML

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.)


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-12 04:15:06 UTC MAIN commitmail json YAML

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.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-12 04:13:25 UTC MAIN commitmail json YAML

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.)


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-12 04:11:18 UTC MAIN commitmail json YAML

Note addtion of these packages:

devel/ruby-i18n 0.4.1
devel/ruby-thor 0.14.0
www/ruby-rack-mount 0.6.13
www/ruby-rack-test 0.5.4

(taca)

2010-09-12 04:09:02 UTC MAIN commitmail json YAML

Add and enable ruby-rack-mount and ruby-rack-test.

(taca)

2010-09-12 04:08:28 UTC MAIN commitmail json YAML

Add and enable ruby-i18n and ruby-thor.

(taca)

2010-09-12 04:07:41 UTC MAIN commitmail json YAML

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.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-12 04:05:22 UTC MAIN commitmail json YAML

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.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-12 04:04:26 UTC MAIN commitmail json YAML

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.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-12 04:03:14 UTC MAIN commitmail json YAML

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)


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-12 03:53:49 UTC MAIN commitmail json YAML

Note addtion of ruby19-base and ruby19 1.9.2pl0 packages.

(taca)

2010-09-12 03:53:00 UTC MAIN commitmail json YAML

2010-09-12 03:52:33 UTC MAIN commitmail json YAML

Add and enable ruby19 and ruby19-base.

(taca)

2010-09-12 03:51:51 UTC MAIN commitmail json YAML

Importing lang/ruby19 package, a meta package which covers ruby19-base,
ruby19-gdbm, ruby19-curses, ruby19-readline and ruby19-tk.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-12 03:50:06 UTC MAIN commitmail json YAML

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/.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-12 03:32:12 UTC MAIN commitmail json YAML

Note update of www/raggle package to 0.4.4nb4.

(taca)

2010-09-12 03:31:10 UTC MAIN commitmail json YAML

* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.

(taca)

2010-09-12 03:30:06 UTC MAIN commitmail json YAML

* Add LICENSE.
* use semicolon instead of colon to make work on ruby19.

Bump PKGREVISION.

(taca)

2010-09-12 03:22:00 UTC MAIN commitmail json YAML

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Ajust new ruby package's framework.

(taca)

2010-09-12 03:21:16 UTC MAIN commitmail json YAML

Note pdate of devel/ruby-racc package to 1.4.6.

(taca)

2010-09-12 03:20:02 UTC MAIN commitmail json YAML

Update ruby-racc package to 1.4.6.

* Add LICENSE.
* Ajust new ruby package's framework.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.
* Add patch to suport both ruby18 and ruby19.

=== 1.4.6

* Bugfixes

  * bin/racc -g option renamed to -t
  * racc/compiler.rb is removed
  * '|' is allowed with meta rules
  * Ruby 1.8.7 compatibility fixes
  * Ruby 1.9 compatibility fixes

(taca)

2010-09-12 03:14:04 UTC MAIN commitmail json YAML

Note addtion of these merb packages:

www/merb-auth 1.1.1
www/merb-auth-core 1.1.1
www/merb-auth-more 1.1.1
www/merb-auth-slice-password 1.1.1
www/merb-auth-slice-password-reset 1.1.0
www/merb-exceptions 1.1.3
www/merb-slices 1.1.3

And update of these merb packages:

www/merb 1.1.3
www/merb-action-args 1.1.3
www/merb-activerecord 1.0.0.1
www/merb-assets 1.1.3
www/merb-builder 0.9.8
www/merb-cache 1.1.3
www/merb-core 1.1.3
www/merb-datamapper 1.1.2
www/merb-gen 1.1.3
www/merb-haml 1.1.3
www/merb-has-flash 1.0
www/merb-helpers 1.1.3
www/merb-mailer 1.1.3
www/merb-more 1.0.15
www/merb-param-protection 1.1.3
www/merb-parts 0.9.8
www/merb-sequel 1.1.1
www/merb-stories 0.9.13
www/merb-test-unit 0.9.13

(taca)

2010-09-12 03:08:30 UTC MAIN commitmail json YAML

Update www/merb-more pacakge to 1.0.15.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Ajust new ruby package's framework.
* Update dependency according to gemspec.

Changes are unknown.

(taca)

2010-09-12 03:05:17 UTC MAIN commitmail json YAML

Add and enable these packages:

merb-auth
merb-auth-core
merb-auth-more
merb-auth-slice-password
merb-auth-slice-password-reset
merb-exceptions
merb-slices

(taca)

2010-09-12 03:02:22 UTC MAIN commitmail json YAML

Update www/merb package to 1.1.3.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Ajust new ruby package's framework.
* Update dependency according to gemspec.

Exact changes are unknown but many.

(taca)

2010-09-12 03:00:07 UTC MAIN commitmail json YAML

Importing www/merb-slices 1.1.3.


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


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-12 02:59:29 UTC MAIN commitmail json YAML

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.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-12 02:58:46 UTC MAIN commitmail json YAML

Importing *www/merb-auth 1.1.1.


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


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-12 02:57:54 UTC MAIN commitmail json YAML

Importing www/merb-auth-slice-password-reset 1.1.0.


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


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-12 02:57:05 UTC MAIN commitmail json YAML

Importing www/merb-auth-slice-password 1.1.1.


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


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-12 02:56:18 UTC MAIN commitmail json YAML

Importing www/merb-auth-more package 1.1.1.


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


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-12 02:54:51 UTC MAIN commitmail json YAML

Importing www/merb-auth-core 1.1.1.


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


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-12 02:53:26 UTC MAIN commitmail json YAML

Update www/merb-test-unit package to 0.9.13.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Ajust new ruby package's framework.

Changes are unknown.

(taca)

2010-09-12 02:52:32 UTC MAIN commitmail json YAML

Update www/merb-stories package to 0.9.13.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update MASTER_SITES
* Ajust new ruby package's framework.
* Update dependency according to gemspec.

Changes are unknown.

(taca)

2010-09-12 02:51:38 UTC MAIN commitmail json YAML

Update www/merb-sequel to 1.1.1.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
* Ajust new ruby package's framework.

Changes are unknown.

(taca)

2010-09-12 02:50:27 UTC MAIN commitmail json YAML

Update www/merb-parts package to 0.9.8.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Ajust new ruby package's framework.

Changes are unknown.

(taca)

2010-09-12 02:46:38 UTC MAIN commitmail json YAML

Update www/merb-param-protection pacakge to 1.1.3.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Ajust new ruby package's framework.

Changes are unknown.

(taca)

2010-09-12 02:45:31 UTC MAIN commitmail json YAML

Update www/merb-mailer pacakge to 1.1.3.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Ajust new ruby package's framework.

Changes are unknown.

(taca)

2010-09-12 02:44:04 UTC MAIN commitmail json YAML

Update www/merb-helpers to 1.1.3.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Ajust new ruby package's framework.

Changes are unknown.

(taca)

2010-09-12 02:43:28 UTC MAIN commitmail json YAML

Update www/merb-has-flash to 1.0.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Ajust new ruby package's framework.

Changes are unknown.

(taca)

2010-09-12 02:42:28 UTC MAIN commitmail json YAML

Update www/merb-haml package to 1.1.3.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Ajust new ruby package's framework.
* Update dependency according to gemspec.

Changes are unknown.

(taca)

2010-09-12 02:41:11 UTC MAIN commitmail json YAML

Update www/merb-gen to 1.1.3.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Ajust new ruby package's framework.
* Update dependency according to gemspec.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.

Changes are unknown.

(taca)

2010-09-12 02:40:01 UTC MAIN commitmail json YAML

Update www/merb-datamapper to 1.1.2.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
* Update dependency according to gemspec.

Changes are unknown.

(taca)

2010-09-12 02:38:19 UTC MAIN commitmail json YAML

Update www/merb-cache package to 1.1.3.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Update dependency according to gemspec.

Changes are unknown.

(taca)

2010-09-12 02:37:08 UTC MAIN commitmail json YAML

Update www/merb-builder to 0.9.8.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Update dependency according to gemspec.

Changes are unknown.

(taca)

2010-09-12 02:36:18 UTC MAIN commitmail json YAML

Update www/merb-assets to 1.1.3.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Ajust new ruby package's framework.
* Update dependency according to gemspec.

Changes are unknown.

(taca)

2010-09-12 02:34:34 UTC MAIN commitmail json YAML

Update www/merb-activerecord to 1.0.0.1

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Update dependency according to gemspec.

Changes are unknown.

(taca)

2010-09-12 02:32:52 UTC MAIN commitmail json YAML

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Update dependency according to gemspec.

(taca)

2010-09-12 02:31:28 UTC MAIN commitmail json YAML

Update merb-core package to 1.1.3.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Update dependency according to gemspec.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.

(taca)

2010-09-12 02:04:21 UTC MAIN commitmail json YAML

Add a patch for ruby-yamcha to suport both ruby18 and ruby19.
I should commit with previous ruby-yamcha's commit.

(taca)

2010-09-12 01:59:39 UTC MAIN commitmail json YAML

Add a patch for ruby-cabocha to suport both ruby18 and ruby19.
I should commit with previous ruby-cabocha's commit.

(taca)

2010-09-12 01:55:20 UTC MAIN commitmail json YAML

Note addition of these packages:

misc/ruby-bundler 1.0.0
textproc/ruby-treetop 1.4.8

(taca)

2010-09-12 01:54:29 UTC MAIN commitmail json YAML

Add and enable ruby-treetop.

(taca)

2010-09-12 01:53:43 UTC MAIN commitmail json YAML

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.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-12 01:52:07 UTC MAIN commitmail json YAML

Add and enable ruby-bundler.

(taca)

2010-09-12 01:51:11 UTC MAIN commitmail json YAML

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.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-12 01:49:10 UTC MAIN commitmail json YAML

Note addition of mail/ruby-mail 2.2.5 package.

(taca)

2010-09-12 01:47:52 UTC MAIN commitmail json YAML

Add and enable ruby-mail.

(taca)

2010-09-12 01:46:55 UTC MAIN commitmail json YAML

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.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-12 01:45:20 UTC MAIN commitmail json YAML

Note addition of graphics/ruby-color-tools 1.3.0 and
graphics/ruby-color-japanese 1.0.0 package.

(taca)

2010-09-12 01:44:15 UTC MAIN commitmail json YAML

Add and enable ruby-color-japanese and ruby-color-tools.

(taca)

2010-09-12 01:43:31 UTC MAIN commitmail json YAML

2010-09-12 01:41:22 UTC MAIN commitmail json YAML

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.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-12 01:38:06 UTC MAIN commitmail json YAML

Note addition of these packages:

devel/ruby-debug-extra
devel/ruby-little-plugger
devel/ruby-lockfile
devel/ruby-subexec
devel/ruby-test-unit

(taca)

2010-09-12 01:36:45 UTC MAIN commitmail json YAML

Add and enable these packages:

ruby-debug-extra
ruby-little-plugger
ruby-lockfile
ruby-subexec
ruby-test-unit

(taca)

2010-09-12 01:34:21 UTC MAIN commitmail json YAML

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.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-12 01:33:39 UTC MAIN commitmail json YAML

Importing devel/ruby-subexec 0.0.4.

Subexec spawns an external command with a timeout.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-12 01:32:55 UTC MAIN commitmail json YAML

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.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-12 01:32:06 UTC MAIN commitmail json YAML

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.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-12 01:31:14 UTC MAIN commitmail json YAML

2010-09-12 00:13:47 UTC MAIN commitmail json YAML

+ scim-tables-vietnamese-ext

(obache)

2010-09-12 00:12:00 UTC MAIN commitmail json YAML

Added inputmethod/scim-tables-vietnamese-ext version 0.5.6pl17

(obache)

2010-09-12 00:11:45 UTC MAIN commitmail json YAML

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.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2010-09-12 00:03:49 UTC MAIN commitmail json YAML

Note addition of these packages:

databases/ruby-data_objects 0.10.2
databases/ruby-dm-aggregates 1.0.2
databases/ruby-dm-constraints 1.0.2
databases/ruby-dm-core 1.0.2
databases/ruby-dm-migrations 1.0.2
databases/ruby-dm-serializer 1.0.2
databases/ruby-dm-timestamps 1.0.2
databases/ruby-dm-transactions 1.0.2
databases/ruby-dm-types 1.0.2
databases/ruby-dm-validations 1.0.2
databases/ruby-do_sqlite3 0.10.2

And update of databases/ruby-datamapper to 1.0.2.

(taca)

2010-09-12 00:01:15 UTC MAIN commitmail json YAML

Update ruby-datamapper package to 1.0.2.

Now ruby-datamapper is a "meta-gem" package like a meta-package in pkgsrc.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Ajust new ruby package's framework.
* Update dependency according to gemspec.

(taca)

2010-09-11 23:59:17 UTC MAIN commitmail json YAML

Add and enable these packages:

ruby-data_objects
ruby-dm-aggregates
ruby-dm-constraints
ruby-dm-core
ruby-dm-migrations
ruby-dm-serializer
ruby-dm-timestamps
ruby-dm-transactions
ruby-dm-types
ruby-dm-validations
ruby-do_sqlite3

(taca)

2010-09-11 23:56:31 UTC MAIN commitmail json YAML

Importing databases/ruby-do_sqlite3 0.10.2.


Implements the DataObjects API for Sqlite3.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-11 23:55:09 UTC MAIN commitmail json YAML

Importing databases/ruby-data_objects 0.10.2.


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


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-11 23:54:25 UTC MAIN commitmail json YAML

Importing databases/ruby-dm-validations 1.0.2.


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


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-11 23:53:41 UTC MAIN commitmail json YAML

Importing databases/ruby-dm-types 1.0.2.


= dm-types

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


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-11 23:53:11 UTC MAIN commitmail json YAML

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


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-11 23:52:44 UTC MAIN commitmail json YAML

Importing databases/ruby-dm-timestamps 1.0.2.


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


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-11 23:52:09 UTC MAIN commitmail json YAML

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).


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-11 23:51:32 UTC MAIN commitmail json YAML

Importing databases/ruby-dm-migrations 1.0.2.


DataMapper plugin for writing and specing migrations.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-11 23:50:48 UTC MAIN commitmail json YAML

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.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-11 23:49:48 UTC MAIN commitmail json YAML

Importing ruby-dm-aggregates 1.0.2.


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


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-11 23:48:54 UTC MAIN commitmail json YAML

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.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-11 23:16:42 UTC MAIN commitmail json YAML

2010-09-11 20:46:11 UTC MAIN commitmail json YAML

Answer a question in a comment.

(wiz)

2010-09-11 20:39:22 UTC MAIN commitmail json YAML

2010-09-11 20:26:23 UTC MAIN commitmail json YAML

Updated pkgtools/x11-links to 0.54

(wiz)

2010-09-11 20:26:11 UTC MAIN commitmail json YAML

2010-09-11 20:24:00 UTC MAIN commitmail json YAML

Detect "xcb-util" as part of the bundled X11 distribution.

(wiz)

2010-09-11 20:15:37 UTC MAIN commitmail json YAML

Updated pkgtools/x11-links to 0.53

(wiz)

2010-09-11 20:15:20 UTC MAIN commitmail json YAML

Update to 0.53:
Remove xcb-utils files from xorg.libxcb and add symlinks for
NetBSD-current's libxcb.

(wiz)

2010-09-11 19:48:19 UTC MAIN commitmail json YAML

Note update of the "x11-links" package to version 0.52.

(tron)

2010-09-11 19:47:31 UTC MAIN commitmail json YAML

2010-09-11 19:46:59 UTC MAIN commitmail json YAML

Detect "xcb-proto" as part of the bundled X11 distribution.

(tron)

2010-09-11 19:30:05 UTC MAIN commitmail json YAML

Check for "xcb.pc" and not "xcb-proto.pc" as the later belongs to the
"xcb-proto" package.

(tron)

2010-09-11 19:12:12 UTC MAIN commitmail json YAML

Note update of the "x11-links" package to version 0.51.

(tron)

2010-09-11 19:11:48 UTC MAIN commitmail json YAML

Update "x11-links" package to version 0.51:
- Add support for "libxcb" under Mac OS X. Other platforms will need
  entries for ELF shared libraries.

(tron)

2010-09-11 19:09:51 UTC MAIN commitmail json YAML

Detect "libxcb" as part of the bundled X11 distribution. This brings us
one step closer to fixing PR pkg/43868 under Mac OS X.

(tron)

2010-09-11 18:47:10 UTC MAIN commitmail json YAML

Only pull in xcb if it this is modular Xorg or the native one has it.
First half of PR 43868, builtin.mk for libxcb is the rest.

(joerg)

2010-09-11 18:41:37 UTC MAIN commitmail json YAML

Updated fonts/dejavu-ttf to 2.32

(jakllsch)

2010-09-11 18:41:10 UTC MAIN commitmail json YAML

Update dejavu-ttf to 2.32.

Upstream change log from 2.31 to 2.32:
* added to Sans: Latin small letter p with stroke (U+1D7D), Latin capital letter p with stroke through descender (U+A750), Latin small letter p with stroke through descender (U+A751), Latin capital letter thorn with stroke (U+A764), Latin small letter thorn with stroke (U+A765), Latin capital letter thorn with stroke through descender (U+A766), Latin small letter thorn with stroke through descender (U+A767), Latin capital letter q with stroke through descender (U+A756), Latin small letter q with stroke through descender (U+A757), Latin capital letter p with flourish (U+A752), Latin small letter p with flourish (U+A753)
* add new Indian rupee symbol (U+20B9) to Sans, Serif and Mono (although standardization in Unicode not complete yet, UTC did assign this code point)
* Sans: adjusted U+0E3F, U+20AB, U+20AD-U+20AE, U+20B1, U+20B5, U+20B8 to have them take up the same width as digits
* added U+23E8 to Sans
* fixed numerous bugs (#22579, #28189, #28977, N'Ko in Windows, fixed U+FB4F, anchors for U+0332-U+0333, made extensions in Misc. Technical connect, and other small fixes)
* added looptail g as stylistic variant to Serif
* added the remaining precomposed characters in Latin Extended Additional in Serif
* added Georgian Mkhedruli (U+10D0-U+10FC) to Sans ExtraLight
* fix spacing in hinting of U+042E in Mono
* replaced U+2650 and minor changes to U+2640-U+2642, U+2699, U+26A2-U+26A5, U+26B2-U+26B5, U+26B8 in Sans
* added U+1E9C-U+1E9D, U+1EFA-U+1EFB, U+2028-U+2029, U+20B8, U+2150-U+2152, U+2189, U+26C0-U+26C3, U+A722-U+A725, U+1F030-U+1F093 to Sans
* added U+1E9C-U+1E9E, U+1EFA-U+1EFB, U+2028-U+2029, U+20B8, U+2181-U+2182, U+2185 U+A722-U+A725, to Sans ExtraLight
* added U+20B8, U+22A2-U+22A5, U+A722-U+A725 to Mono
* added U+02CD, U+01BF, U+01F7, U+0222-U+0223, U+0243-U+0244, U+0246-U+024F, U+2150-U+2152, U+2189, U+239B-U+23AD and U+A73D to Serif

(jakllsch)

2010-09-11 14:21:39 UTC MAIN commitmail json YAML

Updated games/freeciv- to 2.2.2

(adam)

2010-09-11 14:19:56 UTC MAIN commitmail json YAML

Changes 2.2.2:
* Fixed crash bugs.
* GTK2 client - improved city dialog.
* GTK2 client - made interface more usable on netbook class displays.
* GTK2 client - improved city bar.
* Fixed bug where two bases could not be built on the same tile on the same
  turn.
* Allowed settler and worker units in custom rulesets to become veterans.
* Fixed bug where an editor window was displayed on startup.
* Fixed bug where settler/worker progress was lost upon loading a saved game.
* Fixed bug where the effect of the Great Wall wonder was not limited to units
  in cities.
* Added current city size to "needs an improvement to grow further" messages.
* Removed outdated and unused debian watch file.
* Changed name prefix of savefiles from civgame to freeciv.
* Added deep ocean graphics to some bundled tilesets.
* Updated translations: Ukrainian, Catalan, French, British English, Swedish,
  Spanish, Italian

(adam)

2010-09-11 11:58:38 UTC MAIN commitmail json YAML

avoid picking up "xmlto"

(drochner)

2010-09-11 08:30:05 UTC MAIN commitmail json YAML

Updated inputmethod/dbskkd-cdb to 2.00nb1

(obache)

2010-09-11 08:29:52 UTC MAIN commitmail json YAML

Link with tinycdb shlib.

Bump PKGREVISION.

(obache)

2010-09-11 08:26:19 UTC MAIN commitmail json YAML

Updated databases/tinycdb to 0.77

(obache)

2010-09-11 08:26:05 UTC MAIN commitmail json YAML

Update tinycdb to 0.77.

pkgsrc changes:
* simplify subst with SUBST_VARS.
* build and install shared library.
* install pkgconfig file.

package changes:

tinycdb-0.77

- bugfix release: manpage typos, portability fixes and the like

- bugfix: improper logic in EINTR handling in _cdb_make_full_write
  routine which may lead to corruped .cdb file.

(obache)

2010-09-11 07:47:36 UTC MAIN commitmail json YAML

Updated inputmethod/input-pad to 0.1.2nb1

(obache)

2010-09-11 07:47:21 UTC MAIN commitmail json YAML

2010-09-11 07:44:04 UTC MAIN commitmail json YAML

Note addition of textproc/ruby-stringex version 1.1.0.

(taca)

2010-09-11 07:43:17 UTC MAIN commitmail json YAML

Add and enable ruby-stringex.

(taca)

2010-09-11 07:42:29 UTC MAIN commitmail json YAML

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].


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-11 07:39:21 UTC MAIN commitmail json YAML

Note addition of devel/ruby-uuidtools version 2.1.1.

(taca)

2010-09-11 07:37:09 UTC MAIN commitmail json YAML

Add and enable ruby-uuidtools.

(taca)

2010-09-11 07:36:25 UTC MAIN commitmail json YAML

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.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-11 07:31:42 UTC MAIN commitmail json YAML

Note addtion of archivers/ruby-libarchive 0.1.1.

(taca)

2010-09-11 07:30:53 UTC MAIN commitmail json YAML

Add and enable ruby-libarchive.

(taca)

2010-09-11 07:29:42 UTC MAIN commitmail json YAML

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.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-11 06:58:03 UTC MAIN commitmail json YAML

Not addition of these pacakges:

devel/ruby-extlib 0.9.15
net/ruby-addressable 2.2.0

(taca)

2010-09-11 06:56:53 UTC MAIN commitmail json YAML

add and enable ruby-addressable.

(taca)

2010-09-11 06:56:01 UTC MAIN commitmail json YAML

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.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-11 06:55:12 UTC MAIN commitmail json YAML

Add and enable ruby-extlib.

(taca)

2010-09-11 06:53:54 UTC MAIN commitmail json YAML

Importing devel/ruby-extlib 0.9.15.

Support library for DataMapper and Merb.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-09-11 02:16:39 UTC MAIN commitmail json YAML

2010-09-11 01:21:42 UTC MAIN commitmail json YAML

Updated inputmethod/ibus-chewing to 1.3.7.20100910

(obache)

2010-09-11 01:21:28 UTC MAIN commitmail json YAML

Update ibus-chewing to 1.3.7.20100910

[Changes]
- Input style of ibus-chewing is decommissioned under ibus >=1.3.
  Now the input style is determined solely on the setting of
  "Embed preedit in application window" in IBus.
- Resolves: #608991, #632043
- Fixed Issue 1022: chewing commit some text in reset method
  (patched by Peng Huang).
- Fixed Issue 1032: [ibus-chewing] Chewing not commit some single Chinese
  char into application when press enter.
- Rewrite CMake modules to make them cleaner, and documents in cmake module
  help format.
- [For developer and distro maintainer]
  Various targets changed. Use 'make help' to obtain a list of available
  targets.

(obache)

2010-09-11 00:49:44 UTC MAIN commitmail json YAML

Updated x11/x11vnc to 0.9.12

(obache)

2010-09-11 00:48:52 UTC MAIN commitmail json YAML

Update x11vnc to 0.9.12.

New in the 0.9.12 x11vnc release:

One can now specify the maximum number of displays
that can be created in -create mode via the
env. var. X11VNC_CREATE_MAX_DISPLAYS

The X11VNC_NO_LIMIT_SHM env. var. is added to skip any
automatic shared memory reduction.

The kdm display manager is now detected when trying not to get
killed by the display manager.

  miscellaneous new features and changes:

A compile error is fixed when using --with-system-libvncserver
pointing to LibVNCServer 0.9.7.

-nevershared -forever usage mode is documented.

Old SuSE broken thread local storage is documented.

x11vnc exit cases are documented.

A compile bug from forced use of Xdefs.h is worked around.

New in the 0.9.11 x11vnc release:

The source tree is synchronized with the most recent libvncclient
(this only affects -reflect mode.)  The build is fixed
for incompatibilities when using an external LibVNCServer
(e.g.  ./configure --with-system-libvncserver...)

The SSL enabled Java VNC Viewer Makefile has been modified so
that the jar files that are built are compatible back
to Java 1.4.

In -reflect mode cursor position updates are now handled
correctly.

In -create/-unixpw mode, the env. var. FD_USERPREFS may be set
to a filename in the user's home directory that includes
default username:options values (so the options do not
need to be typed every time at the login prompt.)

  miscellaneous new features and changes:

An option -always_inject is provided: Even if there is no
displacement (dx = dy = 0) for a VNC mouse event force
the pointer to the indicated x,y position anyway.

New java viewer debugging and workaround applet parameters:
debugKeyboard mapF5_to_atsign forbid_Ctrl_Alt

You can set X11VNC_AVAHI_NAME, X11VNC_AVAHI_HOST, and/or
X11VNC_AVAHI_PORT environment variables to override the
default values. For example: -env X11VNC_AVAHI_NAME=wally

When opening the X11 display extra XAUTHLOCALHOSTNAME settings
are attempted.

(obache)

2010-09-10 23:56:51 UTC MAIN commitmail json YAML

Note update of tex-algorithm2e.

(minskim)

2010-09-10 23:56:32 UTC MAIN commitmail json YAML

Update tex-algorithm2e to 4.01.

Changes between 3.x and 4.x:
Some commands have been renamed to have consistent naming (CamlCase
syntax) and old commands are no more available. If you doesn't want to change
your mind or use old latex files, you can use oldcommands option to enable old
commands back.

- \SetNoLine becomes \SetAlgoNoLine
- \SetVline  becomes \SetAlgoVlined
- \Setvlineskip  becomes \SetVlineSkip
- \SetLine  becomes \SetAlgoLined
- \dontprintsemicolon becomes \DontPrintSemicolon
- \printsemicolon becomes \PrintSemicolon
- \incmargin becomes \IncMargin
- \decmargin becomes \DecMargin
- \setnlskip becomes \SetNlSkip
- \Setnlskip becomes \SetNlSkip
- \setalcapskip becomes \SetAlCapSkip
- \setalcaphskip becomes \SetAlCapHSkip
- \nlSty becomes \NlSty
- \Setnlsty becomes \SetNlSty
- \linesnumbered becomes \LinesNumbered
- \linesnotnumbered becomes \LinesNotNumbered
- \linesnumberedhidden becomes \LinesNumberedHidden
- \showln becomes \ShowLn
- \showlnlabel becomes \ShowLnLabel
- \nocaptionofalgo becomes \NoCaptionOfAlgo
- \restorecaptionofalgo becomes \RestoreCaptionOfAlgo
- \restylealgo becomes \RestyleAlgo
- gIf macros and so on do no more exist

(minskim)

2010-09-10 23:54:14 UTC MAIN commitmail json YAML

Fixes CONFLICTS pattern.
Previously, this package have no ruby*- prefix.

(obache)

2010-09-10 23:51:45 UTC MAIN commitmail json YAML

2010-09-10 23:50:53 UTC MAIN commitmail json YAML

Import tex-algorithm2e-doc-4.01 as print/tex-algorithm2e-doc.

This is documentation for tex-algorithm2e.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2010-09-10 23:33:42 UTC MAIN commitmail json YAML

Add patch to not scan authenticated users.  Originally from FreeBSD
bug report, adapted for pkgsrc by Louis Guillaume.  (spamass-milter
really needs an active upstream.)

(gdt)

2010-09-10 22:27:38 UTC MAIN commitmail json YAML

Note PKGREVISION bump of teTeX-texmf.

(minskim)

2010-09-10 22:27:11 UTC MAIN commitmail json YAML

Resolve conflicts between teTeX-texmf and recently imported TeX Live packages.

(minskim)

2010-09-10 22:16:54 UTC MAIN commitmail json YAML

2010-09-10 22:15:49 UTC MAIN commitmail json YAML

Import tex-tocbibind-doc-1.5j as print/tex-tocbibind-doc.

This is documentation for tex-tocbibind.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2010-09-10 22:15:37 UTC MAIN commitmail json YAML

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.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2010-09-10 22:05:00 UTC MAIN commitmail json YAML

2010-09-10 22:03:34 UTC MAIN commitmail json YAML

Import tex-endfloat-doc-2.4i as print/tex-endfloat-doc.

This is documentation for tex-endfloat.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2010-09-10 22:03:19 UTC MAIN commitmail json YAML

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.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2010-09-10 21:25:46 UTC MAIN commitmail json YAML

Updated fonts/font-alias to 1.0.2

(joerg)

2010-09-10 21:22:39 UTC MAIN commitmail json YAML

Updated chat/bsflite to 0.85

(wiz)

2010-09-10 21:22:30 UTC MAIN commitmail json YAML

Update to 0.85, provided by Claudio Leite in PR 43864.

0.85 - 9/10/2010

* Pretends to be iChat instead of an old version of AIM,
  due to AIM blocking older clients

* Please note that bsflite is no longer in active development.
  Any updates at this point will be minor. Since I do not use
  AIM myself these days I am interested in finding somebody
  interested in taking over bsflite development.

(wiz)

2010-09-10 21:21:34 UTC MAIN commitmail json YAML

2010-09-10 21:20:25 UTC MAIN commitmail json YAML

Updated fonts/umefont-ttf to 0.419

(wiz)

2010-09-10 21:20:16 UTC MAIN commitmail json YAML

2010-09-10 21:11:20 UTC MAIN commitmail json YAML

Fix build on latest DFBSD; patch by Antonio Huete Jimenez in PR 43863.

(wiz)

2010-09-10 20:29:53 UTC MAIN commitmail json YAML

Updated x11/libX11 to 1.3.5

(joerg)

2010-09-10 20:28:04 UTC MAIN commitmail json YAML

2010-09-10 20:22:36 UTC MAIN commitmail json YAML

Updated x11/xvidtune to 1.0.2

(joerg)

2010-09-10 20:21:23 UTC MAIN commitmail json YAML

Update to xvidtune-1.0.2: Go back to xaw7, some small doc & code
improvements.

(joerg)

2010-09-10 20:18:55 UTC MAIN commitmail json YAML

2010-09-10 20:17:39 UTC MAIN commitmail json YAML

Update to xset-1.2.0: remove Xprint support

(joerg)

2010-09-10 20:13:22 UTC MAIN commitmail json YAML

Updated x11/xrandr to 1.3.3

(joerg)

2010-09-10 20:12:01 UTC MAIN commitmail json YAML

Update to xrandr-1.3.3:
- allow getting gamma and brightness
- allow specifying maximum gamma
- remove --clone / --extend support
- fix some segfaults on bad command line

(joerg)

2010-09-10 20:10:55 UTC MAIN commitmail json YAML

2010-09-10 20:09:24 UTC MAIN commitmail json YAML

Updated x11/xproto to 7.0.18

(joerg)

2010-09-10 20:08:29 UTC MAIN commitmail json YAML

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.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2010-09-10 20:07:29 UTC MAIN commitmail json YAML

Update to xproto-7.0.18:
- support for noreturn on SunPro 5.9 and later
- Add _X_NORETURN macro
- disable visibility attributes on Cygwin
- Add XF86XK_TouchpadToogle

(joerg)

2010-09-10 20:06:58 UTC MAIN commitmail json YAML

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.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2010-09-10 20:04:03 UTC MAIN commitmail json YAML

+ abcmidi-20100831, bacula-5.0.3 [pkg/43850], climm-0.7.1, cvsd-1.0.21,
  genius-1.0.11, gnome-commander-1.2.8.8, gworkspace-0.8.8,
  imapsync-1.350, kye-0.9.5, libvdpau-0.4.1, mc-4.7.0.9, meld-1.3.3,
  opera-10.62, phpmyadmin-3.3.7, umefont-ttf-0.419 [pkg/43855],
  viewvc-1.1.7.

(wiz)

2010-09-10 20:02:17 UTC MAIN commitmail json YAML

2010-09-10 20:00:45 UTC MAIN commitmail json YAML

Update to xmore-1.0.2: Remove xprint support.

(joerg)

2010-09-10 19:59:06 UTC MAIN commitmail json YAML

Updated x11/xlsfonts to 1.0.3

(joerg)

2010-09-10 19:57:36 UTC MAIN commitmail json YAML

Update to xlsfonts-1.0.3: Fix compiler warnings. Remove Xprint support.

(joerg)

2010-09-10 19:56:17 UTC MAIN commitmail json YAML

Updated x11/xlsclients to 1.1.0

(joerg)

2010-09-10 19:55:11 UTC MAIN commitmail json YAML

Update to xlsclients-1.1.0: rewriting on top of XCB, cutting down round
trips by an order of magnitude.

(joerg)

2010-09-10 19:49:19 UTC MAIN commitmail json YAML

2010-09-10 19:48:23 UTC MAIN commitmail json YAML

Update to xlogo-1.0.2: fix warnings

(joerg)

2010-09-10 19:44:26 UTC MAIN commitmail json YAML

Updated x11/xinput to 1.5.2

(joerg)

2010-09-10 19:43:05 UTC MAIN commitmail json YAML

Update to xinit-1.5.2: fix 64bit issues, allow dealing with combined
pointer/keyboard devices, imporove documentation

(joerg)