Remove mail/silkymail as it has been marked BROKEN for over 11 months.
This commit is contained in:
parent
10b295ddc3
commit
4d91ada06e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235732
1
MOVED
1
MOVED
@ -4022,3 +4022,4 @@ games/fgsd||2009-06-13|Removed
|
||||
games/njam||2009-06-13|Removed
|
||||
graphics/demeter||2009-06-13|Removed
|
||||
irc/ircg||2009-06-13|Removed
|
||||
mail/silkymail||2009-06-13|Removed
|
||||
|
@ -584,7 +584,6 @@
|
||||
SUBDIR += sid-milter
|
||||
SUBDIR += sigit
|
||||
SUBDIR += sigrot
|
||||
SUBDIR += silkymail
|
||||
SUBDIR += simscan
|
||||
SUBDIR += sma
|
||||
SUBDIR += smail
|
||||
|
@ -1,51 +0,0 @@
|
||||
# Ports collection makefile for: silkymail
|
||||
# Date created: Mon Jan 27, 2003
|
||||
# Whom: Aaron Voisine (voisine@yahoo.com)
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= silkymail
|
||||
PORTVERSION= 1.1.10
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail www
|
||||
MASTER_SITES= http://alkoholix.tallence.de/FreeBSD/ports/distfiles-local/silkymail/%SUBDIR%/ \
|
||||
ftp://ftp.cyrusoft.com/pub/SilkyMail/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= v${PORTVERSION:S/./_/g}
|
||||
DISTNAME= ${PORTNAME}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= voisine@yahoo.com
|
||||
COMMENT= A webmail system which accesses mail over IMAP
|
||||
|
||||
BROKEN= doesn't fetch
|
||||
|
||||
USE_PHP= dba imap
|
||||
WANT_PHP_MOD= YES
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
NO_BUILD= YES
|
||||
NO_PACKAGE= requires GDBM support in databases/php4-dba, which is off by default
|
||||
|
||||
SILKYMAILDIR= ${LOCALBASE}/www/${PORTNAME}
|
||||
|
||||
do-install:
|
||||
@${MKDIR} -p ${SILKYMAILDIR}
|
||||
@${CP} -r ${WRKSRC} ${SILKYMAILDIR}
|
||||
@${CHOWN} www:www ${SILKYMAILDIR}/silkymail/imp/data
|
||||
|
||||
pre-install:
|
||||
@if ! /usr/bin/ldd -a ${LOCALBASE}/lib/php/20020429/dba.so | ${GREP} -q -e "libgdbm.so"; then \
|
||||
${ECHO_MSG} "" ; \
|
||||
${ECHO_MSG} "databases/php4-dba needs to be built with GDBM support." ; \
|
||||
${ECHO_MSG} "" ; \
|
||||
${FALSE} ; \
|
||||
fi
|
||||
|
||||
post-install:
|
||||
@${ECHO_MSG}
|
||||
@${CAT} ${PKGMESSAGE} | \
|
||||
${SED} -e "s:%%SILKYMAILDIR%%:${SILKYMAILDIR}:g;s:%%LOCALBASE%%:${LOCALBASE}:g;"
|
||||
@${ECHO_MSG}
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (silkymail.tgz) = 4815dd6e0db492f06d1c2de15bd04978
|
||||
SHA256 (silkymail.tgz) = 7f84046c42801d6ddcb0ee0e8209199f0ec2f121fd56061635d078f82e698b15
|
||||
SIZE (silkymail.tgz) = 755141
|
@ -1,12 +0,0 @@
|
||||
SilkyMail is an Internet mail client that runs in your browser. It can be used
|
||||
by itself, or in conjunction with an IMAP or POP-capable client as part of a
|
||||
complete set of messaging tools. (It works very nicely in conjunction with
|
||||
Mulberry.)
|
||||
|
||||
It was designed by internet mail client experts to work in high-scalability and
|
||||
diverse environments. It's not just another webmail hack cut of rough cloth --
|
||||
it's a real mail program, that can be used by novice users and advanced users
|
||||
alike, but with the independence of browser access. SilkyMail is the smoothest
|
||||
mail client in a browser around.
|
||||
|
||||
WWW: http://www.silkymail.com
|
@ -1,17 +0,0 @@
|
||||
************************************************************************
|
||||
Silkymail has been installed in %%SILKYMAILDIR%%.
|
||||
You must run %%SILKYMAILDIR%%/silkymail/setup.sh
|
||||
for final configuration.
|
||||
|
||||
You must also set:
|
||||
register_globals = On
|
||||
magic_quotes_gpc = Off
|
||||
in %%LOCALBASE%%/etc/php.ini
|
||||
|
||||
It is recommended that you restart Apache.
|
||||
|
||||
Silkymail requires an IMAP server. If you want to install one on
|
||||
this machine, you may install the ports mail/cyrus-imapd22,
|
||||
mail/imap-uw, or mail/courier-imap.
|
||||
|
||||
************************************************************************
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user