FreshPorts -- The Place For Ports Mon, 22 Mar 2010 6:32 AM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
aswiki 1.0.4_3 www on this many watch lists=0 search for ports that depend on this port
WikiWikiWeb clone written in Ruby
Maintained by: matusita@FreeBSD.org search for ports maintained by this maintainer
Port Added: 14 Jun 2003 15:28:02
Also Listed 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.

WWW: http://aswiki.sourceforge.net/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: lang/ruby18
Required To Run: textproc/ruby-amrita, textproc/ruby-diff, databases/ruby-bdb, lang/ruby18

To install the port: cd /usr/ports/www/aswiki/ && make install clean
To add the package: pkg_add -r aswiki


Configuration Options
     No options to configure

Master Sites:
http://garr.dl.sourceforge.net/project/aswiki/aswiki/1.0.4/
http://superb-east.dl.sourceforge.net/project/aswiki/aswiki/1.0.4/
http://nchc.dl.sourceforge.net/project/aswiki/aswiki/1.0.4/
http://kent.dl.sourceforge.net/project/aswiki/aswiki/1.0.4/
http://easynews.dl.sourceforge.net/project/aswiki/aswiki/1.0.4/
http://ufpr.dl.sourceforge.net/project/aswiki/aswiki/1.0.4/
http://mesh.dl.sourceforge.net/project/aswiki/aswiki/1.0.4/
http://heanet.dl.sourceforge.net/project/aswiki/aswiki/1.0.4/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 16

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
22 Aug 2009 01:38:34
Original commit files touched by this commit  1.0.4_3
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with W
29 Apr 2007 14:14:01
Original commit files touched by this commit  1.0.4_3
matusita search for other commits by this committer
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.
28 Apr 2007 05:45:21
Original commit files touched by this commit  1.0.4_2
matusita search for other commits by this committer
More broken-ruby-1.8.6-backward-compatibility adaptation.
Also bump PORTREVISION.

Found by: y-manabe at ist dot osaka-u.ac.jp
27 Apr 2007 05:18:18
Original commit files touched by this commit  1.0.4_1
matusita search for other commits by this committer
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?)
13 May 2006 05:41:22
Original commit files touched by this commit  1.0.4
edwin search for other commits by this committer
Remove USE_REINPLACE from categories starting with W
10 Nov 2005 08:19:00
Original commit files touched by this commit  1.0.4
matusita search for other commits by this committer
Put SHA256 checksums.

Fix long-standing typo in linux-vmware-toolbox5/distinfo (pass me
a pointyhat to me...)
10 Nov 2005 05:21:53
Original commit files touched by this commit  1.0.4
matusita search for other commits by this committer
Update to 1.0.4.  Fix pkg-plist also (a directory is listed as a file).
04 May 2004 14:27:57
Original commit files touched by this commit  1.0.2_1
matusita search for other commits by this committer
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
03 May 2004 16:42:01
Original commit files touched by this commit  1.0.2
matusita search for other commits by this committer
Update to 1.0.2.
07 Apr 2004 17:06:29
Original commit files touched by this commit  1.0.1_2
matusita search for other commits by this committer
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
10 Feb 2004 17:07:01
Original commit files touched by this commit  1.0.1_2
matusita search for other commits by this committer
SIZEify.
07 Dec 2003 03:54:27
Original commit files touched by this commit  1.0.1_2
matusita search for other commits by this committer
English grammer fixes.

Submitted by: Kenneth Stailey <kstailey at yahoo.com>
21 Jun 2003 08:52:05
Original commit files touched by this commit  1.0.1_2
matusita search for other commits by this committer
More typo fix.

Found by: Fritz Heinrichmeyer <Fritz.Heinrichmeyer@Fernuni-Hagen.de>
20 Jun 2003 11:46:30
Original commit files touched by this commit  1.0.1_1
matusita search for other commits by this committer
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.
17 Jun 2003 13:01:17
Original commit files touched by this commit  1.0.1
matusita search for other commits by this committer
Typo fix.  No contents changed, no bump.

Found by: kris
14 Jun 2003 15:27:30
Original commit files touched by this commit  1.0.1
matusita search for other commits by this committer
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

Number of commits found: 16

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-seamonkeyMar 19
linux-thunderbirdMar 19
seamonkeyMar 19
seamonkey2Mar 19
thunderbirdMar 19
thunderbird3Mar 19
drupal5Mar 08
drupal6Mar 08
sudoMar 01
firefox-devel*Feb 28
firefox3*Feb 28
firefox3-devel*Feb 28
firefox35*Feb 28
linux-firefox*Feb 28
linux-firefox-devel*Feb 28

2 vulnerabilities affecting 8 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21420
Broken 171
Deprecated 46
Ignore 898
Forbidden 2
Restricted 388
No CDROM 141
Vulnerable 57
Expired 20
Set to expire 33
Interactive 79
new 24 hours 5
new 48 hours11
new 7 days23
new fortnight53
new month99

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.16 seconds.