Bug 112007 - [new port] www/ikiwiki - A wiki compiler
Summary: [new port] www/ikiwiki - A wiki compiler
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-22 13:50 UTC by Henrik Brix Andersen
Modified: 2007-04-23 10:10 UTC (History)
1 user (show)

See Also:


Attachments
ikiwiki.shar (11.23 KB, text/plain)
2007-04-22 13:50 UTC, Henrik Brix Andersen
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Henrik Brix Andersen 2007-04-22 13:50:03 UTC
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.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-04-22 14:02:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-04-23 10:01:14 UTC
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"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-04-23 10:01:48 UTC
State Changed
From-To: open->closed

Committed. Thanks!