summaryrefslogtreecommitdiff
path: root/www/aswiki (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Yet another ruby-1.8.6's broken backward compatibility fix.Makoto Matsushita2007-04-292-2/+11
| | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=191116
* More broken-ruby-1.8.6-backward-compatibility adaptation.Makoto Matsushita2007-04-283-1/+23
| | | | | | | | | Also bump PORTREVISION. Found by: y-manabe at ist dot osaka-u.ac.jp Notes: svn path=/head/; revision=191049
* Fix to work with ruby-1.8.6,1.Makoto Matsushita2007-04-272-1/+30
| | | | | | | | | | | | | | 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?) Notes: svn path=/head/; revision=190987
* Remove USE_REINPLACE from categories starting with WEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162218
* Put SHA256 checksums.Makoto Matsushita2005-11-101-0/+1
| | | | | | | | Fix long-standing typo in linux-vmware-toolbox5/distinfo (pass me a pointyhat to me...) Notes: svn path=/head/; revision=147809
* Update to 1.0.4. Fix pkg-plist also (a directory is listed as a file).Makoto Matsushita2005-11-103-5/+6
| | | | Notes: svn path=/head/; revision=147804
* Add a patch to fix warning about character-class string.Makoto Matsushita2004-05-042-1/+18
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=108368
* Update to 1.0.2.Makoto Matsushita2004-05-032-4/+4
| | | | Notes: svn path=/head/; revision=108276
* Unbreak build.Makoto Matsushita2004-04-071-1/+0
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=106428
* SIZEify.Makoto Matsushita2004-02-101-0/+1
| | | | Notes: svn path=/head/; revision=100571
* English grammer fixes.Makoto Matsushita2003-12-071-5/+4
| | | | | | | Submitted by: Kenneth Stailey <kstailey at yahoo.com> Notes: svn path=/head/; revision=95239
* More typo fix.Makoto Matsushita2003-06-212-7/+7
| | | | | | | Found by: Fritz Heinrichmeyer <Fritz.Heinrichmeyer@Fernuni-Hagen.de> Notes: svn path=/head/; revision=83397
* Use install(1) instead of cp(1), to set file mode (it is unhappy to usersMakoto Matsushita2003-06-202-1/+3
| | | | | | | | | | that the config file is read-only). Install sample CSS file to aswiki home directory. Content changed, so bump the revision. Notes: svn path=/head/; revision=83351
* Typo fix. No contents changed, no bump.Makoto Matsushita2003-06-171-1/+1
| | | | | | | Found by: kris Notes: svn path=/head/; revision=83146
* New port: aswikiMakoto Matsushita2003-06-145-0/+171
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 Notes: svn path=/head/; revision=82984