Import tikiwiki-1.9.8

Tikiwiki (Tiki) is free, full-featured Content Management System (CMS).
With Tiki, you can create online applications, web sites, portals,
intra/extranets, and just about anything else. It features:
 * Wikis (like Mediawiki)
 * Forums (like phpBB)
 * Blogs (like WordPress)
 * Articles (like Digg)
 * Image Gallery (like Flickr)
 * Map Server (like Google Maps)
 * Link Directory (like DMOZ)
 * Translation and i18n (like Babel Fish) 
 * and much more... all unified


rewordings by and ok bernd@
This commit is contained in:
ajacoutot 2007-09-27 10:08:22 +00:00
parent d35d95ff5a
commit ea14094799
6 changed files with 3956 additions and 0 deletions

41
www/tikiwiki/Makefile Normal file
View File

@ -0,0 +1,41 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/09/27 10:08:22 ajacoutot Exp $
COMMENT= all-in-one wiki/groupware/CMS solution
V= 1.9.8
DISTNAME= tikiwiki-${V}
CATEGORIES= www
HOMEPAGE= http://tikiwiki.org/
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tikiwiki/}
EXTRACT_ONLY=
NO_BUILD= Yes
NO_REGRESS= Yes
PKG_ARCH= *
PREFIX= /var/www
INSTDIR= ${PREFIX}/tikiwiki
SUBST_VARS= INSTDIR
RUN_DEPENDS= :php5-gd-*:www/php5/extensions,-gd \
:php5-xmlrpc-*:www/php5/extensions,-xmlrpc \
:php5-mbstring-*:www/php5/extensions,-mbstring \
:php5-mysqli-*:www/php5/extensions,-mysqli
do-install:
@cd ${PREFIX} && tar zxf ${FULLDISTDIR}/${DISTNAME}${EXTRACT_SUFX}
@mv ${INSTDIR}-${V} ${INSTDIR}
@${INSTALL_DATA} ${FILESDIR}/README.OpenBSD ${INSTDIR}
@chown -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR}
.include <bsd.port.mk>

5
www/tikiwiki/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (tikiwiki-1.9.8.tar.gz) = hP/Vt4KOW6abwAOwr5BiNQ==
RMD160 (tikiwiki-1.9.8.tar.gz) = ilVXrwz1t6wlvHBgHy8s5VTy8qQ=
SHA1 (tikiwiki-1.9.8.tar.gz) = gYu7eXYyujGDa+6DqmGuNWKKmPE=
SHA256 (tikiwiki-1.9.8.tar.gz) = dt9XyTBYmRB1LSD9a+/JR5iLcCNMzLVBwmBvpfSH8/E=
SIZE (tikiwiki-1.9.8.tar.gz) = 8753020

View File

@ -0,0 +1,26 @@
$OpenBSD: README.OpenBSD,v 1.1.1.1 2007/09/27 10:08:24 ajacoutot Exp $
The default superuser account is: admin (password: admin).
* Creating a dedicated user and database for Tikiwiki:
While Tikiwiki partially supports any relational databases such as
PostgreSQL or SQLite, only MySQL is fully supported.
Also, it is recommended to use the mysqli extension (php5-mysqli) for php
communication to the database.
$ mysqladmin -u root -p create 'tiki'
$ mysql -u root -p mysql
mysql> GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER
-> ON tiki TO 'tiki'@'localhost' IDENTIFIED BY 'yourpassword';
mysql> quit
* Configuring your /var/www/conf/php.ini for Tikiwiki:
- if you experience timeouts you may need to increase
max_execution_time and max_input_time
- if you want to allow trackback pings in your blogs you need to set
allow_url_fopen = On
- you should also set the default character encoding to utf-8
default_charset = "utf-8"
* Tikiwiki is a big piece of software, you should refer to the official
documentation before using it. (http://doc.tikiwiki.org/)

12
www/tikiwiki/pkg/DESCR Normal file
View File

@ -0,0 +1,12 @@
Tikiwiki (Tiki) is free, full-featured Content Management System (CMS).
With Tiki, you can create online applications, web sites, portals,
intra/extranets, and just about anything else. It features:
* Wikis (like Mediawiki)
* Forums (like phpBB)
* Blogs (like WordPress)
* Articles (like Digg)
* Image Gallery (like Flickr)
* Map Server (like Google Maps)
* Link Directory (like DMOZ)
* Translation and i18n (like Babel Fish)
* and much more... all unified

9
www/tikiwiki/pkg/MESSAGE Normal file
View File

@ -0,0 +1,9 @@
Tikiwiki has been installed into ${INSTDIR}
You should point this to the DocumentRoot of your web-server:
# ln -s ../tikiwiki /var/www/htdocs/tikiwiki
(make sure you use a relative symlink since Apache is chrooted)
Make sure you read ${INSTDIR}/README.OpenBSD then complete the
installation by accessing:
http://<hostname>/tikiwiki/tiki-install.php

3863
www/tikiwiki/pkg/PLIST Normal file

File diff suppressed because it is too large Load Diff