- add new port mail/ilohamail-devel

PR:		ports/111167
Submitted by:	Craig Butler<craig001_AT_lerwick.hopto.org>
Approved by:	clsung (mentor)
This commit is contained in:
Thomas Abthorpe
2007-09-05 14:06:03 +00:00
parent 15733f3a6b
commit 0f3452cef1
5 changed files with 1282 additions and 849 deletions

View File

@@ -1,20 +1,19 @@
# New ports collection makefile for: ilohamail
# Date created: 2004-01-20
# Whom: TAKATSU Tomonari <tota@rtfm.jp>
# New ports collection makefile for: ilohamail-devel
# Date created: 3 April 2007
# Whom: craig001@lerwick.hopto.org
#
# $FreeBSD$
#
PORTNAME= ilohamail
PORTVERSION= 0.8.13
PORTREVISION= 1
PORTNAME= ilohamail-devel
PORTVERSION= 0.9.20050415
CATEGORIES= mail www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ilohamail
DISTNAME= IlohaMail-${PORTVERSION}
DISTNAME= IlohaMail-0.9-20050415
MAINTAINER= tota@rtfm.jp
COMMENT= IlohaMail is a lightweight multilingual webmail program
MAINTAINER= craig001@lerwick.hopto.org
COMMENT= IlohaMail is a lightweight webmail program (devel version)
NO_BUILD= yes
USE_PHP= pcre
@@ -28,9 +27,9 @@ PLIST_SUB+= MYSQL="@comment "
.endif
.if !defined(WITHOUT_WWWDIR)
ILOHADIR= ${PREFIX}/www/ilohamail
ILOHADIR= ${PREFIX}/www/ilohamail-devel
.else
ILOHADIR= ${PREFIX}/ilohamail
ILOHADIR= ${PREFIX}/ilohamail-devel
.endif
PLIST_SUB+= ILOHADIR="${ILOHADIR:S,^${PREFIX}/,,}"
@@ -44,7 +43,13 @@ pre-everything::
do-install:
@${MKDIR} ${ILOHADIR}
${CP} -Rp ${WRKSRC}/IlohaMail/ ${ILOHADIR}
${CHOWN} -R ${WWWOWN}:${WWWGRP} ${ILOHADIR}/data
@${MKDIR} ${ILOHADIR}/data
@${MKDIR} ${ILOHADIR}/data/users
@${MKDIR} ${ILOHADIR}/data/sessions
@${MKDIR} ${ILOHADIR}/data/cache
@${MKDIR} ${ILOHADIR}/data/uploads
@${MKDIR} ${ILOHADIR}/data/gpg
# ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${ILOHADIR}/data
.if !defined(WITHOUT_MYSQL)
@${MKDIR} ${DATADIR}
${CP} -Rp ${WRKSRC}/MySQL ${DATADIR}
@@ -60,6 +65,7 @@ post-install:
-e 's|%%DATADIR%%|${DATADIR}|g' \
-e 's|%%DOCSDIR%%|${DOCSDIR}|g' \
< ${MASTERDIR}/pkg-message > ${PKGMESSAGE}
@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${ILOHADIR}/data
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@@ -1,3 +1,3 @@
MD5 (IlohaMail-0.8.13.tar.gz) = 491f1a7e9ab3a5e34c006c9693ef6406
SHA256 (IlohaMail-0.8.13.tar.gz) = 6d9b471c58e75f1356742bf19b56ebbc1c77e9c23e72198eaf16df6648c44754
SIZE (IlohaMail-0.8.13.tar.gz) = 364963
MD5 (IlohaMail-0.9-20050415.tar.gz) = 4a96954614e7e59eaf1b1467a79ae06f
SHA256 (IlohaMail-0.9-20050415.tar.gz) = cab2fc4f9eb409e36140e06aa61cee5f5eccfa30dd53e6df52a369cb334c2e14
SIZE (IlohaMail-0.9-20050415.tar.gz) = 565243

View File

@@ -3,4 +3,7 @@ multilingual webmail program that is easy to use and install. It runs on a
stock, default build of PHP, and does not require databases (although
database support is available). IlohaMail supports IMAP and POP3.
The devel branch is a rapidly moving target, and is not recommended for
deployment.
WWW: http://ilohamail.org/

View File

@@ -1,5 +1,8 @@
==========================================================================
IlohaMail has now been installed.
ilohamail-devel has now been installed.
Please send comments about the devel branch to the testers mailing list(https://lists.sourceforge.net/lists/listinfo/ilohamail-testers)
The devel branch is a rapidly moving target, and is not recommended for deployment.
Create a redirect one of the following methods:
- add an alias to apache's httpd.conf pointing to %%ILOHADIR%%/source

File diff suppressed because it is too large Load Diff