ports/108728: [NEW PORT] mail/squirrelmail-compatibility-plugin1: Required by many plugins for compatibility with SquirrelMail

Alexander Wittig alexander at wittig.name
Sat Feb 3 19:40:19 UTC 2007


>Number:         108728
>Category:       ports
>Synopsis:       [NEW PORT] mail/squirrelmail-compatibility-plugin1: Required by many plugins for compatibility with SquirrelMail
>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:   Sat Feb 03 19:40:18 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Wittig
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD wagner.pa.msu.edu 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Thu Jan 18 21:55:20 EST 2007
>Description:
SquirrelMail Plug-in that provides a standard API for plugin authors who need
certain functionalities that may not be available in older versions of
SquirrelMail. SquirrelMail administrators only need to download this plugin if
any of the plugins they have require it.
This plugin has no functionality in and of itself.

WWW: http://www.squirrelmail.org

- Alexander Wittig
alexander at wittig.name

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- squirrelmail-compatibility-plugin1-1.3.shar begins here ---
# 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-compatibility-plugin1
#	squirrelmail-compatibility-plugin1/Makefile
#	squirrelmail-compatibility-plugin1/distinfo
#	squirrelmail-compatibility-plugin1/pkg-descr
#	squirrelmail-compatibility-plugin1/pkg-plist
#
echo c - squirrelmail-compatibility-plugin1
mkdir -p squirrelmail-compatibility-plugin1 > /dev/null 2>&1
echo x - squirrelmail-compatibility-plugin1/Makefile
sed 's/^X//' >squirrelmail-compatibility-plugin1/Makefile << 'END-of-squirrelmail-compatibility-plugin1/Makefile'
X# New ports collection makefile for:	squirrelmail-compatibility-plugin1
X# Date created:				3 Feb 2007
X# Whom:					Alexander Wittig <alexander at wittig.name>
X#
X# $FreeBSD$
X
XPORTNAME=	squirrelmail
XPORTVERSION=	1.3
XCATEGORIES=	mail www
XMASTER_SITES=	http://www.squirrelmail.org/plugins/
XPKGNAMESUFFIX=	-${SQUIRREL_PLUGIN_NAME}-plugin1
XDISTNAME=	${SQUIRREL_PLUGIN_NAME}-${PORTVERSION}
XDIST_SUBDIR=	squirrelmail
X
XMAINTAINER=	alexander at wittig.name
XCOMMENT=	Required by many plugins for compatibility with SquirrelMail
X
XRUN_DEPENDS=	${SQUIRRELDIR}/index.php:${PORTSDIR}/mail/squirrelmail
X
XCONFLICTS=	squirrelmail-compatibility-plugin-2.*
X
XSQUIRREL_PLUGIN_NAME=	compatibility
X
X.ifdef SQUIRRELDIR
XPLIST_SUB+=	SQUIRRELDIR=${SQUIRRELDIR}
X.else
X.	ifndef WITHOUT_WWWDIR
XSQUIRRELDIR=	${PREFIX}/www/squirrelmail
XPLIST_SUB+=	SQUIRRELDIR=www/squirrelmail
X.	else
XSQUIRRELDIR=	${PREFIX}/squirrelmail
XPLIST_SUB+=	SQUIRRELDIR=squirrelmail
X.	endif
X.endif
X
XNO_BUILD=	yes
XNO_WRKSUBDIR=	yes
XUSE_PERL5_BUILD=	yes
XWANT_PHP_WEB=	yes
X
X.include <bsd.port.pre.mk>
X
Xpre-everything::
X	@${ECHO} ""
X.ifndef WITHOUT_ACTIVATE
X	@${ECHO} "Activating plug-in in SquirrelMail after installation."
X	@${ECHO} "If you don't want to automatically activate the plug-in set"
X	@${ECHO} "WITHOUT_ACTIVATE=yes"
X.else
X	@${ECHO} "NOT Activating plug-in in SquirrelMail after installation."
X	@${ECHO} "If you want to automatically activate the plug-in unset"
X	@${ECHO} "WITHOUT_ACTIVATE"
X.endif
X	@${ECHO} ""
X
Xdo-install:
X	${CP} -rp ${WRKSRC}/${SQUIRREL_PLUGIN_NAME} ${SQUIRRELDIR}/plugins
X
Xpost-install:
X.ifndef WITHOUT_ACTIVATE
X.if exists( ${SQUIRRELDIR}/config/config.php )
X	@${ECHO} "Activating plug-in in SquirrelMail"
X	${SQUIRRELDIR}/config/conf.pl --install-plugin ${SQUIRREL_PLUGIN_NAME}
X.endif
X.else
X	@${ECHO} "To activate the plug-in in SquirrelMail use"
X	@${ECHO} "${SQUIRRELDIR}/config/conf.pl --install-plugin ${SQUIRREL_PLUGIN_NAME}"
X.endif
X
X.include <bsd.port.post.mk>
END-of-squirrelmail-compatibility-plugin1/Makefile
echo x - squirrelmail-compatibility-plugin1/distinfo
sed 's/^X//' >squirrelmail-compatibility-plugin1/distinfo << 'END-of-squirrelmail-compatibility-plugin1/distinfo'
XMD5 (squirrelmail/compatibility-1.3.tar.gz) = 049c46507ef161ad4ba5f4d4a0b96d09
XSHA256 (squirrelmail/compatibility-1.3.tar.gz) = 0898fe16921f5c9c3855e65eb0dee9079aafbcb322644fb888397332ce04a12c
XSIZE (squirrelmail/compatibility-1.3.tar.gz) = 5966
END-of-squirrelmail-compatibility-plugin1/distinfo
echo x - squirrelmail-compatibility-plugin1/pkg-descr
sed 's/^X//' >squirrelmail-compatibility-plugin1/pkg-descr << 'END-of-squirrelmail-compatibility-plugin1/pkg-descr'
XSquirrelMail Plug-in that provides a standard API for plugin authors who need
Xcertain functionalities that may not be available in older versions of
XSquirrelMail. SquirrelMail administrators only need to download this plugin if
Xany of the plugins they have require it.
XThis plugin has no functionality in and of itself.
X
XWWW: http://www.squirrelmail.org
X
X- Alexander Wittig
Xalexander at wittig.name
END-of-squirrelmail-compatibility-plugin1/pkg-descr
echo x - squirrelmail-compatibility-plugin1/pkg-plist
sed 's/^X//' >squirrelmail-compatibility-plugin1/pkg-plist << 'END-of-squirrelmail-compatibility-plugin1/pkg-plist'
X at unexec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --remove-plugin compatibility; fi
X%%SQUIRRELDIR%%/plugins/compatibility/functions.php
X%%SQUIRRELDIR%%/plugins/compatibility/index.php
X%%SQUIRRELDIR%%/plugins/compatibility/INSTALL
X%%SQUIRRELDIR%%/plugins/compatibility/README
X%%SQUIRRELDIR%%/plugins/compatibility/setup.php
X%%SQUIRRELDIR%%/plugins/compatibility/version
X at dirrm %%SQUIRRELDIR%%/plugins/compatibility
X at exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin compatibility; fi
END-of-squirrelmail-compatibility-plugin1/pkg-plist
exit
--- squirrelmail-compatibility-plugin1-1.3.shar ends here ---

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



More information about the freebsd-ports-bugs mailing list