summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-09-12Importing www/merb-exceptions 1.1.3.taca4-0/+45
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.
2010-09-12Importing *www/merb-auth 1.1.1.taca4-0/+32
MerbAuth is an authentication framework for use with the Merb web framework.
2010-09-12Importing www/merb-auth-slice-password-reset 1.1.0.taca4-0/+61
Merb Slice that adds basic password-reset functionality to merb-auth-based merb applications.
2010-09-12Importing www/merb-auth-slice-password 1.1.1.taca4-0/+47
Merb Slice that provides UI for password strategy of merb-auth.
2010-09-12Importing www/merb-auth-more package 1.1.1.taca4-0/+50
Additional resources for use with the merb-auth-core authentication framework.
2010-09-12Importing www/merb-auth-core 1.1.1.taca4-0/+54
MerbAuth is an authentication framework for use with the Merb web framework.
2010-09-12Update www/merb-test-unit package to 0.9.13.taca3-17/+13
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Ajust new ruby package's framework. Changes are unknown.
2010-09-12Update www/merb-stories package to 0.9.13.taca3-21/+21
* 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.
2010-09-12Update www/merb-sequel to 1.1.1.taca4-50/+41
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Update HOMEPAGE. * Add LICENSE. * Ajust new ruby package's framework. Changes are unknown.
2010-09-12Update www/merb-parts package to 0.9.8.taca3-11/+26
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Ajust new ruby package's framework. Changes are unknown.
2010-09-12Update www/merb-param-protection pacakge to 1.1.3.taca4-28/+18
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Ajust new ruby package's framework. Changes are unknown.
2010-09-12Update www/merb-mailer pacakge to 1.1.3.taca3-13/+37
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Ajust new ruby package's framework. Changes are unknown.
2010-09-12Update www/merb-helpers to 1.1.3.taca3-17/+232
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Ajust new ruby package's framework. Changes are unknown.
2010-09-12Update www/merb-has-flash to 1.0.taca3-12/+17
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Ajust new ruby package's framework. Changes are unknown.
2010-09-12Update www/merb-haml package to 1.1.3.taca3-12/+48
* 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.
2010-09-12Update www/merb-gen to 1.1.3.taca3-105/+177
* 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.
2010-09-12Update www/merb-datamapper to 1.1.2.taca3-34/+41
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Update HOMEPAGE. * Add LICENSE. * Update dependency according to gemspec. Changes are unknown.
2010-09-12Update www/merb-cache package to 1.1.3.taca3-24/+44
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Update dependency according to gemspec. Changes are unknown.
2010-09-12Update www/merb-builder to 0.9.8.taca3-12/+24
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Update dependency according to gemspec. Changes are unknown.
2010-09-12Update www/merb-assets to 1.1.3.taca3-11/+19
* 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.
2010-09-12Update www/merb-activerecord to 1.0.0.1taca3-32/+27
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Update dependency according to gemspec. Changes are unknown.
2010-09-12* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca3-12/+22
* Add LICENSE. * Update dependency according to gemspec.
2010-09-12Update merb-core package to 1.1.3.taca3-77/+2066
* 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.
2010-09-12Add a patch for ruby-yamcha to suport both ruby18 and ruby19.taca2-1/+38
I should commit with previous ruby-yamcha's commit.
2010-09-12Add a patch for ruby-cabocha to suport both ruby18 and ruby19.taca2-1/+26
I should commit with previous ruby-cabocha's commit.
2010-09-12Note addition of these packages:taca1-1/+3
misc/ruby-bundler 1.0.0 textproc/ruby-treetop 1.4.8
2010-09-12Add and enable ruby-treetop.taca1-1/+2
2010-09-12Importing textproc/ruby-treetop 1.4.8.taca4-0/+155
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.
2010-09-12Add and enable ruby-bundler.taca1-1/+2
2010-09-12Importing misc/ruby-bundler 1.0.0.taca5-0/+122
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.
2010-09-12Note addition of mail/ruby-mail 2.2.5 package.taca1-1/+2
2010-09-12Add and enable ruby-mail.taca1-1/+2
2010-09-12Importing mail/ruby-mail 2.2.5.taca4-0/+263
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.
2010-09-12Note addition of graphics/ruby-color-tools 1.3.0 andtaca1-1/+3
graphics/ruby-color-japanese 1.0.0 package.
2010-09-12Add and enable ruby-color-japanese and ruby-color-tools.taca1-1/+3
2010-09-12Importing graphics/ruby-color-tools 1.0.0.taca14-0/+199
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.
2010-09-12Importing graphics/ruby-color-tools 1.3.0.taca4-0/+54
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.
2010-09-12Note addition of these packages:taca1-1/+6
devel/ruby-debug-extra devel/ruby-little-plugger devel/ruby-lockfile devel/ruby-subexec devel/ruby-test-unit
2010-09-12Add and enable these packages:taca1-1/+6
ruby-debug-extra ruby-little-plugger ruby-lockfile ruby-subexec ruby-test-unit
2010-09-12Importing devel/ruby-test-unit 2.1.1.taca5-0/+182
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.
2010-09-12Importing devel/ruby-subexec 0.0.4.taca4-0/+24
Subexec spawns an external command with a timeout.
2010-09-12Importing devel/ruby-lockfile 1.4.3.taca6-0/+73
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.
2010-09-12Importing ruby-little-plugger 1.1.2.taca4-0/+31
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.
2010-09-12Importing ruby-debug-extra 0.10.3.taca5-0/+115
Emacs support and the Reference Manual for ruby-debug.
2010-09-12+ scim-tables-vietnamese-extobache1-1/+2
2010-09-12Added inputmethod/scim-tables-vietnamese-ext version 0.5.6pl17obache1-1/+2
2010-09-12Import scim-tables-vietnamese-ext-0.5.6pl17 as ↵obache4-0/+40
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.
2010-09-12Note addition of these packages:taca1-1/+13
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.
2010-09-12Update ruby-datamapper package to 1.0.2.taca5-213/+43
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.
2010-09-11Add and enable these packages:taca1-1/+12
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