Index: head/deskutils/horde-kronolith/Makefile =================================================================== --- head/deskutils/horde-kronolith/Makefile (revision 183582) +++ head/deskutils/horde-kronolith/Makefile (revision 183583) @@ -1,89 +1,89 @@ # Ports collection makefile for: Kronolith # Date created: Sun Dec 02, 2001 # Whom: Thierry Thomas () # # $FreeBSD$ # PORTNAME= kronolith PORTVERSION= 2.1.4 CATEGORIES= deskutils www MASTER_SITES= ftp://ftp.horde.org/pub/kronolith/ \ ftp://ftp.planetmirror.com/pub/horde/kronolith/ \ ftp://ftp.au.horde.org/pub/horde/kronolith/ \ ftp://ftp.be.horde.org/kronolith/ \ ftp://ftp.es.horde.org/pub/kronolith/ \ ftp://ftp.it.horde.org/pub/mirror/horde.org/kronolith/ \ ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/kronolith/ \ ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/kronolith/ \ http://ftp.horde.org/pub/kronolith/ DISTNAME= ${PORTNAME}-h3-${PORTVERSION} -MAINTAINER= shaun@FreeBSD.org +MAINTAINER= beech@alaskaparadise.com COMMENT= Kronolith is the Horde calendar application RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde NO_BUILD= yes USE_APACHE= 1.3+ # needed to test APACHE_VERSION USE_PHP= yes # modules set by Horde, but needed to get PHP_VER USE_GETTEXT= yes REINPLACE_ARGS= -i "" DOCS= README docs/CHANGES docs/CREDITS docs/INSTALL \ docs/RELEASE_NOTES docs/TODO docs/UPGRADING CONFFILE= keywords.php menu.php prefs.php SUB_DIRS= config js lib locale po scripts templates themes LHORDEDIR?= www/horde LKRONOLITHDIR?= ${LHORDEDIR}/kronolith PKGMESSAGE= ${WRKDIR}/pkg-message PKGDEINSTALL= ${WRKDIR}/pkg-deinstall SUB_FILES= pkg-message pkg-install pkg-deinstall SUB_LIST= KRONOLITHDIR=${KRONOLITHDIR} PLIST_SUB= KRONOLITHDIR=${LKRONOLITHDIR} HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||} KRONOLITHDIR= ${PREFIX}/${LKRONOLITHDIR} CONFDIR= ${KRONOLITHDIR}/config .include .if ${APACHE_VERSION} >= 20 HORDE_INC= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/}/Includes .else HORDE_INC= ${LOCALBASE}/etc/horde .endif pre-configure: @(cd ${WRKSRC}/scripts && \ ${FIND} . -name "*.php" -exec \ ${REINPLACE_CMD} -e "s:/usr/local/bin/php: ${LOCALBASE}/bin/php:;s:/usr/bin/php: ${LOCALBASE}/bin/php:" {} \; ) @${SED} -e "s:/home/httpd/html/horde/kronolith:${KRONOLITHDIR}:" \ ${FILESDIR}/httpd.conf.kronolith > ${WRKDIR}/httpd-kronolith.conf do-install: @${MKDIR} ${KRONOLITHDIR} .for REP in ${SUB_DIRS} @${CP} -Rp ${WRKSRC}/${REP} ${KRONOLITHDIR} .endfor @${CP} -p ${WRKSRC}/*.php ${KRONOLITHDIR} @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${KRONOLITHDIR} @${CHMOD} -R o-rwx ${CONFDIR} @${INSTALL_DATA} ${WRKDIR}/httpd-kronolith.conf ${HORDE_INC} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for FILE in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif post-install: @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .include Property changes on: head/deskutils/horde-kronolith/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.35 \ No newline at end of property +1.36 \ No newline at end of property Index: head/deskutils/horde-mnemo/Makefile =================================================================== --- head/deskutils/horde-mnemo/Makefile (revision 183582) +++ head/deskutils/horde-mnemo/Makefile (revision 183583) @@ -1,88 +1,87 @@ # Ports collection makefile for: Mnemo # Date created: Sun May 19, 2002 # Whom: Thierry Thomas () # # $FreeBSD$ # PORTNAME= mnemo -PORTVERSION= 2.1 -PORTREVISION= 1 +PORTVERSION= 2.1.1 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.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/ DISTNAME= ${PORTNAME}-h3-${PORTVERSION} -MAINTAINER= shaun@FreeBSD.org +MAINTAINER= beech@alaskaparadise.com COMMENT= Mnemo is the Horde notes and memos application RUN_DEPENDS= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde NO_BUILD= yes USE_APACHE= 1.3+ # needed to test APACHE_VERSION USE_GETTEXT= yes PLIST_SUB= MNEMODIR=${LMNEMODIR} HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||} PKGMESSAGE= ${WRKDIR}/pkg-message PKGDEINSTALL= ${WRKDIR}/pkg-deinstall SUB_FILES= pkg-message pkg-install pkg-deinstall SUB_LIST= MNEMODIR=${MNEMODIR} REINPLACE_ARGS= -i "" DOCS= LICENSE README docs/CHANGES docs/CREDITS docs/INSTALL \ docs/RELEASE_NOTES docs/TODO docs/UPGRADING CONFFILE= prefs.php SUB_DIRS= config js lib locale po scripts templates themes LHORDEDIR?= www/horde LMNEMODIR?= ${LHORDEDIR}/mnemo MNEMODIR= ${PREFIX}/${LMNEMODIR} CONFDIR= ${MNEMODIR}/config .include .if ${APACHE_VERSION} >= 20 HORDE_INC= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/}/Includes .else HORDE_INC= ${LOCALBASE}/etc/horde .endif pre-configure: @(cd ${WRKSRC}/scripts && \ ${FIND} . -name "*.php" -exec \ ${REINPLACE_CMD} -e "s:/usr/local/bin/php: ${LOCALBASE}/bin/php:;s:/usr/bin/php: ${LOCALBASE}/bin/php:" {} \; ) @${SED} -e "s:/home/httpd/html/horde/mnemo:${MNEMODIR}:g" \ ${FILESDIR}/httpd.conf.mnemo > ${WRKDIR}/httpd-mnemo.conf do-install: @${MKDIR} ${MNEMODIR} .for REP in ${SUB_DIRS} @${CP} -Rp ${WRKSRC}/${REP} ${MNEMODIR} .endfor @${CP} -p ${WRKSRC}/*.php ${MNEMODIR} @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${MNEMODIR} @${CHMOD} -R o-rwx ${CONFDIR} @${INSTALL_DATA} ${WRKDIR}/httpd-mnemo.conf ${HORDE_INC} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for FILE in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif post-install: @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .include Property changes on: head/deskutils/horde-mnemo/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/deskutils/horde-mnemo/distinfo =================================================================== --- head/deskutils/horde-mnemo/distinfo (revision 183582) +++ head/deskutils/horde-mnemo/distinfo (revision 183583) @@ -1,3 +1,3 @@ -MD5 (mnemo-h3-2.1.tar.gz) = 9dc9d19ffdc7dfd332f6667fef630e29 -SHA256 (mnemo-h3-2.1.tar.gz) = 9ff42bf5458144bfcf3425f1a1942e9143f952dedfb683c50ac043d3eff26b11 -SIZE (mnemo-h3-2.1.tar.gz) = 963758 +MD5 (mnemo-h3-2.1.1.tar.gz) = 84419f68027037f53b5db38a6ab9c0cc +SHA256 (mnemo-h3-2.1.1.tar.gz) = bdad85c60b21d576cb2f0d3743bf67e66d624a5d2074793cdb53b6cbfc2ed052 +SIZE (mnemo-h3-2.1.1.tar.gz) = 1200034 Property changes on: head/deskutils/horde-mnemo/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/deskutils/horde-nag/Makefile =================================================================== --- head/deskutils/horde-nag/Makefile (revision 183582) +++ head/deskutils/horde-nag/Makefile (revision 183583) @@ -1,89 +1,88 @@ # Ports collection makefile for: Nag # Date created: Sun Dec 14, 2001 # Whom: Thierry Thomas () # # $FreeBSD$ # PORTNAME= nag -PORTVERSION= 2.1.1 -PORTREVISION= 1 +PORTVERSION= 2.1.2 CATEGORIES= deskutils www MASTER_SITES= ftp://ftp.horde.org/pub/nag/ \ ftp://ftp.planetmirror.com/pub/horde/nag/ \ ftp://ftp.au.horde.org/pub/horde/nag/ \ ftp://ftp.be.horde.org/nag/ \ ftp://ftp.es.horde.org/pub/nag/ \ ftp://ftp.it.horde.org/pub/mirror/horde.org/nag/ \ ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/nag/ \ ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/nag/ \ http://ftp.horde.org/pub/nag/ DISTNAME= ${PORTNAME}-h3-${PORTVERSION} -MAINTAINER= shaun@FreeBSD.org +MAINTAINER= beech@alaskaparadise.com COMMENT= Nag is a simple, multiuser task list manager RUN_DEPENDS= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde NO_BUILD= yes USE_APACHE= 1.3+ # needed to test APACHE_VERSION USE_GETTEXT= yes PLIST_SUB= NAGDIR=${LNAGDIR} HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||} PKGMESSAGE= ${WRKDIR}/pkg-message PKGDEINSTALL= ${WRKDIR}/pkg-deinstall SUB_FILES= pkg-message pkg-install pkg-deinstall SUB_LIST= NAGDIR=${NAGDIR} REINPLACE_ARGS= -i "" DOCS= README docs/CHANGES docs/CREDITS docs/INSTALL \ docs/RELEASE_NOTES docs/TODO docs/UPGRADING CONFFILE= menu.php prefs.php SUB_DIRS= config js lib locale po scripts templates themes LHORDEDIR?= www/horde LNAGDIR?= ${LHORDEDIR}/nag NAGDIR= ${PREFIX}/${LNAGDIR} CONFDIR= ${NAGDIR}/config .include .if ${APACHE_VERSION} >= 20 HORDE_INC= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/}/Includes .else HORDE_INC= ${LOCALBASE}/etc/horde .endif pre-configure: @(cd ${WRKSRC}/scripts && \ ${FIND} . -name "*.php" -exec \ ${REINPLACE_CMD} -e "s:/usr/local/bin/php: ${LOCALBASE}/bin/php:;s:/usr/bin/php: ${LOCALBASE}/bin/php:" {} \; ) @${SED} -e "s:/home/httpd/html/horde/nag:${NAGDIR}:g" \ ${FILESDIR}/httpd.conf.nag > ${WRKDIR}/httpd-nag.conf do-install: @${MKDIR} ${NAGDIR} .for REP in ${SUB_DIRS} @${CP} -Rp ${WRKSRC}/${REP} ${NAGDIR} .endfor @${CP} -p ${WRKSRC}/*.php ${NAGDIR} @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${NAGDIR} @${CHMOD} -R o-rwx ${CONFDIR} @${INSTALL_DATA} ${WRKDIR}/httpd-nag.conf ${HORDE_INC} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for FILE in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif post-install: @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .include Property changes on: head/deskutils/horde-nag/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.21 \ No newline at end of property +1.22 \ No newline at end of property Index: head/deskutils/horde-nag/distinfo =================================================================== --- head/deskutils/horde-nag/distinfo (revision 183582) +++ head/deskutils/horde-nag/distinfo (revision 183583) @@ -1,3 +1,3 @@ -MD5 (nag-h3-2.1.1.tar.gz) = 2beaf7e10fbb34a775414ba90736c779 -SHA256 (nag-h3-2.1.1.tar.gz) = 98e31e5e6b8f90472f680f1c321073b821e0ef49e4fcb3de06e96858be78eb7d -SIZE (nag-h3-2.1.1.tar.gz) = 1280461 +MD5 (nag-h3-2.1.2.tar.gz) = 0c0e7c5ef3282ede867647055d5343b0 +SHA256 (nag-h3-2.1.2.tar.gz) = 75139f763324ce6dde7d1244d7f43587b551279f48c703dff268064c9b424bd7 +SIZE (nag-h3-2.1.2.tar.gz) = 1335576 Property changes on: head/deskutils/horde-nag/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/deskutils/horde4-kronolith/Makefile =================================================================== --- head/deskutils/horde4-kronolith/Makefile (revision 183582) +++ head/deskutils/horde4-kronolith/Makefile (revision 183583) @@ -1,89 +1,89 @@ # Ports collection makefile for: Kronolith # Date created: Sun Dec 02, 2001 # Whom: Thierry Thomas () # # $FreeBSD$ # PORTNAME= kronolith PORTVERSION= 2.1.4 CATEGORIES= deskutils www MASTER_SITES= ftp://ftp.horde.org/pub/kronolith/ \ ftp://ftp.planetmirror.com/pub/horde/kronolith/ \ ftp://ftp.au.horde.org/pub/horde/kronolith/ \ ftp://ftp.be.horde.org/kronolith/ \ ftp://ftp.es.horde.org/pub/kronolith/ \ ftp://ftp.it.horde.org/pub/mirror/horde.org/kronolith/ \ ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/kronolith/ \ ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/kronolith/ \ http://ftp.horde.org/pub/kronolith/ DISTNAME= ${PORTNAME}-h3-${PORTVERSION} -MAINTAINER= shaun@FreeBSD.org +MAINTAINER= beech@alaskaparadise.com COMMENT= Kronolith is the Horde calendar application RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde NO_BUILD= yes USE_APACHE= 1.3+ # needed to test APACHE_VERSION USE_PHP= yes # modules set by Horde, but needed to get PHP_VER USE_GETTEXT= yes REINPLACE_ARGS= -i "" DOCS= README docs/CHANGES docs/CREDITS docs/INSTALL \ docs/RELEASE_NOTES docs/TODO docs/UPGRADING CONFFILE= keywords.php menu.php prefs.php SUB_DIRS= config js lib locale po scripts templates themes LHORDEDIR?= www/horde LKRONOLITHDIR?= ${LHORDEDIR}/kronolith PKGMESSAGE= ${WRKDIR}/pkg-message PKGDEINSTALL= ${WRKDIR}/pkg-deinstall SUB_FILES= pkg-message pkg-install pkg-deinstall SUB_LIST= KRONOLITHDIR=${KRONOLITHDIR} PLIST_SUB= KRONOLITHDIR=${LKRONOLITHDIR} HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||} KRONOLITHDIR= ${PREFIX}/${LKRONOLITHDIR} CONFDIR= ${KRONOLITHDIR}/config .include .if ${APACHE_VERSION} >= 20 HORDE_INC= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/}/Includes .else HORDE_INC= ${LOCALBASE}/etc/horde .endif pre-configure: @(cd ${WRKSRC}/scripts && \ ${FIND} . -name "*.php" -exec \ ${REINPLACE_CMD} -e "s:/usr/local/bin/php: ${LOCALBASE}/bin/php:;s:/usr/bin/php: ${LOCALBASE}/bin/php:" {} \; ) @${SED} -e "s:/home/httpd/html/horde/kronolith:${KRONOLITHDIR}:" \ ${FILESDIR}/httpd.conf.kronolith > ${WRKDIR}/httpd-kronolith.conf do-install: @${MKDIR} ${KRONOLITHDIR} .for REP in ${SUB_DIRS} @${CP} -Rp ${WRKSRC}/${REP} ${KRONOLITHDIR} .endfor @${CP} -p ${WRKSRC}/*.php ${KRONOLITHDIR} @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${KRONOLITHDIR} @${CHMOD} -R o-rwx ${CONFDIR} @${INSTALL_DATA} ${WRKDIR}/httpd-kronolith.conf ${HORDE_INC} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for FILE in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif post-install: @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .include Property changes on: head/deskutils/horde4-kronolith/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.35 \ No newline at end of property +1.36 \ No newline at end of property Index: head/deskutils/horde4-mnemo/Makefile =================================================================== --- head/deskutils/horde4-mnemo/Makefile (revision 183582) +++ head/deskutils/horde4-mnemo/Makefile (revision 183583) @@ -1,88 +1,87 @@ # Ports collection makefile for: Mnemo # Date created: Sun May 19, 2002 # Whom: Thierry Thomas () # # $FreeBSD$ # PORTNAME= mnemo -PORTVERSION= 2.1 -PORTREVISION= 1 +PORTVERSION= 2.1.1 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.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/ DISTNAME= ${PORTNAME}-h3-${PORTVERSION} -MAINTAINER= shaun@FreeBSD.org +MAINTAINER= beech@alaskaparadise.com COMMENT= Mnemo is the Horde notes and memos application RUN_DEPENDS= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde NO_BUILD= yes USE_APACHE= 1.3+ # needed to test APACHE_VERSION USE_GETTEXT= yes PLIST_SUB= MNEMODIR=${LMNEMODIR} HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||} PKGMESSAGE= ${WRKDIR}/pkg-message PKGDEINSTALL= ${WRKDIR}/pkg-deinstall SUB_FILES= pkg-message pkg-install pkg-deinstall SUB_LIST= MNEMODIR=${MNEMODIR} REINPLACE_ARGS= -i "" DOCS= LICENSE README docs/CHANGES docs/CREDITS docs/INSTALL \ docs/RELEASE_NOTES docs/TODO docs/UPGRADING CONFFILE= prefs.php SUB_DIRS= config js lib locale po scripts templates themes LHORDEDIR?= www/horde LMNEMODIR?= ${LHORDEDIR}/mnemo MNEMODIR= ${PREFIX}/${LMNEMODIR} CONFDIR= ${MNEMODIR}/config .include .if ${APACHE_VERSION} >= 20 HORDE_INC= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/}/Includes .else HORDE_INC= ${LOCALBASE}/etc/horde .endif pre-configure: @(cd ${WRKSRC}/scripts && \ ${FIND} . -name "*.php" -exec \ ${REINPLACE_CMD} -e "s:/usr/local/bin/php: ${LOCALBASE}/bin/php:;s:/usr/bin/php: ${LOCALBASE}/bin/php:" {} \; ) @${SED} -e "s:/home/httpd/html/horde/mnemo:${MNEMODIR}:g" \ ${FILESDIR}/httpd.conf.mnemo > ${WRKDIR}/httpd-mnemo.conf do-install: @${MKDIR} ${MNEMODIR} .for REP in ${SUB_DIRS} @${CP} -Rp ${WRKSRC}/${REP} ${MNEMODIR} .endfor @${CP} -p ${WRKSRC}/*.php ${MNEMODIR} @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${MNEMODIR} @${CHMOD} -R o-rwx ${CONFDIR} @${INSTALL_DATA} ${WRKDIR}/httpd-mnemo.conf ${HORDE_INC} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for FILE in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif post-install: @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .include Property changes on: head/deskutils/horde4-mnemo/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/deskutils/horde4-mnemo/distinfo =================================================================== --- head/deskutils/horde4-mnemo/distinfo (revision 183582) +++ head/deskutils/horde4-mnemo/distinfo (revision 183583) @@ -1,3 +1,3 @@ -MD5 (mnemo-h3-2.1.tar.gz) = 9dc9d19ffdc7dfd332f6667fef630e29 -SHA256 (mnemo-h3-2.1.tar.gz) = 9ff42bf5458144bfcf3425f1a1942e9143f952dedfb683c50ac043d3eff26b11 -SIZE (mnemo-h3-2.1.tar.gz) = 963758 +MD5 (mnemo-h3-2.1.1.tar.gz) = 84419f68027037f53b5db38a6ab9c0cc +SHA256 (mnemo-h3-2.1.1.tar.gz) = bdad85c60b21d576cb2f0d3743bf67e66d624a5d2074793cdb53b6cbfc2ed052 +SIZE (mnemo-h3-2.1.1.tar.gz) = 1200034 Property changes on: head/deskutils/horde4-mnemo/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/deskutils/horde4-nag/Makefile =================================================================== --- head/deskutils/horde4-nag/Makefile (revision 183582) +++ head/deskutils/horde4-nag/Makefile (revision 183583) @@ -1,89 +1,88 @@ # Ports collection makefile for: Nag # Date created: Sun Dec 14, 2001 # Whom: Thierry Thomas () # # $FreeBSD$ # PORTNAME= nag -PORTVERSION= 2.1.1 -PORTREVISION= 1 +PORTVERSION= 2.1.2 CATEGORIES= deskutils www MASTER_SITES= ftp://ftp.horde.org/pub/nag/ \ ftp://ftp.planetmirror.com/pub/horde/nag/ \ ftp://ftp.au.horde.org/pub/horde/nag/ \ ftp://ftp.be.horde.org/nag/ \ ftp://ftp.es.horde.org/pub/nag/ \ ftp://ftp.it.horde.org/pub/mirror/horde.org/nag/ \ ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/nag/ \ ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/nag/ \ http://ftp.horde.org/pub/nag/ DISTNAME= ${PORTNAME}-h3-${PORTVERSION} -MAINTAINER= shaun@FreeBSD.org +MAINTAINER= beech@alaskaparadise.com COMMENT= Nag is a simple, multiuser task list manager RUN_DEPENDS= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde NO_BUILD= yes USE_APACHE= 1.3+ # needed to test APACHE_VERSION USE_GETTEXT= yes PLIST_SUB= NAGDIR=${LNAGDIR} HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||} PKGMESSAGE= ${WRKDIR}/pkg-message PKGDEINSTALL= ${WRKDIR}/pkg-deinstall SUB_FILES= pkg-message pkg-install pkg-deinstall SUB_LIST= NAGDIR=${NAGDIR} REINPLACE_ARGS= -i "" DOCS= README docs/CHANGES docs/CREDITS docs/INSTALL \ docs/RELEASE_NOTES docs/TODO docs/UPGRADING CONFFILE= menu.php prefs.php SUB_DIRS= config js lib locale po scripts templates themes LHORDEDIR?= www/horde LNAGDIR?= ${LHORDEDIR}/nag NAGDIR= ${PREFIX}/${LNAGDIR} CONFDIR= ${NAGDIR}/config .include .if ${APACHE_VERSION} >= 20 HORDE_INC= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/}/Includes .else HORDE_INC= ${LOCALBASE}/etc/horde .endif pre-configure: @(cd ${WRKSRC}/scripts && \ ${FIND} . -name "*.php" -exec \ ${REINPLACE_CMD} -e "s:/usr/local/bin/php: ${LOCALBASE}/bin/php:;s:/usr/bin/php: ${LOCALBASE}/bin/php:" {} \; ) @${SED} -e "s:/home/httpd/html/horde/nag:${NAGDIR}:g" \ ${FILESDIR}/httpd.conf.nag > ${WRKDIR}/httpd-nag.conf do-install: @${MKDIR} ${NAGDIR} .for REP in ${SUB_DIRS} @${CP} -Rp ${WRKSRC}/${REP} ${NAGDIR} .endfor @${CP} -p ${WRKSRC}/*.php ${NAGDIR} @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${NAGDIR} @${CHMOD} -R o-rwx ${CONFDIR} @${INSTALL_DATA} ${WRKDIR}/httpd-nag.conf ${HORDE_INC} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for FILE in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif post-install: @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .include Property changes on: head/deskutils/horde4-nag/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.21 \ No newline at end of property +1.22 \ No newline at end of property Index: head/deskutils/horde4-nag/distinfo =================================================================== --- head/deskutils/horde4-nag/distinfo (revision 183582) +++ head/deskutils/horde4-nag/distinfo (revision 183583) @@ -1,3 +1,3 @@ -MD5 (nag-h3-2.1.1.tar.gz) = 2beaf7e10fbb34a775414ba90736c779 -SHA256 (nag-h3-2.1.1.tar.gz) = 98e31e5e6b8f90472f680f1c321073b821e0ef49e4fcb3de06e96858be78eb7d -SIZE (nag-h3-2.1.1.tar.gz) = 1280461 +MD5 (nag-h3-2.1.2.tar.gz) = 0c0e7c5ef3282ede867647055d5343b0 +SHA256 (nag-h3-2.1.2.tar.gz) = 75139f763324ce6dde7d1244d7f43587b551279f48c703dff268064c9b424bd7 +SIZE (nag-h3-2.1.2.tar.gz) = 1335576 Property changes on: head/deskutils/horde4-nag/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/deskutils/kronolith/Makefile =================================================================== --- head/deskutils/kronolith/Makefile (revision 183582) +++ head/deskutils/kronolith/Makefile (revision 183583) @@ -1,89 +1,89 @@ # Ports collection makefile for: Kronolith # Date created: Sun Dec 02, 2001 # Whom: Thierry Thomas () # # $FreeBSD$ # PORTNAME= kronolith PORTVERSION= 2.1.4 CATEGORIES= deskutils www MASTER_SITES= ftp://ftp.horde.org/pub/kronolith/ \ ftp://ftp.planetmirror.com/pub/horde/kronolith/ \ ftp://ftp.au.horde.org/pub/horde/kronolith/ \ ftp://ftp.be.horde.org/kronolith/ \ ftp://ftp.es.horde.org/pub/kronolith/ \ ftp://ftp.it.horde.org/pub/mirror/horde.org/kronolith/ \ ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/kronolith/ \ ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/kronolith/ \ http://ftp.horde.org/pub/kronolith/ DISTNAME= ${PORTNAME}-h3-${PORTVERSION} -MAINTAINER= shaun@FreeBSD.org +MAINTAINER= beech@alaskaparadise.com COMMENT= Kronolith is the Horde calendar application RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde NO_BUILD= yes USE_APACHE= 1.3+ # needed to test APACHE_VERSION USE_PHP= yes # modules set by Horde, but needed to get PHP_VER USE_GETTEXT= yes REINPLACE_ARGS= -i "" DOCS= README docs/CHANGES docs/CREDITS docs/INSTALL \ docs/RELEASE_NOTES docs/TODO docs/UPGRADING CONFFILE= keywords.php menu.php prefs.php SUB_DIRS= config js lib locale po scripts templates themes LHORDEDIR?= www/horde LKRONOLITHDIR?= ${LHORDEDIR}/kronolith PKGMESSAGE= ${WRKDIR}/pkg-message PKGDEINSTALL= ${WRKDIR}/pkg-deinstall SUB_FILES= pkg-message pkg-install pkg-deinstall SUB_LIST= KRONOLITHDIR=${KRONOLITHDIR} PLIST_SUB= KRONOLITHDIR=${LKRONOLITHDIR} HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||} KRONOLITHDIR= ${PREFIX}/${LKRONOLITHDIR} CONFDIR= ${KRONOLITHDIR}/config .include .if ${APACHE_VERSION} >= 20 HORDE_INC= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/}/Includes .else HORDE_INC= ${LOCALBASE}/etc/horde .endif pre-configure: @(cd ${WRKSRC}/scripts && \ ${FIND} . -name "*.php" -exec \ ${REINPLACE_CMD} -e "s:/usr/local/bin/php: ${LOCALBASE}/bin/php:;s:/usr/bin/php: ${LOCALBASE}/bin/php:" {} \; ) @${SED} -e "s:/home/httpd/html/horde/kronolith:${KRONOLITHDIR}:" \ ${FILESDIR}/httpd.conf.kronolith > ${WRKDIR}/httpd-kronolith.conf do-install: @${MKDIR} ${KRONOLITHDIR} .for REP in ${SUB_DIRS} @${CP} -Rp ${WRKSRC}/${REP} ${KRONOLITHDIR} .endfor @${CP} -p ${WRKSRC}/*.php ${KRONOLITHDIR} @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${KRONOLITHDIR} @${CHMOD} -R o-rwx ${CONFDIR} @${INSTALL_DATA} ${WRKDIR}/httpd-kronolith.conf ${HORDE_INC} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for FILE in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif post-install: @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .include Property changes on: head/deskutils/kronolith/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.35 \ No newline at end of property +1.36 \ No newline at end of property Index: head/deskutils/mnemo/Makefile =================================================================== --- head/deskutils/mnemo/Makefile (revision 183582) +++ head/deskutils/mnemo/Makefile (revision 183583) @@ -1,88 +1,87 @@ # Ports collection makefile for: Mnemo # Date created: Sun May 19, 2002 # Whom: Thierry Thomas () # # $FreeBSD$ # PORTNAME= mnemo -PORTVERSION= 2.1 -PORTREVISION= 1 +PORTVERSION= 2.1.1 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.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/ DISTNAME= ${PORTNAME}-h3-${PORTVERSION} -MAINTAINER= shaun@FreeBSD.org +MAINTAINER= beech@alaskaparadise.com COMMENT= Mnemo is the Horde notes and memos application RUN_DEPENDS= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde NO_BUILD= yes USE_APACHE= 1.3+ # needed to test APACHE_VERSION USE_GETTEXT= yes PLIST_SUB= MNEMODIR=${LMNEMODIR} HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||} PKGMESSAGE= ${WRKDIR}/pkg-message PKGDEINSTALL= ${WRKDIR}/pkg-deinstall SUB_FILES= pkg-message pkg-install pkg-deinstall SUB_LIST= MNEMODIR=${MNEMODIR} REINPLACE_ARGS= -i "" DOCS= LICENSE README docs/CHANGES docs/CREDITS docs/INSTALL \ docs/RELEASE_NOTES docs/TODO docs/UPGRADING CONFFILE= prefs.php SUB_DIRS= config js lib locale po scripts templates themes LHORDEDIR?= www/horde LMNEMODIR?= ${LHORDEDIR}/mnemo MNEMODIR= ${PREFIX}/${LMNEMODIR} CONFDIR= ${MNEMODIR}/config .include .if ${APACHE_VERSION} >= 20 HORDE_INC= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/}/Includes .else HORDE_INC= ${LOCALBASE}/etc/horde .endif pre-configure: @(cd ${WRKSRC}/scripts && \ ${FIND} . -name "*.php" -exec \ ${REINPLACE_CMD} -e "s:/usr/local/bin/php: ${LOCALBASE}/bin/php:;s:/usr/bin/php: ${LOCALBASE}/bin/php:" {} \; ) @${SED} -e "s:/home/httpd/html/horde/mnemo:${MNEMODIR}:g" \ ${FILESDIR}/httpd.conf.mnemo > ${WRKDIR}/httpd-mnemo.conf do-install: @${MKDIR} ${MNEMODIR} .for REP in ${SUB_DIRS} @${CP} -Rp ${WRKSRC}/${REP} ${MNEMODIR} .endfor @${CP} -p ${WRKSRC}/*.php ${MNEMODIR} @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${MNEMODIR} @${CHMOD} -R o-rwx ${CONFDIR} @${INSTALL_DATA} ${WRKDIR}/httpd-mnemo.conf ${HORDE_INC} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for FILE in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif post-install: @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .include Property changes on: head/deskutils/mnemo/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/deskutils/mnemo/distinfo =================================================================== --- head/deskutils/mnemo/distinfo (revision 183582) +++ head/deskutils/mnemo/distinfo (revision 183583) @@ -1,3 +1,3 @@ -MD5 (mnemo-h3-2.1.tar.gz) = 9dc9d19ffdc7dfd332f6667fef630e29 -SHA256 (mnemo-h3-2.1.tar.gz) = 9ff42bf5458144bfcf3425f1a1942e9143f952dedfb683c50ac043d3eff26b11 -SIZE (mnemo-h3-2.1.tar.gz) = 963758 +MD5 (mnemo-h3-2.1.1.tar.gz) = 84419f68027037f53b5db38a6ab9c0cc +SHA256 (mnemo-h3-2.1.1.tar.gz) = bdad85c60b21d576cb2f0d3743bf67e66d624a5d2074793cdb53b6cbfc2ed052 +SIZE (mnemo-h3-2.1.1.tar.gz) = 1200034 Property changes on: head/deskutils/mnemo/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/deskutils/nag/Makefile =================================================================== --- head/deskutils/nag/Makefile (revision 183582) +++ head/deskutils/nag/Makefile (revision 183583) @@ -1,89 +1,88 @@ # Ports collection makefile for: Nag # Date created: Sun Dec 14, 2001 # Whom: Thierry Thomas () # # $FreeBSD$ # PORTNAME= nag -PORTVERSION= 2.1.1 -PORTREVISION= 1 +PORTVERSION= 2.1.2 CATEGORIES= deskutils www MASTER_SITES= ftp://ftp.horde.org/pub/nag/ \ ftp://ftp.planetmirror.com/pub/horde/nag/ \ ftp://ftp.au.horde.org/pub/horde/nag/ \ ftp://ftp.be.horde.org/nag/ \ ftp://ftp.es.horde.org/pub/nag/ \ ftp://ftp.it.horde.org/pub/mirror/horde.org/nag/ \ ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/nag/ \ ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/nag/ \ http://ftp.horde.org/pub/nag/ DISTNAME= ${PORTNAME}-h3-${PORTVERSION} -MAINTAINER= shaun@FreeBSD.org +MAINTAINER= beech@alaskaparadise.com COMMENT= Nag is a simple, multiuser task list manager RUN_DEPENDS= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde NO_BUILD= yes USE_APACHE= 1.3+ # needed to test APACHE_VERSION USE_GETTEXT= yes PLIST_SUB= NAGDIR=${LNAGDIR} HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||} PKGMESSAGE= ${WRKDIR}/pkg-message PKGDEINSTALL= ${WRKDIR}/pkg-deinstall SUB_FILES= pkg-message pkg-install pkg-deinstall SUB_LIST= NAGDIR=${NAGDIR} REINPLACE_ARGS= -i "" DOCS= README docs/CHANGES docs/CREDITS docs/INSTALL \ docs/RELEASE_NOTES docs/TODO docs/UPGRADING CONFFILE= menu.php prefs.php SUB_DIRS= config js lib locale po scripts templates themes LHORDEDIR?= www/horde LNAGDIR?= ${LHORDEDIR}/nag NAGDIR= ${PREFIX}/${LNAGDIR} CONFDIR= ${NAGDIR}/config .include .if ${APACHE_VERSION} >= 20 HORDE_INC= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/}/Includes .else HORDE_INC= ${LOCALBASE}/etc/horde .endif pre-configure: @(cd ${WRKSRC}/scripts && \ ${FIND} . -name "*.php" -exec \ ${REINPLACE_CMD} -e "s:/usr/local/bin/php: ${LOCALBASE}/bin/php:;s:/usr/bin/php: ${LOCALBASE}/bin/php:" {} \; ) @${SED} -e "s:/home/httpd/html/horde/nag:${NAGDIR}:g" \ ${FILESDIR}/httpd.conf.nag > ${WRKDIR}/httpd-nag.conf do-install: @${MKDIR} ${NAGDIR} .for REP in ${SUB_DIRS} @${CP} -Rp ${WRKSRC}/${REP} ${NAGDIR} .endfor @${CP} -p ${WRKSRC}/*.php ${NAGDIR} @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${NAGDIR} @${CHMOD} -R o-rwx ${CONFDIR} @${INSTALL_DATA} ${WRKDIR}/httpd-nag.conf ${HORDE_INC} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for FILE in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif post-install: @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .include Property changes on: head/deskutils/nag/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.21 \ No newline at end of property +1.22 \ No newline at end of property Index: head/deskutils/nag/distinfo =================================================================== --- head/deskutils/nag/distinfo (revision 183582) +++ head/deskutils/nag/distinfo (revision 183583) @@ -1,3 +1,3 @@ -MD5 (nag-h3-2.1.1.tar.gz) = 2beaf7e10fbb34a775414ba90736c779 -SHA256 (nag-h3-2.1.1.tar.gz) = 98e31e5e6b8f90472f680f1c321073b821e0ef49e4fcb3de06e96858be78eb7d -SIZE (nag-h3-2.1.1.tar.gz) = 1280461 +MD5 (nag-h3-2.1.2.tar.gz) = 0c0e7c5ef3282ede867647055d5343b0 +SHA256 (nag-h3-2.1.2.tar.gz) = 75139f763324ce6dde7d1244d7f43587b551279f48c703dff268064c9b424bd7 +SIZE (nag-h3-2.1.2.tar.gz) = 1335576 Property changes on: head/deskutils/nag/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/devel/chora/Makefile =================================================================== --- head/devel/chora/Makefile (revision 183582) +++ head/devel/chora/Makefile (revision 183583) @@ -1,135 +1,135 @@ # Ports collection makefile for: Chora # Date created: Mon Nov 26, 2001 # Whom: Thierry Thomas () # # $FreeBSD$ # PORTNAME= chora PORTVERSION= 2.0.1 PORTREVISION= 1 CATEGORIES= devel www MASTER_SITES= ftp://ftp.horde.org/pub/chora/ \ ftp://ftp.planetmirror.com/pub/horde/chora/ \ ftp://ftp.au.horde.org/pub/horde/chora/ \ ftp://ftp.be.horde.org/chora/ \ ftp://ftp.es.horde.org/pub/chora/ \ ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/chora/ \ ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/chora/ \ http://ftp.horde.org/pub/chora/ DISTNAME= ${PORTNAME}-h3-${PORTVERSION} -MAINTAINER= shaun@FreeBSD.org +MAINTAINER= beech@alaskaparadise.com COMMENT= The Horde CVS web-viewer #----------------------------------------------------------------------- # You may define these options: # # - WITHOUT_SVN : if you don't need subversion; # # - WITHOUT_CVSPS : if you don't need cvsps; # # - WITHOUT_CVSGRAPH : if you don't need cvsgraph; # # - A4 or DJ : if you run enscript with this paper size. # #----------------------------------------------------------------------- RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde .if !defined(WITHOUT_SVN) RUN_DEPENDS+= ${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion .endif .if !defined(WITHOUT_CVSPS) RUN_DEPENDS+= ${LOCALBASE}/bin/cvsps:${PORTSDIR}/devel/cvsps-devel .endif .if !defined(WITHOUT_CVSGRAPH) RUN_DEPENDS+= ${LOCALBASE}/bin/cvsgraph:${PORTSDIR}/devel/cvsgraph .endif NO_BUILD= yes USE_APACHE= 1.3+ # needed to test APACHE_VERSION # Specify where your repository belongs. # (You can reconfigure it after installation anyway) .if defined(PACKAGE_BUILDING) || !defined(CVSROOT) || empty(CVSROOT) CVSROOT= /home/cvs .endif DOCS= COPYING README docs/BUGS docs/CHANGES docs/CREDITS \ docs/INSTALL docs/RELEASE_NOTES docs/TODO CONFFILE= cvsgraph.conf longIntro.txt mime_drivers.php prefs.php \ sourceroots.php SUB_DIRS= config lib locale po templates themes LHORDEDIR?= www/horde LCHORADIR= ${LHORDEDIR}/chora PLIST_SUB= CHORADIR=${LCHORADIR} HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||} PKGMESSAGE= ${WRKDIR}/pkg-message PKGDEINSTALL= ${WRKDIR}/pkg-deinstall SUB_FILES= pkg-message pkg-install pkg-deinstall SUB_LIST= CHORADIR=${CHORADIR} CONFDIR=${CONFDIR} CHORADIR= ${PREFIX}/${LCHORADIR} CONFDIR= ${CHORADIR}/config PATCH2RM= sourceroots.php.dist.orig sourceroots.php.dist.bak conf.xml.bak .include .if ${APACHE_VERSION} >= 20 HORDE_INC= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/}/Includes .else HORDE_INC= ${LOCALBASE}/etc/horde .endif pre-configure: @${SED} -e "s:/home/httpd/html/horde/chora:${CHORADIR}:" \ ${FILESDIR}/httpd.conf.chora > ${WRKDIR}/httpd-chora.conf @${REINPLACE_CMD} -e "s|/usr/local|${LOCALBASE}|" \ -e "s|/usr/bin/cvsgraph|${LOCALBASE}/bin/cvsgraph|" \ -e "s|/usr/bin/svn|${LOCALBASE}/bin/svn|" \ ${WRKSRC}/config/conf.xml @${REINPLACE_CMD} -e "s|%%CVSROOT%%|${CVSROOT}|" \ -e "s|%%CONFDIR%%|${CONFDIR}|" \ ${WRKSRC}/config/sourceroots.php.dist .for FILE in ${PATCH2RM} @${RM} ${WRKSRC}/config/${FILE} .endfor pre-install: .if !defined(WITHOUT_CVSPS) @if ! pkg_info -I -x cvsps-devel > /dev/null ; then \ ${ECHO_MSG} "Error: cvsps-devel is required, not cvsps." ; \ ${FALSE} ; \ fi .endif do-install: @${MKDIR} ${CHORADIR} .for REP in ${SUB_DIRS} @${CP} -Rp ${WRKSRC}/${REP} ${CHORADIR} .endfor @${CP} -p ${WRKSRC}/*.php ${CHORADIR} @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${CHORADIR} @${CHMOD} -R o-rwx ${CONFDIR} @${INSTALL_DATA} ${WRKDIR}/httpd-chora.conf ${HORDE_INC} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for FILE in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif post-install: @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .include Property changes on: head/devel/chora/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property Index: head/devel/horde-chora/Makefile =================================================================== --- head/devel/horde-chora/Makefile (revision 183582) +++ head/devel/horde-chora/Makefile (revision 183583) @@ -1,135 +1,135 @@ # Ports collection makefile for: Chora # Date created: Mon Nov 26, 2001 # Whom: Thierry Thomas () # # $FreeBSD$ # PORTNAME= chora PORTVERSION= 2.0.1 PORTREVISION= 1 CATEGORIES= devel www MASTER_SITES= ftp://ftp.horde.org/pub/chora/ \ ftp://ftp.planetmirror.com/pub/horde/chora/ \ ftp://ftp.au.horde.org/pub/horde/chora/ \ ftp://ftp.be.horde.org/chora/ \ ftp://ftp.es.horde.org/pub/chora/ \ ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/chora/ \ ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/chora/ \ http://ftp.horde.org/pub/chora/ DISTNAME= ${PORTNAME}-h3-${PORTVERSION} -MAINTAINER= shaun@FreeBSD.org +MAINTAINER= beech@alaskaparadise.com COMMENT= The Horde CVS web-viewer #----------------------------------------------------------------------- # You may define these options: # # - WITHOUT_SVN : if you don't need subversion; # # - WITHOUT_CVSPS : if you don't need cvsps; # # - WITHOUT_CVSGRAPH : if you don't need cvsgraph; # # - A4 or DJ : if you run enscript with this paper size. # #----------------------------------------------------------------------- RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde .if !defined(WITHOUT_SVN) RUN_DEPENDS+= ${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion .endif .if !defined(WITHOUT_CVSPS) RUN_DEPENDS+= ${LOCALBASE}/bin/cvsps:${PORTSDIR}/devel/cvsps-devel .endif .if !defined(WITHOUT_CVSGRAPH) RUN_DEPENDS+= ${LOCALBASE}/bin/cvsgraph:${PORTSDIR}/devel/cvsgraph .endif NO_BUILD= yes USE_APACHE= 1.3+ # needed to test APACHE_VERSION # Specify where your repository belongs. # (You can reconfigure it after installation anyway) .if defined(PACKAGE_BUILDING) || !defined(CVSROOT) || empty(CVSROOT) CVSROOT= /home/cvs .endif DOCS= COPYING README docs/BUGS docs/CHANGES docs/CREDITS \ docs/INSTALL docs/RELEASE_NOTES docs/TODO CONFFILE= cvsgraph.conf longIntro.txt mime_drivers.php prefs.php \ sourceroots.php SUB_DIRS= config lib locale po templates themes LHORDEDIR?= www/horde LCHORADIR= ${LHORDEDIR}/chora PLIST_SUB= CHORADIR=${LCHORADIR} HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||} PKGMESSAGE= ${WRKDIR}/pkg-message PKGDEINSTALL= ${WRKDIR}/pkg-deinstall SUB_FILES= pkg-message pkg-install pkg-deinstall SUB_LIST= CHORADIR=${CHORADIR} CONFDIR=${CONFDIR} CHORADIR= ${PREFIX}/${LCHORADIR} CONFDIR= ${CHORADIR}/config PATCH2RM= sourceroots.php.dist.orig sourceroots.php.dist.bak conf.xml.bak .include .if ${APACHE_VERSION} >= 20 HORDE_INC= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/}/Includes .else HORDE_INC= ${LOCALBASE}/etc/horde .endif pre-configure: @${SED} -e "s:/home/httpd/html/horde/chora:${CHORADIR}:" \ ${FILESDIR}/httpd.conf.chora > ${WRKDIR}/httpd-chora.conf @${REINPLACE_CMD} -e "s|/usr/local|${LOCALBASE}|" \ -e "s|/usr/bin/cvsgraph|${LOCALBASE}/bin/cvsgraph|" \ -e "s|/usr/bin/svn|${LOCALBASE}/bin/svn|" \ ${WRKSRC}/config/conf.xml @${REINPLACE_CMD} -e "s|%%CVSROOT%%|${CVSROOT}|" \ -e "s|%%CONFDIR%%|${CONFDIR}|" \ ${WRKSRC}/config/sourceroots.php.dist .for FILE in ${PATCH2RM} @${RM} ${WRKSRC}/config/${FILE} .endfor pre-install: .if !defined(WITHOUT_CVSPS) @if ! pkg_info -I -x cvsps-devel > /dev/null ; then \ ${ECHO_MSG} "Error: cvsps-devel is required, not cvsps." ; \ ${FALSE} ; \ fi .endif do-install: @${MKDIR} ${CHORADIR} .for REP in ${SUB_DIRS} @${CP} -Rp ${WRKSRC}/${REP} ${CHORADIR} .endfor @${CP} -p ${WRKSRC}/*.php ${CHORADIR} @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${CHORADIR} @${CHMOD} -R o-rwx ${CONFDIR} @${INSTALL_DATA} ${WRKDIR}/httpd-chora.conf ${HORDE_INC} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for FILE in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif post-install: @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .include Property changes on: head/devel/horde-chora/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property Index: head/ftp/gollem/Makefile =================================================================== --- head/ftp/gollem/Makefile (revision 183582) +++ head/ftp/gollem/Makefile (revision 183583) @@ -1,81 +1,81 @@ # Ports collection makefile for: Gollem # Date created: Sun Dec 16, 2001 # Whom: Thierry Thomas () # # $FreeBSD$ # PORTNAME= gollem PORTVERSION= 1.0.2 PORTREVISION= 1 CATEGORIES= ftp www MASTER_SITES= ftp://ftp.horde.org/pub/gollem/ \ ftp://ftp.planetmirror.com/pub/horde/gollem/ \ ftp://ftp.be.horde.org/gollem/ \ ftp://ftp.es.horde.org/pub/gollem/ \ ftp://ftp.it.horde.org/pub/mirror/horde.org/gollem/ \ ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/gollem/ \ ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/gollem/\ http://ftp.horde.org/pub/gollem/ DISTNAME= ${PORTNAME}-h3-${PORTVERSION} -MAINTAINER= shaun@FreeBSD.org +MAINTAINER= beech@alaskaparadise.com COMMENT= Gollem is the Horde web-based File Manager RUN_DEPENDS= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde NO_BUILD= yes USE_GETTEXT= yes USE_APACHE= 1.3+ # needed to test APACHE_VERSION PLIST_SUB= GOLLEMDIR=${LGOLLEMDIR} HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||} PKGMESSAGE= ${WRKDIR}/pkg-message PKGDEINSTALL= ${WRKDIR}/pkg-deinstall SUB_FILES= pkg-message pkg-install pkg-deinstall SUB_LIST= GOLLEMDIR=${GOLLEMDIR} DOCS= README docs/CHANGES docs/CREDITS docs/INSTALL \ docs/RELEASE_NOTES docs/TODO CONFFILE= backends.php credentials.php menu.php mime_drivers.php motd.php \ prefs.php SUB_DIRS= config js lib locale po templates themes LHORDEDIR?= www/horde LGOLLEMDIR?= ${LHORDEDIR}/gollem GOLLEMDIR= ${PREFIX}/${LGOLLEMDIR} CONFDIR= ${GOLLEMDIR}/config .include .if ${APACHE_VERSION} >= 20 HORDE_INC= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/}/Includes .else HORDE_INC= ${LOCALBASE}/etc/horde .endif pre-configure: @${SED} -e "s:/home/httpd/html/horde/gollem:${GOLLEMDIR}:g" \ ${FILESDIR}/httpd.conf.gollem > ${WRKDIR}/httpd-gollem.conf do-install: @${MKDIR} ${GOLLEMDIR} @${CP} -Rp ${SUB_DIRS:S|^|${WRKSRC}/|} ${GOLLEMDIR} @${CP} -p ${WRKSRC}/*.php ${GOLLEMDIR} @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${GOLLEMDIR} @${CHMOD} -R o-rwx ${CONFDIR} @${INSTALL_DATA} ${WRKDIR}/httpd-gollem.conf ${HORDE_INC} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${DOCS:S|^|${WRKSRC}/|} ${DOCSDIR} @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif post-install: @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .include Property changes on: head/ftp/gollem/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/ftp/horde-gollem/Makefile =================================================================== --- head/ftp/horde-gollem/Makefile (revision 183582) +++ head/ftp/horde-gollem/Makefile (revision 183583) @@ -1,81 +1,81 @@ # Ports collection makefile for: Gollem # Date created: Sun Dec 16, 2001 # Whom: Thierry Thomas () # # $FreeBSD$ # PORTNAME= gollem PORTVERSION= 1.0.2 PORTREVISION= 1 CATEGORIES= ftp www MASTER_SITES= ftp://ftp.horde.org/pub/gollem/ \ ftp://ftp.planetmirror.com/pub/horde/gollem/ \ ftp://ftp.be.horde.org/gollem/ \ ftp://ftp.es.horde.org/pub/gollem/ \ ftp://ftp.it.horde.org/pub/mirror/horde.org/gollem/ \ ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/gollem/ \ ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/gollem/\ http://ftp.horde.org/pub/gollem/ DISTNAME= ${PORTNAME}-h3-${PORTVERSION} -MAINTAINER= shaun@FreeBSD.org +MAINTAINER= beech@alaskaparadise.com COMMENT= Gollem is the Horde web-based File Manager RUN_DEPENDS= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde NO_BUILD= yes USE_GETTEXT= yes USE_APACHE= 1.3+ # needed to test APACHE_VERSION PLIST_SUB= GOLLEMDIR=${LGOLLEMDIR} HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||} PKGMESSAGE= ${WRKDIR}/pkg-message PKGDEINSTALL= ${WRKDIR}/pkg-deinstall SUB_FILES= pkg-message pkg-install pkg-deinstall SUB_LIST= GOLLEMDIR=${GOLLEMDIR} DOCS= README docs/CHANGES docs/CREDITS docs/INSTALL \ docs/RELEASE_NOTES docs/TODO CONFFILE= backends.php credentials.php menu.php mime_drivers.php motd.php \ prefs.php SUB_DIRS= config js lib locale po templates themes LHORDEDIR?= www/horde LGOLLEMDIR?= ${LHORDEDIR}/gollem GOLLEMDIR= ${PREFIX}/${LGOLLEMDIR} CONFDIR= ${GOLLEMDIR}/config .include .if ${APACHE_VERSION} >= 20 HORDE_INC= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/}/Includes .else HORDE_INC= ${LOCALBASE}/etc/horde .endif pre-configure: @${SED} -e "s:/home/httpd/html/horde/gollem:${GOLLEMDIR}:g" \ ${FILESDIR}/httpd.conf.gollem > ${WRKDIR}/httpd-gollem.conf do-install: @${MKDIR} ${GOLLEMDIR} @${CP} -Rp ${SUB_DIRS:S|^|${WRKSRC}/|} ${GOLLEMDIR} @${CP} -p ${WRKSRC}/*.php ${GOLLEMDIR} @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${GOLLEMDIR} @${CHMOD} -R o-rwx ${CONFDIR} @${INSTALL_DATA} ${WRKDIR}/httpd-gollem.conf ${HORDE_INC} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${DOCS:S|^|${WRKSRC}/|} ${DOCSDIR} @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif post-install: @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .include Property changes on: head/ftp/horde-gollem/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/mail/horde-imp/Makefile =================================================================== --- head/mail/horde-imp/Makefile (revision 183582) +++ head/mail/horde-imp/Makefile (revision 183583) @@ -1,249 +1,249 @@ # Ports collection makefile for: imp3 # Date created: Mon Oct 08, 2001 # Whom: Thierry Thomas () # # $FreeBSD$ # PORTNAME= imp PORTVERSION= 4.1.3 PORTREVISION= 2 CATEGORIES= mail www MASTER_SITES= ftp://ftp.horde.org/pub/imp/ \ ftp://ftp.planetmirror.com/pub/horde/imp/ \ ftp://ftp.au.horde.org/pub/horde/imp/ \ ftp://ftp.be.horde.org/imp/ \ ftp://ftp.es.horde.org/pub/imp/ \ http://ftp.horde.org/pub/imp/ DISTNAME= ${PORTNAME}-h3-${PORTVERSION} -MAINTAINER= shaun@FreeBSD.org +MAINTAINER= beech@alaskaparadise.com COMMENT= A webmail system which accesses mail over IMAP #----------------------------------------------------------------------- # You may define these options: # # - WITHOUT_LDAP : if you do not need OpenLDAP; # # - WITHOUT_SMIME : disable S/MIME; # # - WITHOUT_SUPPORTED_DB: if you run a database not in the ports tree; # # - WITHOUT_ASPELL : for spelling bees... # # - WITH_ISPELL : if you prefer ispell; # # - NOCRYPT : if crypto is restricted in your country; # # - WITHOUT_SSL : if you have not installed c-client WITH_SSL; # # - WITH_VALID_CERT : if you own a valid SSL certificate; # # - WITHOUT_INGO : if you don't need filters management; # # - WITHOUT_NAG : if you don't want tasks management; # # - WITHOUT_TURBA : if you do not want adressbooks; # # - WITH_HTML : enable HTML composition mode; # # - WITHOUT_IMAPSERVER : if your IMAP server runs on another machine; # # or you can select to work with one of these servers: # # - WITH_CYRUS-IMAPD : IMP will work with cyrus-imapd; # # - WITH_IMAP-UW : IMP will work with imap-uw; # # - WITH_DOVECOT : IMP will work with dovecot; # # - WITH_COURIER-IMAP : IMP will work with courier-imap. # # These choices are mutually exclusive, and imap-uw is the default. # #----------------------------------------------------------------------- RUN_DEPENDS+= ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL CONFLICTS= imp-3.* USE_PHP= imap .if defined(WITHOUT_TURBA) . if !defined(WITHOUT_LDAP) USE_PHP+= ldap . endif RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde .else RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/turba/minisearch.php:${PORTSDIR}/mail/turba .endif .if !defined(WITHOUT_INGO) RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/ingo/filters.php:${PORTSDIR}/mail/ingo .endif .if !defined(WITHOUT_NAG) RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/nag/data.php:${PORTSDIR}/deskutils/nag .endif .if !defined(WITHOUT_SMIME) USE_PHP+= openssl .endif .if !defined(NOCRYPT) RUN_DEPENDS+= ${LOCALBASE}/bin/gpgv:${PORTSDIR}/security/gnupg1 .endif .if !defined(WITHOUT_ASPELL) RUN_DEPENDS+= ${LOCALBASE}/bin/aspell:${PORTSDIR}/textproc/aspell .elif defined(WITH_ISPELL) RUN_DEPENDS+= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell .endif .if defined(WITH_HTML) RUN_DEPENDS+= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request .endif NO_BUILD= yes USE_APACHE= 1.3+ # needed to test APACHE_VERSION USE_GETTEXT= yes REINPLACE_ARGS= -i.beforeIMP DOCS= COPYING README docs/CHANGES docs/CREDITS docs/INSTALL \ docs/RELEASE_NOTES docs/TODO docs/UPGRADING CONFFILE= filter.txt header.php menu.php mime_drivers.php motd.php \ prefs.php servers.php trailer.txt SUB_DIRS= config js lib locale po scripts templates themes LHORDEDIR?= www/horde LIMPDIR= ${LHORDEDIR}/imp PEARDIR?= ${LOCALBASE}/share/pear PLIST_SUB= IMPDIR=${LIMPDIR} HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||} PKGMESSAGE= ${WRKDIR}/pkg-message PKGDEINSTALL= ${WRKDIR}/pkg-deinstall SUB_FILES= pkg-message pkg-install pkg-deinstall SUB_LIST= IMPDIR=${IMPDIR} PORTSDIR=${PORTSDIR} CONFDIR=${CONFDIR} IMPDIR= ${PREFIX}/${LIMPDIR} CONFDIR= ${IMPDIR}/config HOSTNAME?= `/bin/hostname` SERVOS?= ${OPSYS}-${OSREL} PORTREV_H?= ${LOCALBASE}/include/c-client/portrevision.h PATCH2RM= prefs.php.dist.orig servers.php.dist.orig conf.xml.orig \ conf.xml.beforeIMP servers.php.dist.beforeIMP .include # I have no report about the support of dkimap4 by IMP, # but I shall be happy to add it if someone report success with it. # If an IMAP server is already installed, we just record the dependence, # else we shall install imap-uw. # IMAP servers are ordered according to my tastes, if several are # installed, we just record the first one. .if !defined(WITHOUT_IMAPSERVER) . if defined(WITH_IMAP-UW) || exists(${LOCALBASE}/libexec/imapd) RUN_DEPENDS+= ${LOCALBASE}/libexec/imapd:${PORTSDIR}/mail/imap-uw . elif defined(WITH_CYRUS-IMAPD) || exists(${LOCALBASE}/lib/libacap.a) RUN_DEPENDS+= ${LOCALBASE}/lib/libacap.a:${PORTSDIR}/mail/cyrus-imapd2 . elif defined(WITH_COURIER-IMAP) || exists(${LOCALBASE}/bin/deliverquota) RUN_DEPENDS+= ${LOCALBASE}/bin/deliverquota:${PORTSDIR}/mail/courier-imap . elif defined(WITH_DOVECOT) || exists(${LOCALBASE}/libexec/dovecot/imap) RUN_DEPENDS+= ${LOCALBASE}/libexec/dovecot/imap:${PORTSDIR}/mail/dovecot . else RUN_DEPENDS+= ${LOCALBASE}/libexec/imapd:${PORTSDIR}/mail/imap-uw . endif .endif .if ${APACHE_VERSION} >= 20 HORDE_INC= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/}/Includes/ .else HORDE_INC= ${LOCALBASE}/etc/horde/ .endif pre-everything:: .if !defined(WITHOUT_IMAPSERVER) @${ECHO_MSG} "" @${ECHO_MSG} "Press CTRL-C and define WITHOUT_IMAPSERVER" @${ECHO_MSG} "if you intend to run an IMAP server on an other machine." @${ECHO_MSG} "" .endif pre-configure: @${REINPLACE_CMD} -e "s:/usr/local:${LOCALBASE}:" ${WRKSRC}/config/conf.xml .if !defined(WITHOUT_ASPELL) @${REINPLACE_CMD} -e "s:%%ASPELL%%:${LOCALBASE}/bin/aspell:" \ ${WRKSRC}/config/conf.xml .elif defined(WITH_ISPELL) @${REINPLACE_CMD} -e "s:%%ASPELL%%:${LOCALBASE}/bin/ispell:" \ ${WRKSRC}/config/conf.xml .else @${REINPLACE_CMD} -e "s:%%ASPELL%%::" ${WRKSRC}/config/conf.xml .endif .if !defined(NOCRYPT) @${REINPLACE_CMD} -e "s:%%GPG%%:${LOCALBASE}/bin/gpg:" \ ${WRKSRC}/config/conf.xml .else @${REINPLACE_CMD} -e "s:%%GPG%%::" ${WRKSRC}/config/conf.xml .endif @${REINPLACE_CMD} -e "s:IMP_VERSION:IMP_VERSION . ' / ${SERVOS}':" \ ${WRKSRC}/lib/MIME/Headers.php @${REINPLACE_CMD} -e "s:example.com:${HOSTNAME}:g" \ ${WRKSRC}/config/servers.php.dist .if defined(WITHOUT_SSL) @${REINPLACE_CMD} -e "s:%%PROTOCOL%%:imap/notls:;s:%%IMAPPORT%%:143:" \ ${WRKSRC}/config/servers.php.dist .else @${REINPLACE_CMD} -e "s:%%IMAPPORT%%:993:" ${WRKSRC}/config/servers.php.dist . if defined(WITH_VALID_CERT) @${REINPLACE_CMD} -e "s:%%PROTOCOL%%:imap/ssl:" ${WRKSRC}/config/servers.php.dist . else @${REINPLACE_CMD} -e "s:%%PROTOCOL%%:imap/ssl/novalidate-cert:" \ ${WRKSRC}/config/servers.php.dist . endif .endif @${SED} -e "s:/home/httpd/html/horde/imp:${IMPDIR}:" \ ${FILESDIR}/httpd.conf.imp > ${WRKDIR}/httpd-imp.conf .for fc in ${PATCH2RM} @${RM} ${WRKSRC}/config/${fc} .endfor @${RM} ${WRKSRC}/lib/MIME/Headers.php.beforeIMP pre-install: .if !defined(BATCH) && !defined(WITHOUT_SSL) @if ! ${GREP} -q -e 'CCLIENT_SSLENABLED "yes"' ${PORTREV_H}; then \ ${ECHO_MSG} "" ; \ ${ECHO_MSG} "Please configure c-client with SSL support." ; \ ${ECHO_MSG} "" ; \ ${FALSE} ; \ fi .endif do-install: @${MKDIR} ${IMPDIR} .for REP in ${SUB_DIRS} @${CP} -Rp ${WRKSRC}/${REP} ${IMPDIR} .endfor @${CP} -p ${WRKSRC}/*.php ${IMPDIR} @${INSTALL_DATA} ${WRKSRC}/config/conf.xml ${CONFDIR} @${INSTALL_DATA} ${WRKDIR}/httpd-imp.conf ${HORDE_INC} @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${IMPDIR} @${CHMOD} -R o-rwx ${CONFDIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for FILE in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif post-install: @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .include Property changes on: head/mail/horde-imp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.39 \ No newline at end of property +1.40 \ No newline at end of property Index: head/mail/horde-ingo/Makefile =================================================================== --- head/mail/horde-ingo/Makefile (revision 183582) +++ head/mail/horde-ingo/Makefile (revision 183583) @@ -1,100 +1,100 @@ # Ports collection makefile for: Ingo # Date created: Dec 3, 2004 # Whom: Thierry Thomas () # # $FreeBSD$ # PORTNAME= ingo PORTVERSION= 1.1.2 CATEGORIES= mail www MASTER_SITES= ftp://ftp.horde.org/pub/ingo/ \ ftp://ftp.planetmirror.com/pub/horde/ingo/ \ ftp://ftp.au.horde.org/pub/horde/ingo/ \ ftp://ftp.be.horde.org/ingo/ \ ftp://ftp.es.horde.org/pub/ingo/ \ ftp://ftp.it.horde.org/pub/mirror/horde.org/ingo/ \ ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/ingo/ \ ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/ingo/ \ http://ftp.horde.org/pub/ingo/ DISTNAME= ${PORTNAME}-h3-${PORTVERSION} -MAINTAINER= shaun@FreeBSD.org +MAINTAINER= beech@alaskaparadise.com COMMENT= Horde's email-filter management application #----------------------------------------------------------------------- # You may define this option: # # - WITH_SIEVE : if you run timsieved (with Cyrus). # #----------------------------------------------------------------------- RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde NO_BUILD= yes USE_PHP= imap USE_GETTEXT= yes USE_APACHE= 1.3+ # needed to test APACHE_VERSION PLIST_SUB= INGODIR=${LINGODIR} HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||} PKGMESSAGE= ${WRKDIR}/pkg-message PKGDEINSTALL= ${WRKDIR}/pkg-deinstall SUB_FILES= pkg-message pkg-install pkg-deinstall SUB_LIST= INGODIR=${INGODIR} DOCS= LICENSE README docs/CHANGES docs/CREDITS docs/INSTALL \ docs/RELEASE_NOTES docs/TODO CONFFILE= backends.php fields.php prefs.php SUB_DIRS= config lib locale po scripts templates themes js LHORDEDIR?= www/horde LINGODIR= ${LHORDEDIR}/ingo PEARDIR?= ${LOCALBASE}/share/pear INGODIR= ${PREFIX}/${LINGODIR} CONFDIR= ${INGODIR}/config .include .if defined(WITH_SIEVE) || exists(${LOCALBASE}/cyrus/bin/timsieved) RUN_DEPENDS+= ${PEARDIR}/Net/Sieve.php:${PORTSDIR}/net/pear-Net_Sieve .endif .if ${APACHE_VERSION} >= 20 HORDE_INC= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/}/Includes .else HORDE_INC= ${LOCALBASE}/etc/horde .endif post-patch: @${FIND} ${WRKSRC} -name "*.orig" -delete pre-configure: @${SED} -e "s:/home/httpd/html/horde/ingo:${INGODIR}:g" \ ${FILESDIR}/httpd.conf.ingo >${WRKDIR}/httpd-ingo.conf do-install: @${MKDIR} ${INGODIR} .for REP in ${SUB_DIRS} @${CP} -Rp ${WRKSRC}/${REP} ${INGODIR} .endfor @${CP} -p ${WRKSRC}/*.php ${INGODIR} @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${INGODIR} @${CHMOD} -R o-rwx ${CONFDIR} @${INSTALL_DATA} ${WRKDIR}/httpd-ingo.conf ${HORDE_INC} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for FILE in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif post-install: @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .include Property changes on: head/mail/horde-ingo/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/mail/horde-turba/Makefile =================================================================== --- head/mail/horde-turba/Makefile (revision 183582) +++ head/mail/horde-turba/Makefile (revision 183583) @@ -1,111 +1,111 @@ # Ports collection makefile for: turba # Date created: Sat Nov 16, 2001 # Whom: Thierry Thomas () # # $FreeBSD$ # PORTNAME= turba PORTVERSION= 2.1.2 CATEGORIES= mail www MASTER_SITES= ftp://ftp.horde.org/pub/turba/ \ ftp://ftp.planetmirror.com/pub/horde/turba/ \ ftp://ftp.au.horde.org/pub/horde/turba/ \ ftp://ftp.be.horde.org/turba/ \ ftp://ftp.es.horde.org/pub/turba/ \ ftp://ftp.it.horde.org/pub/mirror/horde.org/turba/ \ ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/turba/ \ ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/turba/ \ http://ftp.horde.org/pub/turba/ DISTNAME= ${PORTNAME}-h3-${PORTVERSION} -MAINTAINER= shaun@FreeBSD.org +MAINTAINER= beech@alaskaparadise.com COMMENT= The Horde contact management application #----------------------------------------------------------------------- # You may define this option: # # - WITHOUT_LDAP : if you do not need OpenLDAP; # # - WITH_IMSP : run IMSP cyrus-imspd. # #----------------------------------------------------------------------- RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde .if !defined(WITHOUT_LDAP) USE_PHP= ldap .endif NO_BUILD= yes USE_APACHE= 1.3+ # needed to test APACHE_VERSION USE_GETTEXT= yes REINPLACE_ARGS= -i "" DOCS= README docs/CHANGES docs/CREDITS docs/INSTALL \ docs/LDAP docs/RELEASE_NOTES docs/TODO docs/UPGRADING CONFFILE= attributes.php menu.php mime_drivers.php prefs.php sources.php SUB_DIRS= config lib locale po scripts templates themes LHORDEDIR?= www/horde LTURBADIR?= ${LHORDEDIR}/turba PLIST_SUB= TURBADIR=${LTURBADIR} HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||} PKGMESSAGE= ${WRKDIR}/pkg-message PKGDEINSTALL= ${WRKDIR}/pkg-deinstall SUB_FILES= pkg-message pkg-install pkg-deinstall SUB_LIST= TURBADIR=${TURBADIR} CONFDIR=${CONFDIR} TURBADIR= ${PREFIX}/${LTURBADIR} CONFDIR= ${TURBADIR}/config .include .if exists(${LOCALBASE}/sbin/imspd) WITH_IMSP= yes .endif .if defined(WITH_IMSP) RUN_DEPENDS+= imspd:${PORTSDIR}/databases/cyrus-imspd .endif .if ${APACHE_VERSION} >= 20 HORDE_INC= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/}/Includes .else HORDE_INC= ${LOCALBASE}/etc/horde .endif pre-configure: @${RM} ${WRKSRC}/config/sources.php.dist.orig @${SED} -e "s:/home/httpd/html/horde/turba:${TURBADIR}:g" \ ${FILESDIR}/httpd.conf.turba > ${WRKDIR}/httpd-turba.conf @${REINPLACE_CMD} -e "s:/usr/bin/ldapadd:${LOCALBASE}/bin/ldapadd:" \ ${WRKSRC}/scripts/ldap/addou.pl .if defined(WITH_IMSP) @${REINPLACE_CMD} -e "s://UNCOMMENTIFIMSP ::" ${WRKSRC}/config/sources.php.dist .endif do-install: @${MKDIR} ${TURBADIR} .for REP in ${SUB_DIRS} @${CP} -Rp ${WRKSRC}/${REP} ${TURBADIR} .endfor @${CP} -p ${WRKSRC}/*.php ${TURBADIR} @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${TURBADIR} @${CHMOD} -R o-rwx ${CONFDIR} @${INSTALL_DATA} ${WRKDIR}/httpd-turba.conf ${HORDE_INC} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for FILE in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif post-install: @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .include Property changes on: head/mail/horde-turba/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.42 \ No newline at end of property +1.43 \ No newline at end of property Index: head/mail/horde4-imp/Makefile =================================================================== --- head/mail/horde4-imp/Makefile (revision 183582) +++ head/mail/horde4-imp/Makefile (revision 183583) @@ -1,249 +1,249 @@ # Ports collection makefile for: imp3 # Date created: Mon Oct 08, 2001 # Whom: Thierry Thomas () # # $FreeBSD$ # PORTNAME= imp PORTVERSION= 4.1.3 PORTREVISION= 2 CATEGORIES= mail www MASTER_SITES= ftp://ftp.horde.org/pub/imp/ \ ftp://ftp.planetmirror.com/pub/horde/imp/ \ ftp://ftp.au.horde.org/pub/horde/imp/ \ ftp://ftp.be.horde.org/imp/ \ ftp://ftp.es.horde.org/pub/imp/ \ http://ftp.horde.org/pub/imp/ DISTNAME= ${PORTNAME}-h3-${PORTVERSION} -MAINTAINER= shaun@FreeBSD.org +MAINTAINER= beech@alaskaparadise.com COMMENT= A webmail system which accesses mail over IMAP #----------------------------------------------------------------------- # You may define these options: # # - WITHOUT_LDAP : if you do not need OpenLDAP; # # - WITHOUT_SMIME : disable S/MIME; # # - WITHOUT_SUPPORTED_DB: if you run a database not in the ports tree; # # - WITHOUT_ASPELL : for spelling bees... # # - WITH_ISPELL : if you prefer ispell; # # - NOCRYPT : if crypto is restricted in your country; # # - WITHOUT_SSL : if you have not installed c-client WITH_SSL; # # - WITH_VALID_CERT : if you own a valid SSL certificate; # # - WITHOUT_INGO : if you don't need filters management; # # - WITHOUT_NAG : if you don't want tasks management; # # - WITHOUT_TURBA : if you do not want adressbooks; # # - WITH_HTML : enable HTML composition mode; # # - WITHOUT_IMAPSERVER : if your IMAP server runs on another machine; # # or you can select to work with one of these servers: # # - WITH_CYRUS-IMAPD : IMP will work with cyrus-imapd; # # - WITH_IMAP-UW : IMP will work with imap-uw; # # - WITH_DOVECOT : IMP will work with dovecot; # # - WITH_COURIER-IMAP : IMP will work with courier-imap. # # These choices are mutually exclusive, and imap-uw is the default. # #----------------------------------------------------------------------- RUN_DEPENDS+= ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL CONFLICTS= imp-3.* USE_PHP= imap .if defined(WITHOUT_TURBA) . if !defined(WITHOUT_LDAP) USE_PHP+= ldap . endif RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde .else RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/turba/minisearch.php:${PORTSDIR}/mail/turba .endif .if !defined(WITHOUT_INGO) RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/ingo/filters.php:${PORTSDIR}/mail/ingo .endif .if !defined(WITHOUT_NAG) RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/nag/data.php:${PORTSDIR}/deskutils/nag .endif .if !defined(WITHOUT_SMIME) USE_PHP+= openssl .endif .if !defined(NOCRYPT) RUN_DEPENDS+= ${LOCALBASE}/bin/gpgv:${PORTSDIR}/security/gnupg1 .endif .if !defined(WITHOUT_ASPELL) RUN_DEPENDS+= ${LOCALBASE}/bin/aspell:${PORTSDIR}/textproc/aspell .elif defined(WITH_ISPELL) RUN_DEPENDS+= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell .endif .if defined(WITH_HTML) RUN_DEPENDS+= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request .endif NO_BUILD= yes USE_APACHE= 1.3+ # needed to test APACHE_VERSION USE_GETTEXT= yes REINPLACE_ARGS= -i.beforeIMP DOCS= COPYING README docs/CHANGES docs/CREDITS docs/INSTALL \ docs/RELEASE_NOTES docs/TODO docs/UPGRADING CONFFILE= filter.txt header.php menu.php mime_drivers.php motd.php \ prefs.php servers.php trailer.txt SUB_DIRS= config js lib locale po scripts templates themes LHORDEDIR?= www/horde LIMPDIR= ${LHORDEDIR}/imp PEARDIR?= ${LOCALBASE}/share/pear PLIST_SUB= IMPDIR=${LIMPDIR} HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||} PKGMESSAGE= ${WRKDIR}/pkg-message PKGDEINSTALL= ${WRKDIR}/pkg-deinstall SUB_FILES= pkg-message pkg-install pkg-deinstall SUB_LIST= IMPDIR=${IMPDIR} PORTSDIR=${PORTSDIR} CONFDIR=${CONFDIR} IMPDIR= ${PREFIX}/${LIMPDIR} CONFDIR= ${IMPDIR}/config HOSTNAME?= `/bin/hostname` SERVOS?= ${OPSYS}-${OSREL} PORTREV_H?= ${LOCALBASE}/include/c-client/portrevision.h PATCH2RM= prefs.php.dist.orig servers.php.dist.orig conf.xml.orig \ conf.xml.beforeIMP servers.php.dist.beforeIMP .include # I have no report about the support of dkimap4 by IMP, # but I shall be happy to add it if someone report success with it. # If an IMAP server is already installed, we just record the dependence, # else we shall install imap-uw. # IMAP servers are ordered according to my tastes, if several are # installed, we just record the first one. .if !defined(WITHOUT_IMAPSERVER) . if defined(WITH_IMAP-UW) || exists(${LOCALBASE}/libexec/imapd) RUN_DEPENDS+= ${LOCALBASE}/libexec/imapd:${PORTSDIR}/mail/imap-uw . elif defined(WITH_CYRUS-IMAPD) || exists(${LOCALBASE}/lib/libacap.a) RUN_DEPENDS+= ${LOCALBASE}/lib/libacap.a:${PORTSDIR}/mail/cyrus-imapd2 . elif defined(WITH_COURIER-IMAP) || exists(${LOCALBASE}/bin/deliverquota) RUN_DEPENDS+= ${LOCALBASE}/bin/deliverquota:${PORTSDIR}/mail/courier-imap . elif defined(WITH_DOVECOT) || exists(${LOCALBASE}/libexec/dovecot/imap) RUN_DEPENDS+= ${LOCALBASE}/libexec/dovecot/imap:${PORTSDIR}/mail/dovecot . else RUN_DEPENDS+= ${LOCALBASE}/libexec/imapd:${PORTSDIR}/mail/imap-uw . endif .endif .if ${APACHE_VERSION} >= 20 HORDE_INC= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/}/Includes/ .else HORDE_INC= ${LOCALBASE}/etc/horde/ .endif pre-everything:: .if !defined(WITHOUT_IMAPSERVER) @${ECHO_MSG} "" @${ECHO_MSG} "Press CTRL-C and define WITHOUT_IMAPSERVER" @${ECHO_MSG} "if you intend to run an IMAP server on an other machine." @${ECHO_MSG} "" .endif pre-configure: @${REINPLACE_CMD} -e "s:/usr/local:${LOCALBASE}:" ${WRKSRC}/config/conf.xml .if !defined(WITHOUT_ASPELL) @${REINPLACE_CMD} -e "s:%%ASPELL%%:${LOCALBASE}/bin/aspell:" \ ${WRKSRC}/config/conf.xml .elif defined(WITH_ISPELL) @${REINPLACE_CMD} -e "s:%%ASPELL%%:${LOCALBASE}/bin/ispell:" \ ${WRKSRC}/config/conf.xml .else @${REINPLACE_CMD} -e "s:%%ASPELL%%::" ${WRKSRC}/config/conf.xml .endif .if !defined(NOCRYPT) @${REINPLACE_CMD} -e "s:%%GPG%%:${LOCALBASE}/bin/gpg:" \ ${WRKSRC}/config/conf.xml .else @${REINPLACE_CMD} -e "s:%%GPG%%::" ${WRKSRC}/config/conf.xml .endif @${REINPLACE_CMD} -e "s:IMP_VERSION:IMP_VERSION . ' / ${SERVOS}':" \ ${WRKSRC}/lib/MIME/Headers.php @${REINPLACE_CMD} -e "s:example.com:${HOSTNAME}:g" \ ${WRKSRC}/config/servers.php.dist .if defined(WITHOUT_SSL) @${REINPLACE_CMD} -e "s:%%PROTOCOL%%:imap/notls:;s:%%IMAPPORT%%:143:" \ ${WRKSRC}/config/servers.php.dist .else @${REINPLACE_CMD} -e "s:%%IMAPPORT%%:993:" ${WRKSRC}/config/servers.php.dist . if defined(WITH_VALID_CERT) @${REINPLACE_CMD} -e "s:%%PROTOCOL%%:imap/ssl:" ${WRKSRC}/config/servers.php.dist . else @${REINPLACE_CMD} -e "s:%%PROTOCOL%%:imap/ssl/novalidate-cert:" \ ${WRKSRC}/config/servers.php.dist . endif .endif @${SED} -e "s:/home/httpd/html/horde/imp:${IMPDIR}:" \ ${FILESDIR}/httpd.conf.imp > ${WRKDIR}/httpd-imp.conf .for fc in ${PATCH2RM} @${RM} ${WRKSRC}/config/${fc} .endfor @${RM} ${WRKSRC}/lib/MIME/Headers.php.beforeIMP pre-install: .if !defined(BATCH) && !defined(WITHOUT_SSL) @if ! ${GREP} -q -e 'CCLIENT_SSLENABLED "yes"' ${PORTREV_H}; then \ ${ECHO_MSG} "" ; \ ${ECHO_MSG} "Please configure c-client with SSL support." ; \ ${ECHO_MSG} "" ; \ ${FALSE} ; \ fi .endif do-install: @${MKDIR} ${IMPDIR} .for REP in ${SUB_DIRS} @${CP} -Rp ${WRKSRC}/${REP} ${IMPDIR} .endfor @${CP} -p ${WRKSRC}/*.php ${IMPDIR} @${INSTALL_DATA} ${WRKSRC}/config/conf.xml ${CONFDIR} @${INSTALL_DATA} ${WRKDIR}/httpd-imp.conf ${HORDE_INC} @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${IMPDIR} @${CHMOD} -R o-rwx ${CONFDIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for FILE in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif post-install: @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .include Property changes on: head/mail/horde4-imp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.39 \ No newline at end of property +1.40 \ No newline at end of property Index: head/mail/horde4-ingo/Makefile =================================================================== --- head/mail/horde4-ingo/Makefile (revision 183582) +++ head/mail/horde4-ingo/Makefile (revision 183583) @@ -1,100 +1,100 @@ # Ports collection makefile for: Ingo # Date created: Dec 3, 2004 # Whom: Thierry Thomas () # # $FreeBSD$ # PORTNAME= ingo PORTVERSION= 1.1.2 CATEGORIES= mail www MASTER_SITES= ftp://ftp.horde.org/pub/ingo/ \ ftp://ftp.planetmirror.com/pub/horde/ingo/ \ ftp://ftp.au.horde.org/pub/horde/ingo/ \ ftp://ftp.be.horde.org/ingo/ \ ftp://ftp.es.horde.org/pub/ingo/ \ ftp://ftp.it.horde.org/pub/mirror/horde.org/ingo/ \ ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/ingo/ \ ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/ingo/ \ http://ftp.horde.org/pub/ingo/ DISTNAME= ${PORTNAME}-h3-${PORTVERSION} -MAINTAINER= shaun@FreeBSD.org +MAINTAINER= beech@alaskaparadise.com COMMENT= Horde's email-filter management application #----------------------------------------------------------------------- # You may define this option: # # - WITH_SIEVE : if you run timsieved (with Cyrus). # #----------------------------------------------------------------------- RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde NO_BUILD= yes USE_PHP= imap USE_GETTEXT= yes USE_APACHE= 1.3+ # needed to test APACHE_VERSION PLIST_SUB= INGODIR=${LINGODIR} HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||} PKGMESSAGE= ${WRKDIR}/pkg-message PKGDEINSTALL= ${WRKDIR}/pkg-deinstall SUB_FILES= pkg-message pkg-install pkg-deinstall SUB_LIST= INGODIR=${INGODIR} DOCS= LICENSE README docs/CHANGES docs/CREDITS docs/INSTALL \ docs/RELEASE_NOTES docs/TODO CONFFILE= backends.php fields.php prefs.php SUB_DIRS= config lib locale po scripts templates themes js LHORDEDIR?= www/horde LINGODIR= ${LHORDEDIR}/ingo PEARDIR?= ${LOCALBASE}/share/pear INGODIR= ${PREFIX}/${LINGODIR} CONFDIR= ${INGODIR}/config .include .if defined(WITH_SIEVE) || exists(${LOCALBASE}/cyrus/bin/timsieved) RUN_DEPENDS+= ${PEARDIR}/Net/Sieve.php:${PORTSDIR}/net/pear-Net_Sieve .endif .if ${APACHE_VERSION} >= 20 HORDE_INC= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/}/Includes .else HORDE_INC= ${LOCALBASE}/etc/horde .endif post-patch: @${FIND} ${WRKSRC} -name "*.orig" -delete pre-configure: @${SED} -e "s:/home/httpd/html/horde/ingo:${INGODIR}:g" \ ${FILESDIR}/httpd.conf.ingo >${WRKDIR}/httpd-ingo.conf do-install: @${MKDIR} ${INGODIR} .for REP in ${SUB_DIRS} @${CP} -Rp ${WRKSRC}/${REP} ${INGODIR} .endfor @${CP} -p ${WRKSRC}/*.php ${INGODIR} @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${INGODIR} @${CHMOD} -R o-rwx ${CONFDIR} @${INSTALL_DATA} ${WRKDIR}/httpd-ingo.conf ${HORDE_INC} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for FILE in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif post-install: @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .include Property changes on: head/mail/horde4-ingo/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/mail/horde4-turba/Makefile =================================================================== --- head/mail/horde4-turba/Makefile (revision 183582) +++ head/mail/horde4-turba/Makefile (revision 183583) @@ -1,111 +1,111 @@ # Ports collection makefile for: turba # Date created: Sat Nov 16, 2001 # Whom: Thierry Thomas () # # $FreeBSD$ # PORTNAME= turba PORTVERSION= 2.1.2 CATEGORIES= mail www MASTER_SITES= ftp://ftp.horde.org/pub/turba/ \ ftp://ftp.planetmirror.com/pub/horde/turba/ \ ftp://ftp.au.horde.org/pub/horde/turba/ \ ftp://ftp.be.horde.org/turba/ \ ftp://ftp.es.horde.org/pub/turba/ \ ftp://ftp.it.horde.org/pub/mirror/horde.org/turba/ \ ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/turba/ \ ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/turba/ \ http://ftp.horde.org/pub/turba/ DISTNAME= ${PORTNAME}-h3-${PORTVERSION} -MAINTAINER= shaun@FreeBSD.org +MAINTAINER= beech@alaskaparadise.com COMMENT= The Horde contact management application #----------------------------------------------------------------------- # You may define this option: # # - WITHOUT_LDAP : if you do not need OpenLDAP; # # - WITH_IMSP : run IMSP cyrus-imspd. # #----------------------------------------------------------------------- RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde .if !defined(WITHOUT_LDAP) USE_PHP= ldap .endif NO_BUILD= yes USE_APACHE= 1.3+ # needed to test APACHE_VERSION USE_GETTEXT= yes REINPLACE_ARGS= -i "" DOCS= README docs/CHANGES docs/CREDITS docs/INSTALL \ docs/LDAP docs/RELEASE_NOTES docs/TODO docs/UPGRADING CONFFILE= attributes.php menu.php mime_drivers.php prefs.php sources.php SUB_DIRS= config lib locale po scripts templates themes LHORDEDIR?= www/horde LTURBADIR?= ${LHORDEDIR}/turba PLIST_SUB= TURBADIR=${LTURBADIR} HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||} PKGMESSAGE= ${WRKDIR}/pkg-message PKGDEINSTALL= ${WRKDIR}/pkg-deinstall SUB_FILES= pkg-message pkg-install pkg-deinstall SUB_LIST= TURBADIR=${TURBADIR} CONFDIR=${CONFDIR} TURBADIR= ${PREFIX}/${LTURBADIR} CONFDIR= ${TURBADIR}/config .include .if exists(${LOCALBASE}/sbin/imspd) WITH_IMSP= yes .endif .if defined(WITH_IMSP) RUN_DEPENDS+= imspd:${PORTSDIR}/databases/cyrus-imspd .endif .if ${APACHE_VERSION} >= 20 HORDE_INC= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/}/Includes .else HORDE_INC= ${LOCALBASE}/etc/horde .endif pre-configure: @${RM} ${WRKSRC}/config/sources.php.dist.orig @${SED} -e "s:/home/httpd/html/horde/turba:${TURBADIR}:g" \ ${FILESDIR}/httpd.conf.turba > ${WRKDIR}/httpd-turba.conf @${REINPLACE_CMD} -e "s:/usr/bin/ldapadd:${LOCALBASE}/bin/ldapadd:" \ ${WRKSRC}/scripts/ldap/addou.pl .if defined(WITH_IMSP) @${REINPLACE_CMD} -e "s://UNCOMMENTIFIMSP ::" ${WRKSRC}/config/sources.php.dist .endif do-install: @${MKDIR} ${TURBADIR} .for REP in ${SUB_DIRS} @${CP} -Rp ${WRKSRC}/${REP} ${TURBADIR} .endfor @${CP} -p ${WRKSRC}/*.php ${TURBADIR} @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${TURBADIR} @${CHMOD} -R o-rwx ${CONFDIR} @${INSTALL_DATA} ${WRKDIR}/httpd-turba.conf ${HORDE_INC} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for FILE in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif post-install: @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .include Property changes on: head/mail/horde4-turba/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.42 \ No newline at end of property +1.43 \ No newline at end of property Index: head/mail/imp/Makefile =================================================================== --- head/mail/imp/Makefile (revision 183582) +++ head/mail/imp/Makefile (revision 183583) @@ -1,249 +1,249 @@ # Ports collection makefile for: imp3 # Date created: Mon Oct 08, 2001 # Whom: Thierry Thomas () # # $FreeBSD$ # PORTNAME= imp PORTVERSION= 4.1.3 PORTREVISION= 2 CATEGORIES= mail www MASTER_SITES= ftp://ftp.horde.org/pub/imp/ \ ftp://ftp.planetmirror.com/pub/horde/imp/ \ ftp://ftp.au.horde.org/pub/horde/imp/ \ ftp://ftp.be.horde.org/imp/ \ ftp://ftp.es.horde.org/pub/imp/ \ http://ftp.horde.org/pub/imp/ DISTNAME= ${PORTNAME}-h3-${PORTVERSION} -MAINTAINER= shaun@FreeBSD.org +MAINTAINER= beech@alaskaparadise.com COMMENT= A webmail system which accesses mail over IMAP #----------------------------------------------------------------------- # You may define these options: # # - WITHOUT_LDAP : if you do not need OpenLDAP; # # - WITHOUT_SMIME : disable S/MIME; # # - WITHOUT_SUPPORTED_DB: if you run a database not in the ports tree; # # - WITHOUT_ASPELL : for spelling bees... # # - WITH_ISPELL : if you prefer ispell; # # - NOCRYPT : if crypto is restricted in your country; # # - WITHOUT_SSL : if you have not installed c-client WITH_SSL; # # - WITH_VALID_CERT : if you own a valid SSL certificate; # # - WITHOUT_INGO : if you don't need filters management; # # - WITHOUT_NAG : if you don't want tasks management; # # - WITHOUT_TURBA : if you do not want adressbooks; # # - WITH_HTML : enable HTML composition mode; # # - WITHOUT_IMAPSERVER : if your IMAP server runs on another machine; # # or you can select to work with one of these servers: # # - WITH_CYRUS-IMAPD : IMP will work with cyrus-imapd; # # - WITH_IMAP-UW : IMP will work with imap-uw; # # - WITH_DOVECOT : IMP will work with dovecot; # # - WITH_COURIER-IMAP : IMP will work with courier-imap. # # These choices are mutually exclusive, and imap-uw is the default. # #----------------------------------------------------------------------- RUN_DEPENDS+= ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL CONFLICTS= imp-3.* USE_PHP= imap .if defined(WITHOUT_TURBA) . if !defined(WITHOUT_LDAP) USE_PHP+= ldap . endif RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde .else RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/turba/minisearch.php:${PORTSDIR}/mail/turba .endif .if !defined(WITHOUT_INGO) RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/ingo/filters.php:${PORTSDIR}/mail/ingo .endif .if !defined(WITHOUT_NAG) RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/nag/data.php:${PORTSDIR}/deskutils/nag .endif .if !defined(WITHOUT_SMIME) USE_PHP+= openssl .endif .if !defined(NOCRYPT) RUN_DEPENDS+= ${LOCALBASE}/bin/gpgv:${PORTSDIR}/security/gnupg1 .endif .if !defined(WITHOUT_ASPELL) RUN_DEPENDS+= ${LOCALBASE}/bin/aspell:${PORTSDIR}/textproc/aspell .elif defined(WITH_ISPELL) RUN_DEPENDS+= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell .endif .if defined(WITH_HTML) RUN_DEPENDS+= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request .endif NO_BUILD= yes USE_APACHE= 1.3+ # needed to test APACHE_VERSION USE_GETTEXT= yes REINPLACE_ARGS= -i.beforeIMP DOCS= COPYING README docs/CHANGES docs/CREDITS docs/INSTALL \ docs/RELEASE_NOTES docs/TODO docs/UPGRADING CONFFILE= filter.txt header.php menu.php mime_drivers.php motd.php \ prefs.php servers.php trailer.txt SUB_DIRS= config js lib locale po scripts templates themes LHORDEDIR?= www/horde LIMPDIR= ${LHORDEDIR}/imp PEARDIR?= ${LOCALBASE}/share/pear PLIST_SUB= IMPDIR=${LIMPDIR} HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||} PKGMESSAGE= ${WRKDIR}/pkg-message PKGDEINSTALL= ${WRKDIR}/pkg-deinstall SUB_FILES= pkg-message pkg-install pkg-deinstall SUB_LIST= IMPDIR=${IMPDIR} PORTSDIR=${PORTSDIR} CONFDIR=${CONFDIR} IMPDIR= ${PREFIX}/${LIMPDIR} CONFDIR= ${IMPDIR}/config HOSTNAME?= `/bin/hostname` SERVOS?= ${OPSYS}-${OSREL} PORTREV_H?= ${LOCALBASE}/include/c-client/portrevision.h PATCH2RM= prefs.php.dist.orig servers.php.dist.orig conf.xml.orig \ conf.xml.beforeIMP servers.php.dist.beforeIMP .include # I have no report about the support of dkimap4 by IMP, # but I shall be happy to add it if someone report success with it. # If an IMAP server is already installed, we just record the dependence, # else we shall install imap-uw. # IMAP servers are ordered according to my tastes, if several are # installed, we just record the first one. .if !defined(WITHOUT_IMAPSERVER) . if defined(WITH_IMAP-UW) || exists(${LOCALBASE}/libexec/imapd) RUN_DEPENDS+= ${LOCALBASE}/libexec/imapd:${PORTSDIR}/mail/imap-uw . elif defined(WITH_CYRUS-IMAPD) || exists(${LOCALBASE}/lib/libacap.a) RUN_DEPENDS+= ${LOCALBASE}/lib/libacap.a:${PORTSDIR}/mail/cyrus-imapd2 . elif defined(WITH_COURIER-IMAP) || exists(${LOCALBASE}/bin/deliverquota) RUN_DEPENDS+= ${LOCALBASE}/bin/deliverquota:${PORTSDIR}/mail/courier-imap . elif defined(WITH_DOVECOT) || exists(${LOCALBASE}/libexec/dovecot/imap) RUN_DEPENDS+= ${LOCALBASE}/libexec/dovecot/imap:${PORTSDIR}/mail/dovecot . else RUN_DEPENDS+= ${LOCALBASE}/libexec/imapd:${PORTSDIR}/mail/imap-uw . endif .endif .if ${APACHE_VERSION} >= 20 HORDE_INC= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/}/Includes/ .else HORDE_INC= ${LOCALBASE}/etc/horde/ .endif pre-everything:: .if !defined(WITHOUT_IMAPSERVER) @${ECHO_MSG} "" @${ECHO_MSG} "Press CTRL-C and define WITHOUT_IMAPSERVER" @${ECHO_MSG} "if you intend to run an IMAP server on an other machine." @${ECHO_MSG} "" .endif pre-configure: @${REINPLACE_CMD} -e "s:/usr/local:${LOCALBASE}:" ${WRKSRC}/config/conf.xml .if !defined(WITHOUT_ASPELL) @${REINPLACE_CMD} -e "s:%%ASPELL%%:${LOCALBASE}/bin/aspell:" \ ${WRKSRC}/config/conf.xml .elif defined(WITH_ISPELL) @${REINPLACE_CMD} -e "s:%%ASPELL%%:${LOCALBASE}/bin/ispell:" \ ${WRKSRC}/config/conf.xml .else @${REINPLACE_CMD} -e "s:%%ASPELL%%::" ${WRKSRC}/config/conf.xml .endif .if !defined(NOCRYPT) @${REINPLACE_CMD} -e "s:%%GPG%%:${LOCALBASE}/bin/gpg:" \ ${WRKSRC}/config/conf.xml .else @${REINPLACE_CMD} -e "s:%%GPG%%::" ${WRKSRC}/config/conf.xml .endif @${REINPLACE_CMD} -e "s:IMP_VERSION:IMP_VERSION . ' / ${SERVOS}':" \ ${WRKSRC}/lib/MIME/Headers.php @${REINPLACE_CMD} -e "s:example.com:${HOSTNAME}:g" \ ${WRKSRC}/config/servers.php.dist .if defined(WITHOUT_SSL) @${REINPLACE_CMD} -e "s:%%PROTOCOL%%:imap/notls:;s:%%IMAPPORT%%:143:" \ ${WRKSRC}/config/servers.php.dist .else @${REINPLACE_CMD} -e "s:%%IMAPPORT%%:993:" ${WRKSRC}/config/servers.php.dist . if defined(WITH_VALID_CERT) @${REINPLACE_CMD} -e "s:%%PROTOCOL%%:imap/ssl:" ${WRKSRC}/config/servers.php.dist . else @${REINPLACE_CMD} -e "s:%%PROTOCOL%%:imap/ssl/novalidate-cert:" \ ${WRKSRC}/config/servers.php.dist . endif .endif @${SED} -e "s:/home/httpd/html/horde/imp:${IMPDIR}:" \ ${FILESDIR}/httpd.conf.imp > ${WRKDIR}/httpd-imp.conf .for fc in ${PATCH2RM} @${RM} ${WRKSRC}/config/${fc} .endfor @${RM} ${WRKSRC}/lib/MIME/Headers.php.beforeIMP pre-install: .if !defined(BATCH) && !defined(WITHOUT_SSL) @if ! ${GREP} -q -e 'CCLIENT_SSLENABLED "yes"' ${PORTREV_H}; then \ ${ECHO_MSG} "" ; \ ${ECHO_MSG} "Please configure c-client with SSL support." ; \ ${ECHO_MSG} "" ; \ ${FALSE} ; \ fi .endif do-install: @${MKDIR} ${IMPDIR} .for REP in ${SUB_DIRS} @${CP} -Rp ${WRKSRC}/${REP} ${IMPDIR} .endfor @${CP} -p ${WRKSRC}/*.php ${IMPDIR} @${INSTALL_DATA} ${WRKSRC}/config/conf.xml ${CONFDIR} @${INSTALL_DATA} ${WRKDIR}/httpd-imp.conf ${HORDE_INC} @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${IMPDIR} @${CHMOD} -R o-rwx ${CONFDIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for FILE in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif post-install: @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .include Property changes on: head/mail/imp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.39 \ No newline at end of property +1.40 \ No newline at end of property Index: head/mail/ingo/Makefile =================================================================== --- head/mail/ingo/Makefile (revision 183582) +++ head/mail/ingo/Makefile (revision 183583) @@ -1,100 +1,100 @@ # Ports collection makefile for: Ingo # Date created: Dec 3, 2004 # Whom: Thierry Thomas () # # $FreeBSD$ # PORTNAME= ingo PORTVERSION= 1.1.2 CATEGORIES= mail www MASTER_SITES= ftp://ftp.horde.org/pub/ingo/ \ ftp://ftp.planetmirror.com/pub/horde/ingo/ \ ftp://ftp.au.horde.org/pub/horde/ingo/ \ ftp://ftp.be.horde.org/ingo/ \ ftp://ftp.es.horde.org/pub/ingo/ \ ftp://ftp.it.horde.org/pub/mirror/horde.org/ingo/ \ ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/ingo/ \ ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/ingo/ \ http://ftp.horde.org/pub/ingo/ DISTNAME= ${PORTNAME}-h3-${PORTVERSION} -MAINTAINER= shaun@FreeBSD.org +MAINTAINER= beech@alaskaparadise.com COMMENT= Horde's email-filter management application #----------------------------------------------------------------------- # You may define this option: # # - WITH_SIEVE : if you run timsieved (with Cyrus). # #----------------------------------------------------------------------- RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde NO_BUILD= yes USE_PHP= imap USE_GETTEXT= yes USE_APACHE= 1.3+ # needed to test APACHE_VERSION PLIST_SUB= INGODIR=${LINGODIR} HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||} PKGMESSAGE= ${WRKDIR}/pkg-message PKGDEINSTALL= ${WRKDIR}/pkg-deinstall SUB_FILES= pkg-message pkg-install pkg-deinstall SUB_LIST= INGODIR=${INGODIR} DOCS= LICENSE README docs/CHANGES docs/CREDITS docs/INSTALL \ docs/RELEASE_NOTES docs/TODO CONFFILE= backends.php fields.php prefs.php SUB_DIRS= config lib locale po scripts templates themes js LHORDEDIR?= www/horde LINGODIR= ${LHORDEDIR}/ingo PEARDIR?= ${LOCALBASE}/share/pear INGODIR= ${PREFIX}/${LINGODIR} CONFDIR= ${INGODIR}/config .include .if defined(WITH_SIEVE) || exists(${LOCALBASE}/cyrus/bin/timsieved) RUN_DEPENDS+= ${PEARDIR}/Net/Sieve.php:${PORTSDIR}/net/pear-Net_Sieve .endif .if ${APACHE_VERSION} >= 20 HORDE_INC= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/}/Includes .else HORDE_INC= ${LOCALBASE}/etc/horde .endif post-patch: @${FIND} ${WRKSRC} -name "*.orig" -delete pre-configure: @${SED} -e "s:/home/httpd/html/horde/ingo:${INGODIR}:g" \ ${FILESDIR}/httpd.conf.ingo >${WRKDIR}/httpd-ingo.conf do-install: @${MKDIR} ${INGODIR} .for REP in ${SUB_DIRS} @${CP} -Rp ${WRKSRC}/${REP} ${INGODIR} .endfor @${CP} -p ${WRKSRC}/*.php ${INGODIR} @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${INGODIR} @${CHMOD} -R o-rwx ${CONFDIR} @${INSTALL_DATA} ${WRKDIR}/httpd-ingo.conf ${HORDE_INC} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for FILE in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif post-install: @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .include Property changes on: head/mail/ingo/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/mail/turba/Makefile =================================================================== --- head/mail/turba/Makefile (revision 183582) +++ head/mail/turba/Makefile (revision 183583) @@ -1,111 +1,111 @@ # Ports collection makefile for: turba # Date created: Sat Nov 16, 2001 # Whom: Thierry Thomas () # # $FreeBSD$ # PORTNAME= turba PORTVERSION= 2.1.2 CATEGORIES= mail www MASTER_SITES= ftp://ftp.horde.org/pub/turba/ \ ftp://ftp.planetmirror.com/pub/horde/turba/ \ ftp://ftp.au.horde.org/pub/horde/turba/ \ ftp://ftp.be.horde.org/turba/ \ ftp://ftp.es.horde.org/pub/turba/ \ ftp://ftp.it.horde.org/pub/mirror/horde.org/turba/ \ ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/turba/ \ ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/turba/ \ http://ftp.horde.org/pub/turba/ DISTNAME= ${PORTNAME}-h3-${PORTVERSION} -MAINTAINER= shaun@FreeBSD.org +MAINTAINER= beech@alaskaparadise.com COMMENT= The Horde contact management application #----------------------------------------------------------------------- # You may define this option: # # - WITHOUT_LDAP : if you do not need OpenLDAP; # # - WITH_IMSP : run IMSP cyrus-imspd. # #----------------------------------------------------------------------- RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde .if !defined(WITHOUT_LDAP) USE_PHP= ldap .endif NO_BUILD= yes USE_APACHE= 1.3+ # needed to test APACHE_VERSION USE_GETTEXT= yes REINPLACE_ARGS= -i "" DOCS= README docs/CHANGES docs/CREDITS docs/INSTALL \ docs/LDAP docs/RELEASE_NOTES docs/TODO docs/UPGRADING CONFFILE= attributes.php menu.php mime_drivers.php prefs.php sources.php SUB_DIRS= config lib locale po scripts templates themes LHORDEDIR?= www/horde LTURBADIR?= ${LHORDEDIR}/turba PLIST_SUB= TURBADIR=${LTURBADIR} HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||} PKGMESSAGE= ${WRKDIR}/pkg-message PKGDEINSTALL= ${WRKDIR}/pkg-deinstall SUB_FILES= pkg-message pkg-install pkg-deinstall SUB_LIST= TURBADIR=${TURBADIR} CONFDIR=${CONFDIR} TURBADIR= ${PREFIX}/${LTURBADIR} CONFDIR= ${TURBADIR}/config .include .if exists(${LOCALBASE}/sbin/imspd) WITH_IMSP= yes .endif .if defined(WITH_IMSP) RUN_DEPENDS+= imspd:${PORTSDIR}/databases/cyrus-imspd .endif .if ${APACHE_VERSION} >= 20 HORDE_INC= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/}/Includes .else HORDE_INC= ${LOCALBASE}/etc/horde .endif pre-configure: @${RM} ${WRKSRC}/config/sources.php.dist.orig @${SED} -e "s:/home/httpd/html/horde/turba:${TURBADIR}:g" \ ${FILESDIR}/httpd.conf.turba > ${WRKDIR}/httpd-turba.conf @${REINPLACE_CMD} -e "s:/usr/bin/ldapadd:${LOCALBASE}/bin/ldapadd:" \ ${WRKSRC}/scripts/ldap/addou.pl .if defined(WITH_IMSP) @${REINPLACE_CMD} -e "s://UNCOMMENTIFIMSP ::" ${WRKSRC}/config/sources.php.dist .endif do-install: @${MKDIR} ${TURBADIR} .for REP in ${SUB_DIRS} @${CP} -Rp ${WRKSRC}/${REP} ${TURBADIR} .endfor @${CP} -p ${WRKSRC}/*.php ${TURBADIR} @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${TURBADIR} @${CHMOD} -R o-rwx ${CONFDIR} @${INSTALL_DATA} ${WRKDIR}/httpd-turba.conf ${HORDE_INC} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for FILE in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif post-install: @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .include Property changes on: head/mail/turba/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.42 \ No newline at end of property +1.43 \ No newline at end of property Index: head/www/horde/Makefile =================================================================== --- head/www/horde/Makefile (revision 183582) +++ head/www/horde/Makefile (revision 183583) @@ -1,385 +1,385 @@ # Ports collection makefile for: horde2 # Date created: Sun Oct 07, 2001 # Whom: Thierry Thomas () # # $FreeBSD$ # PORTNAME= horde PORTVERSION= 3.1.3 CATEGORIES= www MASTER_SITES= ftp://ftp.horde.org/pub/horde/ \ ftp://ftp.planetmirror.com/pub/horde/horde/ \ ftp://ftp.au.horde.org/pub/horde/horde/ \ ftp://ftp.be.horde.org/horde/ \ ftp://ftp.es.horde.org/pub/horde/ \ ftp://ftp.it.horde.org/pub/mirror/horde.org/horde/ \ ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/horde/ \ ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/horde/ \ http://ftp.horde.org/pub/horde/ -MAINTAINER= shaun@FreeBSD.org +MAINTAINER= beech@alaskaparadise.com COMMENT= A common code-base used by Horde applications, written in PHP #---------------------------------------------------------------------------- # You may define these options: # # - WITHOUT_SUPPORTED_DB: if you run a database not in the ports tree. # # - WITHOUT_MYSQL: this port is built with MySQL by default # but you might choose any other database # supported by PHP (e.g. WITH_POSTGRESQL / WITH_SQLITE). # # - WITHOUT_IMAP: this port uses IMAP as a default authentication # backend; use this knob if for # example you only need Chora. # # - WITHOUT_LDAP: if you do not need OpenLDAP. # # - WITHOUT_FTP: if you do not need the VFS FTP driver. # # - WITH_MCAL: for mcal authentication back-end (deprecated). # # - WITH_IMSP: use IMSP as a preferences backend. # # - WITHOUT_FILEINFO: use native code to perform MIME magic lookups. # # - WITHOUT_GD: don't perform manipulations on image data with gd. # # - WITHOUT_ZLIB: don't compress pages and don't handle zip or gz data. # # - WITH_MAGICK: use ImageMagick to perform these image manipulations. # # - WITHOUT_ICONV: remove support for UTF-8 character sets. # - WITHOUT_MBSTRING: # # - WITHOUT_WV if your users never receive MS-Word docs; # # - WITHOUT_XL if your users never receive MS-Excel sheets # (or .ppt presentations); # # - WITHOUT_GEOIP don't activate MaxMind GeoIP Hostname to Country lookup. # # - WITHOUT_SW don't use the weather.com block on the portal page. # # - WITHOUT_WEBCPP: don't highlight sources with webcpp. # # - WITH_SRCHIGH: highlight sources with source-highlight. # # - WITH_ENSCRIPT: highlight sources with enscript. # # - WITH_RPM: handle RPM packages. # # - WITH_DEB: handle Debian packages. # # - WITH_SUPHP: Install appropriately for use with the www/suphp port. # #---------------------------------------------------------------------------- RUN_DEPENDS+= ${PEARDIR}/Date.php:${PORTSDIR}/devel/pear-Date \ ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log \ ${PEARDIR}/Mail/RFC822.php:${PORTSDIR}/mail/pear-Mail \ ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime \ ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \ ${PEARDIR}/File.php:${PORTSDIR}/sysutils/pear-File \ ${PEARDIR}/Net/SMTP.php:${PORTSDIR}/net/pear-Net_SMTP CONFLICTS= horde-2.* NO_BUILD= yes USE_APACHE= 1.3+ USE_GETTEXT= yes # Already implied by USE_PHP =gettext, to pet portlint USE_PHP= ctype gettext session SUB_FILES= pkg-message pkg-deinstall pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-deinstall PKGINSTALL= ${WRKDIR}/pkg-install PKGMESSAGE= ${WRKDIR}/pkg-message .if defined(WITH_SUPHP) && !defined(WITHOUT_SUPHP) RUN_DEPENDS+= ${LOCALBASE}/sbin/suphp:${PORTSDIR}/www/suphp WANT_PHP_CGI= yes HORDEADMUSR?= horde SUB_LIST= WITH_SUPHP=yes .else WANT_PHP_WEB= yes .endif .if !defined(WITHOUT_FILEINFO) USE_PHP+= fileinfo .endif .if !defined(WITHOUT_FTP) USE_PHP+= ftp .endif .if !defined(WITHOUT_GD) USE_PHP+= gd .endif .if !defined(WITHOUT_ICONV) USE_PHP+= iconv .endif .if !defined(WITHOUT_IMAP) USE_PHP+= imap .endif .if !defined(WITHOUT_LDAP) USE_PHP+= ldap .endif .if !defined(WITHOUT_MBSTRING) USE_PHP+= mbstring .endif .if !defined(NOCRYPT) USE_PHP+= mcrypt .endif .if !defined(WITHOUT_SUPPORTED_DB) . if !defined(WITHOUT_MYSQL) USE_PHP+= mysql . endif . if defined(WITH_POSTGRESQL) || defined(WITH_PGSQL) USE_PHP+= pgsql . endif . if defined(WITH_SQLITE) USE_PHP+= sqlite . endif .endif .if !defined(WITHOUT_ZLIB) USE_PHP+= zlib .endif .if defined(WITH_MAGICK) RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick .endif .if defined(WITH_IMSP) RUN_DEPENDS+= imspd:${PORTSDIR}/databases/cyrus-imspd .endif .if !defined(WITHOUT_X11) . if !defined(WITHOUT_WV) RUN_DEPENDS+= ${LOCALBASE}/bin/wvHtml:${PORTSDIR}/textproc/wv . endif . if !defined(WITHOUT_XL) RUN_DEPENDS+= ${LOCALBASE}/bin/xlhtml:${PORTSDIR}/textproc/xlhtml . endif .endif .if !defined(WITHOUT_WEBCPP) RUN_DEPENDS+= webcpp:${PORTSDIR}/textproc/webcpp .endif .if exists(${LOCALBASE}/bin/source-highlight) WITH_SRCHIGH= yes .endif .if defined(WITH_SRCHIGH) RUN_DEPENDS+= source-highlight:${PORTSDIR}/textproc/source-highlight .endif .if exists(${LOCALBASE}/bin/enscript) WITH_ENSCRIPT= yes .endif .if defined(WITH_ENSCRIPT) . if defined(A4) RUN_DEPENDS+= enscript:${PORTSDIR}/print/enscript-a4 . elif defined(DJ) RUN_DEPENDS+= enscript:${PORTSDIR}/print/enscript-letterdj . else RUN_DEPENDS+= enscript:${PORTSDIR}/print/enscript-letter . endif .endif .if exists(${LOCALBASE}/bin/rpm) WITH_RPM= yes .endif .if defined(WITH_RPM) RUN_DEPENDS+= rpm:${PORTSDIR}/archivers/rpm4 .endif .if exists(${LOCALBASE}/bin/dpkg) WITH_DEB= yes .endif .if defined(WITH_DEB) RUN_DEPENDS+= dpkg:${PORTSDIR}/archivers/dpkg .endif .if !defined(WITHOUT_SW) RUN_DEPENDS+= ${PEARDIR}/Services/Weather.php:${PORTSDIR}/misc/pear-Services_Weather .endif .if !defined(WITHOUT_GEOIP) RUN_DEPENDS+= ${LOCALBASE}/share/GeoIP/GeoIP.dat:${PORTSDIR}/net/GeoIP .endif REINPLACE_ARGS= -i.beforeHorde DOCS= COPYING README docs/CHANGES docs/CODING_STANDARDS \ docs/CONTRIBUTING docs/CREDITS docs/HACKING docs/INSTALL \ docs/PERFORMANCE docs/RELEASE_NOTES docs/SECURITY docs/TODO \ docs/TRANSLATIONS docs/UPGRADING CONFFILE= conf.php hooks.php mime_drivers.php motd.php nls.php prefs.php registry.php SUB_DIRS= admin config js lib locale po scripts services templates themes util LHORDEDIR?= www/horde LHORDESBIN?= sbin PLIST_SUB= HORDEDIR=${LHORDEDIR} HORDESBIN=${LHORDESBIN} \ HORDE_INC=${LHORDE_INC} SUB_LIST+= HORDEDIR=${HORDEDIR} APACHE_CONF=${APACHE_CONF} \ HORDESBIN=${HORDESBIN} HORDEADMUSR=${HORDEADMUSR} HORDEGRP=${WWWGRP} HORDEDIR= ${PREFIX}/${LHORDEDIR} HORDESBIN= ${PREFIX}/${LHORDESBIN} CONFDIR= ${HORDEDIR}/config APACHE_CONF= ${APACHE_CNFDIR}/httpd.conf PEARDIR?= ${LOCALBASE}/share/pear LOG_FILE?= /var/log/horde.log PATCHES2RM= po/translation.php config/conf.xml scripts/sql/README \ config/mime_drivers.php.dist config/registry.php.dist SEDIN2RM= lib/Horde/Auth/mcal.php config/conf.xml docs/INSTALL \ config/mime_drivers.php.dist .include .if ${PHP_VER} == 5 USE_PHP+= dom .else USE_PHP+= domxml . if defined(WITH_MCAL) USE_PHP+= mcal . endif .endif .include "${PORTSDIR}/Mk/bsd.php.mk" .if ${APACHE_VERSION} >= 20 APACHE_CNFDIR= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/} HORDE_INC= ${APACHE_CNFDIR}/Includes LHORDE_INC= ${HORDE_INC:S|^${LOCALBASE}/||} PLIST_SUB+= RMDIRINC="@comment " .else APACHE_CNFDIR= ${LOCALBASE}/etc/apache HORDE_INC= ${PREFIX}/etc/horde LHORDE_INC= ${HORDE_INC:S|^${PREFIX}/||} PLIST_SUB+= RMDIRINC="" .endif pre-configure: @${RM} ${PATCHES2RM:S|^|${WRKSRC}/|:S|$|.orig|} @${SED} -e "s:/home/httpd/html/horde:${HORDEDIR}:" \ -e "s:php_value auto_prepend_file:# php_value auto_prepend_file:" \ -e "s:/home/httpd/phplib:${PEARDIR}:" \ ${FILESDIR}/httpd.conf.horde > ${WRKDIR}/httpd-horde.conf .if ${PHP_VER} == 5 @${REINPLACE_CMD} -e "s:mod_php4.c:mod_php5.c:" ${WRKDIR}/httpd-horde.conf .endif .if ${APACHE_VERSION} >= 22 @${REINPLACE_CMD} -e "s:IfModule mod_\([^ ]*\)\.c:IfModule \1_module:" \ ${WRKDIR}/httpd-horde.conf .endif @${REINPLACE_CMD} -e "s:%%LOCALBASE%%:${LOCALBASE}:" ${WRKSRC}/config/mime_drivers.php.dist .if !defined(WITHOUT_X11) . if !defined(WITHOUT_WV) @${REINPLACE_CMD} -e "s://UNCOMMENTIFWV::" ${WRKSRC}/config/mime_drivers.php.dist . endif . if !defined(WITHOUT_XL) @${REINPLACE_CMD} -e "s://UNCOMMENTIFXL::" ${WRKSRC}/config/mime_drivers.php.dist . endif .endif .if !defined(WITHOUT_WEBCPP) @${REINPLACE_CMD} -e "s://UNCOMMENTIFWCPP::" ${WRKSRC}/config/mime_drivers.php.dist .endif .if defined(WITH_SRCHIGH) @${REINPLACE_CMD} -e "s://UNCOMMENTIFSRCHIGH::" ${WRKSRC}/config/mime_drivers.php.dist .endif .if defined(WITH_ENSCRIPT) @${REINPLACE_CMD} -e "s://UNCOMMENTIFES::" ${WRKSRC}/config/mime_drivers.php.dist .endif .if defined(WITH_RPM) @${REINPLACE_CMD} -e "s://UNCOMMENTIFRPM::" ${WRKSRC}/config/mime_drivers.php.dist .endif .if defined(WITH_DEB) @${REINPLACE_CMD} -e "s://UNCOMMENTIFDEB::" ${WRKSRC}/config/mime_drivers.php.dist .endif .if !defined(WITHOUT_GEOIP) @${REINPLACE_CMD} -e "s:GeoIP lookup will not be performed.\"/>:GeoIP lookup will not be performed.\">${LOCALBASE}/share/GeoIP/GeoIP.dat:" \ ${WRKSRC}/config/conf.xml .endif @${REINPLACE_CMD} -e "s:/tmp/horde.log:${LOG_FILE}:" ${WRKSRC}/config/conf.xml @${REINPLACE_CMD} -e "s:/etc/mpasswd:${LOCALBASE}/etc/mpasswd:g" \ ${WRKSRC}/lib/Horde/Auth/mcal.php @${REINPLACE_CMD} -e "s:/usr/local/apache/htdocs:${PREFIX}/www:g" \ ${WRKSRC}/docs/INSTALL @${RM} ${SEDIN2RM:S|^|${WRKSRC}/|:S|$|.beforeHorde|} @(cd ${WRKSRC}/scripts && \ ${FIND} . -name "*.php" -exec \ ${REINPLACE_CMD} -e "s:/usr/local/bin/php: ${LOCALBASE}/bin/php:;s:/usr/bin/php: ${LOCALBASE}/bin/php:" {} \; && \ ${FIND} . -name "*.beforeHorde" -delete) pre-install: .if !defined(WITHOUT_SUPPORTED_DB) && exists(${LOCALBASE}/bin/php) @if ! php -m 2>&1 | ${GREP} -q -e "mysql" ; then \ if ! php -m 2>&1 | ${GREP} -q -e "pgsql" ; then \ if ! php -m 2>&1 | ${GREP} -q -e "sybase" ; then \ if ! php -m 2>&1 | ${GREP} -q -e "SQLite" ; then \ ${ECHO_MSG} "" ; \ ${ECHO_MSG} "Please configure PHP with a database support." ; \ ${ECHO_MSG} "MySQL, PostgreSQL, SQLite and Sybase (CTLIB or DBLIB)" ; \ ${ECHO_MSG} "can be used with PHP AND Horde." ; \ ${ECHO_MSG} "" ; \ ${ECHO_MSG} "(If everything will run on this machine, do not" ; \ ${ECHO_MSG} " forget to install the database server-side!)" ; \ ${ECHO_MSG} "" ; \ ${FALSE} ; \ fi ; \ fi ; \ fi ; \ fi .endif .if defined(WITH_SUPHP) ${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL .endif # Copy RCSID tag from conf.xml into conf.php to stop Horde complaining @if ! ${GREP} -q -e "$$Horde.*conf\.xml" ${WRKSRC}/config/conf.php.dist; then \ ${GREP} -h "$$Horde.*conf\.xml" ${WRKSRC} ${WRKSRC}/config/conf.xml \ | ${SED} -e 's#^ * *$$##g' \ >> ${WRKSRC}/config/conf.php.dist; \ fi do-install: @${MKDIR} ${HORDEDIR} .for REP in ${SUB_DIRS} @${CP} -Rp ${WRKSRC}/${REP} ${HORDEDIR} .endfor @${CP} -p ${WRKSRC}/*.php ${HORDEDIR} @${CP} ${WRKSRC}/scripts/set_perms.sh ${HORDESBIN}/horde_set_perms.sh @${CHMOD} u+x ${HORDESBIN}/horde_set_perms.sh .if ${APACHE_VERSION} >= 20 ${INSTALL_DATA} ${WRKDIR}/httpd-horde.conf ${HORDE_INC} .else @${MKDIR} ${HORDE_INC} @${INSTALL_DATA} ${WRKDIR}/httpd-horde.conf ${HORDE_INC} . if !defined(PACKAGE_BUILDING) @(if [ -f ${APACHE_CONF} ] ; then \ ${ECHO_MSG} "===> Updating ${APACHE_CONF}..." ; \ ${CP} -p ${APACHE_CONF} ${APACHE_CONF}.beforeHorde ; \ ${ECHO_CMD} "# Horde's include directory" >> ${APACHE_CONF} ; \ ${ECHO_CMD} "Include ${HORDE_INC}" >> ${APACHE_CONF} ; \ fi) . endif .endif @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${HORDEDIR} @${CHMOD} -R o-rwx ${CONFDIR} @${TOUCH} ${LOG_FILE} @${CHOWN} ${WWWOWN}:${WWWGRP} ${LOG_FILE} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for FILE in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif post-install: @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .include Property changes on: head/www/horde/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.44 \ No newline at end of property +1.45 \ No newline at end of property Index: head/www/horde-base/Makefile =================================================================== --- head/www/horde-base/Makefile (revision 183582) +++ head/www/horde-base/Makefile (revision 183583) @@ -1,385 +1,385 @@ # Ports collection makefile for: horde2 # Date created: Sun Oct 07, 2001 # Whom: Thierry Thomas () # # $FreeBSD$ # PORTNAME= horde PORTVERSION= 3.1.3 CATEGORIES= www MASTER_SITES= ftp://ftp.horde.org/pub/horde/ \ ftp://ftp.planetmirror.com/pub/horde/horde/ \ ftp://ftp.au.horde.org/pub/horde/horde/ \ ftp://ftp.be.horde.org/horde/ \ ftp://ftp.es.horde.org/pub/horde/ \ ftp://ftp.it.horde.org/pub/mirror/horde.org/horde/ \ ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/horde/ \ ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/horde/ \ http://ftp.horde.org/pub/horde/ -MAINTAINER= shaun@FreeBSD.org +MAINTAINER= beech@alaskaparadise.com COMMENT= A common code-base used by Horde applications, written in PHP #---------------------------------------------------------------------------- # You may define these options: # # - WITHOUT_SUPPORTED_DB: if you run a database not in the ports tree. # # - WITHOUT_MYSQL: this port is built with MySQL by default # but you might choose any other database # supported by PHP (e.g. WITH_POSTGRESQL / WITH_SQLITE). # # - WITHOUT_IMAP: this port uses IMAP as a default authentication # backend; use this knob if for # example you only need Chora. # # - WITHOUT_LDAP: if you do not need OpenLDAP. # # - WITHOUT_FTP: if you do not need the VFS FTP driver. # # - WITH_MCAL: for mcal authentication back-end (deprecated). # # - WITH_IMSP: use IMSP as a preferences backend. # # - WITHOUT_FILEINFO: use native code to perform MIME magic lookups. # # - WITHOUT_GD: don't perform manipulations on image data with gd. # # - WITHOUT_ZLIB: don't compress pages and don't handle zip or gz data. # # - WITH_MAGICK: use ImageMagick to perform these image manipulations. # # - WITHOUT_ICONV: remove support for UTF-8 character sets. # - WITHOUT_MBSTRING: # # - WITHOUT_WV if your users never receive MS-Word docs; # # - WITHOUT_XL if your users never receive MS-Excel sheets # (or .ppt presentations); # # - WITHOUT_GEOIP don't activate MaxMind GeoIP Hostname to Country lookup. # # - WITHOUT_SW don't use the weather.com block on the portal page. # # - WITHOUT_WEBCPP: don't highlight sources with webcpp. # # - WITH_SRCHIGH: highlight sources with source-highlight. # # - WITH_ENSCRIPT: highlight sources with enscript. # # - WITH_RPM: handle RPM packages. # # - WITH_DEB: handle Debian packages. # # - WITH_SUPHP: Install appropriately for use with the www/suphp port. # #---------------------------------------------------------------------------- RUN_DEPENDS+= ${PEARDIR}/Date.php:${PORTSDIR}/devel/pear-Date \ ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log \ ${PEARDIR}/Mail/RFC822.php:${PORTSDIR}/mail/pear-Mail \ ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime \ ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \ ${PEARDIR}/File.php:${PORTSDIR}/sysutils/pear-File \ ${PEARDIR}/Net/SMTP.php:${PORTSDIR}/net/pear-Net_SMTP CONFLICTS= horde-2.* NO_BUILD= yes USE_APACHE= 1.3+ USE_GETTEXT= yes # Already implied by USE_PHP =gettext, to pet portlint USE_PHP= ctype gettext session SUB_FILES= pkg-message pkg-deinstall pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-deinstall PKGINSTALL= ${WRKDIR}/pkg-install PKGMESSAGE= ${WRKDIR}/pkg-message .if defined(WITH_SUPHP) && !defined(WITHOUT_SUPHP) RUN_DEPENDS+= ${LOCALBASE}/sbin/suphp:${PORTSDIR}/www/suphp WANT_PHP_CGI= yes HORDEADMUSR?= horde SUB_LIST= WITH_SUPHP=yes .else WANT_PHP_WEB= yes .endif .if !defined(WITHOUT_FILEINFO) USE_PHP+= fileinfo .endif .if !defined(WITHOUT_FTP) USE_PHP+= ftp .endif .if !defined(WITHOUT_GD) USE_PHP+= gd .endif .if !defined(WITHOUT_ICONV) USE_PHP+= iconv .endif .if !defined(WITHOUT_IMAP) USE_PHP+= imap .endif .if !defined(WITHOUT_LDAP) USE_PHP+= ldap .endif .if !defined(WITHOUT_MBSTRING) USE_PHP+= mbstring .endif .if !defined(NOCRYPT) USE_PHP+= mcrypt .endif .if !defined(WITHOUT_SUPPORTED_DB) . if !defined(WITHOUT_MYSQL) USE_PHP+= mysql . endif . if defined(WITH_POSTGRESQL) || defined(WITH_PGSQL) USE_PHP+= pgsql . endif . if defined(WITH_SQLITE) USE_PHP+= sqlite . endif .endif .if !defined(WITHOUT_ZLIB) USE_PHP+= zlib .endif .if defined(WITH_MAGICK) RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick .endif .if defined(WITH_IMSP) RUN_DEPENDS+= imspd:${PORTSDIR}/databases/cyrus-imspd .endif .if !defined(WITHOUT_X11) . if !defined(WITHOUT_WV) RUN_DEPENDS+= ${LOCALBASE}/bin/wvHtml:${PORTSDIR}/textproc/wv . endif . if !defined(WITHOUT_XL) RUN_DEPENDS+= ${LOCALBASE}/bin/xlhtml:${PORTSDIR}/textproc/xlhtml . endif .endif .if !defined(WITHOUT_WEBCPP) RUN_DEPENDS+= webcpp:${PORTSDIR}/textproc/webcpp .endif .if exists(${LOCALBASE}/bin/source-highlight) WITH_SRCHIGH= yes .endif .if defined(WITH_SRCHIGH) RUN_DEPENDS+= source-highlight:${PORTSDIR}/textproc/source-highlight .endif .if exists(${LOCALBASE}/bin/enscript) WITH_ENSCRIPT= yes .endif .if defined(WITH_ENSCRIPT) . if defined(A4) RUN_DEPENDS+= enscript:${PORTSDIR}/print/enscript-a4 . elif defined(DJ) RUN_DEPENDS+= enscript:${PORTSDIR}/print/enscript-letterdj . else RUN_DEPENDS+= enscript:${PORTSDIR}/print/enscript-letter . endif .endif .if exists(${LOCALBASE}/bin/rpm) WITH_RPM= yes .endif .if defined(WITH_RPM) RUN_DEPENDS+= rpm:${PORTSDIR}/archivers/rpm4 .endif .if exists(${LOCALBASE}/bin/dpkg) WITH_DEB= yes .endif .if defined(WITH_DEB) RUN_DEPENDS+= dpkg:${PORTSDIR}/archivers/dpkg .endif .if !defined(WITHOUT_SW) RUN_DEPENDS+= ${PEARDIR}/Services/Weather.php:${PORTSDIR}/misc/pear-Services_Weather .endif .if !defined(WITHOUT_GEOIP) RUN_DEPENDS+= ${LOCALBASE}/share/GeoIP/GeoIP.dat:${PORTSDIR}/net/GeoIP .endif REINPLACE_ARGS= -i.beforeHorde DOCS= COPYING README docs/CHANGES docs/CODING_STANDARDS \ docs/CONTRIBUTING docs/CREDITS docs/HACKING docs/INSTALL \ docs/PERFORMANCE docs/RELEASE_NOTES docs/SECURITY docs/TODO \ docs/TRANSLATIONS docs/UPGRADING CONFFILE= conf.php hooks.php mime_drivers.php motd.php nls.php prefs.php registry.php SUB_DIRS= admin config js lib locale po scripts services templates themes util LHORDEDIR?= www/horde LHORDESBIN?= sbin PLIST_SUB= HORDEDIR=${LHORDEDIR} HORDESBIN=${LHORDESBIN} \ HORDE_INC=${LHORDE_INC} SUB_LIST+= HORDEDIR=${HORDEDIR} APACHE_CONF=${APACHE_CONF} \ HORDESBIN=${HORDESBIN} HORDEADMUSR=${HORDEADMUSR} HORDEGRP=${WWWGRP} HORDEDIR= ${PREFIX}/${LHORDEDIR} HORDESBIN= ${PREFIX}/${LHORDESBIN} CONFDIR= ${HORDEDIR}/config APACHE_CONF= ${APACHE_CNFDIR}/httpd.conf PEARDIR?= ${LOCALBASE}/share/pear LOG_FILE?= /var/log/horde.log PATCHES2RM= po/translation.php config/conf.xml scripts/sql/README \ config/mime_drivers.php.dist config/registry.php.dist SEDIN2RM= lib/Horde/Auth/mcal.php config/conf.xml docs/INSTALL \ config/mime_drivers.php.dist .include .if ${PHP_VER} == 5 USE_PHP+= dom .else USE_PHP+= domxml . if defined(WITH_MCAL) USE_PHP+= mcal . endif .endif .include "${PORTSDIR}/Mk/bsd.php.mk" .if ${APACHE_VERSION} >= 20 APACHE_CNFDIR= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/} HORDE_INC= ${APACHE_CNFDIR}/Includes LHORDE_INC= ${HORDE_INC:S|^${LOCALBASE}/||} PLIST_SUB+= RMDIRINC="@comment " .else APACHE_CNFDIR= ${LOCALBASE}/etc/apache HORDE_INC= ${PREFIX}/etc/horde LHORDE_INC= ${HORDE_INC:S|^${PREFIX}/||} PLIST_SUB+= RMDIRINC="" .endif pre-configure: @${RM} ${PATCHES2RM:S|^|${WRKSRC}/|:S|$|.orig|} @${SED} -e "s:/home/httpd/html/horde:${HORDEDIR}:" \ -e "s:php_value auto_prepend_file:# php_value auto_prepend_file:" \ -e "s:/home/httpd/phplib:${PEARDIR}:" \ ${FILESDIR}/httpd.conf.horde > ${WRKDIR}/httpd-horde.conf .if ${PHP_VER} == 5 @${REINPLACE_CMD} -e "s:mod_php4.c:mod_php5.c:" ${WRKDIR}/httpd-horde.conf .endif .if ${APACHE_VERSION} >= 22 @${REINPLACE_CMD} -e "s:IfModule mod_\([^ ]*\)\.c:IfModule \1_module:" \ ${WRKDIR}/httpd-horde.conf .endif @${REINPLACE_CMD} -e "s:%%LOCALBASE%%:${LOCALBASE}:" ${WRKSRC}/config/mime_drivers.php.dist .if !defined(WITHOUT_X11) . if !defined(WITHOUT_WV) @${REINPLACE_CMD} -e "s://UNCOMMENTIFWV::" ${WRKSRC}/config/mime_drivers.php.dist . endif . if !defined(WITHOUT_XL) @${REINPLACE_CMD} -e "s://UNCOMMENTIFXL::" ${WRKSRC}/config/mime_drivers.php.dist . endif .endif .if !defined(WITHOUT_WEBCPP) @${REINPLACE_CMD} -e "s://UNCOMMENTIFWCPP::" ${WRKSRC}/config/mime_drivers.php.dist .endif .if defined(WITH_SRCHIGH) @${REINPLACE_CMD} -e "s://UNCOMMENTIFSRCHIGH::" ${WRKSRC}/config/mime_drivers.php.dist .endif .if defined(WITH_ENSCRIPT) @${REINPLACE_CMD} -e "s://UNCOMMENTIFES::" ${WRKSRC}/config/mime_drivers.php.dist .endif .if defined(WITH_RPM) @${REINPLACE_CMD} -e "s://UNCOMMENTIFRPM::" ${WRKSRC}/config/mime_drivers.php.dist .endif .if defined(WITH_DEB) @${REINPLACE_CMD} -e "s://UNCOMMENTIFDEB::" ${WRKSRC}/config/mime_drivers.php.dist .endif .if !defined(WITHOUT_GEOIP) @${REINPLACE_CMD} -e "s:GeoIP lookup will not be performed.\"/>:GeoIP lookup will not be performed.\">${LOCALBASE}/share/GeoIP/GeoIP.dat:" \ ${WRKSRC}/config/conf.xml .endif @${REINPLACE_CMD} -e "s:/tmp/horde.log:${LOG_FILE}:" ${WRKSRC}/config/conf.xml @${REINPLACE_CMD} -e "s:/etc/mpasswd:${LOCALBASE}/etc/mpasswd:g" \ ${WRKSRC}/lib/Horde/Auth/mcal.php @${REINPLACE_CMD} -e "s:/usr/local/apache/htdocs:${PREFIX}/www:g" \ ${WRKSRC}/docs/INSTALL @${RM} ${SEDIN2RM:S|^|${WRKSRC}/|:S|$|.beforeHorde|} @(cd ${WRKSRC}/scripts && \ ${FIND} . -name "*.php" -exec \ ${REINPLACE_CMD} -e "s:/usr/local/bin/php: ${LOCALBASE}/bin/php:;s:/usr/bin/php: ${LOCALBASE}/bin/php:" {} \; && \ ${FIND} . -name "*.beforeHorde" -delete) pre-install: .if !defined(WITHOUT_SUPPORTED_DB) && exists(${LOCALBASE}/bin/php) @if ! php -m 2>&1 | ${GREP} -q -e "mysql" ; then \ if ! php -m 2>&1 | ${GREP} -q -e "pgsql" ; then \ if ! php -m 2>&1 | ${GREP} -q -e "sybase" ; then \ if ! php -m 2>&1 | ${GREP} -q -e "SQLite" ; then \ ${ECHO_MSG} "" ; \ ${ECHO_MSG} "Please configure PHP with a database support." ; \ ${ECHO_MSG} "MySQL, PostgreSQL, SQLite and Sybase (CTLIB or DBLIB)" ; \ ${ECHO_MSG} "can be used with PHP AND Horde." ; \ ${ECHO_MSG} "" ; \ ${ECHO_MSG} "(If everything will run on this machine, do not" ; \ ${ECHO_MSG} " forget to install the database server-side!)" ; \ ${ECHO_MSG} "" ; \ ${FALSE} ; \ fi ; \ fi ; \ fi ; \ fi .endif .if defined(WITH_SUPHP) ${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL .endif # Copy RCSID tag from conf.xml into conf.php to stop Horde complaining @if ! ${GREP} -q -e "$$Horde.*conf\.xml" ${WRKSRC}/config/conf.php.dist; then \ ${GREP} -h "$$Horde.*conf\.xml" ${WRKSRC} ${WRKSRC}/config/conf.xml \ | ${SED} -e 's#^ * *$$##g' \ >> ${WRKSRC}/config/conf.php.dist; \ fi do-install: @${MKDIR} ${HORDEDIR} .for REP in ${SUB_DIRS} @${CP} -Rp ${WRKSRC}/${REP} ${HORDEDIR} .endfor @${CP} -p ${WRKSRC}/*.php ${HORDEDIR} @${CP} ${WRKSRC}/scripts/set_perms.sh ${HORDESBIN}/horde_set_perms.sh @${CHMOD} u+x ${HORDESBIN}/horde_set_perms.sh .if ${APACHE_VERSION} >= 20 ${INSTALL_DATA} ${WRKDIR}/httpd-horde.conf ${HORDE_INC} .else @${MKDIR} ${HORDE_INC} @${INSTALL_DATA} ${WRKDIR}/httpd-horde.conf ${HORDE_INC} . if !defined(PACKAGE_BUILDING) @(if [ -f ${APACHE_CONF} ] ; then \ ${ECHO_MSG} "===> Updating ${APACHE_CONF}..." ; \ ${CP} -p ${APACHE_CONF} ${APACHE_CONF}.beforeHorde ; \ ${ECHO_CMD} "# Horde's include directory" >> ${APACHE_CONF} ; \ ${ECHO_CMD} "Include ${HORDE_INC}" >> ${APACHE_CONF} ; \ fi) . endif .endif @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${HORDEDIR} @${CHMOD} -R o-rwx ${CONFDIR} @${TOUCH} ${LOG_FILE} @${CHOWN} ${WWWOWN}:${WWWGRP} ${LOG_FILE} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for FILE in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif post-install: @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .include Property changes on: head/www/horde-base/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.44 \ No newline at end of property +1.45 \ No newline at end of property Index: head/www/horde-passwd/Makefile =================================================================== --- head/www/horde-passwd/Makefile (revision 183582) +++ head/www/horde-passwd/Makefile (revision 183583) @@ -1,90 +1,90 @@ # Ports collection makefile for: horde-passwd # Date created: Thu Feb 12, 2004 # Whom: João Carlos Mendes Luís () # # $FreeBSD$ # PORTNAME= horde-passwd PORTVERSION= 3.0 PORTREVISION= 2 CATEGORIES= www mail MASTER_SITES= ftp://ftp.horde.org/pub/passwd/ \ ftp://ftp.planetmirror.com/pub/horde/passwd/ \ ftp://ftp.au.horde.org/pub/horde/passwd/ \ ftp://ftp.be.horde.org/passwd/ \ ftp://ftp.es.horde.org/pub/passwd/ \ ftp://ftp.it.horde.org/pub/mirror/horde.org/passwd/ \ ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/passwd/ \ http://ftp.horde.org/pub/passwd/ \ ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/passwd/ DISTNAME= passwd-h3-${PORTVERSION} DIST_SUBDIR= horde -MAINTAINER= shaun@FreeBSD.org +MAINTAINER= beech@alaskaparadise.com COMMENT= A password changing module for Horde RUN_DEPENDS= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde NO_BUILD= yes USE_APACHE= 1.3+ # needed to test APACHE_VERSION PLIST_SUB= LPWDDIR=${LPWDDIR} PWDDIR=${PWDDIR} \ HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||} PKGMESSAGE= ${WRKDIR}/pkg-message PKGDEINSTALL= ${WRKDIR}/pkg-deinstall SUB_FILES= pkg-message pkg-install pkg-deinstall SUB_LIST= PWDDIR=${PWDDIR} CONFDIR=${CONFDIR} HORDEDIR=${HORDEDIR} DOCS= LICENSE README docs/CHANGES docs/CREDITS docs/INSTALL \ docs/RELEASE_NOTES docs/TODO SUB_DIRS= config lib locale po scripts templates themes CONFFILE= backends.php LHORDEDIR?= www/horde LPWDDIR?= ${LHORDEDIR}/passwd HORDEDIR= ${PREFIX}/${LHORDEDIR} PWDDIR= ${PREFIX}/${LPWDDIR} CONFDIR= ${PWDDIR}/config .include .if ${APACHE_VERSION} >= 20 HORDE_INC= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/}/Includes .else HORDE_INC= ${LOCALBASE}/etc/horde .endif pre-configure: @${SED} -e "s:/home/httpd/html/horde/passwd:${PWDDIR}:g" \ ${FILESDIR}/httpd.conf.pwd > ${WRKDIR}/httpd-pwd.conf post-patch: @${FIND} ${WRKSRC} -name "*.orig" -delete do-install: @${MKDIR} ${PWDDIR} .for REP in ${SUB_DIRS} @${CP} -Rp ${WRKSRC}/${REP} ${PWDDIR} .endfor @${CP} -p ${WRKSRC}/*.php ${PWDDIR} @${CHOWN} -R www:www ${PWDDIR} @${CHMOD} -R o-rwx ${CONFDIR} @${INSTALL_DATA} ${WRKDIR}/httpd-pwd.conf ${HORDE_INC} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for FILE in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif post-install: @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .include Property changes on: head/www/horde-passwd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/www/horde4-base/Makefile =================================================================== --- head/www/horde4-base/Makefile (revision 183582) +++ head/www/horde4-base/Makefile (revision 183583) @@ -1,385 +1,385 @@ # Ports collection makefile for: horde2 # Date created: Sun Oct 07, 2001 # Whom: Thierry Thomas () # # $FreeBSD$ # PORTNAME= horde PORTVERSION= 3.1.3 CATEGORIES= www MASTER_SITES= ftp://ftp.horde.org/pub/horde/ \ ftp://ftp.planetmirror.com/pub/horde/horde/ \ ftp://ftp.au.horde.org/pub/horde/horde/ \ ftp://ftp.be.horde.org/horde/ \ ftp://ftp.es.horde.org/pub/horde/ \ ftp://ftp.it.horde.org/pub/mirror/horde.org/horde/ \ ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/horde/ \ ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/horde/ \ http://ftp.horde.org/pub/horde/ -MAINTAINER= shaun@FreeBSD.org +MAINTAINER= beech@alaskaparadise.com COMMENT= A common code-base used by Horde applications, written in PHP #---------------------------------------------------------------------------- # You may define these options: # # - WITHOUT_SUPPORTED_DB: if you run a database not in the ports tree. # # - WITHOUT_MYSQL: this port is built with MySQL by default # but you might choose any other database # supported by PHP (e.g. WITH_POSTGRESQL / WITH_SQLITE). # # - WITHOUT_IMAP: this port uses IMAP as a default authentication # backend; use this knob if for # example you only need Chora. # # - WITHOUT_LDAP: if you do not need OpenLDAP. # # - WITHOUT_FTP: if you do not need the VFS FTP driver. # # - WITH_MCAL: for mcal authentication back-end (deprecated). # # - WITH_IMSP: use IMSP as a preferences backend. # # - WITHOUT_FILEINFO: use native code to perform MIME magic lookups. # # - WITHOUT_GD: don't perform manipulations on image data with gd. # # - WITHOUT_ZLIB: don't compress pages and don't handle zip or gz data. # # - WITH_MAGICK: use ImageMagick to perform these image manipulations. # # - WITHOUT_ICONV: remove support for UTF-8 character sets. # - WITHOUT_MBSTRING: # # - WITHOUT_WV if your users never receive MS-Word docs; # # - WITHOUT_XL if your users never receive MS-Excel sheets # (or .ppt presentations); # # - WITHOUT_GEOIP don't activate MaxMind GeoIP Hostname to Country lookup. # # - WITHOUT_SW don't use the weather.com block on the portal page. # # - WITHOUT_WEBCPP: don't highlight sources with webcpp. # # - WITH_SRCHIGH: highlight sources with source-highlight. # # - WITH_ENSCRIPT: highlight sources with enscript. # # - WITH_RPM: handle RPM packages. # # - WITH_DEB: handle Debian packages. # # - WITH_SUPHP: Install appropriately for use with the www/suphp port. # #---------------------------------------------------------------------------- RUN_DEPENDS+= ${PEARDIR}/Date.php:${PORTSDIR}/devel/pear-Date \ ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log \ ${PEARDIR}/Mail/RFC822.php:${PORTSDIR}/mail/pear-Mail \ ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime \ ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \ ${PEARDIR}/File.php:${PORTSDIR}/sysutils/pear-File \ ${PEARDIR}/Net/SMTP.php:${PORTSDIR}/net/pear-Net_SMTP CONFLICTS= horde-2.* NO_BUILD= yes USE_APACHE= 1.3+ USE_GETTEXT= yes # Already implied by USE_PHP =gettext, to pet portlint USE_PHP= ctype gettext session SUB_FILES= pkg-message pkg-deinstall pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-deinstall PKGINSTALL= ${WRKDIR}/pkg-install PKGMESSAGE= ${WRKDIR}/pkg-message .if defined(WITH_SUPHP) && !defined(WITHOUT_SUPHP) RUN_DEPENDS+= ${LOCALBASE}/sbin/suphp:${PORTSDIR}/www/suphp WANT_PHP_CGI= yes HORDEADMUSR?= horde SUB_LIST= WITH_SUPHP=yes .else WANT_PHP_WEB= yes .endif .if !defined(WITHOUT_FILEINFO) USE_PHP+= fileinfo .endif .if !defined(WITHOUT_FTP) USE_PHP+= ftp .endif .if !defined(WITHOUT_GD) USE_PHP+= gd .endif .if !defined(WITHOUT_ICONV) USE_PHP+= iconv .endif .if !defined(WITHOUT_IMAP) USE_PHP+= imap .endif .if !defined(WITHOUT_LDAP) USE_PHP+= ldap .endif .if !defined(WITHOUT_MBSTRING) USE_PHP+= mbstring .endif .if !defined(NOCRYPT) USE_PHP+= mcrypt .endif .if !defined(WITHOUT_SUPPORTED_DB) . if !defined(WITHOUT_MYSQL) USE_PHP+= mysql . endif . if defined(WITH_POSTGRESQL) || defined(WITH_PGSQL) USE_PHP+= pgsql . endif . if defined(WITH_SQLITE) USE_PHP+= sqlite . endif .endif .if !defined(WITHOUT_ZLIB) USE_PHP+= zlib .endif .if defined(WITH_MAGICK) RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick .endif .if defined(WITH_IMSP) RUN_DEPENDS+= imspd:${PORTSDIR}/databases/cyrus-imspd .endif .if !defined(WITHOUT_X11) . if !defined(WITHOUT_WV) RUN_DEPENDS+= ${LOCALBASE}/bin/wvHtml:${PORTSDIR}/textproc/wv . endif . if !defined(WITHOUT_XL) RUN_DEPENDS+= ${LOCALBASE}/bin/xlhtml:${PORTSDIR}/textproc/xlhtml . endif .endif .if !defined(WITHOUT_WEBCPP) RUN_DEPENDS+= webcpp:${PORTSDIR}/textproc/webcpp .endif .if exists(${LOCALBASE}/bin/source-highlight) WITH_SRCHIGH= yes .endif .if defined(WITH_SRCHIGH) RUN_DEPENDS+= source-highlight:${PORTSDIR}/textproc/source-highlight .endif .if exists(${LOCALBASE}/bin/enscript) WITH_ENSCRIPT= yes .endif .if defined(WITH_ENSCRIPT) . if defined(A4) RUN_DEPENDS+= enscript:${PORTSDIR}/print/enscript-a4 . elif defined(DJ) RUN_DEPENDS+= enscript:${PORTSDIR}/print/enscript-letterdj . else RUN_DEPENDS+= enscript:${PORTSDIR}/print/enscript-letter . endif .endif .if exists(${LOCALBASE}/bin/rpm) WITH_RPM= yes .endif .if defined(WITH_RPM) RUN_DEPENDS+= rpm:${PORTSDIR}/archivers/rpm4 .endif .if exists(${LOCALBASE}/bin/dpkg) WITH_DEB= yes .endif .if defined(WITH_DEB) RUN_DEPENDS+= dpkg:${PORTSDIR}/archivers/dpkg .endif .if !defined(WITHOUT_SW) RUN_DEPENDS+= ${PEARDIR}/Services/Weather.php:${PORTSDIR}/misc/pear-Services_Weather .endif .if !defined(WITHOUT_GEOIP) RUN_DEPENDS+= ${LOCALBASE}/share/GeoIP/GeoIP.dat:${PORTSDIR}/net/GeoIP .endif REINPLACE_ARGS= -i.beforeHorde DOCS= COPYING README docs/CHANGES docs/CODING_STANDARDS \ docs/CONTRIBUTING docs/CREDITS docs/HACKING docs/INSTALL \ docs/PERFORMANCE docs/RELEASE_NOTES docs/SECURITY docs/TODO \ docs/TRANSLATIONS docs/UPGRADING CONFFILE= conf.php hooks.php mime_drivers.php motd.php nls.php prefs.php registry.php SUB_DIRS= admin config js lib locale po scripts services templates themes util LHORDEDIR?= www/horde LHORDESBIN?= sbin PLIST_SUB= HORDEDIR=${LHORDEDIR} HORDESBIN=${LHORDESBIN} \ HORDE_INC=${LHORDE_INC} SUB_LIST+= HORDEDIR=${HORDEDIR} APACHE_CONF=${APACHE_CONF} \ HORDESBIN=${HORDESBIN} HORDEADMUSR=${HORDEADMUSR} HORDEGRP=${WWWGRP} HORDEDIR= ${PREFIX}/${LHORDEDIR} HORDESBIN= ${PREFIX}/${LHORDESBIN} CONFDIR= ${HORDEDIR}/config APACHE_CONF= ${APACHE_CNFDIR}/httpd.conf PEARDIR?= ${LOCALBASE}/share/pear LOG_FILE?= /var/log/horde.log PATCHES2RM= po/translation.php config/conf.xml scripts/sql/README \ config/mime_drivers.php.dist config/registry.php.dist SEDIN2RM= lib/Horde/Auth/mcal.php config/conf.xml docs/INSTALL \ config/mime_drivers.php.dist .include .if ${PHP_VER} == 5 USE_PHP+= dom .else USE_PHP+= domxml . if defined(WITH_MCAL) USE_PHP+= mcal . endif .endif .include "${PORTSDIR}/Mk/bsd.php.mk" .if ${APACHE_VERSION} >= 20 APACHE_CNFDIR= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/} HORDE_INC= ${APACHE_CNFDIR}/Includes LHORDE_INC= ${HORDE_INC:S|^${LOCALBASE}/||} PLIST_SUB+= RMDIRINC="@comment " .else APACHE_CNFDIR= ${LOCALBASE}/etc/apache HORDE_INC= ${PREFIX}/etc/horde LHORDE_INC= ${HORDE_INC:S|^${PREFIX}/||} PLIST_SUB+= RMDIRINC="" .endif pre-configure: @${RM} ${PATCHES2RM:S|^|${WRKSRC}/|:S|$|.orig|} @${SED} -e "s:/home/httpd/html/horde:${HORDEDIR}:" \ -e "s:php_value auto_prepend_file:# php_value auto_prepend_file:" \ -e "s:/home/httpd/phplib:${PEARDIR}:" \ ${FILESDIR}/httpd.conf.horde > ${WRKDIR}/httpd-horde.conf .if ${PHP_VER} == 5 @${REINPLACE_CMD} -e "s:mod_php4.c:mod_php5.c:" ${WRKDIR}/httpd-horde.conf .endif .if ${APACHE_VERSION} >= 22 @${REINPLACE_CMD} -e "s:IfModule mod_\([^ ]*\)\.c:IfModule \1_module:" \ ${WRKDIR}/httpd-horde.conf .endif @${REINPLACE_CMD} -e "s:%%LOCALBASE%%:${LOCALBASE}:" ${WRKSRC}/config/mime_drivers.php.dist .if !defined(WITHOUT_X11) . if !defined(WITHOUT_WV) @${REINPLACE_CMD} -e "s://UNCOMMENTIFWV::" ${WRKSRC}/config/mime_drivers.php.dist . endif . if !defined(WITHOUT_XL) @${REINPLACE_CMD} -e "s://UNCOMMENTIFXL::" ${WRKSRC}/config/mime_drivers.php.dist . endif .endif .if !defined(WITHOUT_WEBCPP) @${REINPLACE_CMD} -e "s://UNCOMMENTIFWCPP::" ${WRKSRC}/config/mime_drivers.php.dist .endif .if defined(WITH_SRCHIGH) @${REINPLACE_CMD} -e "s://UNCOMMENTIFSRCHIGH::" ${WRKSRC}/config/mime_drivers.php.dist .endif .if defined(WITH_ENSCRIPT) @${REINPLACE_CMD} -e "s://UNCOMMENTIFES::" ${WRKSRC}/config/mime_drivers.php.dist .endif .if defined(WITH_RPM) @${REINPLACE_CMD} -e "s://UNCOMMENTIFRPM::" ${WRKSRC}/config/mime_drivers.php.dist .endif .if defined(WITH_DEB) @${REINPLACE_CMD} -e "s://UNCOMMENTIFDEB::" ${WRKSRC}/config/mime_drivers.php.dist .endif .if !defined(WITHOUT_GEOIP) @${REINPLACE_CMD} -e "s:GeoIP lookup will not be performed.\"/>:GeoIP lookup will not be performed.\">${LOCALBASE}/share/GeoIP/GeoIP.dat:" \ ${WRKSRC}/config/conf.xml .endif @${REINPLACE_CMD} -e "s:/tmp/horde.log:${LOG_FILE}:" ${WRKSRC}/config/conf.xml @${REINPLACE_CMD} -e "s:/etc/mpasswd:${LOCALBASE}/etc/mpasswd:g" \ ${WRKSRC}/lib/Horde/Auth/mcal.php @${REINPLACE_CMD} -e "s:/usr/local/apache/htdocs:${PREFIX}/www:g" \ ${WRKSRC}/docs/INSTALL @${RM} ${SEDIN2RM:S|^|${WRKSRC}/|:S|$|.beforeHorde|} @(cd ${WRKSRC}/scripts && \ ${FIND} . -name "*.php" -exec \ ${REINPLACE_CMD} -e "s:/usr/local/bin/php: ${LOCALBASE}/bin/php:;s:/usr/bin/php: ${LOCALBASE}/bin/php:" {} \; && \ ${FIND} . -name "*.beforeHorde" -delete) pre-install: .if !defined(WITHOUT_SUPPORTED_DB) && exists(${LOCALBASE}/bin/php) @if ! php -m 2>&1 | ${GREP} -q -e "mysql" ; then \ if ! php -m 2>&1 | ${GREP} -q -e "pgsql" ; then \ if ! php -m 2>&1 | ${GREP} -q -e "sybase" ; then \ if ! php -m 2>&1 | ${GREP} -q -e "SQLite" ; then \ ${ECHO_MSG} "" ; \ ${ECHO_MSG} "Please configure PHP with a database support." ; \ ${ECHO_MSG} "MySQL, PostgreSQL, SQLite and Sybase (CTLIB or DBLIB)" ; \ ${ECHO_MSG} "can be used with PHP AND Horde." ; \ ${ECHO_MSG} "" ; \ ${ECHO_MSG} "(If everything will run on this machine, do not" ; \ ${ECHO_MSG} " forget to install the database server-side!)" ; \ ${ECHO_MSG} "" ; \ ${FALSE} ; \ fi ; \ fi ; \ fi ; \ fi .endif .if defined(WITH_SUPHP) ${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL .endif # Copy RCSID tag from conf.xml into conf.php to stop Horde complaining @if ! ${GREP} -q -e "$$Horde.*conf\.xml" ${WRKSRC}/config/conf.php.dist; then \ ${GREP} -h "$$Horde.*conf\.xml" ${WRKSRC} ${WRKSRC}/config/conf.xml \ | ${SED} -e 's#^ * *$$##g' \ >> ${WRKSRC}/config/conf.php.dist; \ fi do-install: @${MKDIR} ${HORDEDIR} .for REP in ${SUB_DIRS} @${CP} -Rp ${WRKSRC}/${REP} ${HORDEDIR} .endfor @${CP} -p ${WRKSRC}/*.php ${HORDEDIR} @${CP} ${WRKSRC}/scripts/set_perms.sh ${HORDESBIN}/horde_set_perms.sh @${CHMOD} u+x ${HORDESBIN}/horde_set_perms.sh .if ${APACHE_VERSION} >= 20 ${INSTALL_DATA} ${WRKDIR}/httpd-horde.conf ${HORDE_INC} .else @${MKDIR} ${HORDE_INC} @${INSTALL_DATA} ${WRKDIR}/httpd-horde.conf ${HORDE_INC} . if !defined(PACKAGE_BUILDING) @(if [ -f ${APACHE_CONF} ] ; then \ ${ECHO_MSG} "===> Updating ${APACHE_CONF}..." ; \ ${CP} -p ${APACHE_CONF} ${APACHE_CONF}.beforeHorde ; \ ${ECHO_CMD} "# Horde's include directory" >> ${APACHE_CONF} ; \ ${ECHO_CMD} "Include ${HORDE_INC}" >> ${APACHE_CONF} ; \ fi) . endif .endif @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${HORDEDIR} @${CHMOD} -R o-rwx ${CONFDIR} @${TOUCH} ${LOG_FILE} @${CHOWN} ${WWWOWN}:${WWWGRP} ${LOG_FILE} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for FILE in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif post-install: @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .include Property changes on: head/www/horde4-base/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.44 \ No newline at end of property +1.45 \ No newline at end of property