Tiki CMS/Groupware, also known as TikiWiki, is a powerful
web-based Groupware and Content Management System (CMS) using PHP, ADOdb and smarty. It can be used to create all sorts of web applications, sites, portals, intranets and extranets. For example you can use it as GeoCMS (Geospatial Content Management System) too. It's developed by a large number of contributors which forms the TikiWiki Community. WWW: http://tikiwiki.org/ PR: ports/99195 Submitted by: Babak Farrokhi <babak@farrokhi.net>
This commit is contained in:
parent
3942ff56d4
commit
f5700ee95a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166110
5 changed files with 4075 additions and 0 deletions
|
@ -937,6 +937,7 @@
|
|||
SUBDIR += tidy
|
||||
SUBDIR += tidy-devel
|
||||
SUBDIR += tidy-lib
|
||||
SUBDIR += tikiwiki
|
||||
SUBDIR += tinyproxy
|
||||
SUBDIR += trac
|
||||
SUBDIR += trac-accountmanager
|
||||
|
|
31
www/tikiwiki/Makefile
Normal file
31
www/tikiwiki/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
# New ports collection makefile for: tikiwiki
|
||||
# Date created: 19-JUNE-2006
|
||||
# Whom: Babak Farrokhi <babak@farrokhi.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= tikiwiki
|
||||
PORTVERSION= 1.9.4
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= babak@farrokhi.net
|
||||
COMMENT= Powerful PHP based Wiki/CMS/Groupware
|
||||
|
||||
USE_PHP= gettext pcre posix session xml zlib
|
||||
|
||||
NO_BUILD= YES
|
||||
TIKIWIKI?= www/tikiwiki
|
||||
PLIST_SUB+= TIKIWIKI=${TIKIWIKI}
|
||||
|
||||
do-install:
|
||||
-${MKDIR} ${PREFIX}/${TIKIWIKI}
|
||||
@${CHMOD} 755 ${PREFIX}/${TIKIWIKI}
|
||||
@${CP} -R ${WRKSRC}/ ${PREFIX}/${TIKIWIKI}
|
||||
# set the correct permissions
|
||||
@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${TIKIWIKI}
|
||||
# @${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/tikiwiki/distinfo
Normal file
3
www/tikiwiki/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (tikiwiki-1.9.4.tar.gz) = 98b0ac057d5b8eab761f7799b7f9af20
|
||||
SHA256 (tikiwiki-1.9.4.tar.gz) = 40742cacd73df5b9948f30b5b0e92964e6d9d6b89300fab23469cede9d498a3c
|
||||
SIZE (tikiwiki-1.9.4.tar.gz) = 8735701
|
14
www/tikiwiki/pkg-descr
Normal file
14
www/tikiwiki/pkg-descr
Normal file
|
@ -0,0 +1,14 @@
|
|||
Tiki CMS/Groupware, also known as TikiWiki, is a powerful
|
||||
web-based Groupware and Content Management System (CMS)
|
||||
using PHP, ADOdb and smarty.
|
||||
|
||||
It can be used to create all sorts of web applications,
|
||||
sites, portals, intranets and extranets. For example you can
|
||||
use it as GeoCMS (Geospatial Content Management System) too.
|
||||
It's developed by a large number of contributors which forms
|
||||
the TikiWiki Community.
|
||||
|
||||
WWW: http://tikiwiki.org/
|
||||
|
||||
- Babak Farrokhi
|
||||
babak@farrokhi.net
|
4026
www/tikiwiki/pkg-plist
Normal file
4026
www/tikiwiki/pkg-plist
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue