diff --git a/deskutils/horde4-itip/Makefile b/deskutils/horde4-itip/Makefile index aa292bb8ed8a..291a127c921c 100644 --- a/deskutils/horde4-itip/Makefile +++ b/deskutils/horde4-itip/Makefile @@ -9,6 +9,7 @@ PORTNAME= itip PORTVERSION= 1.0.1 DISTVERSIONPREFIX= DISTVERSIONSUFFIX= +PORTREVISION= 1 CATEGORIES= deskutils www MASTER_SITES= http://pear.horde.org/get/ \ LOCAL/beech @@ -21,6 +22,8 @@ COMMENT= Horde iTip invitation response handling USE_HORDE= base USE_GETTEXT= yes +ITIPDIR= Itip +HORDIR= ${HORBAS}${ITIPDIR:S|^|/|:S|/horde||} post-extract: @${MKDIR} ${WRKSRC}/config && ${TOUCH} ${WRKSRC}/config/placeholder.dist diff --git a/devel/horde4-rdo/Makefile b/devel/horde4-rdo/Makefile index c37f2ab693e7..aa5863ba0180 100644 --- a/devel/horde4-rdo/Makefile +++ b/devel/horde4-rdo/Makefile @@ -9,6 +9,7 @@ PORTNAME= rdo PORTVERSION= 1.0.0 DISTVERSIONPREFIX= DISTVERSIONSUFFIX= +PORTREVISION= 1 CATEGORIES= devel www MASTER_SITES= http://pear.horde.org/get/ \ LOCAL/beech @@ -21,14 +22,19 @@ COMMENT= Rampage data objects USE_HORDE= base USE_GETTEXT= yes +RDODIR= Rdo +HORDIR= ${HORBAS}${RDODIR:S|^|/|:S|/horde||} +EXAMPLESDIR= ${PREFIX}/share/examples/horde post-extract: @${MKDIR} ${WRKSRC}/config && ${TOUCH} ${WRKSRC}/config/placeholder.dist do-install: @${INSTALL} -d ${HORDIR}/ + @${INSTALL} -d ${EXAMPLESDIR}/ @${CP} ${WRKSRC}/lib/Horde/Rdo.php ${HORBAS}/ - @${CP} -Rp ${WRKSRC}/lib/Horde/Rdo/ ${HORDIR}/ + @${CP} -Rp ${WRKSRC}/lib/Horde/Rdo/ ${HORDIR}/ + @ cd ${WRKSRC}/examples/Horde/ && ${COPYTREE_SHARE} Rdo ${EXAMPLESDIR} @${ECHO_CMD} @exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} %D/${HORDIR:S|^${PREFIX}/||}/ >> ${TMPPLIST} @${ECHO_CMD} @exec ${CHMOD} -R o-rwx %D/${HORDIR:S|^${PREFIX}/||}/ >> ${TMPPLIST} @${ECHO_CMD} "@exec ${TOUCH} ${HORLOG};${CHOWN} ${WWWOWN}:${WWWGRP} ${HORLOG}" >> ${TMPPLIST} diff --git a/devel/horde4-rdo/pkg-plist b/devel/horde4-rdo/pkg-plist index f8e74ee39e9f..b778b4449fa1 100644 --- a/devel/horde4-rdo/pkg-plist +++ b/devel/horde4-rdo/pkg-plist @@ -1,3 +1,15 @@ +%%EXAMPLESDIR%%/Rdo/Clotho.php +%%EXAMPLESDIR%%/Rdo/CountTest.php +%%EXAMPLESDIR%%/Rdo/DumpXmlTest.php +%%EXAMPLESDIR%%/Rdo/RelationshipTest.php +%%EXAMPLESDIR%%/Rdo/Task.php +%%EXAMPLESDIR%%/Rdo/User.php +%%EXAMPLESDIR%%/Rdo/clotho.data.php +%%EXAMPLESDIR%%/Rdo/clotho.mysql.sql +%%EXAMPLESDIR%%/Rdo/conf.php.dist +%%EXAMPLESDIR%%/Rdo/users.mysql.sql +%%EXAMPLESDIR%%/Rdo/users.pgsql.sql +%%EXAMPLESDIR%%/Rdo/users.sqlite.sql %%HORBAS%%/Rdo.php %%HORDIR%%/Base.php %%HORDIR%%/Exception.php @@ -8,5 +20,6 @@ %%HORDIR%%/Query/Literal.php @dirrm %%HORDIR%%/Query @dirrmtry %%HORDIR%% +@dirrm %%EXAMPLESDIR%%/Rdo +@dirrm %%EXAMPLESDIR%% @dirrmtry %%HORBAS%% - diff --git a/graphics/horde4-image/Makefile b/graphics/horde4-image/Makefile index fc7aeac0c46a..3454f335ed8e 100644 --- a/graphics/horde4-image/Makefile +++ b/graphics/horde4-image/Makefile @@ -9,6 +9,7 @@ PORTNAME= image PORTVERSION= 1.0.1 DISTVERSIONPREFIX= DISTVERSIONSUFFIX= +PORTREVISION= 1 CATEGORIES= graphics www MASTER_SITES= http://pear.horde.org/get/ \ LOCAL/beech @@ -21,8 +22,10 @@ COMMENT= Horde Image API, with backends for various image formats USE_HORDE= base USE_GETTEXT= yes +IMAGEDIR= Image +HORDIR= ${HORBAS}${IMAGEDIR:S|^|/|:S|/horde||} -EXTRACT_SUFX= .tgz +RUN_DEPENDS+= ${PEARDIR}/XML/SVG.php:${PORTSDIR}/devel/pear-XML_SVG post-extract: @${MKDIR} ${WRKSRC}/config && touch ${WRKSRC}/config/placeholder.dist diff --git a/security/horde4-auth/Makefile b/security/horde4-auth/Makefile index 119e13938d7f..fe754672c12a 100644 --- a/security/horde4-auth/Makefile +++ b/security/horde4-auth/Makefile @@ -9,6 +9,7 @@ PORTNAME= auth PORTVERSION= 1.0.3 DISTVERSIONPREFIX= DISTVERSIONSUFFIX= +PORTREVISION= 1 CATEGORIES= security www MASTER_SITES= http://pear.horde.org/get/ \ LOCAL/beech @@ -21,6 +22,8 @@ COMMENT= Common interface to backends for Horde authentication USE_HORDE= base USE_GETTEXT= yes +AUTHDIR= Auth +HORDIR= ${HORBAS}${AUTHDIR:S|^|/|:S|/horde||} EXTRACT_SUFX= .tgz