mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
Send to attic, replaced by "webmail" and "groupware"
This commit is contained in:
parent
9f74b3509e
commit
17b5453c6f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277727
1
MOVED
1
MOVED
@ -2279,3 +2279,4 @@ textproc/xmlpull||2011-07-11|Has expired: Upstream disapear and distfile is no m
|
||||
java/shujit||2011-07-13|Has expired: ancient version of Java
|
||||
net-im/skype12||2011-07-13|Has expired: very old version
|
||||
net-p2p/tvrss||2011-7-14|tvrss site does not exist anymore
|
||||
www/horde4-meta||2011-07-14|Removed
|
||||
|
@ -1,128 +0,0 @@
|
||||
# New ports collection makefile for: horde
|
||||
# Date created: 24 February 2007
|
||||
# Whom: Beech Rintoul <beech@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= meta
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 11
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= # Empty
|
||||
DISTFILES= # None
|
||||
|
||||
MAINTAINER= horde@FreeBSD.org
|
||||
COMMENT= Meta port for the horde framework
|
||||
|
||||
NO_BUILD= yes
|
||||
LHORDEDIR?= www/horde
|
||||
|
||||
OPTIONS= ANSEL "Photo Gallery" off \
|
||||
CHORA "CVS Web Viewer" off \
|
||||
DIMP "Dynamic Imp" off \
|
||||
GOLLEM "Web-Based File Manager" off \
|
||||
HERMES "Time Tracking Application" off \
|
||||
HPASSWD "Password Changing Module" off \
|
||||
IMP "IMAP Webmail System" on \
|
||||
INGO "Email-Filter Management" on \
|
||||
JETA "Java SSH Applets" off \
|
||||
KRONOLITH "Calendar Application" off \
|
||||
MIMP "Mobile Webmail System" off \
|
||||
MNEMO "Notes and Memo Application" off \
|
||||
NAG "Task List Manager" on \
|
||||
NIC "Network Monitor" off \
|
||||
TREAN "Bookmark Manager" off \
|
||||
TURBA "Contact Management" on \
|
||||
VACATION "Vacation & Auto Respond" off \
|
||||
WHUPS "Bug Tracking/Ticket System" off \
|
||||
KLUTZ "Comic Strip Viewer" 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/horde-imp
|
||||
.endif
|
||||
|
||||
.if defined(WITH_MIMP)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/mimp/index.php:${PORTSDIR}/mail/horde-mimp
|
||||
.endif
|
||||
|
||||
.if defined(WITH_DIMP)
|
||||
RUN_DEPENDS+=
|
||||
${LOCALBASE}/${LHORDEDIR}/dimp/compose.php:${PORTSDIR}/mail/horde-dimp
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_INGO)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/ingo/filters.php:${PORTSDIR}/mail/horde-ingo
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_TURBA)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/turba/minisearch.php:${PORTSDIR}/mail/horde-turba
|
||||
.endif
|
||||
|
||||
.if defined(WITH_KRONOLITH)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/kronolith/index.php:${PORTSDIR}/deskutils/horde-kronolith
|
||||
.endif
|
||||
|
||||
.if defined(WITH_MNEMO)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/mnemo/index.php:${PORTSDIR}/deskutils/horde-mnemo
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_NAG)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/nag/data.php:${PORTSDIR}/deskutils/horde-nag
|
||||
.endif
|
||||
|
||||
.if defined(WITH_CHORA)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/chora/index.php:${PORTSDIR}/devel/horde-chora
|
||||
.endif
|
||||
|
||||
.if defined(WITH_GOLLEM)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/gollem/index.php:${PORTSDIR}/ftp/horde-gollem
|
||||
.endif
|
||||
|
||||
.if defined(WITH_JETA)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/jeta/index.php:${PORTSDIR}/security/horde-jeta
|
||||
.endif
|
||||
|
||||
.if defined(WITH_HPASSWD)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/passwd/index.php:${PORTSDIR}/www/horde-passwd
|
||||
.endif
|
||||
|
||||
.if defined(WITH_VACATION)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/vacation/main.php:${PORTSDIR}/mail/horde-vacation
|
||||
.endif
|
||||
|
||||
.if defined(WITH_TREAN)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/trean/data.php:${PORTSDIR}/www/horde-trean
|
||||
.endif
|
||||
|
||||
.if defined(WITH_NIC)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/nic/status.php:${PORTSDIR}/net-mgmt/horde-nic
|
||||
.endif
|
||||
|
||||
.if defined(WITH_ANSEL)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/ansel/gallery.php:${PORTSDIR}/www/horde-ansel
|
||||
.endif
|
||||
|
||||
.if defined(WITH_WHUPS)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/whups/index.php:${PORTSDIR}/devel/horde-whups
|
||||
.endif
|
||||
|
||||
.if defined(WITH_HERMES)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/hermes/index.php:${PORTSDIR}/deskutils/horde-hermes
|
||||
.endif
|
||||
|
||||
.if defined(WITH_KLUTZ)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/klutz/index.php:${PORTSDIR}/deskutils/horde-klutz
|
||||
.endif
|
||||
|
||||
post-configure:
|
||||
@${CAT} ${FILESDIR}/post-configure-message
|
||||
|
||||
do-install:
|
||||
@${DO_NADA}
|
||||
|
||||
.include <bsd.port.post.mk>
|
@ -1,6 +0,0 @@
|
||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
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.
|
||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
@ -1,12 +0,0 @@
|
||||
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