# 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-login_notes-plugin # squirrelmail-login_notes-plugin/Makefile # squirrelmail-login_notes-plugin/distinfo # squirrelmail-login_notes-plugin/pkg-descr # squirrelmail-login_notes-plugin/pkg-plist # squirrelmail-login_notes-plugin/files # squirrelmail-login_notes-plugin/files/pkg-message.in # echo c - squirrelmail-login_notes-plugin mkdir -p squirrelmail-login_notes-plugin > /dev/null 2>&1 echo x - squirrelmail-login_notes-plugin/Makefile sed 's/^X//' >squirrelmail-login_notes-plugin/Makefile << 'END-of-squirrelmail-login_notes-plugin/Makefile' X# New ports collection makefile for: squirrelmail-login_notes-plugin X# Date created: 10 Feb 2006 X# Whom: Gerrit Beine X# X# $FreeBSD$ X XPORTNAME= squirrelmail-${SQUIRREL_PLUGIN_NAME}-plugin XPORTVERSION= 1.1 XCATEGORIES= mail www XMASTER_SITES= http://www.squirrelmail.org/plugins/ XDISTNAME= ${SQUIRREL_PLUGIN_NAME}-${PORTVERSION}-1.4.0 XDIST_SUBDIR= squirrelmail X XMAINTAINER= gerrit.beine@gmx.de XCOMMENT= View quota and current usage X XRUN_DEPENDS= ${SQUIRRELDIR}/index.php:${PORTSDIR}/mail/squirrelmail \ X ${SQUIRRELDIR}/plugins/compatibility:${PORTSDIR}/mail/squirrelmail-compatibility-plugin X XSQUIRREL_PLUGIN_NAME= login_notes X X.ifdef SQUIRRELDIR XPLIST_SUB+= SQUIRRELDIR=${SQUIRRELDIR} XSUB_LIST+= "SQUIRRELDIR=${SQUIRRELDIR}" X.else X. ifndef WITHOUT_WWWDIR XSQUIRRELDIR= ${PREFIX}/www/squirrelmail XPLIST_SUB+= SQUIRRELDIR=www/squirrelmail XSUB_LIST+= "SQUIRRELDIR=www/squirrelmail" X. else XSQUIRRELDIR= ${PREFIX}/squirrelmail XPLIST_SUB+= SQUIRRELDIR=squirrelmail XSUB_LIST+= "SQUIRRELDIR=squirrelmail" X. endif X.endif X XSUB_FILES= pkg-message X XNO_BUILD= yes XNO_WRKSUBDIR= yes XUSE_PERL5_BUILD= yes XUSE_PHP= yes XWANT_PHP_WEB= yes 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 ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${SQUIRRELDIR}/plugins/${SQUIRREL_PLUGIN_NAME} X Xpost-install: X.ifndef WITHOUT_ACTIVATE X @${ECHO} "Activating plug-in in SquirrelMail" X ${SQUIRRELDIR}/config/conf.pl --install-plugin ${SQUIRREL_PLUGIN_NAME} 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 @${ECHO} "" X @${CAT} ${PKGMESSAGE} X X.include END-of-squirrelmail-login_notes-plugin/Makefile echo x - squirrelmail-login_notes-plugin/distinfo sed 's/^X//' >squirrelmail-login_notes-plugin/distinfo << 'END-of-squirrelmail-login_notes-plugin/distinfo' XMD5 (squirrelmail/login_notes-1.1-1.4.0.tar.gz) = b6fe516931123230d3fb960803338a20 XSHA256 (squirrelmail/login_notes-1.1-1.4.0.tar.gz) = d53e8593e52e2053bde50f89356ed80ac3a31a7fff9761c5281cb52ad2fccef1 XSIZE (squirrelmail/login_notes-1.1-1.4.0.tar.gz) = 8200 END-of-squirrelmail-login_notes-plugin/distinfo echo x - squirrelmail-login_notes-plugin/pkg-descr sed 's/^X//' >squirrelmail-login_notes-plugin/pkg-descr << 'END-of-squirrelmail-login_notes-plugin/pkg-descr' XThis plugin allows you to place text and/or images on the top and/or bottom Xof the login screen. It also serves as a good introduction to how to write Xa simple SquirrelMail plugin. X XWWW: http://www.squirrelmail.org END-of-squirrelmail-login_notes-plugin/pkg-descr echo x - squirrelmail-login_notes-plugin/pkg-plist sed 's/^X//' >squirrelmail-login_notes-plugin/pkg-plist << 'END-of-squirrelmail-login_notes-plugin/pkg-plist' X@unexec %D/%%SQUIRRELDIR%%/config/conf.pl --remove-plugin login_notes X%%SQUIRRELDIR%%/plugins/login_notes/COPYING X%%SQUIRRELDIR%%/plugins/login_notes/INSTALL X%%SQUIRRELDIR%%/plugins/login_notes/README X%%SQUIRRELDIR%%/plugins/login_notes/config.php.sample X%%SQUIRRELDIR%%/plugins/login_notes/functions.php X%%SQUIRRELDIR%%/plugins/login_notes/index.php X%%SQUIRRELDIR%%/plugins/login_notes/setup.php X@dirrm %%SQUIRRELDIR%%/plugins/login_notes/ X@exec %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin login_notes END-of-squirrelmail-login_notes-plugin/pkg-plist echo c - squirrelmail-login_notes-plugin/files mkdir -p squirrelmail-login_notes-plugin/files > /dev/null 2>&1 echo x - squirrelmail-login_notes-plugin/files/pkg-message.in sed 's/^X//' >squirrelmail-login_notes-plugin/files/pkg-message.in << 'END-of-squirrelmail-login_notes-plugin/files/pkg-message.in' XFor the port to work properly you must copy the file X%%PREFIX%%/%%SQUIRRELDIR%%/plugins/login_notes/config.php.sample Xto X%%PREFIX%%/%%SQUIRRELDIR%%/plugins/login_notes/config.php Xand edit the configuration to meet your needs. END-of-squirrelmail-login_notes-plugin/files/pkg-message.in exit