summaryrefslogtreecommitdiffstats
path: root/www/aswiki
Commit message (Collapse)AuthorAgeFilesLines
* Add a patch to fix warning about character-class string.matusita2004-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
* Update to 1.0.2.matusita2004-05-032-4/+4
|
* Unbreak build.matusita2004-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
* SIZEify.matusita2004-02-101-0/+1
|
* English grammer fixes.matusita2003-12-071-5/+4
| | | | Submitted by: Kenneth Stailey <kstailey at yahoo.com>
* More typo fix.matusita2003-06-212-7/+7
| | | | Found by: Fritz Heinrichmeyer <Fritz.Heinrichmeyer@Fernuni-Hagen.de>
* Use install(1) instead of cp(1), to set file mode (it is unhappy to usersmatusita2003-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.
* Typo fix. No contents changed, no bump.matusita2003-06-171-1/+1
| | | | Found by: kris
* New port: aswikimatusita2003-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
OpenPOWER on IntegriCloud