aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile1
-rw-r--r--mail/jboss-mailservices/Makefile43
-rw-r--r--mail/jboss-mailservices/distinfo2
-rw-r--r--mail/jboss-mailservices/pkg-descr21
4 files changed, 0 insertions, 67 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 38cc2459262c..1658084640e8 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -212,7 +212,6 @@
SUBDIR += itraxp
SUBDIR += james
SUBDIR += jamlib
- SUBDIR += jboss-mailservices
SUBDIR += jmba
SUBDIR += junkfilter
SUBDIR += kavmilter
diff --git a/mail/jboss-mailservices/Makefile b/mail/jboss-mailservices/Makefile
deleted file mode 100644
index b3e277d4c1e9..000000000000
--- a/mail/jboss-mailservices/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# New ports collection makefile for: JBoss Mail Services
-# Date created: Thu Jan 6 13:39:18 EET 2005
-# Whom: Anton Yudin <toha@toha.org.ua>
-#
-# $FreeBSD$
-#
-
-PORTNAME= jboss-mailservices
-PORTVERSION= m1
-PORTREVISION= 2
-CATEGORIES= mail java
-MASTER_SITES= http://www.jboss.org/wiki/attach?page=MailServicesMilestoneReleases/
-DISTNAME= ${PORTNAME}-${PORTVERSION}-final
-
-MAINTAINER= toha@toha.org.ua
-COMMENT= JBoss Mail Services
-
-DEPRECATED= Depends on java/jboss4, which is DEPRECATED
-EXPIRATION_DATE= 2011-10-31
-
-RUN_DEPENDS= ${LOCALBASE}/jboss4/server/default/conf/jboss-service.xml:${PORTSDIR}/java/jboss4
-
-USE_JAVA= YES
-JAVA_VERSION= 1.5+
-NO_BUILD= YES
-USE_ZIP= YES
-
-DEPLOY_PATH= ${LOCALBASE}/jboss4/server/default/deploy
-WRKSRC= ${WRKDIR}/deploy
-
-.include <bsd.port.pre.mk>
-
-do-install:
- cd ${WRKSRC} && ${FIND} . -type d -exec ${INSTALL} -d ${DEPLOY_PATH}/'{}' \; && \
- ${FIND} . -type f -exec ${INSTALL_DATA} '{}' ${DEPLOY_PATH}/'{}' \;
-
-post-install:
- @${FIND} -s ${WRKSRC}/mail.ear -not -type d 2>/dev/null | \
- ${SED} -ne 's,^${WRKSRC},${DEPLOY_PATH:S,^${PREFIX}/,,},p' >> ${TMPPLIST}
- @${FIND} -s -d ${WRKSRC}/mail.ear -type d 2>/dev/null | \
- ${SED} -ne 's,^${WRKSRC},@dirrm ${DEPLOY_PATH:S,^${PREFIX}/,,},p' >> ${TMPPLIST}
-
-.include <bsd.port.post.mk>
diff --git a/mail/jboss-mailservices/distinfo b/mail/jboss-mailservices/distinfo
deleted file mode 100644
index b84452331f01..000000000000
--- a/mail/jboss-mailservices/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (jboss-mailservices-m1-final.zip) = a54a3cac61c1fe5c6224a8aa28fe5d84d7f55838e31c41cf0b80afedb1e72af0
-SIZE (jboss-mailservices-m1-final.zip) = 1291084
diff --git a/mail/jboss-mailservices/pkg-descr b/mail/jboss-mailservices/pkg-descr
deleted file mode 100644
index 651a88d91900..000000000000
--- a/mail/jboss-mailservices/pkg-descr
+++ /dev/null
@@ -1,21 +0,0 @@
-JBossMail was created to enable JBoss to serve as an email server.
-
-JBossMail currently consists of:
-
- * Core Server - which provides thread pooling, connection handling, and
- timeout configuration.
- * POP Protocol Implementation - plugs into the Server MBean to provide a
- POP implementation.
- * SMTP Server - plugs into the Server MBean to provide an SMTP protocol
- implementation.
- * Mail Listeners - plug into the SMTP server to forward mail to the various
- backends. Currently the JMSMailListener is provided. It forwards mails
- to various JBossMQ queues. Message Driven Beans for remote and local
- delivery are also provided.
- * Mailbox implementations - provides backends to the mail server. Presently
- an EJB Entity-based version is provided.
- * SMTPSender - uses JavaMail to mail messages to remote servers
- * Test suite - JUnit tests for the various portions of mail services.
- Includes a few services including mock-jndi.
-
-WWW: http://www.jboss.org/products/mailservices