diff options
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/horde4-itip/Makefile | 41 | ||||
-rw-r--r-- | deskutils/horde4-itip/distinfo | 2 | ||||
-rw-r--r-- | deskutils/horde4-itip/files/pkg-message.in | 7 | ||||
-rw-r--r-- | deskutils/horde4-itip/pkg-descr | 4 | ||||
-rw-r--r-- | deskutils/horde4-itip/pkg-plist | 25 |
6 files changed, 80 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index 824bb1575cc2..973957f75da4 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -118,6 +118,7 @@ SUBDIR += horde-kronolith SUBDIR += horde-mnemo SUBDIR += horde-nag + SUBDIR += horde4-itip SUBDIR += hot-babe SUBDIR += howm SUBDIR += ical diff --git a/deskutils/horde4-itip/Makefile b/deskutils/horde4-itip/Makefile new file mode 100644 index 000000000000..aa292bb8ed8a --- /dev/null +++ b/deskutils/horde4-itip/Makefile @@ -0,0 +1,41 @@ +# Ports collection makefile for: horde4-itip +# Date created: Mon May 23, 2011 +# Whom: Beech Rintoul (<beech@FreeBSD.org>) +# +# $FreeBSD$ +# + +PORTNAME= itip +PORTVERSION= 1.0.1 +DISTVERSIONPREFIX= +DISTVERSIONSUFFIX= +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 + +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 <bsd.port.mk> diff --git a/deskutils/horde4-itip/distinfo b/deskutils/horde4-itip/distinfo new file mode 100644 index 000000000000..84a6a317aa78 --- /dev/null +++ b/deskutils/horde4-itip/distinfo @@ -0,0 +1,2 @@ +SHA256 (Horde_Itip-1.0.1.tgz) = d09b9b213d6503326ab13e352edfc58315c77ff633f90ec70329f01963d5cd79 +SIZE (Horde_Itip-1.0.1.tgz) = 31636 diff --git a/deskutils/horde4-itip/files/pkg-message.in b/deskutils/horde4-itip/files/pkg-message.in new file mode 100644 index 000000000000..c59a8b628fa3 --- /dev/null +++ b/deskutils/horde4-itip/files/pkg-message.in @@ -0,0 +1,7 @@ +************************************************************************ +iTip has been installed in %%HORDIR%%/. + +Horde must be configured and the tables created; if not, see +`pkg_info -Dx horde-base'. + +************************************************************************ diff --git a/deskutils/horde4-itip/pkg-descr b/deskutils/horde4-itip/pkg-descr new file mode 100644 index 000000000000..3c2cb5db4f84 --- /dev/null +++ b/deskutils/horde4-itip/pkg-descr @@ -0,0 +1,4 @@ +Horde iTip. This port allows to generate MIME encapsuled responses to +iCalender invitations. + +WWW: http://www.horde.org diff --git a/deskutils/horde4-itip/pkg-plist b/deskutils/horde4-itip/pkg-plist new file mode 100644 index 000000000000..ebe6ecbe04cf --- /dev/null +++ b/deskutils/horde4-itip/pkg-plist @@ -0,0 +1,25 @@ +%%HORBAS%%/Itip.php +%%HORDIR%%/Event.php +%%HORDIR%%/Event/Vevent.php +%%HORDIR%%/Exception.php +%%HORDIR%%/Resource.php +%%HORDIR%%/Resource/Base.php +%%HORDIR%%/Resource/Identity.php +%%HORDIR%%/Response.php +%%HORDIR%%/Response/Options.php +%%HORDIR%%/Response/Options/Base.php +%%HORDIR%%/Response/Options/Horde.php +%%HORDIR%%/Response/Options/Kolab.php +%%HORDIR%%/Response/Type.php +%%HORDIR%%/Response/Type/Accept.php +%%HORDIR%%/Response/Type/Base.php +%%HORDIR%%/Response/Type/Decline.php +%%HORDIR%%/Response/Type/Tentative.php +%%HORDIR%%/Translation.php +@dirrm %%HORDIR%%/Response/Type +@dirrm %%HORDIR%%/Response/Options +@dirrm %%HORDIR%%/Response +@dirrm %%HORDIR%%/Resource +@dirrm %%HORDIR%%/Event +@dirrmtry %%HORDIR%% +@dirrmtry %%HORBAS%%
\ No newline at end of file |