Index: head/deskutils/horde4-itip/Makefile =================================================================== --- head/deskutils/horde4-itip/Makefile (revision 274591) +++ head/deskutils/horde4-itip/Makefile (revision 274592) @@ -1,41 +1,44 @@ # Ports collection makefile for: horde4-itip # Date created: Mon May 23, 2011 # Whom: Beech Rintoul () # # $FreeBSD$ # PORTNAME= itip PORTVERSION= 1.0.1 DISTVERSIONPREFIX= DISTVERSIONSUFFIX= +PORTREVISION= 1 CATEGORIES= deskutils www MASTER_SITES= http://pear.horde.org/get/ \ LOCAL/beech PKGNAMEPREFIX= horde4- DISTNAME= Horde_Itip-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= beech@FreeBSD.org 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 do-install: @${INSTALL} -d ${HORDIR}/ @${CP} ${WRKSRC}/lib/Horde/Itip.php ${HORBAS}/ @${CP} -Rp ${WRKSRC}/lib/Horde/Itip/ ${HORDIR}/ @${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} @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .include "${.CURDIR}/../../www/horde4-base/bsd.horde4.mk" .include Property changes on: head/deskutils/horde4-itip/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/devel/horde4-rdo/Makefile =================================================================== --- head/devel/horde4-rdo/Makefile (revision 274591) +++ head/devel/horde4-rdo/Makefile (revision 274592) @@ -1,41 +1,47 @@ # Ports collection makefile for: horde4-rdo # Date created: Mon May 23, 2011 # Whom: Beech Rintoul () # # $FreeBSD$ # PORTNAME= rdo PORTVERSION= 1.0.0 DISTVERSIONPREFIX= DISTVERSIONSUFFIX= +PORTREVISION= 1 CATEGORIES= devel www MASTER_SITES= http://pear.horde.org/get/ \ LOCAL/beech PKGNAMEPREFIX= horde4- DISTNAME= Horde_Rdo-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= beech@FreeBSD.org 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} @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .include "${.CURDIR}/../../www/horde4-base/bsd.horde4.mk" .include Property changes on: head/devel/horde4-rdo/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/devel/horde4-rdo/pkg-plist =================================================================== --- head/devel/horde4-rdo/pkg-plist (revision 274591) +++ head/devel/horde4-rdo/pkg-plist (revision 274592) @@ -1,12 +1,25 @@ +%%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 %%HORDIR%%/Iterator.php %%HORDIR%%/List.php %%HORDIR%%/Mapper.php %%HORDIR%%/Query.php %%HORDIR%%/Query/Literal.php @dirrm %%HORDIR%%/Query @dirrmtry %%HORDIR%% +@dirrm %%EXAMPLESDIR%%/Rdo +@dirrm %%EXAMPLESDIR%% @dirrmtry %%HORBAS%% - Property changes on: head/devel/horde4-rdo/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/graphics/horde4-image/Makefile =================================================================== --- head/graphics/horde4-image/Makefile (revision 274591) +++ head/graphics/horde4-image/Makefile (revision 274592) @@ -1,43 +1,46 @@ # Ports collection makefile for: horde4-image # Date created: Mon May 23, 2011 # Whom: Beech Rintoul () # # $FreeBSD$ # PORTNAME= image PORTVERSION= 1.0.1 DISTVERSIONPREFIX= DISTVERSIONSUFFIX= +PORTREVISION= 1 CATEGORIES= graphics www MASTER_SITES= http://pear.horde.org/get/ \ LOCAL/beech PKGNAMEPREFIX= horde4- DISTNAME= Horde_Image-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= beech@FreeBSD.org 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 do-install: @${INSTALL} -d ${HORDIR}/ @${CP} ${WRKSRC}/lib/Horde/Image.php ${HORBAS}/ @${CP} -Rp ${WRKSRC}/lib/Horde/Image/ ${HORDIR}/ @${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} @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .include "${.CURDIR}/../../www/horde4-base/bsd.horde4.mk" .include Property changes on: head/graphics/horde4-image/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/security/horde4-auth/Makefile =================================================================== --- head/security/horde4-auth/Makefile (revision 274591) +++ head/security/horde4-auth/Makefile (revision 274592) @@ -1,43 +1,46 @@ # Ports collection makefile for: horde4-auth # Date created: Sun May 22, 2011 # Whom: Beech Rintoul () # # $FreeBSD$ # PORTNAME= auth PORTVERSION= 1.0.3 DISTVERSIONPREFIX= DISTVERSIONSUFFIX= +PORTREVISION= 1 CATEGORIES= security www MASTER_SITES= http://pear.horde.org/get/ \ LOCAL/beech PKGNAMEPREFIX= horde4- DISTNAME= Horde_Auth-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= beech@FreeBSD.org 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 post-extract: @${MKDIR} ${WRKSRC}/config && touch ${WRKSRC}/config/placeholder.dist do-install: @${INSTALL} -d ${HORDIR}/ @${CP} ${WRKSRC}/lib/Horde/Auth.php ${HORBAS}/ @${CP} -Rp ${WRKSRC}/lib/Horde/Auth/ ${HORDIR}/ @${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} @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .include "${.CURDIR}/../../www/horde4-base/bsd.horde4.mk" .include Property changes on: head/security/horde4-auth/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property