svn commit: r354165 - in head/deskutils: akamaru akamaru/files etask howm moregroupware myitcrm pal phpcollab phpicalendar phpicalendar/files plans simplegroupware tomboy-plugin-wordcount wyrd

Adam Weinberger adamw at FreeBSD.org
Thu May 15 18:41:27 UTC 2014


Author: adamw
Date: Thu May 15 18:41:24 2014
New Revision: 354165
URL: http://svnweb.freebsd.org/changeset/ports/354165
QAT: https://qat.redports.org/buildarchive/r354165/

Log:
  STAGE support, general cleanups, use @sample where appropriate.
  PORTREVISION bumps where plist or pkg-message changed.

Added:
  head/deskutils/akamaru/files/pkg-message.in   (contents, props changed)
Modified:
  head/deskutils/akamaru/Makefile
  head/deskutils/akamaru/pkg-descr
  head/deskutils/akamaru/pkg-plist
  head/deskutils/etask/Makefile
  head/deskutils/howm/Makefile
  head/deskutils/moregroupware/Makefile
  head/deskutils/moregroupware/pkg-plist
  head/deskutils/myitcrm/Makefile
  head/deskutils/myitcrm/pkg-plist
  head/deskutils/pal/Makefile
  head/deskutils/pal/pkg-plist
  head/deskutils/phpcollab/Makefile
  head/deskutils/phpicalendar/Makefile
  head/deskutils/phpicalendar/files/pkg-message.in
  head/deskutils/phpicalendar/pkg-plist
  head/deskutils/plans/Makefile
  head/deskutils/plans/pkg-plist
  head/deskutils/simplegroupware/Makefile
  head/deskutils/tomboy-plugin-wordcount/Makefile
  head/deskutils/tomboy-plugin-wordcount/pkg-descr
  head/deskutils/wyrd/Makefile

Modified: head/deskutils/akamaru/Makefile
==============================================================================
--- head/deskutils/akamaru/Makefile	Thu May 15 18:40:10 2014	(r354164)
+++ head/deskutils/akamaru/Makefile	Thu May 15 18:41:24 2014	(r354165)
@@ -3,7 +3,7 @@
 
 PORTNAME=	akamaru
 PORTVERSION=	0.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	deskutils gnome
 MASTER_SITES=	http://people.freedesktop.org/~krh/
 DISTNAME=	${PORTNAME}
@@ -11,31 +11,22 @@ DISTNAME=	${PORTNAME}
 MAINTAINER=	pneumann at gmail.com
 COMMENT=	Simple, but fun, physics engine prototype
 
-BUILD_DEPENDS=	gtk-demo:${PORTSDIR}/x11-toolkits/gtk20
-RUN_DEPENDS=	gtk-demo:${PORTSDIR}/x11-toolkits/gtk20 \
-		xcompmgr:${PORTSDIR}/x11-wm/xcompmgr
+RUN_DEPENDS=xcompmgr:${PORTSDIR}/x11-wm/xcompmgr
 
 USES=		gmake pkgconfig
-USE_GNOME=	gconf2 gnomehier
+USE_GNOME=	gconf2 gnomehier gtk20
 GCONF_SCHEMAS=	kiba.schemas
+SUB_FILES=	pkg-message
 
-NO_STAGE=	yes
 post-patch:
-	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
+	@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' \
 	    	${WRKSRC}/populate-dock.sh
 
 do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/dock ${PREFIX}/bin/kiba-dock
-	@${INSTALL_PROGRAM} ${WRKSRC}/akamaru ${PREFIX}/bin/akamaru
-	@${INSTALL_DATA} ${WRKSRC}/kiba.schemas ${LOCALBASE}/etc/gconf/schemas
-	@${MKDIR} ${PREFIX}/share/${PORTNAME}
-	@${INSTALL_SCRIPT} ${WRKSRC}/populate-dock.sh ${PREFIX}/share/${PORTNAME}
-	@${SETENV} GCONF_CONFIG_SOURCE=${GCONF_CONFIG_SOURCE} gconftool-2 --makefile-install-rule ${PREFIX}/etc/gconf/schemas/kiba.schemas
-
-post-install:
-	@${ECHO_MSG}
-	@${ECHO_MSG} "*** By default kiba-dock is empty."
-	@${ECHO_MSG} "*** To add launchers, look and run the script ${PREFIX}/share/${PORTNAME}/populate-dock.sh"
-	@${ECHO_MSG}
+	@${INSTALL_PROGRAM} ${WRKSRC}/dock ${STAGEDIR}${PREFIX}/bin/kiba-dock
+	@${INSTALL_PROGRAM} ${WRKSRC}/akamaru ${STAGEDIR}${PREFIX}/bin/akamaru
+	@${INSTALL_DATA} ${WRKSRC}/kiba.schemas ${STAGEDIR}${LOCALBASE}/etc/gconf/schemas
+	@${MKDIR} ${STAGEDIR}${DATADIR}
+	@${INSTALL_SCRIPT} ${WRKSRC}/populate-dock.sh ${STAGEDIR}${DATADIR}
 
 .include <bsd.port.mk>

Added: head/deskutils/akamaru/files/pkg-message.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/akamaru/files/pkg-message.in	Thu May 15 18:41:24 2014	(r354165)
@@ -0,0 +1,3 @@
+*** By default kiba-dock is empty.
+*** To add launchers, look at and run the script
+	%%DATADIR%%/populate-dock.sh

Modified: head/deskutils/akamaru/pkg-descr
==============================================================================
--- head/deskutils/akamaru/pkg-descr	Thu May 15 18:40:10 2014	(r354164)
+++ head/deskutils/akamaru/pkg-descr	Thu May 15 18:41:24 2014	(r354165)
@@ -3,4 +3,4 @@ super awesome ninja dog, Akamaru, from t
 article Advanced Character Physics by Thomas Jakobsen on Verlet integration.
 It contains a very cool dock, called kiba.
 
-WWW:	http://people.freedesktop.org/~krh/akamaru.git/
+WWW: http://people.freedesktop.org/~krh/akamaru.git/

Modified: head/deskutils/akamaru/pkg-plist
==============================================================================
--- head/deskutils/akamaru/pkg-plist	Thu May 15 18:40:10 2014	(r354164)
+++ head/deskutils/akamaru/pkg-plist	Thu May 15 18:41:24 2014	(r354165)
@@ -1,4 +1,4 @@
 bin/kiba-dock
 bin/akamaru
-share/akamaru/populate-dock.sh
- at dirrm share/akamaru
+%%DATADIR%%/populate-dock.sh
+ at dirrm %%DATADIR%%

