ports/119271: New meta-port: mail/squirrelmail-plugins

Gerrit Beine gerrit.beine at gmx.de
Wed Jan 2 16:00:02 UTC 2008


>Number:         119271
>Category:       ports
>Synopsis:       New meta-port: mail/squirrelmail-plugins
>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:   Wed Jan 02 16:00:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Gerrit Beine
>Release:        FreeBSD 6.2-RELEASE
>Organization:
Beine Computer
>Environment:
FreeBSD freebsd620.vmware.beine-computer.de 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007     root at dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
This port is a meta-port for installing Squirrelmail plugins.

Note to committers:
The shared_calendars-plugin port should be committed first.
>How-To-Repeat:

>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	squirrelmail-plugins
#	squirrelmail-plugins/Makefile
#	squirrelmail-plugins/pkg-descr
#
echo c - squirrelmail-plugins
mkdir -p squirrelmail-plugins > /dev/null 2>&1
echo x - squirrelmail-plugins/Makefile
sed 's/^X//' >squirrelmail-plugins/Makefile << 'END-of-squirrelmail-plugins/Makefile'
X# New ports collection makefile for:		squirrelmail-plugins
X# Date created:		02 Jan 2008
X# Whom:		Gerrit Beine <gerrit.beine at gmx.de>
X#
X# $FreeBSD$
X
XPORTNAME=		squirrelmail-plugins
XPORTVERSION=		1.0
XCATEGORIES=		mail www
XMASTER_SITES=		# none
XDISTFILES=		# none
X
XMAINTAINER=		gerrit.beine at gmx.de
XCOMMENT=		A "meta-port" to install SquirrelMail plugins
X
XNO_BUILD=	yes
X
XOPTIONS=	SIEVE	"Sieve Mail Filters plugin" off \
X		CALENDR	"Shared Calendars plugin" off \
X		LDAPPWD	"Change LDAP passwords plugin" off \
X		MAILFT	"E-mail footer plugin" off \
X		LGAUTH	"HTTP-auth based login plugin" off \
X		LGNOTES	"Notes on login screen plugin" off \
X		MLOGIN	"Multilogin plugin" off \
X		NOTES	"Notes plugin" off \
X		NOTIFY	"New mail notify plugin" off \
X		PW4GET	"Password forget plugin" off \
X		PUPDATE	"Plugin update check plugin" off \
X		QMADMIN	"Qmailadmin login plugin" off \
X		QUOTA	"Quota usage plugin" off \
X		SASQL	"SpamAssassin SQL plugin" off \
X		SLOGIN	"SSL login plugin" off \
X		TIMEOUT	"User session timeout plugin" off \
X		TMDA	"TMDA plugin" off \
X		VLOGIN	"Multi-site-hosting capabilities plugin" off \
X		WEBSRCH	"Web search engines plugin" off \
X		WETTER	"Weather in Germany plugin" off
X#		NEWUSER "New user wizard plugin" off 
X
XPORT_DBDIR?=	/var/db/ports
XLATEST_LINK=	${PORTNAME}
XOPTIONSFILE?=	${PORT_DBDIR}/${LATEST_LINK}/options
X
X.if exists(${OPTIONSFILE})
X.include "${OPTIONSFILE}"
X.endif
X
X.if !defined(WITHOUT_SIEVE) || defined(WITH_SIEVE)
XRUN_DEPENDS+=		${SQUIRRELDIR}/plugins/avelsieve:${PORTSDIR}/mail/squirrelmail-avelsieve-plugin
X.endif
X
X.if !defined(WITHOUT_CALENDR) || defined(WITH_CALENDR)
XRUN_DEPENDS+=		${SQUIRRELDIR}/plugins/calendar:${PORTSDIR}/mail/squirrelmail-shared_calendars-plugin
X.endif
X
X.if !defined(WITHOUT_LDAPPW) || defined(WITH_LDAPPW)
XRUN_DEPENDS+=		${SQUIRRELDIR}/plugins/change_ldappass:${PORTSDIR}/mail/squirrelmail-change_ldappass-plugin
X.endif
X
X.if !defined(WITHOUT_MAILFT) || defined(WITH_MAILFT)
XRUN_DEPENDS+=		${SQUIRRELDIR}/plugins/email_footer:${PORTSDIR}/mail/squirrelmail-email_footer-plugin
X.endif
X
X.if !defined(WITHOUT_LGAUTH) || defined(WITH_LGAUTH)
XRUN_DEPENDS+=		${SQUIRRELDIR}/plugins/login_auth:${PORTSDIR}/mail/squirrelmail-login_auth-plugin
X.endif
X
X.if !defined(WITHOUT_LGNOTES) || defined(WITH_LGNOTES)
XRUN_DEPENDS+=		${SQUIRRELDIR}/plugins/login_notes:${PORTSDIR}/mail/squirrelmail-login_notes-plugin
X.endif
X
X.if !defined(WITHOUT_MLOGIN) || defined(WITH_MLOGIN)
XRUN_DEPENDS+=		${SQUIRRELDIR}/plugins/multilogin:${PORTSDIR}/mail/squirrelmail-multilogin-plugin
X.endif
X# requires compatibility1 plugin - breaks other plugins
X#.if !defined(WITHOUT_NEWUSER) || defined(WITH_NEWUSER)
X#RUN_DEPENDS+=		${SQUIRRELDIR}/plugins/newuser_wiz:${PORTSDIR}/mail/squirrelmail-newuser_wiz-plugin
X#.endif
X
X.if !defined(WITHOUT_NOTES) || defined(WITH_NOTES)
XRUN_DEPENDS+=		${SQUIRRELDIR}/plugins/notes:${PORTSDIR}/mail/squirrelmail-notes-plugin
X.endif
X
X.if !defined(WITHOUT_NOTIFY) || defined(WITH_NOTIFY)
XRUN_DEPENDS+=		${SQUIRRELDIR}/plugins/notify:${PORTSDIR}/mail/squirrelmail-notify-plugin
X.endif
X
X.if !defined(WITHOUT_PW4GET) || defined(WITH_PW4GET)
XRUN_DEPENDS+=		${SQUIRRELDIR}/plugins/password_forget:${PORTSDIR}/mail/squirrelmail-password_forget-plugin
X.endif
X
X.if !defined(WITHOUT_PUPDATE) || defined(WITH_PUPDATE)
XRUN_DEPENDS+=		${SQUIRRELDIR}/plugins/pupdate:${PORTSDIR}/mail/squirrelmail-pupdate-plugin
X.endif
X
X.if !defined(WITHOUT_QMADMIN) || defined(WITH_QMADMIN)
XRUN_DEPENDS+=		${SQUIRRELDIR}/plugins/qmailadmin_login:${PORTSDIR}/mail/squirrelmail-qmailadmin_login-plugin
X.endif
X
X.if !defined(WITHOUT_QUOTA) || defined(WITH_QUOTA)
XRUN_DEPENDS+=		${SQUIRRELDIR}/plugins/quota_usage:${PORTSDIR}/mail/squirrelmail-quota_usage-plugin
X.endif
X
X.if !defined(WITHOUT_SASQL) || defined(WITH_SASQL)
XRUN_DEPENDS+=		${SQUIRRELDIR}/plugins/sasql:${PORTSDIR}/mail/squirrelmail-sasql-plugin
X.endif
X
X.if !defined(WITHOUT_SLOGIN) || defined(WITH_SLOGIN)
XRUN_DEPENDS+=		${SQUIRRELDIR}/plugins/secure_login:${PORTSDIR}/mail/squirrelmail-secure_login-plugin
X.endif
X
X.if !defined(WITHOUT_TIMEOUT) || defined(WITH_TIMEOUT)
XRUN_DEPENDS+=		${SQUIRRELDIR}/plugins/timeout_user:${PORTSDIR}/mail/squirrelmail-timeout_user-plugin
X.endif
X
X.if !defined(WITHOUT_TMDA) || defined(WITH_TMDA)
XRUN_DEPENDS+=		${SQUIRRELDIR}/plugins/tmdatools:${PORTSDIR}/mail/squirrelmail-tmda-plugin
X.endif
X
X.if !defined(WITHOUT_VLOGIN) || defined(WITH_VLOGIN)
XRUN_DEPENDS+=		${SQUIRRELDIR}/plugins/vlogin:${PORTSDIR}/mail/squirrelmail-vlogin-plugin
X.endif
X
X.if !defined(WITHOUT_WEBSRCH) || defined(WITH_WEBSRCH)
XRUN_DEPENDS+=		${SQUIRRELDIR}/plugins/web_search:${PORTSDIR}/mail/squirrelmail-websearch-plugin
X.endif
X
X.if !defined(WITHOUT_WETTER) || defined(WITH_WETTER)
XRUN_DEPENDS+=		${SQUIRRELDIR}/plugins/wetteronline:${PORTSDIR}/mail/squirrelmail-wetteronline-plugin
X.endif
X
Xdo-install: build
X	@${DO_NADA}
X
X.include <bsd.port.mk>
END-of-squirrelmail-plugins/Makefile
echo x - squirrelmail-plugins/pkg-descr
sed 's/^X//' >squirrelmail-plugins/pkg-descr << 'END-of-squirrelmail-plugins/pkg-descr'
XThis is a "meta-port" to install Squirrelmail plugins
X
XWWW: http://www.squirrelmail.org/
X
X- Gerrit Beine
Xgerrit.beine at gmx.de
END-of-squirrelmail-plugins/pkg-descr
exit



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



More information about the freebsd-ports-bugs mailing list