ports/109519: [NEW PORT] www/horde-meta - Meta port for the horde framework

Beech Rintoul beech at alaskaparadise.com
Sun Feb 25 08:30:05 UTC 2007


>Number:         109519
>Category:       ports
>Synopsis:       [NEW PORT] www/horde-meta - Meta port for the horde framework
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 25 08:30:04 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Beech Rintoul
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
Alaska Paradise  
>Environment:


System: FreeBSD 7.0-CURRENT #106: Fri Feb 23 07:53:14 AKST 2007
    root at stargate.alaskaparadise.com:/usr/obj/usr/src/sys/STARGATE



>Description:


Meta port for the horde framework.


>How-To-Repeat:





>Fix:


#!/bin/sh
# This is a shell archive
echo x horde-meta
mkdir -p horde-meta > /dev/null 2>&1
echo x horde-meta/Makefile
sed 's/^X//' > horde-meta/Makefile << 'SHAR_END'
X# New ports collection makefile for:	horde
X# Date created:		24 February 2007
X# Whom:			beech at alaskaparadise.com
X#
X# $FreeBSD$
X#
X
XPORTNAME=	meta
XPORTVERSION=	1.0
XCATEGORIES=	www
XMASTER_SITES=	# Empty
XPKGNAMEPREFIX=	horde-
XDISTFILES=	# None
X
XMAINTAINER=	beech at alaskaparadise.com
XCOMMENT=	Meta port for the horde framework
X
XNO_BUILD=	yes
XLHORDEDIR?=	www/horde
X
XOPTIONS=	IMP "IMAP Webmail System" on	\
X		MIMP "Mobile Webmail System" off	\
X		INGO "Email-Filter Management" on	\
X		TURBA "Contact Management" on	\
X		KRONOLITH "Calendar Application" off \
X		MNEMO "Notes and Memo Application" off	\
X		NAG "Task List Manager" on	\
X		CHORA "CVS Web Viewer" off	\
X		GOLLEM "Web-Based File Manager" off	\
X		JETA "Java SSH Applets" off	\
X		HPASSWD "Password Changing Module" off
X
X.include <bsd.port.pre.mk>
X
XRUN_DEPENDS+=	${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde-base
X
X.if !defined(WITHOUT_IMP)
XRUN_DEPENDS+=	${LOCALBASE}/${LHORDEDIR}/imp/index.php:${PORTSDIR}/mail/imp
X.endif
X
X.if defined(WITH_MIMP)
XRUN_DEPENDS+=	${LOCALBASE}/${LHORDEDIR}/mimp/index.php:${PORTSDIR}/mail/mimp
X.endif
X
X.if !defined(WITHOUT_INGO)
XRUN_DEPENDS+=	${LOCALBASE}/${LHORDEDIR}/ingo/filters.php:${PORTSDIR}/mail/ingo
X.endif
X
X.if !defined(WITHOUT_TURBA)
XRUN_DEPENDS+=	${LOCALBASE}/${LHORDEDIR}/turba/minisearch.php:${PORTSDIR}/mail/turba
X.endif
X
X.if defined(WITH_KRONOLITH)
XRUN_DEPENDS+=	${LOCALBASE}/${LHORDEDIR}/kronolith/index.php:${PORTSDIR}/deskutils/kronolith
X.endif
X
X.if defined(WITH_MNEMO)
XRUN_DEPENDS+=	${LOCALBASE}/${LHORDEDIR}/mnemo/index.php:${PORTSDIR}/deskutils/mnemo
X.endif
X
X.if !defined(WITHOUT_NAG)
XRUN_DEPENDS+=	${LOCALBASE}/${LHORDEDIR}/nag/data.php:${PORTSDIR}/deskutils/nag
X.endif
X
X.if defined(WITH_CHORA)
XRUN_DEPENDS+=	${LOCALBASE}/${LHORDEDIR}/chora/index.php:${PORTSDIR}/devel/chora
X.endif
X
X.if defined(WITH_GOLLEM)
XRUN_DEPENDS+=	${LOCALBASE}/${LHORDEDIR}/gollem/index.php:${PORTSDIR}/ftp/gollem
X.endif
X
X.if defined(WITH_JETA)
XRUN_DEPENDS+=	${LOCALBASE}/${LHORDEDIR}/jeta/index.php:${PORTSDIR}/security/jeta
X.endif
X
X.if defined(WITH_HPASSWD)
XRUN_DEPENDS+=	${LOCALBASE}/${LHORDEDIR}/passwd/index.php:${PORTSDIR}/www/horde-passwd
X.endif
X
Xpost-configure:
X	@${CAT} ${FILESDIR}/post-configure-message
X
Xpostinstall:
X
X	@${CAT} ${PKGMESSAGE}
X	@${ECHO_MSG}
X
Xdo-install:
X
X.include <bsd.port.post.mk>
SHAR_END
echo x horde-meta/pkg-descr
sed 's/^X//' > horde-meta/pkg-descr << 'SHAR_END'
XHorde is a framework used by several applications written in PHP.
X
XHorde is used by these ports: mail/imp, mail/mimp, mail/turba,
Xdevel/chora, deskutils/kronolith, deskutils/nag, mail/ingo, ftp/gollem 
Xsecurity/jeta, www/horde-passwd and deskutils/mnemo, .
X
X
X
XThis package does not contain anything by itself -- it is a
X"meta-port" that depends on other Horde packages.  Its sole purpose is
Xto require dependencies so users can install this package only and
Xhave all the Horde stuff pulled in by the port/package dependency mechanism.
X
XWWW: http://www.horde.org/
SHAR_END
echo x horde-meta/files
mkdir -p horde-meta/files > /dev/null 2>&1
echo x horde-meta/files/post-configure-message
sed 's/^X//' > horde-meta/files/post-configure-message << 'SHAR_END'
X* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
XConfiguration step finished. Run 'make install' to install the rest of the
Xmodules you selected. Run 'make clean && make config' to re-enter the
Xconfiguration. Please note that you CANNOT REMOVE modules through this menu
Xsystem, use pkg_delete instead.
X* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
SHAR_END
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list