The FreeBSD Ports Archive
FreeBSD www : aswiki4>
WikiWikiWeb clone written in Ruby
AsWiki is a WikiWikiWeb clone (Wiki Engine) written in Ruby. WikiWikiWeb
is a web-based collaboration tool. AsWiki provides a website on which anyone
can create and edit pages. It has features that allow you to easly customize
its HTML publishing and its RCS base version log.
http://aswiki.sourceforge.net/
|
aswiki history
v. 1.12
date: 2007/04/29 13:14:01; author: matusita; state: Exp; lines: +1 -1
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.
v. 1.11
date: 2007/04/28 04:45:21; author: matusita; state: Exp; lines: +1 -1
More broken-ruby-1.8.6-backward-compatibility adaptation.
Also bump PORTREVISION.
Found by: y-manabe at ist dot osaka-u.ac.jp
v. 1.10
date: 2007/04/27 04:18:17; author: matusita; state: Exp; lines: +1 -1
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?)
v. 1.9
date: 2006/05/13 04:41:07; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from categories starting with W
v. 1.8
date: 2005/11/10 05:21:53; author: matusita; state: Exp; lines: +2 -2
Update to 1.0.4. Fix pkg-plist also (a directory is listed as a file).
v. 1.7
date: 2004/05/04 13:27:57; author: matusita; state: Exp; lines: +2 -1
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
v. 1.6
date: 2004/05/03 15:42:01; author: matusita; state: Exp; lines: +2 -2
Update to 1.0.2.
v. 1.5
date: 2004/04/07 16:06:28; author: matusita; state: Exp; lines: +0 -1
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
v. 1.4
date: 2003/06/21 07:52:05; author: matusita; state: Exp; lines: +2 -2
More typo fix.
Found by: Fritz Heinrichmeyer
v. 1.3
date: 2003/06/20 10:46:30; author: matusita; state: Exp; lines: +1 -0
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.
v. 1.2
date: 2003/06/17 12:01:17; author: matusita; state: Exp; lines: +1 -1
Typo fix. No contents changed, no bump.
Found by: kris
v. 1.1
date: 2003/06/14 14:27:30; author: matusita; state: Exp;
New port: aswiki
This is yet another wiki clone, written in Ruby. It supports contents
logging with
v. 1.12
date: 2007/04/29 13:14:01; author: matusita; state: Exp; lines: +1 -1
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.
v. 1.11
date: 2007/04/28 04:45:21; author: matusita; state: Exp; lines: +1 -1
More broken-ruby-1.8.6-backward-compatibility adaptation.
Also bump PORTREVISION.
Found by: y-manabe at ist dot osaka-u.ac.jp
v. 1.10
date: 2007/04/27 04:18:17; author: matusita; state: Exp; lines: +1 -1
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?)
v. 1.9
date: 2006/05/13 04:41:07; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from categories starting with W
v. 1.8
date: 2005/11/10 05:21:53; author: matusita; state: Exp; lines: +2 -2
Update to 1.0.4. Fix pkg-plist also (a directory is listed as a file).
v. 1.7
date: 2004/05/04 13:27:57; author: matusita; state: Exp; lines: +2 -1
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
v. 1.6
date: 2004/05/03 15:42:01; author: matusita; state: Exp; lines: +2 -2
Update to 1.0.2.
v. 1.5
date: 2004/04/07 16:06:28; author: matusita; state: Exp; lines: +0 -1
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
v. 1.4
date: 2003/06/21 07:52:05; author: matusita; state: Exp; lines: +2 -2
More typo fix.
Found by: Fritz Heinrichmeyer
v. 1.3
date: 2003/06/20 10:46:30; author: matusita; state: Exp; lines: +1 -0
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.
v. 1.2
date: 2003/06/17 12:01:17; author: matusita; state: Exp; lines: +1 -1
Typo fix. No contents changed, no bump.
Found by: kris
v. 1.1
date: 2003/06/14 14:27:30; author: matusita; state: Exp;
New port: aswiki
This is yet another wiki clone, written in Ruby. It supports contents
logging with
v. 1.12
date: 2007/04/29 13:14:01; author: matusita; state: Exp; lines: +1 -1
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.
v. 1.11
date: 2007/04/28 04:45:21; author: matusita; state: Exp; lines: +1 -1
More broken-ruby-1.8.6-backward-compatibility adaptation.
Also bump PORTREVISION.
Found by: y-manabe at ist dot osaka-u.ac.jp
v. 1.10
date: 2007/04/27 04:18:17; author: matusita; state: Exp; lines: +1 -1
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?)
v. 1.9
date: 2006/05/13 04:41:07; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from categories starting with W
v. 1.8
date: 2005/11/10 05:21:53; author: matusita; state: Exp; lines: +2 -2
Update to 1.0.4. Fix pkg-plist also (a directory is listed as a file).
v. 1.7
date: 2004/05/04 13:27:57; author: matusita; state: Exp; lines: +2 -1
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
v. 1.6
date: 2004/05/03 15:42:01; author: matusita; state: Exp; lines: +2 -2
Update to 1.0.2.
v. 1.5
date: 2004/04/07 16:06:28; author: matusita; state: Exp; lines: +0 -1
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
v. 1.4
date: 2003/06/21 07:52:05; author: matusita; state: Exp; lines: +2 -2
More typo fix.
Found by: Fritz Heinrichmeyer
v. 1.3
date: 2003/06/20 10:46:30; author: matusita; state: Exp; lines: +1 -0
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.
v. 1.2
date: 2003/06/17 12:01:17; author: matusita; state: Exp; lines: +1 -1
Typo fix. No contents changed, no bump.
Found by: kris
v. 1.1
date: 2003/06/14 14:27:30; author: matusita; state: Exp;
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
=============================================================================
|
| |

|