Path to this page:
./
www/typolight27,
Powerful web content management system (CMS)
Branch: pkgsrc-2010Q1,
Version: 2.7.7nb1,
Package name: typolight27-2.7.7nb1,
Maintainer: tacaTYPOlight 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. It was developed by Leo
Feyer in 2004 and has been released under the Lesser General Public
License (LGPL).
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
Note: Live update feature dosen't work because of pkgsrc's nature.
And this is development release and shouldn't be used production site.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.2 2009/11/29 06:46:37 taca Exp $
TL_WEBDIR="@PREFIX@/@TL_WEBDIR@"
TL_DIRS="system/config system/drivers system/libraries system/logs \
system/modules system/themes system/config system templates"
case ${STAGE} in
DEINSTALL)
# remove cache files.
${FIND} ${TL_WEBDIR}/system/html -type f ! -name index.html \
-exec ${RM} -f {} \;
${FIND} ${TL_WEBDIR}/plugins/tcpdf/cache -type f ! -name .htaccess \
-exec ${RM} -f {} \;
;;
POST-DEINSTALL)
(cd ${TL_WEBDIR}
for d in ${TL_DIRS}; do
${RMDIR} $d >/dev/null 2>&1
done)
${RMDIR} ${TL_WEBDIR} >/dev/null 2>&1
;;
esac
Required to run:[
graphics/php-gd] [
converters/php-mbstring] [
databases/php-mysql] [
security/php-mcrypt] [
net/php-soap]
Master sites:
Version history: (Expand)
- (2010-05-05) Updated to version: typolight27-2.7.7nb1
- (2010-05-03) Updated to version: typolight27-2.7.7
- (2010-04-09) Package added to pkgsrc.se, version typolight27-2.7.6 (created)
CVS history: (Expand)
2010-05-05 00:51:43 by Matthias Scheler | Files touched by this commit (2) |
Log message:
Pullup ticket #3101 - requested by taca
typolight27: build fix
Revisions pulled up:
- www/typolight27/Makefile 1.17
- www/typolight27/distinfo 1.11
---
Module Name: pkgsrc
Committed By: taca
Date: Tue May 4 13:18:19 UTC 2010
Modified Files:
pkgsrc/www/typolight27: Makefile distinfo
Log message:
Since DISTFILES has been changed with the same filename, now
specify DIST_SUBDIR. Fix PR pkg/43249 reported by Robert Elz.
The change was installed TYPOlight's version string only but
binary package has changed. So, bump PKGREVISION.
|
2010-05-03 01:09:23 by Matthias Scheler | Files touched by this commit (2) | |
Log message:
Pullup ticket #3097 - requested by taca
typolight27: security update
Revisions pulled up:
- www/typolight27/Makefile.version 1.9
- www/typolight27/distinfo 1.10
---
Module Name: pkgsrc
Committed By: taca
Date: Sat May 1 23:41:16 UTC 2010
Modified Files:
pkgsrc/www/typolight27: Makefile.version distinfo
Log message:
Update typolight27 package from 2.7.6 to 2.7.7.
Version 2.7.7 (2010-05-01)
--------------------------
- Consolidated security update
|