FreshPorts -- The Place For Ports Sat, 22 Nov 2008 10:38 AM GMT
There is a PORTS FREEZE in effect!

A ports freeze means that commits will be few and far between and only by approval.

Port details
instiki 0.13.0 www on this many watch lists=0 search for ports that depend on this port
Easy to set up wiki clone implemented in ruby
Maintained by: beech@FreeBSD.org search for ports maintained by this maintainer
Port Added: 25 Apr 2005 09:18:28
Also Listed In: ruby


Textile- and Markdown- based Wiki with its own webserver and SQLite
database, which makes for simple installation and running.

WWW:  http://www.instiki.org/show/HomePage
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: lang/ruby18, devel/rubygem-rake, www/rubygem-bluecloth
Required To Run: lang/ruby18
Required Libraries: databases/sqlite3

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


Configuration Options
===> The following configuration options are available for instiki-0.13.0:
     PORT_BLUECLOTH=On (default) "Use BlueCloth gem from ports"
===> Use 'make config' to modify these settings

Master Sites:
http://rubyforge.rubyuser.de/instiki/
http://rubyforge.iasi.roedu.net/files/instiki/
http://files.rubyforge.mmmultiworks.com/instiki/
http://files.rubyforge.vm.bytemark.co.uk/instiki/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2008-02-23
    Affects: users of www/instiki
    Author: beech@FreeBSD.org
    Reason: 
      The default installation directory for instiki has changed from
      /usr/local/instiki to /usr/local/share/instiki.
    
      If you are updating from a previous version, to preserve your
      settings and data, please do the following:
    
    	mv /usr/local/instiki /usr/local/share
    
      Then update as usual.
    
    

  • 2006-05-01
    Affects: users of www/instiki
    Author: arsptr@optusnet.com.au
    Reason: 
      The instiki port has changed storage methods to use an SQL database.
      The README contains instructions on how to migrate existing wiki data to the
      new storage methods. The following is a copy of the relevant information,
      tailored for FreeBSD port users:
    
      1. cd /usr/ports/www/instiki; make extract
      2. Execute
          ruby work/instiki-0.11.0/script/import_storage \
    	-t /usr/local/instiki/storage/2500 \
    	-i /usr/local/instiki \
    	-d sqlite \
    	-o [some location]/instiki_import.sql
      3. This will produce instiki_import.sql file in the specified location.
         Open it in a text editor and inspect carefully.
      4. Upgrade your instiki port normally (e.g. portupgrade)
      5. Connect to your production database, e.g.:
           sqlite3 /usr/local/instiki/db/production.db.sqlite3
         and have it execute instiki_import.sql, e.g.:
           .read [some location]/instiki_import.sql
      6. Execute
           ruby /usr/local/instiki/script/reset_references production
         (this script parses all pages for crosslinks between them, so it
         may take a few minutes)
    
    

Number of commits found: 20

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
06 Apr 2008 09:58:21
Original commit files touched by this commit  0.13.0
stas search for other commits by this committer
- Add ruby 1.9 support
- Implement new knobs for gems and rake (these are included in
  ruby 1.9 distribution already). Also move gem bits from
  ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend
  on gems or rake you should define USE_RUBYGEMS/USE_RAKE
  accordingly. Also RAKE_BIN variable is provided for
  pointing to the right rake executable.
- Rewrite RUBY_SCHEBANG in awk to eliminate build dependency
  on ruby.

Discussed with: Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer)
Tested by:      ports@
19 Mar 2008 02:46:25
Original commit files touched by this commit  0.13.0
beech search for other commits by this committer
- Update to 0.13.0
23 Feb 2008 23:40:03
Original commit files touched by this commit  0.12.0
beech search for other commits by this committer
- Update to 0.12.0 [1]
- Fix rc file [1]
- Major Makefile cleanup
- Move install to ${DATADIR}
- Fix pkg-plist (pkg_delete)
- Add pkg-message
- Take maintainership

PR:             ports/120971
Submitted by:   Salvatore Montefusco <sm@brightpebbles.org> [1]
10 Apr 2007 04:19:12
Original commit files touched by this commit  0.11.0_3
lwhsu search for other commits by this committer
Update to 0.11 Patch Level 1 and fix cross site scripting vulnerability

Release info:
http://rubyforge.org/frs/shownotes.php?group_id=186&release_id=10014
Security: http://golem.ph.utexas.edu/~distler/blog/archives/001181.html

PR:             111407
Submitted by:   Alexander Logvinov <ports AT logvinov.com>
Approved by:    clsung (mentor)
Security:       http://golem.ph.utexas.edu/~distler/blog/archives/001181.html
09 Apr 2007 11:59:02
Original commit files touched by this commit  0.11.0_2
linimon search for other commits by this committer
Maintainer no longer has access to FreeBSD machines.  We appreciate the
help in the past.

PR:             ports/111184
03 Oct 2006 01:59:47
Original commit files touched by this commit  0.11.0_2
clsung search for other commits by this committer
- instiki need sqlite3 instead of ruby-sqlite3
  instiki has bundled sqlite3-ruby in vendor/
