mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
Horde is a framework used by several applications written in PHP.
Horde is used by these ports: mail/imp, mail/mimp, mail/turba, devel/chora, deskutils/kronolith, deskutils/nag, mail/ingo, ftp/gollem security/jeta, www/horde-passwd and deskutils/mnemo, . This package does not contain anything by itself -- it is a "meta-port" that depends on other Horde packages. Its sole purpose is to require dependencies so users can install this package only and have all the Horde stuff pulled in by the port/package dependency mechanism. WWW: http://www.horde.org/ PR: ports/109519 Submitted by: beech at alaskaparadise.com
This commit is contained in:
parent
016689207d
commit
479313d22b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185996
@ -187,6 +187,7 @@
|
||||
SUBDIR += hiawatha
|
||||
SUBDIR += hinventory-client
|
||||
SUBDIR += horde-base
|
||||
SUBDIR += horde-meta
|
||||
SUBDIR += horde-passwd
|
||||
SUBDIR += hotjava
|
||||
SUBDIR += htdump
|
||||
|
91
www/horde-meta/Makefile
Normal file
91
www/horde-meta/Makefile
Normal file
@ -0,0 +1,91 @@
|
||||
# New ports collection makefile for: horde
|
||||
# Date created: 24 February 2007
|
||||
# Whom: beech@alaskaparadise.com
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= meta
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= # Empty
|
||||
PKGNAMEPREFIX= horde-
|
||||
DISTFILES= # None
|
||||
|
||||
MAINTAINER= beech@alaskaparadise.com
|
||||
COMMENT= Meta port for the horde framework
|
||||
|
||||
NO_BUILD= yes
|
||||
LHORDEDIR?= www/horde
|
||||
|
||||
OPTIONS= IMP "IMAP Webmail System" on \
|
||||
MIMP "Mobile Webmail System" off \
|
||||
INGO "Email-Filter Management" on \
|
||||
TURBA "Contact Management" on \
|
||||
KRONOLITH "Calendar Application" off \
|
||||
MNEMO "Notes and Memo Application" off \
|
||||
NAG "Task List Manager" on \
|
||||
CHORA "CVS Web Viewer" off \
|
||||
GOLLEM "Web-Based File Manager" off \
|
||||
JETA "Java SSH Applets" off \
|
||||
HPASSWD "Password Changing Module" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde-base
|
||||
|
||||
.if !defined(WITHOUT_IMP)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/imp/index.php:${PORTSDIR}/mail/imp
|
||||
.endif
|
||||
|
||||
.if defined(WITH_MIMP)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/mimp/index.php:${PORTSDIR}/mail/mimp
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_INGO)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/ingo/filters.php:${PORTSDIR}/mail/ingo
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_TURBA)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/turba/minisearch.php:${PORTSDIR}/mail/turba
|
||||
.endif
|
||||
|
||||
.if defined(WITH_KRONOLITH)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/kronolith/index.php:${PORTSDIR}/deskutils/kronolith
|
||||
.endif
|
||||
|
||||
.if defined(WITH_MNEMO)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/mnemo/index.php:${PORTSDIR}/deskutils/mnemo
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_NAG)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/nag/data.php:${PORTSDIR}/deskutils/nag
|
||||
.endif
|
||||
|
||||
.if defined(WITH_CHORA)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/chora/index.php:${PORTSDIR}/devel/chora
|
||||
.endif
|
||||
|
||||
.if defined(WITH_GOLLEM)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/gollem/index.php:${PORTSDIR}/ftp/gollem
|
||||
.endif
|
||||
|
||||
.if defined(WITH_JETA)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/jeta/index.php:${PORTSDIR}/security/jeta
|
||||
.endif
|
||||
|
||||
.if defined(WITH_HPASSWD)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/passwd/index.php:${PORTSDIR}/www/horde-passwd
|
||||
.endif
|
||||
|
||||
post-configure:
|
||||
@${CAT} ${FILESDIR}/post-configure-message
|
||||
|
||||
postinstall:
|
||||
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
@${ECHO_MSG}
|
||||
|
||||
do-install:
|
||||
|
||||
.include <bsd.port.post.mk>
|
6
www/horde-meta/files/post-configure-message
Normal file
6
www/horde-meta/files/post-configure-message
Normal file
@ -0,0 +1,6 @@
|
||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
Configuration step finished. Run 'make install' to install the rest of the
|
||||
modules you selected. Run 'make clean && make config' to re-enter the
|
||||
configuration. Please note that you CANNOT REMOVE modules through this menu
|
||||
system, use pkg_delete instead.
|
||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
12
www/horde-meta/pkg-descr
Normal file
12
www/horde-meta/pkg-descr
Normal file
@ -0,0 +1,12 @@
|
||||
Horde is a framework used by several applications written in PHP.
|
||||
|
||||
Horde is used by these ports: mail/imp, mail/mimp, mail/turba,
|
||||
devel/chora, deskutils/kronolith, deskutils/nag, mail/ingo, ftp/gollem
|
||||
security/jeta, www/horde-passwd and deskutils/mnemo, .
|
||||
|
||||
This package does not contain anything by itself -- it is a
|
||||
"meta-port" that depends on other Horde packages. Its sole purpose is
|
||||
to require dependencies so users can install this package only and
|
||||
have all the Horde stuff pulled in by the port/package dependency mechanism.
|
||||
|
||||
WWW: http://www.horde.org/
|
91
www/horde4-meta/Makefile
Normal file
91
www/horde4-meta/Makefile
Normal file
@ -0,0 +1,91 @@
|
||||
# New ports collection makefile for: horde
|
||||
# Date created: 24 February 2007
|
||||
# Whom: beech@alaskaparadise.com
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= meta
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= # Empty
|
||||
PKGNAMEPREFIX= horde-
|
||||
DISTFILES= # None
|
||||
|
||||
MAINTAINER= beech@alaskaparadise.com
|
||||
COMMENT= Meta port for the horde framework
|
||||
|
||||
NO_BUILD= yes
|
||||
LHORDEDIR?= www/horde
|
||||
|
||||
OPTIONS= IMP "IMAP Webmail System" on \
|
||||
MIMP "Mobile Webmail System" off \
|
||||
INGO "Email-Filter Management" on \
|
||||
TURBA "Contact Management" on \
|
||||
KRONOLITH "Calendar Application" off \
|
||||
MNEMO "Notes and Memo Application" off \
|
||||
NAG "Task List Manager" on \
|
||||
CHORA "CVS Web Viewer" off \
|
||||
GOLLEM "Web-Based File Manager" off \
|
||||
JETA "Java SSH Applets" off \
|
||||
HPASSWD "Password Changing Module" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde-base
|
||||
|
||||
.if !defined(WITHOUT_IMP)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/imp/index.php:${PORTSDIR}/mail/imp
|
||||
.endif
|
||||
|
||||
.if defined(WITH_MIMP)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/mimp/index.php:${PORTSDIR}/mail/mimp
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_INGO)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/ingo/filters.php:${PORTSDIR}/mail/ingo
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_TURBA)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/turba/minisearch.php:${PORTSDIR}/mail/turba
|
||||
.endif
|
||||
|
||||
.if defined(WITH_KRONOLITH)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/kronolith/index.php:${PORTSDIR}/deskutils/kronolith
|
||||
.endif
|
||||
|
||||
.if defined(WITH_MNEMO)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/mnemo/index.php:${PORTSDIR}/deskutils/mnemo
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_NAG)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/nag/data.php:${PORTSDIR}/deskutils/nag
|
||||
.endif
|
||||
|
||||
.if defined(WITH_CHORA)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/chora/index.php:${PORTSDIR}/devel/chora
|
||||
.endif
|
||||
|
||||
.if defined(WITH_GOLLEM)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/gollem/index.php:${PORTSDIR}/ftp/gollem
|
||||
.endif
|
||||
|
||||
.if defined(WITH_JETA)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/jeta/index.php:${PORTSDIR}/security/jeta
|
||||
.endif
|
||||
|
||||
.if defined(WITH_HPASSWD)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/passwd/index.php:${PORTSDIR}/www/horde-passwd
|
||||
.endif
|
||||
|
||||
post-configure:
|
||||
@${CAT} ${FILESDIR}/post-configure-message
|
||||
|
||||
postinstall:
|
||||
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
@${ECHO_MSG}
|
||||
|
||||
do-install:
|
||||
|
||||
.include <bsd.port.post.mk>
|
6
www/horde4-meta/files/post-configure-message
Normal file
6
www/horde4-meta/files/post-configure-message
Normal file
@ -0,0 +1,6 @@
|
||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
Configuration step finished. Run 'make install' to install the rest of the
|
||||
modules you selected. Run 'make clean && make config' to re-enter the
|
||||
configuration. Please note that you CANNOT REMOVE modules through this menu
|
||||
system, use pkg_delete instead.
|
||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
12
www/horde4-meta/pkg-descr
Normal file
12
www/horde4-meta/pkg-descr
Normal file
@ -0,0 +1,12 @@
|
||||
Horde is a framework used by several applications written in PHP.
|
||||
|
||||
Horde is used by these ports: mail/imp, mail/mimp, mail/turba,
|
||||
devel/chora, deskutils/kronolith, deskutils/nag, mail/ingo, ftp/gollem
|
||||
security/jeta, www/horde-passwd and deskutils/mnemo, .
|
||||
|
||||
This package does not contain anything by itself -- it is a
|
||||
"meta-port" that depends on other Horde packages. Its sole purpose is
|
||||
to require dependencies so users can install this package only and
|
||||
have all the Horde stuff pulled in by the port/package dependency mechanism.
|
||||
|
||||
WWW: http://www.horde.org/
|
Loading…
Reference in New Issue
Block a user