Commit graph

16 commits

Author SHA1 Message Date
Dmitry Marakasov
7a0548af2a - Switch SourceForge ports to the new File Release System: categories starting with W 2009-08-22 00:38:34 +00:00
Makoto Matsushita
dd41871c87 Yet another ruby-1.8.6's broken backward compatibility fix.
I dunno why, but array data cannot be (implicitly) converted to string
  data, so covert the array data explicitly with 'to_s'.

Bump PORTREVISION as usual.

Please note that I'll report all the patches to the aswiki author iff
I've confirmed that aswiki works well on ruby-1.8.6.
2007-04-29 13:14:01 +00:00
Makoto Matsushita
7fa8e9e276 More broken-ruby-1.8.6-backward-compatibility adaptation.
Also bump PORTREVISION.

Found by: y-manabe at ist dot osaka-u.ac.jp
2007-04-28 04:45:21 +00:00
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
Edwin Groothuis
e4aa76a9be Remove USE_REINPLACE from categories starting with W 2006-05-13 04:41:22 +00:00
Makoto Matsushita
cabaa8d955 Put SHA256 checksums.
Fix long-standing typo in linux-vmware-toolbox5/distinfo (pass me
a pointyhat to me...)
2005-11-10 08:19:00 +00:00
Makoto Matsushita
8500646ef5 Update to 1.0.4. Fix pkg-plist also (a directory is listed as a file). 2005-11-10 05:21:53 +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
c30ed0f0d0 Update to 1.0.2. 2004-05-03 15:42:01 +00:00
Makoto Matsushita
a098b03eca Unbreak build.
RUBY_SHEBANG_FILES feature in bsd.ruby.mk kicks ${RUBY} to rewrite
files; ruby is used in build stage.  So RUBY_NO_BUILD_DEPENDS should
_not_ be listed here.

Since this change doesn't affect the package contents itself, no bumps.

Found by:	dosirak.kr.freebsd.org
Reported by:	kris
Pointy hat to:	matusita
2004-04-07 16:06:28 +00:00
Makoto Matsushita
216cfbbaa5 SIZEify. 2004-02-10 17:07:01 +00:00
Makoto Matsushita
cc6500205b English grammer fixes.
Submitted by: Kenneth Stailey <kstailey at yahoo.com>
2003-12-07 03:54:27 +00:00
Makoto Matsushita
3e79242e12 More typo fix.
Found by: Fritz Heinrichmeyer <Fritz.Heinrichmeyer@Fernuni-Hagen.de>
2003-06-21 07:52:05 +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
75a3a8ab2f Typo fix. No contents changed, no bump.
Found by: kris
2003-06-17 12:01:17 +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