- bump PORTREVISION

PR:             ports/103793
Submitted by:   clsung
Approved by:    maintainer (Alastair Rankine)
08 Aug 2006 12:35:27
Original commit files touched by this commit  0.11.0_1
jmelo search for other commits by this committer
- Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem.

Approved by:    portmgr (erwin)
24 Jun 2006 12:52:15
Original commit files touched by this commit  0.11.0_1
shaun search for other commits by this committer
Fix plist: don't remove nls/POSIX or nls/en_US.US-ASCII.

PR:             ports/99343
Submitted by:   shaun (me)
Approved by:    Alastair Rankine <arsptr@internode.on.net> (maintainer),
                ahze (mentor)
09 Jun 2006 09:58:56
Original commit files touched by this commit  0.11.0_1
pav search for other commits by this committer
* Change maintainer email address
* Fix rc.d file to use SIGKILL to terminate
* Add new port option to use bluecloth from ports (improved Markdown syntax
support)
* Remove unfetchable MASTER_SITE URL

PR:             ports/98418
Submitted by:   Alastair Rankine <arsptr@internode.on.net> (maintainer)
03 May 2006 09:00:07
Original commit files touched by this commit  0.11.0
pav search for other commits by this committer
- Fix fetching

Submitted by:   Alastair Rankine <arsptr@optusnet.com.au> (maintainer)
Reported by:    krismail
01 May 2006 15:32:28
Original commit files touched by this commit  0.11.0
pav search for other commits by this committer
- Update to 0.11.0

  The storage was moved to sqlite database! Follow steps in UPDATING.

PR:             ports/96301
Submitted by:   Alastair Rankine <arsptr@optusnet.com.au> (maintainer)
15 Apr 2006 17:29:22
Original commit files touched by this commit  0.10.2_2
pav search for other commits by this committer
- Modernize rc script handling
- Update MASTER_SITES, WWW

PR:             ports/95735
Submitted by:   Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Approved by:    Alastair Rankine <arsptr@optusnet.com.au> (maintainer)
20 Feb 2006 20:47:50
Original commit files touched by this commit  0.10.2_1
dougb search for other commits by this committer
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
14 Feb 2006 12:31:09
Original commit files touched by this commit  0.10.2_1
garga search for other commits by this committer
- Transfet maintainership to submitter, based on actual maintainer approval
  on PR ports/92511

PR:             ports/93328
Submitted by:   Alastair Rankine <arsptr@optusnet.com.au>
Approved by:    maintainer
13 Feb 2006 10:03:35
Original commit files touched by this commit  0.10.2_1
lawrance search for other commits by this committer
Fix instiki startup due to a change in the ruby Logger interface.
Bump PORTREVISION.

PR:             ports/92511
Submitted by:   Alastair Rankine <arsptr@optusnet.com.au>
Reviewed by:    Kelley Reynolds <kelley@insidesystems.net> (maintainer)
22 Jan 2006 02:58:25
Original commit files touched by this commit  0.10.2
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
28 Nov 2005 21:26:21
Original commit files touched by this commit  0.10.2
thierry search for other commits by this committer
- Unbreak by upgrading to 0.10.2;

- Fix the shebang path;

- Add a --daemon argument to startup script;

- Since I'm there add 2 mirrors.

PR:             ports/89175
Submitted by:   Alastair Rankine <arsptr (at) optusnet.com.au>
Approved by:    maintainer
26 Nov 2005 07:17:12
Original commit files touched by this commit  0.9.2
kris search for other commits by this committer
BROKEN: Unfetchable
17 Jul 2005 22:07:31
Original commit files touched by this commit  0.9.2
pav search for other commits by this committer
- Fix WWW

PR:             ports/82849
Submitted by:   Vasil Dimov <vd@datamax.bg>
Approved by:    maintainer timeout (16 days)
25 Apr 2005 09:17:48
Original commit files touched by this commit  0.9.2
edwin search for other commits by this committer
New Port: www/instiki

        Instiki is a wiki clone implemented in ruby with no
        dependencies other than ruby-1.8.1 or greater. Instiki was
        written and is maintained by David Heinemeier Hansson.
        Homepage is WWW://www.instiki.org

PR:             ports/76507
Submitted by:   Kelley Reynolds <kelley@insidesystems.net>

Number of commits found: 20

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
dovecotNov 19
dovecot-develNov 19
libxml2Nov 19
openfireNov 19
enscript-a4Nov 18
enscript-letterNov 18
enscript-letterdjNov 18
syslog-ng2Nov 18
gnutlsNov 16
net-snmpNov 14
net-snmp53Nov 14
faad*Nov 13
firefoxNov 13
firefox-develNov 13
firefox10Nov 13

13 vulnerabilities affecting 33 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 19420
Broken 158
Deprecated 82
Ignore 444
Forbidden 7
Restricted 270
No CDROM 132
Vulnerable 55
Expired 55
Set to expire 65
Interactive 78
new 24 hours 14
new 48 hours15
new 7 days44
new fortnight80
new month127

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.202 seconds.