Modified: head/deskutils/etask/Makefile
==============================================================================
--- head/deskutils/etask/Makefile	Thu May 15 18:40:10 2014	(r354164)
+++ head/deskutils/etask/Makefile	Thu May 15 18:41:24 2014	(r354165)
@@ -25,27 +25,22 @@ PORTNAMESUFFIX=	${PKGNAMESUFFIX}
 LISPDIR=	${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
 WRKSRC=		${WRKDIR}/${DISTNAME}a
 
-.if !defined(NOPORTDOCS)
 PORTDOCS=	etasktut.pdf gpl.txt README
-.endif
 
-NO_STAGE=	yes
 do-build:
 	cd ${WRKSRC}; ${EMACS_NAME} -batch -no-site-file\
 			--eval="(add-to-list 'load-path \"${WRKSRC}\")"\
 			-f batch-byte-compile *.el
 
 do-install:
-	${MKDIR} ${LISPDIR}
+	${MKDIR} ${STAGEDIR}${LISPDIR}
 .for i in *.el *.elc
-	${INSTALL_DATA} ${WRKSRC}/${i} ${LISPDIR}
+	${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${LISPDIR}
 .endfor
 
-.if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for i in ${PORTDOCS}
-	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
 .endfor
-.endif
 
 .include <bsd.port.mk>

Modified: head/deskutils/howm/Makefile
==============================================================================
--- head/deskutils/howm/Makefile	Thu May 15 18:40:10 2014	(r354164)
+++ head/deskutils/howm/Makefile	Thu May 15 18:41:24 2014	(r354165)
@@ -2,7 +2,7 @@
 
 PORTNAME=	howm
 PORTVERSION=	1.4.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	deskutils
 MASTER_SITES=	http://howm.sourceforge.jp/a/
 
@@ -15,27 +15,19 @@ ELISP=		action-lock.el bcomp.el cheat-fo
 		howm-common.el howm-date.el howm-menu.el howm-misc.el \
 		howm-mode.el howm-reminder.el \
 		howm-version.el howm-view.el howm.el riffle.el
-.if defined(WITH_COMPILED_ELISP)
-PLIST_SUB=	COMPILED_ELISP=""
-.else
-PLIST_SUB=	COMPILED_ELISP="@comment "
-.endif
 
-NO_STAGE=	yes
+OPTIONS_DEFINE=	COMPILED_ELISP DOCS EXAMPLES
+OPTIONS_DEFAULT=COMPILED_ELISP DOCS EXAMPLES
+COMPILED_ELISP_DESC=	Install pre-compiled ELISP files
+OPTIONS_SUB=	yes
+
 do-install:
-	cd ${WRKSRC}; ${INSTALL_DATA} *.el ${PREFIX}/${EMACS_SITE_LISPDIR}
-.if defined(WITH_COMPILED_ELISP)
-	cd ${WRKSRC}; ${INSTALL_DATA} *.elc ${PREFIX}/${EMACS_SITE_LISPDIR}
-.endif
-	${MKDIR} ${EXAMPLESDIR}/ja ${EXAMPLESDIR}/en
-	cd ${WRKSRC}; ${INSTALL_DATA} ja/0* ${EXAMPLESDIR}/ja
-	cd ${WRKSRC}; ${INSTALL_DATA} en/0* ${EXAMPLESDIR}/en
-	${MKDIR} ${DOCSDIR}
-	cd ${WRKSRC}/doc; ${INSTALL_DATA} *.html *.png ${DOCSDIR}
-
-post-install:
-	@${ECHO}
-	@${CAT} ${PKGMESSAGE}
-	@${ECHO}
+	(cd ${WRKSRC}; ${INSTALL_DATA} *.el ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR})
+	(cd ${WRKSRC}; ${INSTALL_DATA} *.elc ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR})
+	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ja ${STAGEDIR}${EXAMPLESDIR}/en
+	(cd ${WRKSRC}; ${INSTALL_DATA} ja/0* ${STAGEDIR}${EXAMPLESDIR}/ja)
+	(cd ${WRKSRC}; ${INSTALL_DATA} en/0* ${STAGEDIR}${EXAMPLESDIR}/en)
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	(cd ${WRKSRC}/doc; ${INSTALL_DATA} *.html *.png ${STAGEDIR}${DOCSDIR})
 
 .include <bsd.port.mk>

Modified: head/deskutils/moregroupware/Makefile
==============================================================================
--- head/deskutils/moregroupware/Makefile	Thu May 15 18:40:10 2014	(r354164)
+++ head/deskutils/moregroupware/Makefile	Thu May 15 18:41:24 2014	(r354165)
@@ -18,40 +18,29 @@ USE_PHP=	curl \
 		session \
 		xml
 
+USES=	gettext
+
 WANT_PHP_MOD=	yes
 
-OPTIONS_DEFINE=	ADDONS PGSQL NLS
+OPTIONS_DEFINE=	ADDONS NLS
+OPTIONS_SINGLE=	DB
+OPTIONS_SINGLE_DB=	PGSQL MYSQL
+OPTIONS_DEFAULT=	NLS MYSQL
 ADDONS_DESC=	install additional workgroup features (addons)
+OPTIONS_SUB=	yes
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MNLS}
-USES+=		gettext
-.endif
-
-.if ${PORT_OPTIONS:MPGSQL}
-RUN_DEPENDS+=	${LOCALBASE}/bin/psql:${PORTSDIR}/databases/postgresql74-server
-.else
-USE_MYSQL=	server
-.endif
-
-.if ${PORT_OPTIONS:MADDONS}
-DISTFILES+=	${DISTNAME}${EXTRACT_SUFX} \
-		${PORTNAME}-addons-${PORTVERSION}${EXTRACT_SUFX}
-PLIST_SUB+=	ADDONS=""
-.else
-PLIST_SUB+=	ADDONS="@comment "
-.endif
+NLS_USES=		gettext
+PGSQL_USE=	PGSQL=server
+MYSQL_USE=	MYSQL=server
 
+ADDONS_DISTFILES=	${PORTNAME}-addons-${PORTVERSION}${EXTRACT_SUFX}
 NO_BUILD=	yes
-WRKSRC=		${WRKDIR}/${PORTNAME:R}
 
-do-install:
-	@${CP} -r ${WRKSRC} ${PREFIX}/www/
-	@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/www/moregroupware
+SHAREOWN=	${WWWOWN}
+SHAREGRP=	${WWWGRP}
 
