Index: head/deskutils/horde-mnemo/pkg-message =================================================================== --- head/deskutils/horde-mnemo/pkg-message (revision 112368) +++ head/deskutils/horde-mnemo/pkg-message (nonexistent) @@ -1,21 +0,0 @@ -************************************************************************ -Mnemo has been installed in %%MNEMODIR%% with your blank -configuration files. - -Horde and IMP must be configured; if not, see: -- %%PORTSDIR%%/www/horde2/pkg-message -- %%PORTSDIR%%/mail/imp3/pkg-message - -Then, you have to create the table mnemo_memos, from the SQL script -%%MNEMODIR%%/scripts/drivers/mnemo_memos.sql. -For example, if your database is MySQL, you may run -mysql --user=hordemgr --password=yourpass horde < mnemo_memos.sql -(If you run another database server, see - %%HORDEDIR%%/scripts/db/README - for more explanations.) - -Finally, you may have to tune the configuration files located in -%%CONFDIR%%/, specially the files conf.php. - -To protect your configuration files, you have to restart Apache. -************************************************************************ Property changes on: head/deskutils/horde-mnemo/pkg-message ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/deskutils/horde-mnemo/Makefile =================================================================== --- head/deskutils/horde-mnemo/Makefile (revision 112368) +++ head/deskutils/horde-mnemo/Makefile (revision 112369) @@ -1,86 +1,89 @@ # Ports collection makefile for: Mnemo # Date created: Sun May 19, 2002 # Whom: Thierry Thomas () # # $FreeBSD$ # PORTNAME= mnemo -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= deskutils www MASTER_SITES= ftp://ftp.horde.org/pub/mnemo/ \ ftp://ftp.planetmirror.com/pub/horde/mnemo/ \ ftp://ftp.au.horde.org/pub/horde/mnemo/ \ ftp://ftp.be.horde.org/mnemo/ \ ftp://ftp.es.horde.org/pub/mnemo/ \ - ftp://ftp.it.horde.org/pub/mirror/horde.org/mnemo/ \ ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/mnemo/ \ ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/mnemo/ \ http://ftp.horde.org/pub/mnemo/ -MAINTAINER= thierry@pompo.net +MAINTAINER= thierry@FreeBSD.org COMMENT= Mnemo is the Horde notes and memos application RUN_DEPENDS= ${LOCALBASE}/www/horde/imp/index.php:${PORTSDIR}/mail/imp3 NO_BUILD= yes USE_REINPLACE= yes REINPLACE_ARGS= -i.beforeMnemo PLIST_SUB= HORDEDIR=${LHORDEDIR} MNEMODIR=${LMNEMODIR} +PKGMESSAGE= ${WRKDIR}/pkg-message DOCS= LICENSE README docs/CHANGES docs/CREDITS docs/INSTALL \ docs/RELEASE_NOTES CONFFILE= conf.php menu.php prefs.php SUB_DIRS= config graphics lib locale po scripts templates util LHORDEDIR?= www/horde LMNEMODIR?= ${LHORDEDIR}/mnemo HORDEDIR= ${PREFIX}/${LHORDEDIR} MNEMODIR= ${PREFIX}/${LMNEMODIR} CONFDIR= ${MNEMODIR}/config HORDE_INC= ${LOCALBASE}/etc/horde post-patch: @${RM} ${WRKSRC}/config/conf.php.dist.orig do-install: @${MKDIR} ${MNEMODIR} .for REP in ${SUB_DIRS} @${CP} -Rp ${WRKSRC}/${REP} ${MNEMODIR} .endfor @${CP} -p ${WRKSRC}/*.php ${MNEMODIR} .for FILE in ${CONFFILE} @if [ ! -f ${CONFDIR}/${FILE} ]; then \ ${CP} ${CONFDIR}/${FILE}.dist ${CONFDIR}/${FILE} ; \ fi .endfor @${CHOWN} -R www:www ${MNEMODIR} @${CHMOD} -R o-rwx ${CONFDIR} @${CP} -p ${FILESDIR}/httpd.conf.mnemo ${HORDE_INC} @${REINPLACE_CMD} -e "s:/home/httpd/html/horde/mnemo:${MNEMODIR}:g" \ ${HORDE_INC}/httpd.conf.mnemo @${RM} ${HORDE_INC}/httpd.conf.mnemo.beforeMnemo @${CP} -p ${HORDEDIR}/config/registry.php \ ${HORDEDIR}/config/registry.php.beforeMnemo - @${REINPLACE_CMD} -e "s://UNCOMMENTWHENINSTMNEMO::" ${HORDEDIR}/config/registry.php + @${REINPLACE_CMD} -e "s://UNCOMMENTWHENINSTMNEMO::" \ + ${HORDEDIR}/config/registry.php @${CP} -p ${HORDEDIR}/config/registry.php \ ${HORDEDIR}/config/registry.php.afterMnemo .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for FILE in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif post-install: @${ECHO_MSG} @${SED} -e "s:%%MNEMODIR%%:${MNEMODIR}:g;s:%%PORTSDIR%%:${PORTSDIR}:g" \ - -e "s:%%CONFDIR%%:${CONFDIR}:g;s:%%HORDEDIR%%:${HORDEDIR}:" ${PKGMESSAGE} + -e "s:%%CONFDIR%%:${CONFDIR}:g;s:%%HORDEDIR%%:${HORDEDIR}:" \ + < ${FILESDIR}/pkg-message.in > ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .include Property changes on: head/deskutils/horde-mnemo/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/deskutils/horde-mnemo/distinfo =================================================================== --- head/deskutils/horde-mnemo/distinfo (revision 112368) +++ head/deskutils/horde-mnemo/distinfo (revision 112369) @@ -1,2 +1,2 @@ -MD5 (mnemo-1.1.1.tar.gz) = dab994b5c963b02050c6159271bf2eef -SIZE (mnemo-1.1.1.tar.gz) = 264897 +MD5 (mnemo-1.1.2.tar.gz) = 5712907caa5a755bb7564f0e5b970d88 +SIZE (mnemo-1.1.2.tar.gz) = 268416 Property changes on: head/deskutils/horde-mnemo/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/deskutils/horde-mnemo/files/pkg-message.in =================================================================== --- head/deskutils/horde-mnemo/files/pkg-message.in (nonexistent) +++ head/deskutils/horde-mnemo/files/pkg-message.in (revision 112369) @@ -0,0 +1,21 @@ +************************************************************************ +Mnemo has been installed in %%MNEMODIR%% with your blank +configuration files. + +Horde and IMP must be configured; if not, see: +- %%PORTSDIR%%/www/horde2/pkg-message +- %%PORTSDIR%%/mail/imp3/pkg-message + +Then, you have to create the table mnemo_memos, from the SQL script +%%MNEMODIR%%/scripts/drivers/mnemo_memos.sql. +For example, if your database is MySQL, you may run +mysql --user=hordemgr --password=yourpass horde < mnemo_memos.sql +(If you run another database server, see + %%HORDEDIR%%/scripts/db/README + for more explanations.) + +Finally, you may have to tune the configuration files located in +%%CONFDIR%%/, specially the files conf.php. + +To protect your configuration files, you have to restart Apache. +************************************************************************ Property changes on: head/deskutils/horde-mnemo/files/pkg-message.in ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/deskutils/horde4-mnemo/pkg-message =================================================================== --- head/deskutils/horde4-mnemo/pkg-message (revision 112368) +++ head/deskutils/horde4-mnemo/pkg-message (nonexistent) @@ -1,21 +0,0 @@ -************************************************************************ -Mnemo has been installed in %%MNEMODIR%% with your blank -configuration files. - -Horde and IMP must be configured; if not, see: -- %%PORTSDIR%%/www/horde2/pkg-message -- %%PORTSDIR%%/mail/imp3/pkg-message - -Then, you have to create the table mnemo_memos, from the SQL script -%%MNEMODIR%%/scripts/drivers/mnemo_memos.sql. -For example, if your database is MySQL, you may run -mysql --user=hordemgr --password=yourpass horde < mnemo_memos.sql -(If you run another database server, see - %%HORDEDIR%%/scripts/db/README - for more explanations.) - -Finally, you may have to tune the configuration files located in -%%CONFDIR%%/, specially the files conf.php. - -To protect your configuration files, you have to restart Apache. -************************************************************************ Property changes on: head/deskutils/horde4-mnemo/pkg-message ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/deskutils/horde4-mnemo/Makefile =================================================================== --- head/deskutils/horde4-mnemo/Makefile (revision 112368) +++ head/deskutils/horde4-mnemo/Makefile (revision 112369) @@ -1,86 +1,89 @@ # Ports collection makefile for: Mnemo # Date created: Sun May 19, 2002 # Whom: Thierry Thomas () # # $FreeBSD$ # PORTNAME= mnemo -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= deskutils www MASTER_SITES= ftp://ftp.horde.org/pub/mnemo/ \ ftp://ftp.planetmirror.com/pub/horde/mnemo/ \ ftp://ftp.au.horde.org/pub/horde/mnemo/ \ ftp://ftp.be.horde.org/mnemo/ \ ftp://ftp.es.horde.org/pub/mnemo/ \ - ftp://ftp.it.horde.org/pub/mirror/horde.org/mnemo/ \ ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/mnemo/ \ ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/mnemo/ \ http://ftp.horde.org/pub/mnemo/ -MAINTAINER= thierry@pompo.net +MAINTAINER= thierry@FreeBSD.org COMMENT= Mnemo is the Horde notes and memos application RUN_DEPENDS= ${LOCALBASE}/www/horde/imp/index.php:${PORTSDIR}/mail/imp3 NO_BUILD= yes USE_REINPLACE= yes REINPLACE_ARGS= -i.beforeMnemo PLIST_SUB= HORDEDIR=${LHORDEDIR} MNEMODIR=${LMNEMODIR} +PKGMESSAGE= ${WRKDIR}/pkg-message DOCS= LICENSE README docs/CHANGES docs/CREDITS docs/INSTALL \ docs/RELEASE_NOTES CONFFILE= conf.php menu.php prefs.php SUB_DIRS= config graphics lib locale po scripts templates util LHORDEDIR?= www/horde LMNEMODIR?= ${LHORDEDIR}/mnemo HORDEDIR= ${PREFIX}/${LHORDEDIR} MNEMODIR= ${PREFIX}/${LMNEMODIR} CONFDIR= ${MNEMODIR}/config HORDE_INC= ${LOCALBASE}/etc/horde post-patch: @${RM} ${WRKSRC}/config/conf.php.dist.orig do-install: @${MKDIR} ${MNEMODIR} .for REP in ${SUB_DIRS} @${CP} -Rp ${WRKSRC}/${REP} ${MNEMODIR} .endfor @${CP} -p ${WRKSRC}/*.php ${MNEMODIR} .for FILE in ${CONFFILE} @if [ ! -f ${CONFDIR}/${FILE} ]; then \ ${CP} ${CONFDIR}/${FILE}.dist ${CONFDIR}/${FILE} ; \ fi .endfor @${CHOWN} -R www:www ${MNEMODIR} @${CHMOD} -R o-rwx ${CONFDIR} @${CP} -p ${FILESDIR}/httpd.conf.mnemo ${HORDE_INC} @${REINPLACE_CMD} -e "s:/home/httpd/html/horde/mnemo:${MNEMODIR}:g" \ ${HORDE_INC}/httpd.conf.mnemo @${RM} ${HORDE_INC}/httpd.conf.mnemo.beforeMnemo @${CP} -p ${HORDEDIR}/config/registry.php \ ${HORDEDIR}/config/registry.php.beforeMnemo - @${REINPLACE_CMD} -e "s://UNCOMMENTWHENINSTMNEMO::" ${HORDEDIR}/config/registry.php + @${REINPLACE_CMD} -e "s://UNCOMMENTWHENINSTMNEMO::" \ + ${HORDEDIR}/config/registry.php @${CP} -p ${HORDEDIR}/config/registry.php \ ${HORDEDIR}/config/registry.php.afterMnemo .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for FILE in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif post-install: @${ECHO_MSG} @${SED} -e "s:%%MNEMODIR%%:${MNEMODIR}:g;s:%%PORTSDIR%%:${PORTSDIR}:g" \ - -e "s:%%CONFDIR%%:${CONFDIR}:g;s:%%HORDEDIR%%:${HORDEDIR}:" ${PKGMESSAGE} + -e "s:%%CONFDIR%%:${CONFDIR}:g;s:%%HORDEDIR%%:${HORDEDIR}:" \ + < ${FILESDIR}/pkg-message.in > ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .include Property changes on: head/deskutils/horde4-mnemo/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/deskutils/horde4-mnemo/distinfo =================================================================== --- head/deskutils/horde4-mnemo/distinfo (revision 112368) +++ head/deskutils/horde4-mnemo/distinfo (revision 112369) @@ -1,2 +1,2 @@ -MD5 (mnemo-1.1.1.tar.gz) = dab994b5c963b02050c6159271bf2eef -SIZE (mnemo-1.1.1.tar.gz) = 264897 +MD5 (mnemo-1.1.2.tar.gz) = 5712907caa5a755bb7564f0e5b970d88 +SIZE (mnemo-1.1.2.tar.gz) = 268416 Property changes on: head/deskutils/horde4-mnemo/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/deskutils/horde4-mnemo/files/pkg-message.in =================================================================== --- head/deskutils/horde4-mnemo/files/pkg-message.in (nonexistent) +++ head/deskutils/horde4-mnemo/files/pkg-message.in (revision 112369) @@ -0,0 +1,21 @@ +************************************************************************ +Mnemo has been installed in %%MNEMODIR%% with your blank +configuration files. + +Horde and IMP must be configured; if not, see: +- %%PORTSDIR%%/www/horde2/pkg-message +- %%PORTSDIR%%/mail/imp3/pkg-message + +Then, you have to create the table mnemo_memos, from the SQL script +%%MNEMODIR%%/scripts/drivers/mnemo_memos.sql. +For example, if your database is MySQL, you may run +mysql --user=hordemgr --password=yourpass horde < mnemo_memos.sql +(If you run another database server, see + %%HORDEDIR%%/scripts/db/README + for more explanations.) + +Finally, you may have to tune the configuration files located in +%%CONFDIR%%/, specially the files conf.php. + +To protect your configuration files, you have to restart Apache. +************************************************************************ Property changes on: head/deskutils/horde4-mnemo/files/pkg-message.in ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/deskutils/mnemo/pkg-message =================================================================== --- head/deskutils/mnemo/pkg-message (revision 112368) +++ head/deskutils/mnemo/pkg-message (nonexistent) @@ -1,21 +0,0 @@ -************************************************************************ -Mnemo has been installed in %%MNEMODIR%% with your blank -configuration files. - -Horde and IMP must be configured; if not, see: -- %%PORTSDIR%%/www/horde2/pkg-message -- %%PORTSDIR%%/mail/imp3/pkg-message - -Then, you have to create the table mnemo_memos, from the SQL script -%%MNEMODIR%%/scripts/drivers/mnemo_memos.sql. -For example, if your database is MySQL, you may run -mysql --user=hordemgr --password=yourpass horde < mnemo_memos.sql -(If you run another database server, see - %%HORDEDIR%%/scripts/db/README - for more explanations.) - -Finally, you may have to tune the configuration files located in -%%CONFDIR%%/, specially the files conf.php. - -To protect your configuration files, you have to restart Apache. -************************************************************************ Property changes on: head/deskutils/mnemo/pkg-message ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/deskutils/mnemo/Makefile =================================================================== --- head/deskutils/mnemo/Makefile (revision 112368) +++ head/deskutils/mnemo/Makefile (revision 112369) @@ -1,86 +1,89 @@ # Ports collection makefile for: Mnemo # Date created: Sun May 19, 2002 # Whom: Thierry Thomas () # # $FreeBSD$ # PORTNAME= mnemo -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= deskutils www MASTER_SITES= ftp://ftp.horde.org/pub/mnemo/ \ ftp://ftp.planetmirror.com/pub/horde/mnemo/ \ ftp://ftp.au.horde.org/pub/horde/mnemo/ \ ftp://ftp.be.horde.org/mnemo/ \ ftp://ftp.es.horde.org/pub/mnemo/ \ - ftp://ftp.it.horde.org/pub/mirror/horde.org/mnemo/ \ ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/mnemo/ \ ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/mnemo/ \ http://ftp.horde.org/pub/mnemo/ -MAINTAINER= thierry@pompo.net +MAINTAINER= thierry@FreeBSD.org COMMENT= Mnemo is the Horde notes and memos application RUN_DEPENDS= ${LOCALBASE}/www/horde/imp/index.php:${PORTSDIR}/mail/imp3 NO_BUILD= yes USE_REINPLACE= yes REINPLACE_ARGS= -i.beforeMnemo PLIST_SUB= HORDEDIR=${LHORDEDIR} MNEMODIR=${LMNEMODIR} +PKGMESSAGE= ${WRKDIR}/pkg-message DOCS= LICENSE README docs/CHANGES docs/CREDITS docs/INSTALL \ docs/RELEASE_NOTES CONFFILE= conf.php menu.php prefs.php SUB_DIRS= config graphics lib locale po scripts templates util LHORDEDIR?= www/horde LMNEMODIR?= ${LHORDEDIR}/mnemo HORDEDIR= ${PREFIX}/${LHORDEDIR} MNEMODIR= ${PREFIX}/${LMNEMODIR} CONFDIR= ${MNEMODIR}/config HORDE_INC= ${LOCALBASE}/etc/horde post-patch: @${RM} ${WRKSRC}/config/conf.php.dist.orig do-install: @${MKDIR} ${MNEMODIR} .for REP in ${SUB_DIRS} @${CP} -Rp ${WRKSRC}/${REP} ${MNEMODIR} .endfor @${CP} -p ${WRKSRC}/*.php ${MNEMODIR} .for FILE in ${CONFFILE} @if [ ! -f ${CONFDIR}/${FILE} ]; then \ ${CP} ${CONFDIR}/${FILE}.dist ${CONFDIR}/${FILE} ; \ fi .endfor @${CHOWN} -R www:www ${MNEMODIR} @${CHMOD} -R o-rwx ${CONFDIR} @${CP} -p ${FILESDIR}/httpd.conf.mnemo ${HORDE_INC} @${REINPLACE_CMD} -e "s:/home/httpd/html/horde/mnemo:${MNEMODIR}:g" \ ${HORDE_INC}/httpd.conf.mnemo @${RM} ${HORDE_INC}/httpd.conf.mnemo.beforeMnemo @${CP} -p ${HORDEDIR}/config/registry.php \ ${HORDEDIR}/config/registry.php.beforeMnemo - @${REINPLACE_CMD} -e "s://UNCOMMENTWHENINSTMNEMO::" ${HORDEDIR}/config/registry.php + @${REINPLACE_CMD} -e "s://UNCOMMENTWHENINSTMNEMO::" \ + ${HORDEDIR}/config/registry.php @${CP} -p ${HORDEDIR}/config/registry.php \ ${HORDEDIR}/config/registry.php.afterMnemo .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for FILE in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif post-install: @${ECHO_MSG} @${SED} -e "s:%%MNEMODIR%%:${MNEMODIR}:g;s:%%PORTSDIR%%:${PORTSDIR}:g" \ - -e "s:%%CONFDIR%%:${CONFDIR}:g;s:%%HORDEDIR%%:${HORDEDIR}:" ${PKGMESSAGE} + -e "s:%%CONFDIR%%:${CONFDIR}:g;s:%%HORDEDIR%%:${HORDEDIR}:" \ + < ${FILESDIR}/pkg-message.in > ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .include Property changes on: head/deskutils/mnemo/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/deskutils/mnemo/distinfo =================================================================== --- head/deskutils/mnemo/distinfo (revision 112368) +++ head/deskutils/mnemo/distinfo (revision 112369) @@ -1,2 +1,2 @@ -MD5 (mnemo-1.1.1.tar.gz) = dab994b5c963b02050c6159271bf2eef -SIZE (mnemo-1.1.1.tar.gz) = 264897 +MD5 (mnemo-1.1.2.tar.gz) = 5712907caa5a755bb7564f0e5b970d88 +SIZE (mnemo-1.1.2.tar.gz) = 268416 Property changes on: head/deskutils/mnemo/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/deskutils/mnemo/files/pkg-message.in =================================================================== --- head/deskutils/mnemo/files/pkg-message.in (nonexistent) +++ head/deskutils/mnemo/files/pkg-message.in (revision 112369) @@ -0,0 +1,21 @@ +************************************************************************ +Mnemo has been installed in %%MNEMODIR%% with your blank +configuration files. + +Horde and IMP must be configured; if not, see: +- %%PORTSDIR%%/www/horde2/pkg-message +- %%PORTSDIR%%/mail/imp3/pkg-message + +Then, you have to create the table mnemo_memos, from the SQL script +%%MNEMODIR%%/scripts/drivers/mnemo_memos.sql. +For example, if your database is MySQL, you may run +mysql --user=hordemgr --password=yourpass horde < mnemo_memos.sql +(If you run another database server, see + %%HORDEDIR%%/scripts/db/README + for more explanations.) + +Finally, you may have to tune the configuration files located in +%%CONFDIR%%/, specially the files conf.php. + +To protect your configuration files, you have to restart Apache. +************************************************************************ Property changes on: head/deskutils/mnemo/files/pkg-message.in ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property