TYPOlight webCMS is a powerful web content management system that

specializes in accessibility (back end and front end) and uses XHTML
and CSS to generate W3C/WAI compliant pages.

Here are some prominent features that make TYPOlight stand out from
the variety of content management systems. If you want to learn more,
check out the full feature list ( http://www.typolight.org/features.html).

* Live update feature
* Multilingual documentation
* Accessible XHTML strict output
* Uses Ajax and Web 2.0 technologies
* Multi-language support (character set UTF-8)
* Cross-browser CSS framework generator (IE7 compatible)
* Built-in file manager, search engine and form generator
* Multiple back end languages and back end themes
* Front end output 100% template based
* Versioning and undo management

WWW:	http://www.typolight.org
This commit is contained in:
Martin Wilke 2008-09-23 08:12:46 +00:00
parent 43254f4a72
commit a7ab62f02d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220515
6 changed files with 1879 additions and 0 deletions

View file

@ -1418,6 +1418,7 @@
SUBDIR += twill
SUBDIR += typo
SUBDIR += typo3
SUBDIR += typolight
SUBDIR += udmsearch
SUBDIR += ump
SUBDIR += usermanager

39
www/typolight/Makefile Normal file
View file

@ -0,0 +1,39 @@
# New ports collection makefile for: typolight
# Date created: 2008-09-15
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= typolight
PORTVERSION= 2.6.0
CATEGORIES= www
MASTER_SITES= SF
MAINTAINER= miwi@FreeBSD.org
COMMENT= Powerful web content management system
NO_BUILD= yes
USE_PHP= xsl mysql iconv gd
USE_MYSQL= yes
SUB_FILES= pkg-message
WWWDIR?= ${PREFIX}/www/${PORTNAME}
.include <bsd.port.pre.mk>
do-install:
@${MKDIR} ${WWWDIR}
@${TOUCH} ${WWWDIR}/system/config/localconfig.php
@${CHOWN} ${WWWOWN} ${WWWDIR}/system/config/localconfig.php
${CP} -R ${WRKSRC}/ ${WWWDIR}
@${CAT} ${PKGMESSAGE}
create-plist:
@${FIND} -s ${WRKSRC}/${file} -not -type d \
| ${SED} -e 's,^${WRKSRC},%%WWWDIR%%,' > ${PLIST}
@${ECHO_CMD} '@exec touch %D/%%WWWDIR%%/system/config/localconfig.php;chown ${WWWOWN} %D/%%WWWDIR%%/system/config/localconfig.php' >> ${PLIST}
@${ECHO_CMD} '@unexec if [ ! -s %D/%%WWWDIR%%/system/config/localconfig.php ];then rm -f %D/%%WWWDIR%%/system/config/localconfig.php;fi' >> ${PLIST}
@${FIND} -ds ${WRKSRC}/${file} -type d \
| ${SED} -e 's,^${WRKSRC},@dirrm %%WWWDIR%%,' >> ${PLIST}
.include <bsd.port.post.mk>

3
www/typolight/distinfo Normal file
View file

@ -0,0 +1,3 @@
MD5 (typolight-2.6.0.tar.gz) = 791b88001b253ec43320d69e83dc5d69
SHA256 (typolight-2.6.0.tar.gz) = c82c86fc25941606e960e2da5e31f29648479f81e893fdf2db1cc1d171d9c50a
SIZE (typolight-2.6.0.tar.gz) = 2806082

View file

@ -0,0 +1,17 @@
typolight has been installed into:
%%WWWDIR%%
You will probably want to add an alias to your httpd.conf file,
somethinglike this:
Alias /typolight "%%WWWDIR%%"
And restart Apache.
Open the following page in your browser and follow the instructions:
http://www.your.host/typolight/install.php
For FULL configuration instructions see
http://dev.typolight.org/wiki/EnglishDocumentation

20
www/typolight/pkg-descr Normal file
View file

@ -0,0 +1,20 @@
TYPOlight webCMS is a powerful web content management system that
specializes in accessibility (back end and front end) and uses XHTML
and CSS to generate W3C/WAI compliant pages.
Here are some prominent features that make TYPOlight stand out from
the variety of content management systems. If you want to learn more,
check out the full feature list ( http://www.typolight.org/features.html).
* Live update feature
* Multilingual documentation
* Accessible XHTML strict output
* Uses Ajax and Web 2.0 technologies
* Multi-language support (character set UTF-8)
* Cross-browser CSS framework generator (IE7 compatible)
* Built-in file manager, search engine and form generator
* Multiple back end languages and back end themes
* Front end output 100% template based
* Versioning and undo management
WWW: http://www.typolight.org

1799
www/typolight/pkg-plist Normal file

File diff suppressed because it is too large Load diff