Commit graph

163318 commits

Author SHA1 Message Date
taca
ffd8b677d9 Now enable ruby19! 2010-09-12 03:53:00 +00:00
taca
c110622942 Add and enable ruby19 and ruby19-base. 2010-09-12 03:52:33 +00:00
taca
49e2375f87 Importing lang/ruby19 package, a meta package which covers ruby19-base,
ruby19-gdbm, ruby19-curses, ruby19-readline and ruby19-tk.
2010-09-12 03:51:51 +00:00
taca
8eecc9adca 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/.
2010-09-12 03:50:05 +00:00
taca
348f0f1a4b Note update of www/raggle package to 0.4.4nb4. 2010-09-12 03:32:11 +00:00
taca
90668339a2 * Add CONFLICTS since it will install the same name commands both
ruby18 and ruby19 based packages.
2010-09-12 03:31:10 +00:00
taca
f2d4708380 * Add LICENSE.
* use semicolon instead of colon to make work on ruby19.

Bump PKGREVISION.
2010-09-12 03:30:06 +00:00
taca
9b77328c36 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Ajust new ruby package's framework.
2010-09-12 03:22:00 +00:00
taca
ebcd3af3a3 Note pdate of devel/ruby-racc package to 1.4.6. 2010-09-12 03:21:16 +00:00
taca
f856846f9c 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
2010-09-12 03:20:02 +00:00
taca
4ad4fa42d5 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
2010-09-12 03:14:04 +00:00
taca
badf28c0be 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.
2010-09-12 03:08:30 +00:00
taca
e23fb772a1 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
2010-09-12 03:05:17 +00:00
taca
74f91642ec 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.
2010-09-12 03:02:22 +00:00
taca
0d20557b59 Importing www/merb-slices 1.1.3.
Merb plugin for using and creating application 'slices' which help you
modularize your application.
2010-09-12 03:00:06 +00:00
taca
bd25e006dc 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.
2010-09-12 02:59:29 +00:00
taca
e2a62c991c Importing *www/merb-auth 1.1.1.
MerbAuth is an authentication framework for use with the
Merb web framework.
2010-09-12 02:58:46 +00:00
taca
2c62ee643a Importing www/merb-auth-slice-password-reset 1.1.0.
Merb Slice that adds basic password-reset functionality to
merb-auth-based merb applications.
2010-09-12 02:57:54 +00:00
taca
205dcea494 Importing www/merb-auth-slice-password 1.1.1.
Merb Slice that provides UI for password strategy of merb-auth.
2010-09-12 02:57:05 +00:00
taca
3f12d747a3 Importing www/merb-auth-more package 1.1.1.
Additional resources for use with the merb-auth-core authentication
framework.
2010-09-12 02:56:18 +00:00
taca
1ce24ae6dd Importing www/merb-auth-core 1.1.1.
MerbAuth is an authentication framework for use with the
Merb web framework.
2010-09-12 02:54:50 +00:00
taca
d29c101a02 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.
2010-09-12 02:53:26 +00:00
taca
5d44d6ba73 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.
2010-09-12 02:52:32 +00:00
taca
0cb07b2e76 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.
2010-09-12 02:51:38 +00:00
taca
e2b56b42c9 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.
2010-09-12 02:50:27 +00:00
taca
7308e75695 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.
2010-09-12 02:46:38 +00:00
taca
8366c4a345 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.
2010-09-12 02:45:31 +00:00
taca
870fe23fc1 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.
2010-09-12 02:44:03 +00:00
taca
63e9ef3e3c 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.
2010-09-12 02:43:28 +00:00
taca
3c5d56dd4b 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.
2010-09-12 02:42:28 +00:00
taca
1050226407 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.
2010-09-12 02:41:11 +00:00
taca
b2eae3fd71 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.
2010-09-12 02:40:00 +00:00
taca
90a3598944 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.
2010-09-12 02:38:18 +00:00
taca
2a31eb8a3e 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.
2010-09-12 02:37:08 +00:00
taca
b657860baf 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.
2010-09-12 02:36:18 +00:00
taca
7c3ffc75b7 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.
2010-09-12 02:34:34 +00:00
taca
84c7c95a64 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Update dependency according to gemspec.
2010-09-12 02:32:52 +00:00
taca
7dbf69737c 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.
2010-09-12 02:31:28 +00:00
taca
0165dde53d Add a patch for ruby-yamcha to suport both ruby18 and ruby19.
I should commit with previous ruby-yamcha's commit.
2010-09-12 02:04:21 +00:00
taca
8c51386caf Add a patch for ruby-cabocha to suport both ruby18 and ruby19.
I should commit with previous ruby-cabocha's commit.
2010-09-12 01:59:39 +00:00
taca
f8dd2d44e9 Note addition of these packages:
misc/ruby-bundler	1.0.0
	textproc/ruby-treetop	1.4.8
2010-09-12 01:55:20 +00:00
taca
e3dec99a75 Add and enable ruby-treetop. 2010-09-12 01:54:29 +00:00
taca
72dfacb9cd 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.
2010-09-12 01:53:43 +00:00
taca
003b98181d Add and enable ruby-bundler. 2010-09-12 01:52:07 +00:00
taca
512e0e6c2f 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.
2010-09-12 01:51:10 +00:00
taca
5b61fb46ee Note addition of mail/ruby-mail 2.2.5 package. 2010-09-12 01:49:09 +00:00
taca
7c6f5cfd08 Add and enable ruby-mail. 2010-09-12 01:47:52 +00:00
taca
975efd044d 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.
2010-09-12 01:46:55 +00:00
taca
e339201020 Note addition of graphics/ruby-color-tools 1.3.0 and
graphics/ruby-color-japanese 1.0.0 package.
2010-09-12 01:45:20 +00:00
taca
6150df2199 Add and enable ruby-color-japanese and ruby-color-tools. 2010-09-12 01:44:15 +00:00