Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  8 Oct 2009 11:01:01 -0300 (BRT)
From:      Sylvio Cesar <scjamorim@bsd.com.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        miwi@FreeBSD.org
Subject:   ports/139432: [NEW PORT] www/lionwiki: Minimalist Wiki. It doesn't need database like MySQL
Message-ID:  <20091008140101.78AC72457BC@fbsd9i386.scjamorim.org>
Resent-Message-ID: <200910081410.n98EA0Zi092912@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         139432
>Category:       ports
>Synopsis:       [NEW PORT] www/lionwiki: Minimalist Wiki. It doesn't need database like MySQL
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 08 14:10:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Sylvio Cesar
>Release:        FreeBSD 9.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD fbsd9i386.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Fri Oct  2 01:38:34 BRT
>Description:
LionWiki is a minimalis Wiki engine programmed in PHP. It's extensible,
templatable, file based (it doesn't need database like MySQL) and requires
just one file to function. It's suitable for small websites, personal
notebooks or journals.

WWW:	http://lionwiki.0o.cz

You can see the log in my tinderbox:

AMD64
http://www.scjamorim.org/Home/lionwiki-3.1.0-6amd64.log
http://www.scjamorim.org/Home/lionwiki-3.1.0-7amd64.log
http://www.scjamorim.org/Home/lionwiki-3.1.0-8amd64.log
http://www.scjamorim.org/Home/lionwiki-3.1.0-9amd64.log

i386
http://www.scjamorim.org/Home/lionwiki-3.1.0-6i386.log
http://www.scjamorim.org/Home/lionwiki-3.1.0-7i386.log
http://www.scjamorim.org/Home/lionwiki-3.1.0-8i386.log
http://www.scjamorim.org/Home/lionwiki-3.1.0-9i386.log

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- lionwiki-3.1.0.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	lionwiki
#	lionwiki/pkg-descr
#	lionwiki/Makefile
#	lionwiki/pkg-plist
#	lionwiki/distinfo
#	lionwiki/files
#	lionwiki/files/pkg-message.in
#
echo c - lionwiki
mkdir -p lionwiki > /dev/null 2>&1
echo x - lionwiki/pkg-descr
sed 's/^X//' >lionwiki/pkg-descr << '6dad75868bc76787d736134043133879'
XLionWiki is a minimalis Wiki engine programmed in PHP. It's extensible,
Xtemplatable, file based (it doesn't need database like MySQL) and requires
Xjust one file to function. It's suitable for small websites, personal
Xnotebooks or journals.
X
XWWW:	http://lionwiki.0o.cz
6dad75868bc76787d736134043133879
echo x - lionwiki/Makefile
sed 's/^X//' >lionwiki/Makefile << '8443ff521b1be0bc39b112065e8b29f9'
X# New ports collection makefile for:	lionwiki
X# Date created:		2009-10-07
X# Whom:			Sylvio Cesar <scjamorim@bsd.com.br>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	lionwiki
XPORTVERSION=	3.1.0
XCATEGORIES=	www
XMASTER_SITES=	http://lionwiki.0o.cz/download/${PORTVERSION}/
X
XMAINTAINER=	scjamorim@bsd.com.br
XCOMMENT=	Minimalist Wiki. It doesn't need database like MySQL
X
XUSE_BZIP2=	yes
XUSE_PHP=	session ctype
X
XNO_BUILD=	yes
XWRKSRC=		${WRKDIR}
XWWWDIR?=	www/lionwiki
XROOTFILES=	config.php index.php
XROOTDIRS=	lang plugins templates var
XSUB_FILES=	pkg-message
X
Xpre-install:
X	@${ECHO} ${WWWDIR}
X
Xdo-install:
X	@${MKDIR} ${PREFIX}/${WWWDIR}
X	@(cd ${WRKSRC} && ${CP} ${ROOTFILES} ${PREFIX}/${WWWDIR}/ )
X.for dirs in ${ROOTDIRS}
X	@(cd ${WRKSRC} && ${COPYTREE_SHARE} ${dirs} ${PREFIX}/${WWWDIR}/ )
X.endfor
X	@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${WWWDIR}
X	@${CHMOD} 644 ${PREFIX}/${WWWDIR}/*.php
X	@${CAT} ${PKGMESSAGE}
X.include <bsd.port.mk>
8443ff521b1be0bc39b112065e8b29f9
echo x - lionwiki/pkg-plist
sed 's/^X//' >lionwiki/pkg-plist << '6cbdaf8cee97e970f7be2ece8a278d60'
X%%WWWDIR%%/config.php
X%%WWWDIR%%/index.php
X%%WWWDIR%%/lang/ar.php
X%%WWWDIR%%/lang/cs.php
X%%WWWDIR%%/lang/de-ch.php
X%%WWWDIR%%/lang/de.php
X%%WWWDIR%%/lang/en.php
X%%WWWDIR%%/lang/eo.php
X%%WWWDIR%%/lang/es.php
X%%WWWDIR%%/lang/fi.php
X%%WWWDIR%%/lang/fr.php
X%%WWWDIR%%/lang/he.php
X%%WWWDIR%%/lang/hr.php
X%%WWWDIR%%/lang/hu.php
X%%WWWDIR%%/lang/it.php
X%%WWWDIR%%/lang/nl.php
X%%WWWDIR%%/lang/pt-br.php
X%%WWWDIR%%/lang/pt.php
X%%WWWDIR%%/lang/sk.php
X%%WWWDIR%%/lang/zh-tw.php
X%%WWWDIR%%/plugins/AjaxEditing/ajax.js
X%%WWWDIR%%/plugins/AjaxEditing/template.html
X%%WWWDIR%%/plugins/BetterEditor/bettereditor.js
X%%WWWDIR%%/plugins/Captcha/cs_questions.txt
X%%WWWDIR%%/plugins/Captcha/en_questions.txt
X%%WWWDIR%%/plugins/Comments/comments.css
X%%WWWDIR%%/plugins/Comments/comments.js
X%%WWWDIR%%/plugins/Comments/template.html
X%%WWWDIR%%/plugins/InlineDiff/diff.php
X%%WWWDIR%%/plugins/InlineDiff/inline.php
X%%WWWDIR%%/plugins/InlineDiff/native.php
X%%WWWDIR%%/plugins/InlineDiff/renderer.php
X%%WWWDIR%%/plugins/Menu/default.html
X%%WWWDIR%%/plugins/wkp_Admin.php
X%%WWWDIR%%/plugins/wkp_AjaxEditing.php
X%%WWWDIR%%/plugins/wkp_BetterEditor.php
X%%WWWDIR%%/plugins/wkp_Captcha.php
X%%WWWDIR%%/plugins/wkp_Comments.php
X%%WWWDIR%%/plugins/wkp_Footnotes.php
X%%WWWDIR%%/plugins/wkp_Index.php
X%%WWWDIR%%/plugins/wkp_InlineDiff.php
X%%WWWDIR%%/plugins/wkp_ListPlugins.php
X%%WWWDIR%%/plugins/wkp_Menu.php
X%%WWWDIR%%/plugins/wkp_Meta.php
X%%WWWDIR%%/plugins/wkp_PageVersions.php
X%%WWWDIR%%/plugins/wkp_RSS.php
X%%WWWDIR%%/plugins/wkp_SelectLanguage.php
X%%WWWDIR%%/plugins/wkp_SelectTemplate.php
X%%WWWDIR%%/plugins/wkp_Tables.php
X%%WWWDIR%%/plugins/wkp_Tags.php
X%%WWWDIR%%/plugins/wkp_WhatLinksHere.php
X%%WWWDIR%%/templates/dandelion.html
X%%WWWDIR%%/templates/minimal.html
X%%WWWDIR%%/templates/print.html
X%%WWWDIR%%/templates/red.html
X%%WWWDIR%%/templates/terminal.html
X%%WWWDIR%%/templates/wikiss.html
X@dirrm %%WWWDIR%%/var
X@dirrm %%WWWDIR%%/templates
X@dirrm %%WWWDIR%%/plugins/Menu
X@dirrm %%WWWDIR%%/plugins/InlineDiff
X@dirrm %%WWWDIR%%/plugins/Comments
X@dirrm %%WWWDIR%%/plugins/Captcha
X@dirrm %%WWWDIR%%/plugins/BetterEditor
X@dirrm %%WWWDIR%%/plugins/AjaxEditing
X@dirrm %%WWWDIR%%/plugins
X@dirrm %%WWWDIR%%/lang
X@dirrm %%WWWDIR%%
6cbdaf8cee97e970f7be2ece8a278d60
echo x - lionwiki/distinfo
sed 's/^X//' >lionwiki/distinfo << 'a2c884da485195dc526dd9a759afdb9e'
XMD5 (lionwiki-3.1.0.tar.bz2) = 06267849187f985c9c44a9fcedcd699b
XSHA256 (lionwiki-3.1.0.tar.bz2) = 3c6a9c8c6cbbe59ad4350f389ed2c1ca9a5c1d867c15c09b859ee31149158200
XSIZE (lionwiki-3.1.0.tar.bz2) = 49324
a2c884da485195dc526dd9a759afdb9e
echo c - lionwiki/files
mkdir -p lionwiki/files > /dev/null 2>&1
echo x - lionwiki/files/pkg-message.in
sed 's/^X//' >lionwiki/files/pkg-message.in << '0b745dced921724c08f5913cdf69238b'
X=============================================================================
X
XMake sure index.php is part of your DirectoryIndex.
X
XYou should add the following to your Apache configuration file:
X
X  Alias /lionwiki "%%PREFIX%%/%%WWWDIR%%/"
X  <Directory "%%PREFIX%%/%%WWWDIR%%/">
X      Order allow,deny
X      Allow from all
X  </Directory>
X
XTry to change the template for a better appearance.
XThe templates are in: 
X
X	"%%PREFIX%%/%%WWWDIR%%/templates"
X
Xi.e: To use the wikiss template.
X
XThe config file to lionwiki is in:
X
X	"%%PREFIX%%/%%WWWDIR%%/config.php"
X
X=============================================================================
0b745dced921724c08f5913cdf69238b
exit
--- lionwiki-3.1.0.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091008140101.78AC72457BC>