-post-install:
-	${CAT} ${PKGMESSAGE}
+do-install:
+	@${MKDIR} ${STAGEDIR}${WWWDIR}
+	(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
 
 .include <bsd.port.mk>

Modified: head/deskutils/moregroupware/pkg-plist
==============================================================================
--- head/deskutils/moregroupware/pkg-plist	Thu May 15 18:40:10 2014	(r354164)
+++ head/deskutils/moregroupware/pkg-plist	Thu May 15 18:41:24 2014	(r354165)
@@ -1,3809 +1,3809 @@
-www/moregroupware/ChangeLog
-www/moregroupware/INSTALL
-www/moregroupware/docs/LICENSE
-www/moregroupware/docs/NEWS-0.6.5
-www/moregroupware/docs/NEWS-0.6.6
-www/moregroupware/docs/NEWS-0.6.7
-www/moregroupware/docs/NEWS-0.6.8
-www/moregroupware/docs/NEWS-0.6.9
-www/moregroupware/docs/NEWS-0.7.0
-www/moregroupware/docs/NEWS-0.7.1
-www/moregroupware/docs/NEWS-0.7.2
-www/moregroupware/docs/NEWS-0.7.3
-www/moregroupware/docs/NEWS-0.7.4
-www/moregroupware/docs/TODO
-www/moregroupware/include/Auth/http.inc.php
-www/moregroupware/include/Auth/ldap.inc.php
-www/moregroupware/include/Auth/sql.inc.php
-www/moregroupware/include/adodb/adodb-active-record.inc.php
-www/moregroupware/include/adodb/adodb-csvlib.inc.php
-www/moregroupware/include/adodb/adodb-datadict.inc.php
-www/moregroupware/include/adodb/adodb-error.inc.php
-www/moregroupware/include/adodb/adodb-errorhandler.inc.php
-www/moregroupware/include/adodb/adodb-errorpear.inc.php
-www/moregroupware/include/adodb/adodb-exceptions.inc.php
-www/moregroupware/include/adodb/adodb-iterator.inc.php
-www/moregroupware/include/adodb/adodb-lib.inc.php
-www/moregroupware/include/adodb/adodb-pager.inc.php
-www/moregroupware/include/adodb/adodb-pear.inc.php
-www/moregroupware/include/adodb/adodb-perf.inc.php
-www/moregroupware/include/adodb/adodb-php4.inc.php
-www/moregroupware/include/adodb/adodb-time.inc.php
-www/moregroupware/include/adodb/adodb-xmlschema.inc.php
-www/moregroupware/include/adodb/adodb-xmlschema03.inc.php
-www/moregroupware/include/adodb/adodb.inc.php
-www/moregroupware/include/adodb/datadict/datadict-access.inc.php
-www/moregroupware/include/adodb/datadict/datadict-db2.inc.php
-www/moregroupware/include/adodb/datadict/datadict-firebird.inc.php
-www/moregroupware/include/adodb/datadict/datadict-generic.inc.php
-www/moregroupware/include/adodb/datadict/datadict-ibase.inc.php
-www/moregroupware/include/adodb/datadict/datadict-informix.inc.php
-www/moregroupware/include/adodb/datadict/datadict-mssql.inc.php
-www/moregroupware/include/adodb/datadict/datadict-mysql.inc.php
-www/moregroupware/include/adodb/datadict/datadict-oci8.inc.php
-www/moregroupware/include/adodb/datadict/datadict-postgres.inc.php
-www/moregroupware/include/adodb/datadict/datadict-sapdb.inc.php
-www/moregroupware/include/adodb/datadict/datadict-sybase.inc.php
-www/moregroupware/include/adodb/drivers/adodb-access.inc.php
-www/moregroupware/include/adodb/drivers/adodb-ado.inc.php
-www/moregroupware/include/adodb/drivers/adodb-ado5.inc.php
-www/moregroupware/include/adodb/drivers/adodb-ado_access.inc.php
-www/moregroupware/include/adodb/drivers/adodb-ado_mssql.inc.php
-www/moregroupware/include/adodb/drivers/adodb-borland_ibase.inc.php
-www/moregroupware/include/adodb/drivers/adodb-csv.inc.php
-www/moregroupware/include/adodb/drivers/adodb-db2.inc.php
-www/moregroupware/include/adodb/drivers/adodb-fbsql.inc.php
-www/moregroupware/include/adodb/drivers/adodb-firebird.inc.php
-www/moregroupware/include/adodb/drivers/adodb-ibase.inc.php
-www/moregroupware/include/adodb/drivers/adodb-informix.inc.php
-www/moregroupware/include/adodb/drivers/adodb-informix72.inc.php
-www/moregroupware/include/adodb/drivers/adodb-ldap.inc.php
-www/moregroupware/include/adodb/drivers/adodb-mssql.inc.php
-www/moregroupware/include/adodb/drivers/adodb-mssqlpo.inc.php
-www/moregroupware/include/adodb/drivers/adodb-mysql.inc.php
-www/moregroupware/include/adodb/drivers/adodb-mysqli.inc.php
-www/moregroupware/include/adodb/drivers/adodb-mysqlt.inc.php
-www/moregroupware/include/adodb/drivers/adodb-netezza.inc.php
-www/moregroupware/include/adodb/drivers/adodb-oci8.inc.php
-www/moregroupware/include/adodb/drivers/adodb-oci805.inc.php
-www/moregroupware/include/adodb/drivers/adodb-oci8po.inc.php
-www/moregroupware/include/adodb/drivers/adodb-odbc.inc.php
-www/moregroupware/include/adodb/drivers/adodb-odbc_db2.inc.php
-www/moregroupware/include/adodb/drivers/adodb-odbc_mssql.inc.php
-www/moregroupware/include/adodb/drivers/adodb-odbc_oracle.inc.php
-www/moregroupware/include/adodb/drivers/adodb-odbtp.inc.php
-www/moregroupware/include/adodb/drivers/adodb-odbtp_unicode.inc.php
-www/moregroupware/include/adodb/drivers/adodb-oracle.inc.php
-www/moregroupware/include/adodb/drivers/adodb-pdo.inc.php
-www/moregroupware/include/adodb/drivers/adodb-pdo_mssql.inc.php
-www/moregroupware/include/adodb/drivers/adodb-pdo_mysql.inc.php
-www/moregroupware/include/adodb/drivers/adodb-pdo_oci.inc.php
-www/moregroupware/include/adodb/drivers/adodb-pdo_pgsql.inc.php
-www/moregroupware/include/adodb/drivers/adodb-postgres.inc.php
-www/moregroupware/include/adodb/drivers/adodb-postgres64.inc.php
-www/moregroupware/include/adodb/drivers/adodb-postgres7.inc.php
-www/moregroupware/include/adodb/drivers/adodb-postgres8.inc.php
-www/moregroupware/include/adodb/drivers/adodb-proxy.inc.php
-www/moregroupware/include/adodb/drivers/adodb-sapdb.inc.php
-www/moregroupware/include/adodb/drivers/adodb-sqlanywhere.inc.php
-www/moregroupware/include/adodb/drivers/adodb-sqlite.inc.php
-www/moregroupware/include/adodb/drivers/adodb-sqlitepo.inc.php
-www/moregroupware/include/adodb/drivers/adodb-sybase.inc.php
-www/moregroupware/include/adodb/drivers/adodb-sybase_ase.inc.php
-www/moregroupware/include/adodb/drivers/adodb-vfp.inc.php
-www/moregroupware/include/adodb/lang/adodb-ar.inc.php
-www/moregroupware/include/adodb/lang/adodb-bg.inc.php
-www/moregroupware/include/adodb/lang/adodb-bgutf8.inc.php
-www/moregroupware/include/adodb/lang/adodb-ca.inc.php
-www/moregroupware/include/adodb/lang/adodb-cn.inc.php
-www/moregroupware/include/adodb/lang/adodb-cz.inc.php
-www/moregroupware/include/adodb/lang/adodb-da.inc.php
-www/moregroupware/include/adodb/lang/adodb-de.inc.php
-www/moregroupware/include/adodb/lang/adodb-en.inc.php
-www/moregroupware/include/adodb/lang/adodb-es.inc.php
-www/moregroupware/include/adodb/lang/adodb-esperanto.inc.php
-www/moregroupware/include/adodb/lang/adodb-fr.inc.php
-www/moregroupware/include/adodb/lang/adodb-hu.inc.php
-www/moregroupware/include/adodb/lang/adodb-it.inc.php
-www/moregroupware/include/adodb/lang/adodb-nl.inc.php
-www/moregroupware/include/adodb/lang/adodb-pl.inc.php
-www/moregroupware/include/adodb/lang/adodb-pt-br.inc.php
-www/moregroupware/include/adodb/lang/adodb-ro.inc.php
-www/moregroupware/include/adodb/lang/adodb-ru1251.inc.php
-www/moregroupware/include/adodb/lang/adodb-sv.inc.php
-www/moregroupware/include/adodb/lang/adodb-uk1251.inc.php
-www/moregroupware/include/adodb/license.txt
-www/moregroupware/include/adodb/perf/perf-db2.inc.php
-www/moregroupware/include/adodb/perf/perf-informix.inc.php
-www/moregroupware/include/adodb/perf/perf-mssql.inc.php
-www/moregroupware/include/adodb/perf/perf-mysql.inc.php
-www/moregroupware/include/adodb/perf/perf-oci8.inc.php
-www/moregroupware/include/adodb/perf/perf-postgres.inc.php
-www/moregroupware/include/adodb/pivottable.inc.php
-www/moregroupware/include/adodb/rsfilter.inc.php
-www/moregroupware/include/adodb/session/adodb-compress-bzip2.php
-www/moregroupware/include/adodb/session/adodb-compress-gzip.php
-www/moregroupware/include/adodb/session/adodb-cryptsession.php
-www/moregroupware/include/adodb/session/adodb-encrypt-mcrypt.php
-www/moregroupware/include/adodb/session/adodb-encrypt-md5.php
-www/moregroupware/include/adodb/session/adodb-encrypt-secret.php
-www/moregroupware/include/adodb/session/adodb-encrypt-sha1.php
-www/moregroupware/include/adodb/session/adodb-session-clob.php
-www/moregroupware/include/adodb/session/adodb-session.php
-www/moregroupware/include/adodb/session/crypt.inc.php
-www/moregroupware/include/adodb/session/session_schema.xml
-www/moregroupware/include/adodb/toexport.inc.php
-www/moregroupware/include/adodb/tohtml.inc.php
-www/moregroupware/include/adodb/xmlschema.dtd
-www/moregroupware/include/adodb/xmlschema03.dtd
-www/moregroupware/include/adodb/xsl/convert-0.1-0.2.xsl
-www/moregroupware/include/adodb/xsl/convert-0.1-0.3.xsl
-www/moregroupware/include/adodb/xsl/convert-0.2-0.1.xsl
-www/moregroupware/include/adodb/xsl/convert-0.2-0.3.xsl
-www/moregroupware/include/adodb/xsl/remove-0.2.xsl
-www/moregroupware/include/adodb/xsl/remove-0.3.xsl
-www/moregroupware/include/appconfig.inc.php
-www/moregroupware/include/container.inc.php
-www/moregroupware/include/crypt.inc.php
-www/moregroupware/include/date.php
-www/moregroupware/include/datepick.php
-www/moregroupware/include/fonts/COPYRIGHT.TXT
-www/moregroupware/include/fonts/README.TXT
-www/moregroupware/include/fonts/RELEASENOTES.TXT
-www/moregroupware/include/fonts/Vera.ttf
-www/moregroupware/include/fonts/VeraBI.ttf
-www/moregroupware/include/fonts/VeraBd.ttf
-www/moregroupware/include/fonts/VeraIt.ttf
-www/moregroupware/include/fonts/VeraMoBI.ttf
-www/moregroupware/include/fonts/VeraMoBd.ttf
-www/moregroupware/include/fonts/VeraMoIt.ttf
-www/moregroupware/include/fonts/VeraMono.ttf
-www/moregroupware/include/fonts/VeraSe.ttf
-www/moregroupware/include/fonts/VeraSeBd.ttf
-www/moregroupware/include/fpdf/font/courier.php
-www/moregroupware/include/fpdf/font/helvetica.php
-www/moregroupware/include/fpdf/font/helveticab.php
-www/moregroupware/include/fpdf/font/helveticabi.php
-www/moregroupware/include/fpdf/font/helveticai.php
-www/moregroupware/include/fpdf/font/symbol.php
-www/moregroupware/include/fpdf/font/times.php
-www/moregroupware/include/fpdf/font/timesb.php
-www/moregroupware/include/fpdf/font/timesbi.php
-www/moregroupware/include/fpdf/font/timesi.php
-www/moregroupware/include/fpdf/font/zapfdingbats.php
-www/moregroupware/include/fpdf/fpdf.php
-www/moregroupware/include/jpgraph1/QPL.txt
-www/moregroupware/include/jpgraph1/VERSION
-www/moregroupware/include/jpgraph1/imgdata_balls.inc
-www/moregroupware/include/jpgraph1/imgdata_bevels.inc
-www/moregroupware/include/jpgraph1/imgdata_diamonds.inc
-www/moregroupware/include/jpgraph1/imgdata_pushpins.inc
-www/moregroupware/include/jpgraph1/imgdata_squares.inc
-www/moregroupware/include/jpgraph1/imgdata_stars.inc
-www/moregroupware/include/jpgraph1/jpg-config.inc
-www/moregroupware/include/jpgraph1/jpgraph.php
-www/moregroupware/include/jpgraph1/jpgraph_antispam-digits.php
-www/moregroupware/include/jpgraph1/jpgraph_antispam.php
-www/moregroupware/include/jpgraph1/jpgraph_bar.php
-www/moregroupware/include/jpgraph1/jpgraph_canvas.php
-www/moregroupware/include/jpgraph1/jpgraph_canvtools.php
-www/moregroupware/include/jpgraph1/jpgraph_date.php
-www/moregroupware/include/jpgraph1/jpgraph_error.php
-www/moregroupware/include/jpgraph1/jpgraph_gantt.php
-www/moregroupware/include/jpgraph1/jpgraph_gb2312.php
-www/moregroupware/include/jpgraph1/jpgraph_gradient.php
-www/moregroupware/include/jpgraph1/jpgraph_iconplot.php
-www/moregroupware/include/jpgraph1/jpgraph_imgtrans.php
-www/moregroupware/include/jpgraph1/jpgraph_line.php
-www/moregroupware/include/jpgraph1/jpgraph_log.php
-www/moregroupware/include/jpgraph1/jpgraph_pie.php
-www/moregroupware/include/jpgraph1/jpgraph_pie3d.php
-www/moregroupware/include/jpgraph1/jpgraph_plotband.php
-www/moregroupware/include/jpgraph1/jpgraph_plotmark.inc
-www/moregroupware/include/jpgraph1/jpgraph_polar.php
-www/moregroupware/include/jpgraph1/jpgraph_radar.php
-www/moregroupware/include/jpgraph1/jpgraph_regstat.php
-www/moregroupware/include/jpgraph1/jpgraph_scatter.php
-www/moregroupware/include/jpgraph1/jpgraph_stock.php
-www/moregroupware/include/jpgraph1/jpgraph_utils.inc
-www/moregroupware/include/jpgraph1/lang/en.inc.php
-www/moregroupware/include/jpgraph2/QPL.txt
-www/moregroupware/include/jpgraph2/VERSION
-www/moregroupware/include/jpgraph2/imgdata_balls.inc
-www/moregroupware/include/jpgraph2/imgdata_bevels.inc
-www/moregroupware/include/jpgraph2/imgdata_diamonds.inc
-www/moregroupware/include/jpgraph2/imgdata_pushpins.inc
-www/moregroupware/include/jpgraph2/imgdata_squares.inc
-www/moregroupware/include/jpgraph2/imgdata_stars.inc
-www/moregroupware/include/jpgraph2/jpg-config.inc.php
-www/moregroupware/include/jpgraph2/jpgraph.php
-www/moregroupware/include/jpgraph2/jpgraph_antispam-digits.php
-www/moregroupware/include/jpgraph2/jpgraph_antispam.php
-www/moregroupware/include/jpgraph2/jpgraph_bar.php
-www/moregroupware/include/jpgraph2/jpgraph_canvas.php
-www/moregroupware/include/jpgraph2/jpgraph_canvtools.php
-www/moregroupware/include/jpgraph2/jpgraph_date.php
-www/moregroupware/include/jpgraph2/jpgraph_error.php
-www/moregroupware/include/jpgraph2/jpgraph_gantt.php
-www/moregroupware/include/jpgraph2/jpgraph_gb2312.php
-www/moregroupware/include/jpgraph2/jpgraph_gradient.php
-www/moregroupware/include/jpgraph2/jpgraph_iconplot.php
-www/moregroupware/include/jpgraph2/jpgraph_imgtrans.php
-www/moregroupware/include/jpgraph2/jpgraph_line.php
-www/moregroupware/include/jpgraph2/jpgraph_log.php
-www/moregroupware/include/jpgraph2/jpgraph_pie.php
-www/moregroupware/include/jpgraph2/jpgraph_pie3d.php
-www/moregroupware/include/jpgraph2/jpgraph_plotband.php
-www/moregroupware/include/jpgraph2/jpgraph_plotmark.inc.php
-www/moregroupware/include/jpgraph2/jpgraph_polar.php
-www/moregroupware/include/jpgraph2/jpgraph_radar.php
-www/moregroupware/include/jpgraph2/jpgraph_regstat.php
-www/moregroupware/include/jpgraph2/jpgraph_scatter.php
-www/moregroupware/include/jpgraph2/jpgraph_stock.php
-www/moregroupware/include/jpgraph2/jpgraph_utils.inc.php
-www/moregroupware/include/jpgraph2/lang/en.inc.php
-www/moregroupware/include/lang.inc.php
-www/moregroupware/include/log.inc.php
-www/moregroupware/include/mSelectBox.class.php
-www/moregroupware/include/mgw.class.php
-www/moregroupware/include/module_exec.inc.php
-www/moregroupware/include/notify.inc.php
-www/moregroupware/include/pear/Date/Calc.php
-www/moregroupware/include/smarty/COPYING.lib
-www/moregroupware/include/smarty/Config_File.class.php
-www/moregroupware/include/smarty/Smarty.class.php
-www/moregroupware/include/smarty/Smarty_Compiler.class.php
-www/moregroupware/include/smarty/debug.tpl
-www/moregroupware/include/smarty/internals/core.assemble_plugin_filepath.php
-www/moregroupware/include/smarty/internals/core.assign_smarty_interface.php
-www/moregroupware/include/smarty/internals/core.create_dir_structure.php
-www/moregroupware/include/smarty/internals/core.display_debug_console.php
-www/moregroupware/include/smarty/internals/core.get_include_path.php
-www/moregroupware/include/smarty/internals/core.get_microtime.php
-www/moregroupware/include/smarty/internals/core.get_php_resource.php
-www/moregroupware/include/smarty/internals/core.is_secure.php
-www/moregroupware/include/smarty/internals/core.is_trusted.php
-www/moregroupware/include/smarty/internals/core.load_plugins.php
-www/moregroupware/include/smarty/internals/core.load_resource_plugin.php
-www/moregroupware/include/smarty/internals/core.process_cached_inserts.php
-www/moregroupware/include/smarty/internals/core.process_compiled_include.php
-www/moregroupware/include/smarty/internals/core.read_cache_file.php
-www/moregroupware/include/smarty/internals/core.rm_auto.php
-www/moregroupware/include/smarty/internals/core.rmdir.php
-www/moregroupware/include/smarty/internals/core.run_insert_handler.php
-www/moregroupware/include/smarty/internals/core.smarty_include_php.php
-www/moregroupware/include/smarty/internals/core.write_cache_file.php
-www/moregroupware/include/smarty/internals/core.write_compiled_include.php
-www/moregroupware/include/smarty/internals/core.write_compiled_resource.php
-www/moregroupware/include/smarty/internals/core.write_file.php
-www/moregroupware/include/smarty/plugins/block.textformat.php
-www/moregroupware/include/smarty/plugins/compiler.assign.php
-www/moregroupware/include/smarty/plugins/function.assign_debug_info.php
-www/moregroupware/include/smarty/plugins/function.config_load.php
-www/moregroupware/include/smarty/plugins/function.counter.php
-www/moregroupware/include/smarty/plugins/function.cycle.php
-www/moregroupware/include/smarty/plugins/function.debug.php
-www/moregroupware/include/smarty/plugins/function.eval.php
-www/moregroupware/include/smarty/plugins/function.fetch.php
-www/moregroupware/include/smarty/plugins/function.html_checkboxes.php
-www/moregroupware/include/smarty/plugins/function.html_image.php
-www/moregroupware/include/smarty/plugins/function.html_options.php
-www/moregroupware/include/smarty/plugins/function.html_radios.php
-www/moregroupware/include/smarty/plugins/function.html_select_date.php
-www/moregroupware/include/smarty/plugins/function.html_select_time.php
-www/moregroupware/include/smarty/plugins/function.html_table.php
-www/moregroupware/include/smarty/plugins/function.mailto.php
-www/moregroupware/include/smarty/plugins/function.math.php
-www/moregroupware/include/smarty/plugins/function.popup.php
-www/moregroupware/include/smarty/plugins/function.popup_init.php
-www/moregroupware/include/smarty/plugins/modifier.capitalize.php
-www/moregroupware/include/smarty/plugins/modifier.cat.php
-www/moregroupware/include/smarty/plugins/modifier.count_characters.php
-www/moregroupware/include/smarty/plugins/modifier.count_paragraphs.php
-www/moregroupware/include/smarty/plugins/modifier.count_sentences.php
-www/moregroupware/include/smarty/plugins/modifier.count_words.php
-www/moregroupware/include/smarty/plugins/modifier.date_format.php
-www/moregroupware/include/smarty/plugins/modifier.debug_print_var.php
-www/moregroupware/include/smarty/plugins/modifier.default.php
-www/moregroupware/include/smarty/plugins/modifier.escape.php
-www/moregroupware/include/smarty/plugins/modifier.indent.php
-www/moregroupware/include/smarty/plugins/modifier.lower.php
-www/moregroupware/include/smarty/plugins/modifier.nl2br.php
-www/moregroupware/include/smarty/plugins/modifier.regex_replace.php
-www/moregroupware/include/smarty/plugins/modifier.replace.php
-www/moregroupware/include/smarty/plugins/modifier.spacify.php
-www/moregroupware/include/smarty/plugins/modifier.string_format.php
-www/moregroupware/include/smarty/plugins/modifier.strip.php
-www/moregroupware/include/smarty/plugins/modifier.strip_tags.php
-www/moregroupware/include/smarty/plugins/modifier.truncate.php
-www/moregroupware/include/smarty/plugins/modifier.upper.php
-www/moregroupware/include/smarty/plugins/modifier.wordwrap.php
-www/moregroupware/include/smarty/plugins/outputfilter.trimwhitespace.php
-www/moregroupware/include/smarty/plugins/shared.escape_special_chars.php
-www/moregroupware/include/smarty/plugins/shared.make_timestamp.php
-www/moregroupware/include/smarty_plugins.php
-www/moregroupware/include/tar/tar.class.php
-www/moregroupware/include/userfunc.inc.php
-www/moregroupware/include/vcard/Contact_Vcard_Parse.php
-www/moregroupware/include/vcard/mgw_Contact_Vcard_Parse.php
-www/moregroupware/include/vcard/vcard.php
-www/moregroupware/include/vcard/vcard_adr.php
-www/moregroupware/include/vcard/vcard_email.php
-www/moregroupware/include/vcard/vcard_tel.php
-www/moregroupware/include/version.inc.php
-www/moregroupware/index.php
-www/moregroupware/index_ntlm.php
-www/moregroupware/log.php
-www/moregroupware/modules/admin/definition2.xml
-www/moregroupware/modules/admin/groupmanager.php
-www/moregroupware/modules/admin/inc/SystemTools.class.php
-www/moregroupware/modules/admin/inc/admin_func.inc.php
-www/moregroupware/modules/admin/inc/rights.inc.php
-www/moregroupware/modules/admin/lang/admin.bg.lang
-www/moregroupware/modules/admin/lang/admin.cs.lang
-www/moregroupware/modules/admin/lang/admin.da.lang
-www/moregroupware/modules/admin/lang/admin.de.lang
-www/moregroupware/modules/admin/lang/admin.en.lang
-www/moregroupware/modules/admin/lang/admin.es.lang
-www/moregroupware/modules/admin/lang/admin.fi.lang
-www/moregroupware/modules/admin/lang/admin.fr.lang
-www/moregroupware/modules/admin/lang/admin.hu.lang
-www/moregroupware/modules/admin/lang/admin.it.lang
-www/moregroupware/modules/admin/lang/admin.ja.lang
-www/moregroupware/modules/admin/lang/admin.lt.lang
-www/moregroupware/modules/admin/lang/admin.nb.lang
-www/moregroupware/modules/admin/lang/admin.nl.lang
-www/moregroupware/modules/admin/lang/admin.pt_br.lang
-www/moregroupware/modules/admin/lang/admin.pt_pt.lang
-www/moregroupware/modules/admin/lang/admin.ro.lang
-www/moregroupware/modules/admin/lang/admin.ru.lang
-www/moregroupware/modules/admin/lang/admin.sk.lang
-www/moregroupware/modules/admin/lang/admin.tr.lang
-www/moregroupware/modules/admin/lang/admin.vi.lang
-www/moregroupware/modules/admin/lang/admin.zh_cn.lang
-www/moregroupware/modules/admin/lang/admin.zh_tw.lang
-www/moregroupware/modules/admin/modulemanager.php
-www/moregroupware/modules/admin/occupationmanager.php
-www/moregroupware/modules/admin/system.php
-www/moregroupware/modules/admin/templates/default/html/groupmanager_addrem.tpl
-www/moregroupware/modules/admin/templates/default/html/groupmanager_edit.tpl
-www/moregroupware/modules/admin/templates/default/html/groupmanager_list.tpl
-www/moregroupware/modules/admin/templates/default/html/modulemanager_delete.tpl
-www/moregroupware/modules/admin/templates/default/html/modulemanager_list.tpl
-www/moregroupware/modules/admin/templates/default/html/occupationmanager_edit.tpl
-www/moregroupware/modules/admin/templates/default/html/occupationmanager_list.tpl
-www/moregroupware/modules/admin/templates/default/html/system.tpl
-www/moregroupware/modules/admin/templates/default/html/system_seqcheck.tpl
-www/moregroupware/modules/admin/templates/default/html/system_sysconfedit.tpl
-www/moregroupware/modules/admin/templates/default/html/system_sysinfo.tpl
-www/moregroupware/modules/admin/templates/default/html/usermanager_batch.tpl
-www/moregroupware/modules/admin/templates/default/html/usermanager_edit.tpl
-www/moregroupware/modules/admin/templates/default/html/usermanager_list.tpl
-www/moregroupware/modules/admin/templates/default/html/workplacemanager_edit.tpl
-www/moregroupware/modules/admin/templates/default/html/workplacemanager_list.tpl
-www/moregroupware/modules/admin/templates/default/media/deleteuser_0.gif
-www/moregroupware/modules/admin/templates/default/media/deleteuser_1.gif
-www/moregroupware/modules/admin/templates/default/media/edituser_0.gif
-www/moregroupware/modules/admin/templates/default/media/edituser_1.gif
-www/moregroupware/modules/admin/templates/default/media/user_0.gif
-www/moregroupware/modules/admin/templates/default/media/user_1.gif
-www/moregroupware/modules/admin/templates/default/media/userdetails_0.gif
-www/moregroupware/modules/admin/templates/default/media/userdetails_1.gif
-www/moregroupware/modules/admin/templates/default/media/users_0.gif
-www/moregroupware/modules/admin/templates/default/media/users_1.gif
-www/moregroupware/modules/admin/usermanager.php
-www/moregroupware/modules/admin/workplacemanager.php
-www/moregroupware/modules/admin2/LICENSE
-www/moregroupware/modules/admin2/definition2.xml
-www/moregroupware/modules/admin2/inc/admin2_func.inc.php
-www/moregroupware/modules/admin2/inc/rights.inc.php
-www/moregroupware/modules/admin2/index.php
-www/moregroupware/modules/admin2/lang/admin2.bg.lang
-www/moregroupware/modules/admin2/lang/admin2.cs.lang
-www/moregroupware/modules/admin2/lang/admin2.da.lang
-www/moregroupware/modules/admin2/lang/admin2.de.lang
-www/moregroupware/modules/admin2/lang/admin2.en.lang
-www/moregroupware/modules/admin2/lang/admin2.es.lang
-www/moregroupware/modules/admin2/lang/admin2.fi.lang
-www/moregroupware/modules/admin2/lang/admin2.fr.lang
-www/moregroupware/modules/admin2/lang/admin2.hu.lang
-www/moregroupware/modules/admin2/lang/admin2.it.lang
-www/moregroupware/modules/admin2/lang/admin2.ja.lang
-www/moregroupware/modules/admin2/lang/admin2.lt.lang
-www/moregroupware/modules/admin2/lang/admin2.nb.lang
-www/moregroupware/modules/admin2/lang/admin2.nl.lang
-www/moregroupware/modules/admin2/lang/admin2.pt_br.lang
-www/moregroupware/modules/admin2/lang/admin2.pt_pt.lang
-www/moregroupware/modules/admin2/lang/admin2.ro.lang
-www/moregroupware/modules/admin2/lang/admin2.ru.lang
-www/moregroupware/modules/admin2/lang/admin2.sk.lang
-www/moregroupware/modules/admin2/lang/admin2.tr.lang
-www/moregroupware/modules/admin2/lang/admin2.vi.lang
-www/moregroupware/modules/admin2/lang/admin2.zh_cn.lang
-www/moregroupware/modules/admin2/lang/admin2.zh_tw.lang
-www/moregroupware/modules/admin2/main.php
-www/moregroupware/modules/admin2/templates/default/css/tree.css
-www/moregroupware/modules/admin2/templates/default/html/admin2_index.tpl
-www/moregroupware/modules/admin2/templates/default/html/admin2_main.tpl
-www/moregroupware/modules/admin2/templates/default/html/admin2_tree.tpl
-www/moregroupware/modules/admin2/templates/default/media/background2.gif
-www/moregroupware/modules/admin2/templates/default/media/edit.gif
-www/moregroupware/modules/admin2/templates/default/tree/diffDoc.gif
-www/moregroupware/modules/admin2/templates/default/tree/draftfolderclosed.gif
-www/moregroupware/modules/admin2/templates/default/tree/draftfolderopen.gif
-www/moregroupware/modules/admin2/templates/default/tree/draftsfolderclosed.gif
-www/moregroupware/modules/admin2/templates/default/tree/draftsfolderopen.gif
-www/moregroupware/modules/admin2/templates/default/tree/ftiens4.js
-www/moregroupware/modules/admin2/templates/default/tree/ftv2blank.gif
-www/moregroupware/modules/admin2/templates/default/tree/ftv2doc.gif
-www/moregroupware/modules/admin2/templates/default/tree/ftv2folderclosed.gif
-www/moregroupware/modules/admin2/templates/default/tree/ftv2folderopen-2.gif
-www/moregroupware/modules/admin2/templates/default/tree/ftv2folderopen.gif
-www/moregroupware/modules/admin2/templates/default/tree/ftv2lastnode.gif
-www/moregroupware/modules/admin2/templates/default/tree/ftv2link.gif
-www/moregroupware/modules/admin2/templates/default/tree/ftv2mlastnode.gif
-www/moregroupware/modules/admin2/templates/default/tree/ftv2mnode.gif
-www/moregroupware/modules/admin2/templates/default/tree/ftv2node.gif
-www/moregroupware/modules/admin2/templates/default/tree/ftv2plastnode.gif
-www/moregroupware/modules/admin2/templates/default/tree/ftv2pnode.gif
-www/moregroupware/modules/admin2/templates/default/tree/ftv2vertline.gif
-www/moregroupware/modules/admin2/templates/default/tree/inboxfolderclosed.gif
-www/moregroupware/modules/admin2/templates/default/tree/inboxfolderopen.gif
-www/moregroupware/modules/admin2/templates/default/tree/publicfolderclosed.gif
-www/moregroupware/modules/admin2/templates/default/tree/sentfolderclosed.gif
-www/moregroupware/modules/admin2/templates/default/tree/sentfolderopen.gif
-www/moregroupware/modules/admin2/templates/default/tree/trashfolderclosed.gif
-www/moregroupware/modules/admin2/templates/default/tree/trashfolderopen.gif
-www/moregroupware/modules/admin2/templates/default/tree/ua.js
-www/moregroupware/modules/admin2/templates/default/tree/userfolderclosed.gif
-www/moregroupware/modules/admin2/tree.php
-www/moregroupware/modules/admin3/debug.php
-www/moregroupware/modules/admin3/definition2.xml
-www/moregroupware/modules/admin3/doc/README
-www/moregroupware/modules/admin3/inc/general.inc.php
-www/moregroupware/modules/admin3/inc/modrights.inc.php
-www/moregroupware/modules/admin3/inc/rights.inc.php
-www/moregroupware/modules/admin3/inc/smenu.php
-www/moregroupware/modules/admin3/index.php
-www/moregroupware/modules/admin3/lang/admin3.en.lang
-www/moregroupware/modules/admin3/lang/admin3.es.lang
-www/moregroupware/modules/admin3/lang/admin3.ja.lang
-www/moregroupware/modules/admin3/lang/admin3.ru.lang
-www/moregroupware/modules/admin3/templates/default/html/overview.tpl
-www/moregroupware/modules/calendar/calendar_all.php
-www/moregroupware/modules/calendar/choose_week.php
-www/moregroupware/modules/calendar/collisions.php
-www/moregroupware/modules/calendar/definition2.xml
-www/moregroupware/modules/calendar/details.php
-www/moregroupware/modules/calendar/inc/calendar_func.inc.php
-www/moregroupware/modules/calendar/inc/date_lang.inc.php
-www/moregroupware/modules/calendar/inc/date_lang.infos.html
-www/moregroupware/modules/calendar/inc/date_lang.php
-www/moregroupware/modules/calendar/inc/dayview.inc.php
-www/moregroupware/modules/calendar/inc/holidays.at.inc.php
-www/moregroupware/modules/calendar/inc/holidays.br.inc.php
-www/moregroupware/modules/calendar/inc/holidays.ca.inc.php
-www/moregroupware/modules/calendar/inc/holidays.ch.inc.php
-www/moregroupware/modules/calendar/inc/holidays.cs.inc.php
-www/moregroupware/modules/calendar/inc/holidays.de.inc.php
-www/moregroupware/modules/calendar/inc/holidays.fr.inc.php
-www/moregroupware/modules/calendar/inc/holidays.nl.inc.php
-www/moregroupware/modules/calendar/inc/holidays.no.inc.php
-www/moregroupware/modules/calendar/inc/holidays.none.inc.php
-www/moregroupware/modules/calendar/inc/holidays.nz.inc.php
-www/moregroupware/modules/calendar/inc/holidays.ru.inc.php
-www/moregroupware/modules/calendar/inc/holidays.us.inc.php
-www/moregroupware/modules/calendar/inc/holidays.za.inc.php
-www/moregroupware/modules/calendar/inc/overview.inc.php
-www/moregroupware/modules/calendar/inc/rights.inc.php
-www/moregroupware/modules/calendar/inc/settings.inc.php
-www/moregroupware/modules/calendar/inc/smenu.php
-www/moregroupware/modules/calendar/inc/user_list.inc.php
-www/moregroupware/modules/calendar/index.php
-www/moregroupware/modules/calendar/js/appointment_alert.js
-www/moregroupware/modules/calendar/lang/calendar.bg.lang
-www/moregroupware/modules/calendar/lang/calendar.cs.lang
-www/moregroupware/modules/calendar/lang/calendar.da.lang
-www/moregroupware/modules/calendar/lang/calendar.de.lang
-www/moregroupware/modules/calendar/lang/calendar.en.lang
-www/moregroupware/modules/calendar/lang/calendar.es.lang
-www/moregroupware/modules/calendar/lang/calendar.fi.lang
-www/moregroupware/modules/calendar/lang/calendar.fr.lang
-www/moregroupware/modules/calendar/lang/calendar.hu.lang
-www/moregroupware/modules/calendar/lang/calendar.it.lang
-www/moregroupware/modules/calendar/lang/calendar.ja.lang
-www/moregroupware/modules/calendar/lang/calendar.lt.lang
-www/moregroupware/modules/calendar/lang/calendar.nb.lang
-www/moregroupware/modules/calendar/lang/calendar.nl.lang
-www/moregroupware/modules/calendar/lang/calendar.pt_br.lang
-www/moregroupware/modules/calendar/lang/calendar.pt_pt.lang
-www/moregroupware/modules/calendar/lang/calendar.ru.lang
-www/moregroupware/modules/calendar/lang/calendar.sk.lang
-www/moregroupware/modules/calendar/lang/calendar.tr.lang
-www/moregroupware/modules/calendar/lang/calendar.vi.lang
-www/moregroupware/modules/calendar/lang/calendar.zh_cn.lang
-www/moregroupware/modules/calendar/lang/calendar.zh_tw.lang
-www/moregroupware/modules/calendar/lang/date.bg.lang
-www/moregroupware/modules/calendar/lang/date.cs.lang
-www/moregroupware/modules/calendar/lang/date.da.lang
-www/moregroupware/modules/calendar/lang/date.de.lang
-www/moregroupware/modules/calendar/lang/date.es.lang
-www/moregroupware/modules/calendar/lang/date.fi.lang
-www/moregroupware/modules/calendar/lang/date.fr.lang
-www/moregroupware/modules/calendar/lang/date.hu.lang
-www/moregroupware/modules/calendar/lang/date.it.lang
-www/moregroupware/modules/calendar/lang/date.ja.lang
-www/moregroupware/modules/calendar/lang/date.nb.lang
-www/moregroupware/modules/calendar/lang/date.nl.lang
-www/moregroupware/modules/calendar/lang/date.pt_br.lang
-www/moregroupware/modules/calendar/lang/date.pt_pt.lang
-www/moregroupware/modules/calendar/lang/date.ru.lang
-www/moregroupware/modules/calendar/lang/date.sk.lang
-www/moregroupware/modules/calendar/lang/date.tr.lang
-www/moregroupware/modules/calendar/lang/date.vi.lang
-www/moregroupware/modules/calendar/lang/date.zh_cn.lang
-www/moregroupware/modules/calendar/lang/date.zh_tw.lang
-www/moregroupware/modules/calendar/month.php
-www/moregroupware/modules/calendar/rights_manage.php
-www/moregroupware/modules/calendar/setup/install.php
-www/moregroupware/modules/calendar/setup/update_pre.php
-www/moregroupware/modules/calendar/subj_followup.php
-www/moregroupware/modules/calendar/templates/default/html/_actual_calendar_owner.tpl
-www/moregroupware/modules/calendar/templates/default/html/_cal_contentheader.tpl
-www/moregroupware/modules/calendar/templates/default/html/_calendar_all_h.tpl
-www/moregroupware/modules/calendar/templates/default/html/_calendar_appt_type_legend.tpl
-www/moregroupware/modules/calendar/templates/default/html/_calendar_day_row.tpl
-www/moregroupware/modules/calendar/templates/default/html/_calendar_month_h.tpl
-www/moregroupware/modules/calendar/templates/default/html/_calendar_month_row.tpl
-www/moregroupware/modules/calendar/templates/default/html/_calendar_subj_followup_row.tpl
-www/moregroupware/modules/calendar/templates/default/html/_calendar_week_h.tpl
-www/moregroupware/modules/calendar/templates/default/html/_calendar_week_h_a5.tpl
-www/moregroupware/modules/calendar/templates/default/html/_calendar_week_row.tpl
-www/moregroupware/modules/calendar/templates/default/html/_calendar_week_row_a5.tpl
-www/moregroupware/modules/calendar/templates/default/html/_header_print.tpl
-www/moregroupware/modules/calendar/templates/default/html/_select_calendar_multiple_owners.tpl
-www/moregroupware/modules/calendar/templates/default/html/_select_calendar_owner.tpl
-www/moregroupware/modules/calendar/templates/default/html/_th8_cal.tpl
-www/moregroupware/modules/calendar/templates/default/html/_th9_subj_followup.tpl
-www/moregroupware/modules/calendar/templates/default/html/availability_legend.tpl
-www/moregroupware/modules/calendar/templates/default/html/calendar_all.tpl
-www/moregroupware/modules/calendar/templates/default/html/calendar_choose_avail.tpl
-www/moregroupware/modules/calendar/templates/default/html/calendar_date_conflict.tpl
-www/moregroupware/modules/calendar/templates/default/html/calendar_date_delete.tpl
-www/moregroupware/modules/calendar/templates/default/html/calendar_date_details.tpl
-www/moregroupware/modules/calendar/templates/default/html/calendar_date_edit.tpl
-www/moregroupware/modules/calendar/templates/default/html/calendar_date_edit_v2.tpl
-www/moregroupware/modules/calendar/templates/default/html/calendar_dateserie_edit.tpl
-www/moregroupware/modules/calendar/templates/default/html/calendar_day.tpl
-www/moregroupware/modules/calendar/templates/default/html/calendar_legend.tpl
-www/moregroupware/modules/calendar/templates/default/html/calendar_month.tpl
-www/moregroupware/modules/calendar/templates/default/html/calendar_overview.tpl
-www/moregroupware/modules/calendar/templates/default/html/calendar_rights_manage.tpl
-www/moregroupware/modules/calendar/templates/default/html/calendar_select_date.tpl
-www/moregroupware/modules/calendar/templates/default/html/calendar_subj_followup.tpl
-www/moregroupware/modules/calendar/templates/default/html/calendar_view_avail.tpl
-www/moregroupware/modules/calendar/templates/default/html/calendar_week.tpl
-www/moregroupware/modules/calendar/templates/default/html/calendar_week_a5.tpl
-www/moregroupware/modules/calendar/templates/default/html/choose_week.tpl
-www/moregroupware/modules/calendar/templates/default/html/collision2.tpl
-www/moregroupware/modules/calendar/templates/default/html/holiday_list.tpl
-www/moregroupware/modules/calendar/templates/default/html/jump_to.tpl
-www/moregroupware/modules/calendar/templates/default/html/part_list.tpl
-www/moregroupware/modules/calendar/templates/default/js/overdiv_style.js
-www/moregroupware/modules/calendar/templates/default/media/abort.png
-www/moregroupware/modules/calendar/templates/default/media/avail.png
-www/moregroupware/modules/calendar/templates/default/media/black.gif
-www/moregroupware/modules/calendar/templates/default/media/cal_mini.gif
-www/moregroupware/modules/calendar/templates/default/media/editserial.png
-www/moregroupware/modules/calendar/templates/default/media/not_avail.png
-www/moregroupware/modules/calendar/templates/default/media/part.png
-www/moregroupware/modules/calendar/templates/default/media/print_2.png
-www/moregroupware/modules/calendar/templates/default/media/private.png
-www/moregroupware/modules/calendar/templates/default/media/validate.png
-www/moregroupware/modules/calendar/templates/default/media/validateforall.png
-www/moregroupware/modules/calendar/templates/default/media/vcal.png
-www/moregroupware/modules/calendar/templates/default/wml/calendar_day.tpl
-www/moregroupware/modules/calendar/templates/default/wml/calendar_week.tpl
-www/moregroupware/modules/calendar/urlaub.php
-www/moregroupware/modules/calendar/view_avail.php
-www/moregroupware/modules/calendar/week.php
-www/moregroupware/modules/calendar/week_a5.php
-www/moregroupware/modules/contact/definition2.xml
-www/moregroupware/modules/contact/inc/company.class.php
-www/moregroupware/modules/contact/inc/contact.class.php
-www/moregroupware/modules/contact/inc/contact_func.inc.php
-www/moregroupware/modules/contact/inc/contactgroup.class.php
-www/moregroupware/modules/contact/inc/crm.class.php
-www/moregroupware/modules/contact/inc/index_basic.php
-www/moregroupware/modules/contact/inc/pdf.class.php
-www/moregroupware/modules/contact/inc/rights.inc.php
-www/moregroupware/modules/contact/inc/settings.inc.php
-www/moregroupware/modules/contact/inc/smenu.php
-www/moregroupware/modules/contact/index.php
-www/moregroupware/modules/contact/lang/contact.bg.lang
-www/moregroupware/modules/contact/lang/contact.cs.lang
-www/moregroupware/modules/contact/lang/contact.da.lang
-www/moregroupware/modules/contact/lang/contact.de.lang
-www/moregroupware/modules/contact/lang/contact.en.lang
-www/moregroupware/modules/contact/lang/contact.es.lang
-www/moregroupware/modules/contact/lang/contact.fi.lang
-www/moregroupware/modules/contact/lang/contact.fr.lang
-www/moregroupware/modules/contact/lang/contact.hu.lang
-www/moregroupware/modules/contact/lang/contact.it.lang
-www/moregroupware/modules/contact/lang/contact.ja.lang
-www/moregroupware/modules/contact/lang/contact.lt.lang
-www/moregroupware/modules/contact/lang/contact.nb.lang
-www/moregroupware/modules/contact/lang/contact.nl.lang
-www/moregroupware/modules/contact/lang/contact.pt_br.lang
-www/moregroupware/modules/contact/lang/contact.pt_pt.lang
-www/moregroupware/modules/contact/lang/contact.ro.lang
-www/moregroupware/modules/contact/lang/contact.ru.lang
-www/moregroupware/modules/contact/lang/contact.sk.lang
-www/moregroupware/modules/contact/lang/contact.tr.lang
-www/moregroupware/modules/contact/lang/contact.vi.lang
-www/moregroupware/modules/contact/lang/contact.zh_cn.lang
-www/moregroupware/modules/contact/lang/contact.zh_tw.lang
-www/moregroupware/modules/contact/norefer.php
-www/moregroupware/modules/contact/setup/sample.en.sql
-www/moregroupware/modules/contact/setup/sample.ja.sql
-www/moregroupware/modules/contact/templates/default/html/contact_comp_details.tpl
-www/moregroupware/modules/contact/templates/default/html/contact_comp_edit.tpl
-www/moregroupware/modules/contact/templates/default/html/contact_comp_list.tpl
-www/moregroupware/modules/contact/templates/default/html/contact_crm_detail_list.tpl
-www/moregroupware/modules/contact/templates/default/html/contact_crm_details.tpl
-www/moregroupware/modules/contact/templates/default/html/contact_crm_edit.tpl
-www/moregroupware/modules/contact/templates/default/html/contact_crm_list.tpl
-www/moregroupware/modules/contact/templates/default/html/contact_details.tpl
-www/moregroupware/modules/contact/templates/default/html/contact_edit.tpl
-www/moregroupware/modules/contact/templates/default/html/contact_groups_details.tpl
-www/moregroupware/modules/contact/templates/default/html/contact_groups_edit.tpl
-www/moregroupware/modules/contact/templates/default/html/contact_groups_list.tpl
-www/moregroupware/modules/contact/templates/default/html/contact_list.tpl
-www/moregroupware/modules/contact/templates/default/html/contact_pdfexport.tpl
-www/moregroupware/modules/contact/templates/default/html/contact_vi.tpl
-www/moregroupware/modules/contact/templates/default/js/overdiv_style.js
-www/moregroupware/modules/contact/templates/default/media/aquirehistory_0.gif
-www/moregroupware/modules/contact/templates/default/media/aquirehistory_1.gif
-www/moregroupware/modules/contact/templates/default/media/contacts_0.gif
-www/moregroupware/modules/contact/templates/default/media/contacts_1.gif
-www/moregroupware/modules/contact/templates/default/media/dialer.swf
-www/moregroupware/modules/contact/templates/default/media/mgw_logo.png
-www/moregroupware/modules/contact/templates/default/media/module.css
-www/moregroupware/modules/contact/templates/default/wml/contact_details.tpl
-www/moregroupware/modules/contact/templates/default/wml/contact_list.tpl
-www/moregroupware/modules/general/definition2.xml
-www/moregroupware/modules/general/diagnostics.php
-www/moregroupware/modules/general/inc/rights.inc.php
-www/moregroupware/modules/general/inc/settings.inc.php
-www/moregroupware/modules/general/lang/_footer.bg.lang
-www/moregroupware/modules/general/lang/_footer.cs.lang
-www/moregroupware/modules/general/lang/_footer.da.lang
-www/moregroupware/modules/general/lang/_footer.de.lang
-www/moregroupware/modules/general/lang/_footer.en.lang
-www/moregroupware/modules/general/lang/_footer.es.lang
-www/moregroupware/modules/general/lang/_footer.fi.lang
-www/moregroupware/modules/general/lang/_footer.fr.lang
-www/moregroupware/modules/general/lang/_footer.hu.lang
-www/moregroupware/modules/general/lang/_footer.it.lang
-www/moregroupware/modules/general/lang/_footer.ja.lang
-www/moregroupware/modules/general/lang/_footer.lt.lang
-www/moregroupware/modules/general/lang/_footer.nb.lang
-www/moregroupware/modules/general/lang/_footer.nl.lang
-www/moregroupware/modules/general/lang/_footer.pt_br.lang
-www/moregroupware/modules/general/lang/_footer.pt_pt.lang
-www/moregroupware/modules/general/lang/_footer.ro.lang
-www/moregroupware/modules/general/lang/_footer.ru.lang
-www/moregroupware/modules/general/lang/_footer.sk.lang
-www/moregroupware/modules/general/lang/_footer.tr.lang
-www/moregroupware/modules/general/lang/_footer.vi.lang
-www/moregroupware/modules/general/lang/_footer.zh_cn.lang
-www/moregroupware/modules/general/lang/_footer.zh_tw.lang
-www/moregroupware/modules/general/lang/_navi.bg.lang
-www/moregroupware/modules/general/lang/_navi.cs.lang
-www/moregroupware/modules/general/lang/_navi.da.lang
-www/moregroupware/modules/general/lang/_navi.de.lang
-www/moregroupware/modules/general/lang/_navi.en.lang
-www/moregroupware/modules/general/lang/_navi.es.lang
-www/moregroupware/modules/general/lang/_navi.fi.lang
-www/moregroupware/modules/general/lang/_navi.fr.lang
-www/moregroupware/modules/general/lang/_navi.hu.lang
-www/moregroupware/modules/general/lang/_navi.it.lang
-www/moregroupware/modules/general/lang/_navi.ja.lang
-www/moregroupware/modules/general/lang/_navi.lt.lang
-www/moregroupware/modules/general/lang/_navi.nb.lang
-www/moregroupware/modules/general/lang/_navi.nl.lang
-www/moregroupware/modules/general/lang/_navi.pt_br.lang
-www/moregroupware/modules/general/lang/_navi.pt_pt.lang
-www/moregroupware/modules/general/lang/_navi.ro.lang
-www/moregroupware/modules/general/lang/_navi.ru.lang
-www/moregroupware/modules/general/lang/_navi.sk.lang
-www/moregroupware/modules/general/lang/_navi.tr.lang
-www/moregroupware/modules/general/lang/_navi.vi.lang
-www/moregroupware/modules/general/lang/_navi.zh_cn.lang
-www/moregroupware/modules/general/lang/_navi.zh_tw.lang
-www/moregroupware/modules/general/lang/general.bg.lang
-www/moregroupware/modules/general/lang/general.cs.lang
-www/moregroupware/modules/general/lang/general.da.lang
-www/moregroupware/modules/general/lang/general.de.lang
-www/moregroupware/modules/general/lang/general.en.lang
-www/moregroupware/modules/general/lang/general.es.lang
-www/moregroupware/modules/general/lang/general.fi.lang
-www/moregroupware/modules/general/lang/general.fr.lang
-www/moregroupware/modules/general/lang/general.hu.lang
-www/moregroupware/modules/general/lang/general.it.lang
-www/moregroupware/modules/general/lang/general.ja.lang
-www/moregroupware/modules/general/lang/general.lt.lang
-www/moregroupware/modules/general/lang/general.nb.lang
-www/moregroupware/modules/general/lang/general.nl.lang
-www/moregroupware/modules/general/lang/general.pt_br.lang
-www/moregroupware/modules/general/lang/general.pt_pt.lang
-www/moregroupware/modules/general/lang/general.ro.lang
-www/moregroupware/modules/general/lang/general.ru.lang
-www/moregroupware/modules/general/lang/general.sk.lang
-www/moregroupware/modules/general/lang/general.tr.lang
-www/moregroupware/modules/general/lang/general.vi.lang
-www/moregroupware/modules/general/lang/general.zh_cn.lang
-www/moregroupware/modules/general/lang/general.zh_tw.lang
-www/moregroupware/modules/general/mim.php
-www/moregroupware/modules/general/mim_status.php
-www/moregroupware/modules/general/setup/install.php
-www/moregroupware/modules/general/setup/update_pre.php
-www/moregroupware/modules/general/templates/default/css/BlueSilverZyph.css
-www/moregroupware/modules/general/templates/default/css/BlueSilverZyph_Mozilla.css
-www/moregroupware/modules/general/templates/default/css/Morelogs_Silver.css
-www/moregroupware/modules/general/templates/default/css/Morelogs_Silver_Mozilla.css
-www/moregroupware/modules/general/templates/default/css/Ocean.css
-www/moregroupware/modules/general/templates/default/css/Ocean_Mozilla.css
-www/moregroupware/modules/general/templates/default/css/On_the_Beach.css
-www/moregroupware/modules/general/templates/default/css/On_the_Beach_Mozilla.css
-www/moregroupware/modules/general/templates/default/html/_contentheader.tpl
-www/moregroupware/modules/general/templates/default/html/_footer.tpl
-www/moregroupware/modules/general/templates/default/html/_footer_withoutname.tpl
-www/moregroupware/modules/general/templates/default/html/_header.tpl
-www/moregroupware/modules/general/templates/default/html/_img_png.tpl
-www/moregroupware/modules/general/templates/default/html/_navi.tpl
-www/moregroupware/modules/general/templates/default/html/_tfx.tpl
-www/moregroupware/modules/general/templates/default/html/_th3.tpl
-www/moregroupware/modules/general/templates/default/html/_th4.tpl
-www/moregroupware/modules/general/templates/default/html/_th5.tpl
-www/moregroupware/modules/general/templates/default/html/_th6.tpl
-www/moregroupware/modules/general/templates/default/html/_th7.tpl
-www/moregroupware/modules/general/templates/default/html/_th8.tpl
-www/moregroupware/modules/general/templates/default/html/_th9.tpl
-www/moregroupware/modules/general/templates/default/html/_tr3.tpl
-www/moregroupware/modules/general/templates/default/html/_tr4.tpl
-www/moregroupware/modules/general/templates/default/html/_tr4_2.tpl
-www/moregroupware/modules/general/templates/default/html/_tr5.tpl
-www/moregroupware/modules/general/templates/default/html/_tr5_2.tpl
-www/moregroupware/modules/general/templates/default/html/_tr5_conflict.tpl

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***


More information about the svn-ports-all mailing list