5d97 FreshPorts -- www/p5-Kwiki
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
p5-Kwiki 0.39 www on this many watch lists=1 search for ports that depend on this port
The Kwiki Wiki Building Framework
Maintained by: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 17 Jul 2004 09:18:07
Also Listed In: perl5
License: not specified in port


Kwiki - The Kwiki Wiki Building Framework

A Wiki is a website that allows its users to add pages, and edit any
existing pages. It is one of the most popular forms of web
collaboration. If you are new to wiki, visit
http://c2.com/cgi/wiki?WelcomeVisitors which is possibly the oldest
wiki, and has lots of information about how wikis work.

Kwiki is a Perl wiki implementation based on the Spoon application
architecture and using the Spiffy object orientation model. The major
goals of Kwiki are that it be easy to install, maintain and extend.

All the features of a Kwiki wiki come from plugin modules. The base
installation comes with the bare minimum plugins to make a working
Kwiki. To make a really nice Kwiki installation you need to install
additional plugins. Which plugins you pick is entirely up to you.
Another goal of Kwiki is that every installation will be unique. When
there are hundreds of plugins available, this will hopefully be the
case.

Author:	Brian Ingerson <INGY at cpan.org>
WWW: http://www.kwiki.org/
SVNWeb : Main Web Site : Distfiles Availability : PortsMonThere are no ports dependent upon this port

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


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/clsung/Kwiki/
  3. ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/clsung/Kwiki/
  4. ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/clsung/Kwiki/
  5. ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/clsung/Kwiki/
  6. ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/clsung/Kwiki/
  7. ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/clsung/Kwiki/
  8. ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/clsung/Kwiki/
  9. http://www.kwiki.org/downloads/

Number of commits found: 13

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
01 May 2012 01:47:10
Original commit files touched by this commit  0.39
swills search for other commits by this committer
- Assign clsung's p5- ports to perl@

Approved by:    clsung via IRC
24 Oct 2011 09:11:38
Original commit files touched by this commit  0.39
dougb search for other commits by this committer
The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
19 Mar 2011 12:38:54
Original commit files touched by this commit  0.39
miwi search for other commits by this committer
- Get Rid MD5 support
25 Apr 2007 02:39:41
Original commit files touched by this commit  0.39
clsung search for other commits by this committer
- add local mirror site
19 Apr 2007 08:26:09
Original commit files touched by this commit  0.39
clsung search for other commits by this committer
- Update to 0.39 (In fact, should be Kwiki 2.0)
  - Realy version: kwiki-trunk-20070327
28 Nov 2005 02:19:53
Original commit files touched by this commit  0.38
clsung search for other commits by this committer
- add SHA256 checksum
- IGNORE messages begin with a lowercase letter
06 Apr 2005 02:45:33
Original commit files touched by this commit  0.38
clsung search for other commits by this committer
- update to 0.38
- from Changes:
  - Tweak for Kwiki-HomePagePreference
  - Allow the hub to be hooked.
  - Socialtext changes
  - Allow ; in addition to & in query strings
  - Get rid of -M operators
  - Make redirects RFC compliant
  - Refactored themes
  - empty links cause double page loads
  - Refactors to get rid of hub connections
  - eliminate use_class
  - COmment support
  - Kwid Formatter for Spork
  - Also prints command usage from plugins.
  - copyright 2005
  - tweak space on usage()
  - eliminate cleanup undef warning when doing 'kwiki -update'
19 Jan 2005 09:03:46
Original commit files touched by this commit  0.37
clsung search for other commits by this committer
- update to 0.37
- from Changes
    - Remove load_class calls per Spoon 0.21
    - Move archive commit hook into super class
    - Split Kwiki::COmmand into Spoon::Command
    - Make kwiki -compress work again :\
    - Change -subwiki to -new_view
    - List all plugins commented out in plugins file
    - Support PagePrivacy
    - Support multiple config*.*
    - Make toolbar, widgets, and status prereqs of theme
18 Dec 2004 09:16:54
Original commit files touched by this commit  0.35
clsung search for other commits by this committer
- update to 0.35

Changes:
- Fixed archive commit hook
- Don't fail tests if no HTTP::BrowserDetect
- Kwiki is now memory cycle free, which makes it much more suitable
  for use under mod_perl
- Added Pane superclass for Toolbar Widgets and Status
- Added BrowserDetect module
- Removed Htaccess module
- Added Kwiki::WebFile base class
- Use new Spoon::Hook for archive
- Make path configurable for templates, css, and javascript
- Add -subwiki and -update_all actions to installer.
- Add -quiet/-q options to installer
- Add BEGIN/END comments to templates automatically
- Make installer smarter
- Plugins can specify prerequisites
- Add ip address to page metadata
20 Aug 2004 02:56:44
Original commit files touched by this commit  0.33
clsung search for other commits by this committer
My territory, suggested by ijliao. :p

Approved by:    vanilla (co-mentor)
13 Aug 2004 03:24:16
Original commit files touched by this commit  0.33
kevlo search for other commits by this committer
Update to 0.33

PR: ports/70353
Submitted by: MAINTAINER
22 Jul 2004 00:56:40
Original commit files touched by this commit  0.32
ijliao search for other commits by this committer
upgrade to 0.32

PR:             69397
Submitted by:   maintainer
17 Jul 2004 09:17:36
Original commit files touched by this commit  0.31
vanilla search for other commits by this committer
Add p5-Kwiki 0.31, the Kwiki Wiki Building Framework.

PR:             ports/69172
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>

Number of commits found: 13

282d
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 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 24527
Broken 216
Deprecated 473
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 26
Expired 132
Set to expire 511
Interactive 33
new 24 hours 3
new 48 hours7
new 7 days28
new fortnight57
new month215

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

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0