[maintainer-update] mail/postfixadmin

Includes ports/60908 by Franz Klammer <klammer@webonaut.com>
	The new version includes many new features.
	The database structure has changed !! Read UPGRADE.TXT

PR:		ports/61044
Submitted by:	Rob Evers <rob@debank.tv>
This commit is contained in:
Edwin Groothuis 2004-01-08 00:52:44 +00:00
parent 56508a127c
commit 09c2535c0d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97626
3 changed files with 108 additions and 36 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= postfixadmin
PORTVERSION= 1.5.4
PORTVERSION= 2.0.2
CATEGORIES= mail
MASTER_SITES= http://high5.net/postfixadmin/download.php/
DISTNAME= ${PORTNAME}-${PORTVERSION}
@ -32,7 +32,21 @@ post-patch:
${FIND} ${WRKSRC} -name '*.orig' -delete
do-install:
@${MKDIR} ${PREFIX}/www/postfixadmin
@${CP} -r ${WRKSRC}/* ${PREFIX}/www/postfixadmin/
@${MKDIR} ${PREFIX}/www/postfixadmin/VIRTUAL_VACATION
@${MKDIR} ${PREFIX}/www/postfixadmin/admin
@${MKDIR} ${PREFIX}/www/postfixadmin/languages
@${MKDIR} ${PREFIX}/www/postfixadmin/templates
@${MKDIR} ${PREFIX}/www/postfixadmin/users
@${INSTALL_DATA} ${WRKSRC}/*.TXT ${PREFIX}/www/postfixadmin
@${INSTALL_DATA} ${WRKSRC}/*.php ${PREFIX}/www/postfixadmin
@${INSTALL_DATA} ${WRKSRC}/*.png ${PREFIX}/www/postfixadmin
@${INSTALL_DATA} ${WRKSRC}/*.sample ${PREFIX}/www/postfixadmin
@${INSTALL_DATA} ${WRKSRC}/*.css ${PREFIX}/www/postfixadmin
@${INSTALL_DATA} ${WRKSRC}/VIRTUAL_VACATION/* ${PREFIX}/www/postfixadmin/VIRTUAL_VACATION
@${INSTALL_DATA} ${WRKSRC}/admin/* ${PREFIX}/www/postfixadmin/admin
@${INSTALL_DATA} ${WRKSRC}/admin/.ht* ${PREFIX}/www/postfixadmin/admin
@${INSTALL_DATA} ${WRKSRC}/languages/* ${PREFIX}/www/postfixadmin/languages
@${INSTALL_DATA} ${WRKSRC}/templates/* ${PREFIX}/www/postfixadmin/templates
@${INSTALL_DATA} ${WRKSRC}/users/* ${PREFIX}/www/postfixadmin/users
.include <bsd.port.mk>

View file

@ -1 +1 @@
MD5 (postfixadmin-1.5.4.tgz) = a56de975c1c94637689db991eb59ebba
MD5 (postfixadmin-2.0.2.tgz) = 0052f783adcfa3c641687f68cabafc66

View file

@ -1,35 +1,93 @@
www/postfixadmin/admin/sendmail.php
www/postfixadmin/admin/.htpasswd
www/postfixadmin/admin/adminview.php
www/postfixadmin/admin/delete.php
www/postfixadmin/admin/domainview.php
www/postfixadmin/admin/index.php
www/postfixadmin/admin/newadmin.php
www/postfixadmin/admin/newdomain.php
www/postfixadmin/admin/passwd.php
www/postfixadmin/admin/virtualview.php
www/postfixadmin/admin/.htaccess
www/postfixadmin/admin/modify.php
www/postfixadmin/vacation.php
www/postfixadmin/stylesheet.css
www/postfixadmin/sendmail.php
www/postfixadmin/pwd.php
www/postfixadmin/passwd.php
www/postfixadmin/my_lib.php
www/postfixadmin/modify.php
www/postfixadmin/main.php
www/postfixadmin/mailbox.php
www/postfixadmin/logout.php
www/postfixadmin/login.php
www/postfixadmin/index.php
www/postfixadmin/delete.php
www/postfixadmin/config.inc.php.sample
www/postfixadmin/changename.php
www/postfixadmin/alias.php
www/postfixadmin/UPGRADE.TXT
www/postfixadmin/LICENSE.TXT
www/postfixadmin/INSTALL.TXT
www/postfixadmin/vcp.php
www/postfixadmin/CHANGELOG.TXT
www/postfixadmin/DATABASE.TXT
www/postfixadmin/INSTALL.TXT
www/postfixadmin/LICENSE.TXT
www/postfixadmin/TABLE_CHANGES.TXT
www/postfixadmin/UPGRADE.TXT
www/postfixadmin/VIRTUAL_VACATION/FILTER_README
www/postfixadmin/VIRTUAL_VACATION/INSTALL.TXT
www/postfixadmin/VIRTUAL_VACATION/mail-filter
www/postfixadmin/VIRTUAL_VACATION/vacation.pl
www/postfixadmin/admin/.htaccess
www/postfixadmin/admin/.htpasswd
www/postfixadmin/admin/backup.php
www/postfixadmin/admin/create-admin.php
www/postfixadmin/admin/create-alias.php
www/postfixadmin/admin/create-domain.php
www/postfixadmin/admin/create-mailbox.php
www/postfixadmin/admin/delete.php
www/postfixadmin/admin/edit-admin.php
www/postfixadmin/admin/edit-alias.php
www/postfixadmin/admin/edit-domain.php
www/postfixadmin/admin/edit-mailbox.php
www/postfixadmin/admin/index.php
www/postfixadmin/admin/list-admin.php
www/postfixadmin/admin/list-domain.php
www/postfixadmin/admin/list-virtual.php
www/postfixadmin/admin/viewlog.php
www/postfixadmin/config.inc.php.sample
www/postfixadmin/create-alias.php
www/postfixadmin/create-mailbox.php
www/postfixadmin/delete.php
www/postfixadmin/edit-alias.php
www/postfixadmin/edit-mailbox.php
www/postfixadmin/functions.inc.php
www/postfixadmin/index.php
www/postfixadmin/languages/de.lang
www/postfixadmin/languages/en.lang
www/postfixadmin/languages/es.lang
www/postfixadmin/login.php
www/postfixadmin/logout.php
www/postfixadmin/main.php
www/postfixadmin/overview.php
www/postfixadmin/password.php
www/postfixadmin/postfixadmin.png
www/postfixadmin/sendmail.php
www/postfixadmin/stylesheet.css
www/postfixadmin/templates/admin_create-admin.tpl
www/postfixadmin/templates/admin_create-domain.tpl
www/postfixadmin/templates/admin_create-mailbox.tpl
www/postfixadmin/templates/admin_edit-admin.tpl
www/postfixadmin/templates/admin_edit-domain.tpl
www/postfixadmin/templates/admin_list-admin.tpl
www/postfixadmin/templates/admin_list-domain.tpl
www/postfixadmin/templates/admin_list-virtual.tpl
www/postfixadmin/templates/admin_menu.tpl
www/postfixadmin/templates/create-alias.tpl
www/postfixadmin/templates/create-mailbox.tpl
www/postfixadmin/templates/delete.tpl
www/postfixadmin/templates/edit-alias.tpl
www/postfixadmin/templates/edit-mailbox.tpl
www/postfixadmin/templates/footer.tpl
www/postfixadmin/templates/header.tpl
www/postfixadmin/templates/login.tpl
www/postfixadmin/templates/main.tpl
www/postfixadmin/templates/menu.tpl
www/postfixadmin/templates/overview-get.tpl
www/postfixadmin/templates/overview.tpl
www/postfixadmin/templates/password.tpl
www/postfixadmin/templates/sendmail.tpl
www/postfixadmin/templates/users_edit-alias.tpl
www/postfixadmin/templates/users_login.tpl
www/postfixadmin/templates/users_main.tpl
www/postfixadmin/templates/users_menu.tpl
www/postfixadmin/templates/users_password.tpl
www/postfixadmin/templates/users_vacation-get.tpl
www/postfixadmin/templates/users_vacation.tpl
www/postfixadmin/templates/vcp.tpl
www/postfixadmin/templates/viewlog.tpl
www/postfixadmin/users/edit-alias.php
www/postfixadmin/users/index.php
www/postfixadmin/users/login.php
www/postfixadmin/users/logout.php
www/postfixadmin/users/main.php
www/postfixadmin/users/password.php
www/postfixadmin/users/vacation.php
www/postfixadmin/variables.inc.php
www/postfixadmin/viewlog.php
@dirrm www/postfixadmin/VIRTUAL_VACATION
@dirrm www/postfixadmin/admin
@dirrm www/postfixadmin/languages
@dirrm www/postfixadmin/templates
@dirrm www/postfixadmin/users
@dirrm www/postfixadmin