This is a new port for ikiwiki, a wiki compiler. It converts wiki pages into HTML pages suitable for publishing on a website. Unlike many wikis, ikiwiki does not have its own ad-hoc means of storing page history, and instead uses a revision control system such as Subversion. The patch in files/patch-svn.pm is already included upstream and will be part of the next release.
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
miwi 2007-04-23 09:00:59 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/ikiwiki Makefile distinfo pkg-descr pkg-message pkg-plist www/ikiwiki/files patch-svn.pm Log: ikiwiki is a wiki compiler. It converts wiki pages into html pages suitable for publishing on a website. Unlike many wikis, ikiwiki does not have its own ad-hoc means of storing page history, and instead uses a revision control system such as Subversion. WWW: http://ikiwiki.info/ PR: ports/112007 Submitted by: Henrik Brix Andersen <henrik at brixandersen.dk> Revision Changes Path 1.1794 +1 -0 ports/www/Makefile 1.1 +73 -0 ports/www/ikiwiki/Makefile (new) 1.1 +3 -0 ports/www/ikiwiki/distinfo (new) 1.1 +22 -0 ports/www/ikiwiki/files/patch-svn.pm (new) 1.1 +6 -0 ports/www/ikiwiki/pkg-descr (new) 1.1 +10 -0 ports/www/ikiwiki/pkg-message (new) 1.1 +158 -0 ports/www/ikiwiki/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!