aboutsummaryrefslogtreecommitdiff
path: root/mail/vexim
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-03-30 00:46:52 +0000
committerRene Ladan <rene@FreeBSD.org>2014-03-30 00:46:52 +0000
commit3de1607e21840fd2f3a443445364d031790c266d (patch)
tree38b29530f87043f10118751da43b671f1c62f338 /mail/vexim
parent0febb81409ef6e436346078d0ae0cb2eaef57582 (diff)
downloadports-3de1607e21840fd2f3a443445364d031790c266d.tar.gz
ports-3de1607e21840fd2f3a443445364d031790c266d.zip
Notes
Diffstat (limited to 'mail/vexim')
-rw-r--r--mail/vexim/Makefile77
-rw-r--r--mail/vexim/distinfo2
-rw-r--r--mail/vexim/files/pkg-message.in6
-rw-r--r--mail/vexim/pkg-descr5
-rw-r--r--mail/vexim/pkg-plist108
5 files changed, 0 insertions, 198 deletions
diff --git a/mail/vexim/Makefile b/mail/vexim/Makefile
deleted file mode 100644
index 1625cafacf00..000000000000
--- a/mail/vexim/Makefile
+++ /dev/null
@@ -1,77 +0,0 @@
-# Created by: John Oxley <john@yoafrica.com>
-# $FreeBSD$
-
-PORTNAME= vexim
-DISTVERSION= 2.2.2_rc1
-CATEGORIES= mail www
-MASTER_SITES= GOOGLE_CODE
-DISTNAME= ${PORTNAME}_${DISTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Web interface for managing virtual domains for exim
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2014-03-10
-
-LICENSE= BSD
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB
-
-VEXIMDIR= www/${PORTNAME}
-WRKSRC= ${WRKDIR}/vexim-release
-
-SUB_FILES= pkg-message
-NO_BUILD= yes
-USE_PHP= gettext session posix
-USES= gettext
-
-OPTIONS_MULTI= DB
-OPTIONS_MULTI_DB= MYSQL PGSQL
-OPTIONS_DEFINE= DOCS
-OPTIONS_DEFAULT= MYSQL
-
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MMYSQL}
-USE_MYSQL= yes
-USE_PHP+= mysql
-.endif
-
-.if ${PORT_OPTIONS:MPGSQL}
-USE_PGSQL= yes
-USE_PHP+= pgsql
-.endif
-
-post-patch:
- ${RM} -r ${WRKSRC}/.hg ${WRKSRC}/.hgtags ${WRKSRC}/vexim/adminuserchange.phps
- ${MV} ${WRKSRC}/vexim/config/variables.php ${WRKSRC}/vexim/config/variables.php.dist
-
-do-install:
- @${ECHO} "Installing in ${VEXIMDIR}"
- ${MKDIR} ${PREFIX}/${VEXIMDIR}
- cd ${WRKSRC}/vexim && ${FIND} . \
- -type d -exec ${MKDIR} ${PREFIX}/${VEXIMDIR}/{} \; \
- -o -type f \
- -exec ${INSTALL_DATA} {} ${PREFIX}/${VEXIMDIR}/{} \;
- ${MKDIR} ${DATADIR}
- cd ${WRKSRC}/setup && ${FIND} . \
- -type d -exec ${MKDIR} ${DATADIR}/{} \; \
- -o -type f \
- -exec ${INSTALL_DATA} {} ${DATADIR}/{} \;
-.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
- cd ${WRKSRC} && ${FIND} docs \
- -type d -exec ${MKDIR} ${DOCSDIR}/{} \; \
- -o -type f \
- -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \;
-.for i in INSTALL README TODO
- ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
-.endfor
-.endif
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/mail/vexim/distinfo b/mail/vexim/distinfo
deleted file mode 100644
index 4f56dbcb779d..000000000000
--- a/mail/vexim/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (vexim_2.2.2_rc1.tar.gz) = cb0d47e3e3e3b53545ad5c959d6acae13f17604550779bc1d01621e65c85a507
-SIZE (vexim_2.2.2_rc1.tar.gz) = 290286
diff --git a/mail/vexim/files/pkg-message.in b/mail/vexim/files/pkg-message.in
deleted file mode 100644
index 3f82bd409067..000000000000
--- a/mail/vexim/files/pkg-message.in
+++ /dev/null
@@ -1,6 +0,0 @@
-------------------------------------------------------------------------
-
-For post-install configuration steps, please read
- %%PREFIX%%/share/doc/vexim/INSTALL
-
-------------------------------------------------------------------------
diff --git a/mail/vexim/pkg-descr b/mail/vexim/pkg-descr
deleted file mode 100644
index e4f569ff6ea0..000000000000
--- a/mail/vexim/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Virtual Exim is a PHP and SQL based approach to hosting multiple email domains
-using Exim. Exim is used to collect mail for local users, and an SQL backend is
-used as a data store for users passwords, and other configuration information.
-
-WWW: http://silverwraith.com/vexim/
diff --git a/mail/vexim/pkg-plist b/mail/vexim/pkg-plist
deleted file mode 100644
index f0b37e7186c1..000000000000
--- a/mail/vexim/pkg-plist
+++ /dev/null
@@ -1,108 +0,0 @@
-%%DATADIR%%/pgsql.sql
-%%DATADIR%%/mysql.sql
-%%DATADIR%%/create_db.pl
-%%PORTDOCS%%%%DOCSDIR%%/docs/clients/cyrus.txt
-%%PORTDOCS%%%%DOCSDIR%%/docs/clients/freebsd-courierimap.txt
-%%PORTDOCS%%%%DOCSDIR%%/docs/clients/mysql-popper.conf
-%%PORTDOCS%%%%DOCSDIR%%/docs/clients/qpop-mysql.txt
-%%PORTDOCS%%%%DOCSDIR%%/docs/clients/freebsd-tpop3d.txt
-%%PORTDOCS%%%%DOCSDIR%%/docs/vexim-acl-check-content.conf
-%%PORTDOCS%%%%DOCSDIR%%/docs/database-spec.txt
-%%PORTDOCS%%%%DOCSDIR%%/docs/checklist.txt
-%%PORTDOCS%%%%DOCSDIR%%/docs/configure
-%%PORTDOCS%%%%DOCSDIR%%/docs/vexim-acl-check-helo.conf
-%%PORTDOCS%%%%DOCSDIR%%/docs/vexim-acl-check-rcpt.conf
-%%PORTDOCS%%%%DOCSDIR%%/docs/vexim-acl-check-spf.conf
-%%PORTDOCS%%%%DOCSDIR%%/INSTALL
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/TODO
-%%PORTDOCS%%%%DOCSDIR%%/docs/vexim-group-router.conf
-%%PORTDOCS%%%%DOCSDIR%%/docs/vexim-group.txt
-www/vexim/admin.php
-www/vexim/adminalias.php
-www/vexim/adminaliasadd.php
-www/vexim/adminaliasaddsubmit.php
-www/vexim/adminaliaschange.php
-www/vexim/adminaliaschangesubmit.php
-www/vexim/adminaliasdelete.php
-www/vexim/admincatchall.php
-www/vexim/admincatchalladd.php
-www/vexim/admincatchallsubmit.php
-www/vexim/adminfail.php
-www/vexim/adminfailadd.php
-www/vexim/adminfailaddsubmit.php
-www/vexim/adminfailchange.php
-www/vexim/adminfailchangesubmit.php
-www/vexim/adminfaildelete.php
-www/vexim/admingroup.php
-www/vexim/admingroupadd.php
-www/vexim/admingroupaddsubmit.php
-www/vexim/admingroupchange.php
-www/vexim/admingroupchangesubmit.php
-www/vexim/admingroupcontentaddsubmit.php
-www/vexim/admingroupcontentdeletesubmit.php
-www/vexim/admingroupdelete.php
-www/vexim/adminlists.php
-www/vexim/adminuser.php
-www/vexim/adminuseradd.php
-www/vexim/adminuseraddsubmit.php
-www/vexim/adminuserblocksubmit.php
-www/vexim/adminuserchange.php
-www/vexim/adminuserchangesubmit.php
-www/vexim/adminuserdelete.php
-www/vexim/config/authpostmaster.php
-www/vexim/config/authsite.php
-www/vexim/config/authuser.php
-www/vexim/config/en.po
-www/vexim/config/functions.php
-www/vexim/config/header.php
-www/vexim/config/httpheaders.php
-www/vexim/config/hu.po
-www/vexim/config/i18n.php
-www/vexim/config/template.pot
-www/vexim/config/variables.php.dist
-www/vexim/images/check.gif
-www/vexim/images/trashcan.gif
-www/vexim/index.php
-www/vexim/locale/de_DE/LC_MESSAGES/de.po
-www/vexim/locale/de_DE/LC_MESSAGES/messages.mo
-www/vexim/locale/en_EN/LC_MESSAGES/en.po
-www/vexim/locale/en_EN/LC_MESSAGES/messages.mo
-www/vexim/locale/es_ES/LC_MESSAGES/es.po
-www/vexim/locale/es_ES/LC_MESSAGES/messages.mo
-www/vexim/locale/hu_HU/LC_MESSAGES/hu.po
-www/vexim/locale/hu_HU/LC_MESSAGES/messages.mo
-www/vexim/locale/ro_RO/LC_MESSAGES/messages.mo
-www/vexim/locale/ro_RO/LC_MESSAGES/ro.po
-www/vexim/login.php
-www/vexim/logout.php
-www/vexim/site.php
-www/vexim/siteadd.php
-www/vexim/siteaddsubmit.php
-www/vexim/sitechange.php
-www/vexim/sitechangesubmit.php
-www/vexim/sitedelete.php
-www/vexim/sitepassword.php
-www/vexim/sitepasswordsubmit.php
-www/vexim/style.css
-www/vexim/userblocksubmit.php
-www/vexim/userchange.php
-www/vexim/userchangesubmit.php
-@dirrm %%DATADIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/clients
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrm www/vexim/locale/ro_RO/LC_MESSAGES
-@dirrm www/vexim/locale/ro_RO
-@dirrm www/vexim/locale/hu_HU/LC_MESSAGES
-@dirrm www/vexim/locale/hu_HU
-@dirrm www/vexim/locale/es_ES/LC_MESSAGES
-@dirrm www/vexim/locale/es_ES
-@dirrm www/vexim/locale/en_EN/LC_MESSAGES
-@dirrm www/vexim/locale/en_EN
-@dirrm www/vexim/locale/de_DE/LC_MESSAGES
-@dirrm www/vexim/locale/de_DE
-@dirrm www/vexim/locale
-@dirrm www/vexim/images
-@dirrm www/vexim/config
-@dirrm www/vexim