ports/108946: [New Port] mail/mimp - A mobile webmail system which uses the horde framework

Beech Rintoul beech at alaskaparadise.com
Thu Feb 8 22:00:44 UTC 2007


>Number:         108946
>Category:       ports
>Synopsis:       [New Port]  mail/mimp - A mobile webmail system which uses the horde framework
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 08 22:00:43 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Beech Rintoul
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
Alaska Paradise  
>Environment:


System: FreeBSD 7.0-CURRENT #102: Fri Feb  2 19:13:08 AKST 2007
    root at stargate.alaskaparadise.com:/usr/obj/usr/src/sys/STARGATE



>Description:


New port: mail/mimp - A mobile webmail system which uses the horde framework.


>How-To-Repeat:





>Fix:


#!/bin/sh
# This is a shell archive
echo x mimp
mkdir -p mimp > /dev/null 2>&1
echo x mimp/files
mkdir -p mimp/files > /dev/null 2>&1
echo x mimp/pkg-descr
sed 's/^X//' > mimp/pkg-descr << 'SHAR_END'
XMIMP is a version of HORDE IMP suitable for mobile devices such as WAP phones or
XPDAs. Basic IMP functionality is implemented including mailbox viewing and
Xpaging, viewing messages, deleting, replying, forwarding, and composing new
Xmessages.
X
XWWW: http://www.horde.org/mimp/
SHAR_END
echo x mimp/Makefile
sed 's/^X//' > mimp/Makefile << 'SHAR_END'
X# Ports collection makefile for:  mimp3
X# Date created:			  Mon Feb 05, 2007
X# Whom:				  Beech Rintoul (<beech at alaskaparadise.com>)
X#
X# $FreeBSD$
X#
X
XPORTNAME=	mimp
XPORTVERSION=	1.0
XCATEGORIES=	mail www
XMASTER_SITES=	ftp://ftp.horde.org/pub/mimp/ \
X		ftp://ftp.planetmirror.com/pub/horde/mimp/ \
X		ftp://ftp.au.horde.org/pub/horde/mimp/ \
X		ftp://ftp.be.horde.org/mimp/ \
X		ftp://ftp.es.horde.org/pub/mimp/ \
X		http://ftp.horde.org/pub/mimp/
XDISTNAME=	${PORTNAME}-h3-${PORTVERSION}
X
XMAINTAINER=	beech at alaskaparadise.com
XCOMMENT=	A mobile webmail system which uses the horde framework
X
X#-----------------------------------------------------------------------
X# You may define these options:
X#
X# - WITHOUT_LDAP	if you do not need OpenLDAP;
X#
X# - WITHOUT_SMIME	disable S/MIME;
X#
X# - WITHOUT_SUPPORTED_DB	if you run a database not in the ports tree;
X#
X# - NOCRYPT	if crypto is restricted in your country;
X#
X# - WITHOUT_SSL	if you have not installed c-client WITH_SSL;
X#
X# - WITH_VALID_CERT	if you own a valid SSL certificate;
X#
X# - WITHOUT_IMAPSERVER	if your IMAP server runs on another machine;
X#
X# or you can select to work with one of these servers:
X#
X# - WITH_CYRUS-IMAPD	MIMP will work with cyrus-imapd;
X#
X# - WITH_IMAP-UW		MIMP will work with imap-uw;
X#
X# - WITH_DOVECOT	 MIMP will work with dovecot;
X#
X# - WITH_COURIER-IMAP	MIMP will work with courier-imap.
X#
X# These choices are mutually exclusive, and imap-uw is the default.
X#
X#-----------------------------------------------------------------------
X
XRUN_DEPENDS+=	${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL
X
XUSE_PHP=	imap
X. if !defined(WITHOUT_LDAP)
XUSE_PHP+=	ldap
X. endif
X
XRUN_DEPENDS+=	${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde
X
X.if !defined(WITHOUT_SMIME)
XUSE_PHP+=	openssl
X.endif
X
X.if !defined(NOCRYPT)
XRUN_DEPENDS+=	${LOCALBASE}/bin/gpgv:${PORTSDIR}/security/gnupg1
X.endif
X
XNO_BUILD=	yes
XUSE_APACHE=	1.3+	# needed to test APACHE_VERSION
XUSE_GETTEXT=	yes
XREINPLACE_ARGS=	-i.beforeMIMP
X
XDOCS=		COPYING README docs/CHANGES docs/CREDITS docs/INSTALL	\
X			docs/RELEASE_NOTES
XCONFFILE=	filter.txt header.php menu.php mime_drivers.php motd.php \
X			prefs.php servers.php trailer.txt conf.xml .htaccess
XSUB_DIRS=	config lib locale po templates themes
X
XLHORDEDIR?=	www/horde
XLMIMPDIR=	${LHORDEDIR}/mimp
XPEARDIR?=	${LOCALBASE}/share/pear
X
XPLIST_SUB=	MIMPDIR=${LMIMPDIR} HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||}
XPKGMESSAGE=	${WRKDIR}/pkg-message
XPKGDEINSTALL=	${WRKDIR}/pkg-deinstall
XSUB_FILES=	pkg-message pkg-install pkg-deinstall
XSUB_LIST=	MIMPDIR=${MIMPDIR} PORTSDIR=${PORTSDIR} CONFDIR=${CONFDIR}
X
XMIMPDIR=		${PREFIX}/${LMIMPDIR}
XCONFDIR=		${MIMPDIR}/config
X
XHOSTNAME?=	`/bin/hostname`
XSERVOS?=	${OPSYS}-${OSREL}
X
XPORTREV_H?=	${LOCALBASE}/include/c-client/portrevision.h
X
XPATCH2RM=	prefs.php.dist.orig servers.php.dist.orig
X
X.include <bsd.port.pre.mk>
X
X.if !defined(WITHOUT_IMAPSERVER)
X. if defined(WITH_IMAP-UW) || exists(${LOCALBASE}/libexec/imapd)
XRUN_DEPENDS+=	${LOCALBASE}/libexec/imapd:${PORTSDIR}/mail/imap-uw
X. elif defined(WITH_CYRUS-IMAPD) || exists(${LOCALBASE}/lib/libacap.a)
XRUN_DEPENDS+=	${LOCALBASE}/lib/libacap.a:${PORTSDIR}/mail/cyrus-imapd2
X. elif defined(WITH_COURIER-IMAP) || exists(${LOCALBASE}/bin/deliverquota)
XRUN_DEPENDS+=	${LOCALBASE}/bin/deliverquota:${PORTSDIR}/mail/courier-imap
X. elif defined(WITH_DOVECOT) || exists(${LOCALBASE}/libexec/dovecot/imap)
XRUN_DEPENDS+=	${LOCALBASE}/libexec/dovecot/imap:${PORTSDIR}/mail/dovecot
X. else
XRUN_DEPENDS+=	${LOCALBASE}/libexec/imapd:${PORTSDIR}/mail/imap-uw
X. endif
X.endif
X
X.if ${APACHE_VERSION} >= 20
XHORDE_INC=	${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/}/Includes/
X.else
XHORDE_INC=	${LOCALBASE}/etc/horde/
X.endif
X
Xpre-everything::
X.if !defined(WITHOUT_IMAPSERVER)
X	@${ECHO_MSG} ""
X	@${ECHO_MSG} "Press CTRL-C and define WITHOUT_IMAPSERVER"
X	@${ECHO_MSG} "if you intend to run an IMAP server on an other machine."
X	@${ECHO_MSG} ""
X.endif
X
Xpre-configure:
X	@${REINPLACE_CMD} -e "s:/usr/local:${LOCALBASE}:" ${WRKSRC}/config/conf.xml
X
X.if !defined(NOCRYPT)
X	@${REINPLACE_CMD} -e "s:%%GPG%%:${LOCALBASE}/bin/gpg:" \
X		${WRKSRC}/config/conf.xml
X.else
X	@${REINPLACE_CMD} -e "s:%%GPG%%::" ${WRKSRC}/config/conf.xml
X.endif
X	@${REINPLACE_CMD} -e "s:MIMP_VERSION:MIMP_VERSION . ' / ${SERVOS}':" \
X		${WRKSRC}/lib/MIME/Headers.php
X	@${REINPLACE_CMD} -e "s:example.com:${HOSTNAME}:g"	\
X		${WRKSRC}/config/servers.php.dist
X
X.if defined(WITHOUT_SSL)
X	@${REINPLACE_CMD} -e "s:%%PROTOCOL%%:imap/notls:;s:%%IMAPPORT%%:143:"
X\
X		${WRKSRC}/config/servers.php.dist
X.else
X	@${REINPLACE_CMD} -e "s:%%IMAPPORT%%:993:" ${WRKSRC}/config/servers.php.dist
X
X. if defined(WITH_VALID_CERT)
X	@${REINPLACE_CMD} -e "s:%%PROTOCOL%%:imap/ssl:" ${WRKSRC}/config/servers.php.dist
X. else
X	@${REINPLACE_CMD} -e "s:%%PROTOCOL%%:imap/ssl/novalidate-cert:"	\
X		${WRKSRC}/config/servers.php.dist
X. endif
X.endif
X
X	@${SED} -e "s:/home/httpd/html/horde/mimp:${MIMPDIR}:" \
X		${FILESDIR}/httpd.conf.mimp > ${WRKDIR}/httpd-mimp.conf
X
Xpre-install:
X.if !defined(BATCH) && !defined(WITHOUT_SSL)
X	@if ! ${GREP} -q -e 'CCLIENT_SSLENABLED "yes"' ${PORTREV_H}; then \
X	    ${ECHO_MSG} "" ; \
X	    ${ECHO_MSG} "Please configure c-client with SSL support." ; \
X	    ${ECHO_MSG} "" ; \
X	    ${FALSE} ; \
X	fi
X.endif
X
X.for fc in ${PATCH2RM}
X	@${RM} ${WRKSRC}/config/${fc}
X.endfor
X
Xdo-install:
X	@${MKDIR}  ${MIMPDIR}
X.for REP in ${SUB_DIRS}
X	@${CP} -Rp ${WRKSRC}/${REP} ${MIMPDIR}
X.endfor
X	@${CP} -p  ${WRKSRC}/*.php ${MIMPDIR}
X
X	@${INSTALL_DATA} ${WRKSRC}/config/conf.xml ${CONFDIR}
X	@${INSTALL_DATA} ${WRKDIR}/httpd-mimp.conf ${HORDE_INC}
X	@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${MIMPDIR}
X	@${CHMOD} -R o-rwx ${CONFDIR}
X
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X.for FILE in ${DOCS}
X	@${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
X.endfor
X	@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
X.endif
X
Xpost-install:
X	@${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
X	@${ECHO_MSG}
X	@${CAT} ${PKGMESSAGE}
X	@${ECHO_MSG}
X
X.include <bsd.port.post.mk>
SHAR_END
echo x mimp/distinfo
sed 's/^X//' > mimp/distinfo << 'SHAR_END'
XMD5 (mimp-h3-1.0.tar.gz) = 5fd92232cbc7008563c7200c72a7a6e7
XSHA256 (mimp-h3-1.0.tar.gz) = c71b3e9af46bbd1ad1caf54cf02ce99e01d5e762b982c6f0ac218e684fc94757
XSIZE (mimp-h3-1.0.tar.gz) = 491972
SHAR_END
echo x mimp/pkg-plist
sed 's/^X//' > mimp/pkg-plist << 'SHAR_END'
X%%PORTDOCS%%%%DOCSDIR%%/CHANGES
X%%PORTDOCS%%%%DOCSDIR%%/CREDITS
X%%PORTDOCS%%%%DOCSDIR%%/INSTALL
X%%PORTDOCS%%%%DOCSDIR%%/README
X%%PORTDOCS%%%%DOCSDIR%%/COPYING
X%%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES
X%%MIMPDIR%%/compose.php
X%%MIMPDIR%%/config/.htaccess
X%%MIMPDIR%%/config/conf.xml
X%%MIMPDIR%%/config/filter.txt.dist
X%%MIMPDIR%%/config/header.php.dist
X%%MIMPDIR%%/config/menu.php.dist
X%%MIMPDIR%%/config/mime_drivers.php.dist
X%%MIMPDIR%%/config/motd.php.dist
X%%MIMPDIR%%/config/prefs.php.dist
X%%MIMPDIR%%/config/servers.php.dist
X%%MIMPDIR%%/config/trailer.txt.dist
X%%MIMPDIR%%/config/conf.xml.beforeMIMP
X%%MIMPDIR%%/config/servers.php.dist.beforeMIMP
X%%MIMPDIR%%/folders.php
X%%MIMPDIR%%/index.php
X%%MIMPDIR%%/lib/Auth/mimp.php
X%%MIMPDIR%%/lib/base.php
X%%MIMPDIR%%/lib/Compose.php
X%%MIMPDIR%%/lib/Folder.php
X%%MIMPDIR%%/lib/IMAP.php
X%%MIMPDIR%%/lib/IMAP/Client.php
X%%MIMPDIR%%/lib/IMAP/Sort.php
X%%MIMPDIR%%/lib/IMAP/Tree.php
X%%MIMPDIR%%/lib/Identity/mimp.php
X%%MIMPDIR%%/lib/MIME/Contents.php
X%%MIMPDIR%%/lib/MIME/Headers.php
X%%MIMPDIR%%/lib/MIME/Viewer/alternative.php
X%%MIMPDIR%%/lib/MIME/Viewer/html.php
X%%MIMPDIR%%/lib/MIME/Viewer/multipart.php
X%%MIMPDIR%%/lib/MIME/Viewer/plain.php
X%%MIMPDIR%%/lib/MIME/Viewer/related.php
X%%MIMPDIR%%/lib/MIME/Headers.php.beforeMIMP
X%%MIMPDIR%%/lib/Mailbox.php
X%%MIMPDIR%%/lib/Message.php
X%%MIMPDIR%%/lib/MIMP.php
X%%MIMPDIR%%/lib/Session.php
X%%MIMPDIR%%/lib/api.php
X%%MIMPDIR%%/lib/prefs.php
X%%MIMPDIR%%/lib/version.php
X%%MIMPDIR%%/locale/de_DE/LC_MESSAGES/mimp.mo
X%%MIMPDIR%%/locale/es_ES/LC_MESSAGES/mimp.mo
X%%MIMPDIR%%/locale/fi_FI/LC_MESSAGES/mimp.mo
X%%MIMPDIR%%/locale/fr_FR/LC_MESSAGES/mimp.mo
X%%MIMPDIR%%/locale/hu_HU/LC_MESSAGES/mimp.mo
X%%MIMPDIR%%/locale/it_IT/LC_MESSAGES/mimp.mo
X%%MIMPDIR%%/locale/lt_LT/LC_MESSAGES/mimp.mo
X%%MIMPDIR%%/locale/ro_RO/LC_MESSAGES/mimp.mo
X%%MIMPDIR%%/login.php
X%%MIMPDIR%%/mailbox.php
X%%MIMPDIR%%/message.php
X%%MIMPDIR%%/po/README
X%%MIMPDIR%%/po/mimp.pot
X%%MIMPDIR%%/po/de_DE.po
X%%MIMPDIR%%/po/es_ES.po
X%%MIMPDIR%%/po/fi_FI.po
X%%MIMPDIR%%/po/fr_FR.po
X%%MIMPDIR%%/po/hu_HU.po
X%%MIMPDIR%%/po/it_IT.po
X%%MIMPDIR%%/po/lt_LT.po
X%%MIMPDIR%%/po/ro_RO.po
X%%MIMPDIR%%/redirect.php
X%%MIMPDIR%%/templates/common-header.inc
X%%MIMPDIR%%/templates/compose/compose.inc
X%%MIMPDIR%%/templates/compose/redirect.inc
X%%MIMPDIR%%/templates/index/notconfigured.inc
X%%MIMPDIR%%/templates/login/login.inc
X%%MIMPDIR%%/templates/mailbox/mailbox.inc
X%%MIMPDIR%%/templates/prefs/sentmailselect.inc
X%%MIMPDIR%%/test.php
X%%MIMPDIR%%/themes/graphics/favicon.ico
X%%MIMPDIR%%/themes/graphics/mimp.png
X%%MIMPDIR%%/themes/graphics/horde-power2.png
X%%MIMPDIR%%/themes/graphics/horde-power2.wbmp
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
X%%HORDE_INC%%httpd-mimp.conf
X at dirrm %%MIMPDIR%%/themes/graphics
X at dirrm %%MIMPDIR%%/themes
X at dirrm %%MIMPDIR%%/templates/prefs
X at dirrm %%MIMPDIR%%/templates/mailbox
X at dirrm %%MIMPDIR%%/templates/login
X at dirrm %%MIMPDIR%%/templates/index
X at dirrm %%MIMPDIR%%/templates/compose
X at dirrm %%MIMPDIR%%/templates
X at dirrm %%MIMPDIR%%/po
X at dirrm %%MIMPDIR%%/locale/ro_RO/LC_MESSAGES
X at dirrm %%MIMPDIR%%/locale/ro_RO
X at dirrm %%MIMPDIR%%/locale/lt_LT/LC_MESSAGES
X at dirrm %%MIMPDIR%%/locale/lt_LT
X at dirrm %%MIMPDIR%%/locale/it_IT/LC_MESSAGES
X at dirrm %%MIMPDIR%%/locale/it_IT
X at dirrm %%MIMPDIR%%/locale/hu_HU/LC_MESSAGES
X at dirrm %%MIMPDIR%%/locale/hu_HU
X at dirrm %%MIMPDIR%%/locale/fr_FR/LC_MESSAGES
X at dirrm %%MIMPDIR%%/locale/fr_FR
X at dirrm %%MIMPDIR%%/locale/fi_FI/LC_MESSAGES
X at dirrm %%MIMPDIR%%/locale/fi_FI
X at dirrm %%MIMPDIR%%/locale/es_ES/LC_MESSAGES
X at dirrm %%MIMPDIR%%/locale/es_ES
X at dirrm %%MIMPDIR%%/locale/de_DE/LC_MESSAGES
X at dirrm %%MIMPDIR%%/locale/de_DE
X at dirrm %%MIMPDIR%%/locale
X at dirrm %%MIMPDIR%%/lib/MIME/Viewer
X at dirrm %%MIMPDIR%%/lib/MIME
X at dirrm %%MIMPDIR%%/lib/Identity
X at dirrm %%MIMPDIR%%/lib/IMAP
X at dirrm %%MIMPDIR%%/lib/Auth
X at dirrm %%MIMPDIR%%/lib
X at dirrmtry %%MIMPDIR%%/config
X at dirrmtry %%MIMPDIR%%
SHAR_END
echo x mimp/files/patch-config-prefs.php.dist
sed 's/^X//' > mimp/files/patch-config-prefs.php.dist << 'SHAR_END'
X--- config/prefs.php.dist.orig	Fri Oct 29 19:04:12 2004
X+++ config/prefs.php.dist	Thu Nov 11 21:49:05 2004
X@@ -1071,7 +1071,7 @@
X // 'value' => "source_one\tsource_two"
X // refer to turba/config/sources.php for possible source values
X $_prefs['search_sources'] = array(
X-    'value' => "",
X+    'value' => 'localsql',
X     'locked' => false,
X     'shared' => false,
X     'type' => 'implicit');
SHAR_END
echo x mimp/files/pkg-message.in
sed 's/^X//' > mimp/files/pkg-message.in << 'SHAR_END'
X************************************************************************
XMIMP has been installed in %%MIMPDIR%% with your blank
Xconfiguration files.
X
XHorde must be configured and the tables created; if not, see
X`pkg_info -D -x horde'.
X
XThen, you might have to tune the configuration files located in
X%%CONFDIR%%/, specially the file servers.php.
X
XThen, you must login to Horde as a Horde Administrator to finish the
Xconfiguration. Please read %%DOCSDIR%%/INSTALL.
X
XTo protect your configuration files, you have to restart your webserver.
X
XTo secure your installation, it is at least recommended that you change
Xthe default database password used by horde and imp.
XThen, you might change the 'session.save_path' setting in php.ini to a
Xdirectory only readable and writeable by your webserver.
X************************************************************************
SHAR_END
echo x mimp/files/pkg-deinstall.in
sed 's/^X//' > mimp/files/pkg-deinstall.in << 'SHAR_END'
X#!/bin/sh
X#
X# $FreeBSD: 
X#
X
Xif [ x$2 != xDEINSTALL ]; then
X    exit
Xfi
X
Xif [ -z "${PACKAGE_BUILDING}" ]; then
X  for cf in `ls %%MIMPDIR%%/config/*php %%MIMPDIR%%/config/*txt`; do
X    diff -bBqw $cf $cf.dist >/dev/null 2>&1
X    case $? in
X      0)  # original config file, delete it
X          rm -f $cf
X          ;;
X      1)  # config file has been updated, leave it alone
X          ;;
X      *)  # not found?
X          ;;
X    esac
X  done
Xfi
SHAR_END
echo x mimp/files/pkg-install.in
sed 's/^X//' > mimp/files/pkg-install.in << 'SHAR_END'
X#!/bin/sh
X#
X# $FreeBSD: 
X#
X
XPATH=/usr/sbin:/usr/bin:/bin ; export PATH
X
Xcase $2 in
X    PRE-INSTALL)
X    ;;
X
X    POST-INSTALL)
X        if [ -z "${PACKAGE_BUILDING}" ]; then
X            # Copy over sample config files unless they already exist
X
X            for cf in `ls %%MIMPDIR%%/config/*.dist | sed -e 's/\.dist//g'`; do
X                if [ ! -f $cf ]; then
X                    cp -p $cf.dist $cf
X                fi
X            done
X        fi
X    ;;
Xesac
SHAR_END
echo x mimp/files/patch-config-servers.php.dist
sed 's/^X//' > mimp/files/patch-config-servers.php.dist << 'SHAR_END'
X--- config/servers.php.dist.orig	Wed Feb 22 08:16:36 2006
X+++ config/servers.php.dist	Mon Feb  5 13:14:52 2007
X@@ -159,11 +159,12 @@
X 
X $servers['imap'] = array(
X     'name' => 'IMAP Server',
X-    'server' => 'imap.example.com',
X-    'protocol' => 'imap/notls',
X-    'port' => 143,
X+    'server' => 'localhost',
X+    'hordeauth' => false,
X+    'protocol' => '%%PROTOCOL%%',
X+    'port' => %%IMAPPORT%%,
X     'maildomain' => 'example.com',
X-    'smtphost' => 'smtp.example.com',
X+    'smtphost' => 'localhost',
X     'smtpport' => 25,
X     'realm' => '',
X     'preferred' => '',
SHAR_END
echo x mimp/files/httpd.conf.mimp
sed 's/^X//' > mimp/files/httpd.conf.mimp << 'SHAR_END'
X# This is included in Apache's httpd.conf for MIMP
X#
X# For security, don't serve pages from the MIMP configuration and
X# library directories.
X#
X<Directory "/home/httpd/html/horde/mimp/config">
X    order deny,allow
X    deny from all
X</Directory>
X<Directory "/home/httpd/html/horde/mimp/lib">
X    order deny,allow
X    deny from all
X</Directory>
X<Directory "/home/httpd/html/horde/mimp/locale">
X    order deny,allow
X    deny from all
X</Directory>
X<Directory "/home/httpd/html/horde/mimp/po">
X    order deny,allow
X    deny from all
X</Directory>
X<Directory "/home/httpd/html/horde/mimp/scripts">
X    order deny,allow
X    deny from all
X</Directory>
X<Directory "/home/httpd/html/horde/mimp/templates">
X    order deny,allow
X    deny from all
X</Directory>
X# End of MIMP configuration ================
X
SHAR_END
exit



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



More information about the freebsd-ports-bugs mailing list