Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Feb 2006 22:11:06 GMT
From:      Gerrit Beine <gerrit.beine@gmx.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/93152: New port: mail/squirrelmail-wetteronline-plugin (maybe "german" would be better?)
Message-ID:  <200602102211.k1AMB6iS072640@www.freebsd.org>
Resent-Message-ID: <200602102220.k1AMK4tY022415@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         93152
>Category:       ports
>Synopsis:       New port: mail/squirrelmail-wetteronline-plugin (maybe "german" would be better?)
>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:   Fri Feb 10 22:20:04 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gerrit Beine
>Release:        FreeBSD 6.0-RELEASE
>Organization:
Beine Computer
>Environment:
FreeBSD fbsd60.vmware 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov  3 09:36:13 UTC 2005     root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
A little plugin for Squirrelmail showing the current weather
from WetterOnline for the users zip code.

Dies ist ein kleines Plugin für SM welches das aktuelle Wette
von WetterOnline anhand der eigenen Postleitzahl anzeigt.

WWW: http://www.squirrelmail.org

>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-wetteronline-plugin
#	squirrelmail-wetteronline-plugin/Makefile
#	squirrelmail-wetteronline-plugin/distinfo
#	squirrelmail-wetteronline-plugin/pkg-descr
#	squirrelmail-wetteronline-plugin/pkg-plist
#
echo c - squirrelmail-wetteronline-plugin
mkdir -p squirrelmail-wetteronline-plugin > /dev/null 2>&1
echo x - squirrelmail-wetteronline-plugin/Makefile
sed 's/^X//' >squirrelmail-wetteronline-plugin/Makefile << 'END-of-squirrelmail-wetteronline-plugin/Makefile'
X# New ports collection makefile for:		squirrelmail-wetteronline-plugin
X# Date created:		10 Feb 2006
X# Whom:		Gerrit Beine <gerrit.beine@gmx.de>
X#
X# $FreeBSD$
X
XPORTNAME=		squirrelmail-${SQUIRREL_PLUGIN_NAME}-plugin
XPORTVERSION=		0.1
XCATEGORIES=		mail www
XMASTER_SITES=		http://www.squirrelmail.org/plugins/
XDISTNAME=		${SQUIRREL_PLUGIN_NAME}-${PORTVERSION}
XDIST_SUBDIR=		squirrelmail
X
XMAINTAINER=		gerrit.beine@gmx.de
XCOMMENT=		Plugin for the weather in Germany
X
XRUN_DEPENDS=		${SQUIRRELDIR}/index.php:${PORTSDIR}/mail/squirrelmail \
X			${SQUIRRELDIR}/plugins/compatibility:${PORTSDIR}/mail/squirrelmail-compatibility-plugin
X
XSQUIRREL_PLUGIN_NAME=	wetteronline
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
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
X.include <bsd.port.mk>
END-of-squirrelmail-wetteronline-plugin/Makefile
echo x - squirrelmail-wetteronline-plugin/distinfo
sed 's/^X//' >squirrelmail-wetteronline-plugin/distinfo << 'END-of-squirrelmail-wetteronline-plugin/distinfo'
XMD5 (squirrelmail/wetteronline-0.1.tar.gz) = 69b7558af61aff0b948050b4543bc05e
XSHA256 (squirrelmail/wetteronline-0.1.tar.gz) = 21be41fe959f690e2b505ce1e3be3615d80b3616a5863f354456668d201d6bf1
XSIZE (squirrelmail/wetteronline-0.1.tar.gz) = 1476
END-of-squirrelmail-wetteronline-plugin/distinfo
echo x - squirrelmail-wetteronline-plugin/pkg-descr
sed 's/^X//' >squirrelmail-wetteronline-plugin/pkg-descr << 'END-of-squirrelmail-wetteronline-plugin/pkg-descr'
XA little plugin for Squirrelmail showing the current weather
Xfrom WetterOnline for the users zip code.
X
XDies ist ein kleines Plugin für SM welches das aktuelle Wette
Xvon WetterOnline anhand der eigenen Postleitzahl anzeigt.
X
XWWW: http://www.squirrelmail.org
END-of-squirrelmail-wetteronline-plugin/pkg-descr
echo x - squirrelmail-wetteronline-plugin/pkg-plist
sed 's/^X//' >squirrelmail-wetteronline-plugin/pkg-plist << 'END-of-squirrelmail-wetteronline-plugin/pkg-plist'
X@unexec %D/%%SQUIRRELDIR%%/config/conf.pl --remove-plugin wetteronline
X%%SQUIRRELDIR%%/plugins/wetteronline/README
X%%SQUIRRELDIR%%/plugins/wetteronline/setup.php
X@dirrm %%SQUIRRELDIR%%/plugins/wetteronline/
X@exec %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin wetteronline
END-of-squirrelmail-wetteronline-plugin/pkg-plist
exit

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602102211.k1AMB6iS072640>