Commit graph

4 commits

Author SHA1 Message Date
Makoto Matsushita
5a75ce5c6a Fix to work with ruby-1.8.6,1.
I don't know why, but it seems that the method Digest::MD5.new behavior
is changed between 1.8.5 and 1.8.6 (sigh).

As usual, bump PORTREVISION.

See also: http://myn.meganecco.org/2007041200 (in Japanese)
See also: http://svn.ruby-lang.org/repos/ruby/tags/v1_8_6/ChangeLog
          (MD5 related codes are changed at Mar/06/2007?)
2007-04-27 04:18:18 +00:00
Makoto Matsushita
ae33577db3 Add a patch to fix warning about character-class string.
Bump PORTREVISION.

Why patch needed?  According ruby 1.8 language definition, even if
the first character-class string is square branket, warn if not
escaped with backslash.  See also ruby/regex.c rev 1.81(*1).  Since
[\]] is properly processed by ruby 1.6, patch this unconditionally.

Adviced about ruby language by: knu, hrs

*1) http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/regex.c#rev1.81
2004-05-04 13:27:57 +00:00
Makoto Matsushita
94d21a95b0 Use install(1) instead of cp(1), to set file mode (it is unhappy to users
that the config file is read-only).  Install sample CSS file to
aswiki home directory.

Content changed, so bump the revision.
2003-06-20 10:46:30 +00:00
Makoto Matsushita
758280150b New port: aswiki
This is yet another wiki clone, written in Ruby.  It supports contents
logging with RCS; you can easily checks the difference of each change.

Reviewed by:	kuriyama, knu
2003-06-14 14:27:30 +00:00