aboutsummaryrefslogtreecommitdiff
path: root/mail/dbmail-devel
diff options
context:
space:
mode:
Diffstat (limited to 'mail/dbmail-devel')
-rw-r--r--mail/dbmail-devel/Makefile74
-rw-r--r--mail/dbmail-devel/distinfo2
-rw-r--r--mail/dbmail-devel/files/patch-configure32
-rw-r--r--mail/dbmail-devel/pkg-descr22
-rw-r--r--mail/dbmail-devel/pkg-plist39
5 files changed, 0 insertions, 169 deletions
diff --git a/mail/dbmail-devel/Makefile b/mail/dbmail-devel/Makefile
deleted file mode 100644
index 68cf5f26d30e..000000000000
--- a/mail/dbmail-devel/Makefile
+++ /dev/null
@@ -1,74 +0,0 @@
-# New ports collection makefile for: dbmail
-# Date created: 07/26/2003
-# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= dbmail
-PORTVERSION= 1.2.3
-PORTREVISION= 1
-CATEGORIES= mail
-MASTER_SITES= http://www.dbmail.org/tgz/
-PKGNAMESUFFIX= -${DATABASE}
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= clement@FreeBSD.org
-COMMENT= An SQL database-based mail system (POP3 and IMAP)
-
-USE_REINPLACE= YES
-GNU_CONFIGURE= YES
-CONFIGURE_ARGS= --prefix=${PREFIX}
-USE_GMAKE= YES
-USE_OPENSSL= YES
-
-.if defined(WITH_PGSQL)
-CONFIGURE_ARGS+= --with-pgsql
-LIB_DEPENDS+= pq:${PORTSDIR}/databases/postgresql-client
-DATABASE= postgresql
-PLIST_SUB+= PGSQL=""
-PLIST_SUB+= MYSQL="@comment "
-LDFLAGS+= -L${LOCALBASE}/lib/
-.else
-USE_MYSQL= YES
-CONFIGURE_ARGS+= --with-mysql
-DATABASE= mysql
-PLIST_SUB+= MYSQL=""
-PLIST_SUB+= PGSQL="@comment "
-CFLAGS+= -I${LOCALBASE}/include/mysql
-LDFLAGS+= -L${LOCALBASE}/lib/mysql
-.endif
-
-CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" LOCALBASE=${LOCALBASE}
-PORTDOCS= INSTALL README
-
-MAN1= dbmail-adduser.1 dbmail-config.1 dbmail-imapd.1 \
- dbmail-maintenance.1 dbmail-pop3d.1 dbmail-smtp.1
-MANCOMPRESSED= no
-
-pre-everything::
- @${ECHO} ""
- @${ECHO} "You may use the following build options:"
- @${ECHO} " By default dbmail uses MySQL backend database."
- @${ECHO} " To build dbmail with PostgreSQL as backend database,"
- @${ECHO} " define WITH_PGSQL"
- @${ECHO} ""
-
-post-patch:
- @${FIND} ${WRKSRC} -name CVS -type d | xargs ${RM} -fr
-
-post-configure:
- @${REINPLACE_CMD} -i.orig 's!/etc/dbmail.conf!${PREFIX}/etc/dbmail.conf!g' \
- ${WRKSRC}/dbmail.h
-
-post-install:
- @${INSTALL_DATA} ${WRKSRC}/dbmail.conf ${PREFIX}/etc/dbmail.conf-dist
- @${MKDIR} ${DATADIR}/sql
- @${INSTALL_DATA} ${WRKSRC}/sql/${DATABASE}/* ${DATADIR}/sql
- @cd ${WRKSRC}/man && ${INSTALL_MAN} ${MAN1} ${MAN1PREFIX}/man/man1
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/mail/dbmail-devel/distinfo b/mail/dbmail-devel/distinfo
deleted file mode 100644
index 5f41cf7ba337..000000000000
--- a/mail/dbmail-devel/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (dbmail-1.2.3.tgz) = 78d2aea0584503d859e4af202ec7257c
-SIZE (dbmail-1.2.3.tgz) = 249774
diff --git a/mail/dbmail-devel/files/patch-configure b/mail/dbmail-devel/files/patch-configure
deleted file mode 100644
index a194e745cb1b..000000000000
--- a/mail/dbmail-devel/files/patch-configure
+++ /dev/null
@@ -1,32 +0,0 @@
---- configure.orig Wed Oct 15 12:21:51 2003
-+++ configure Wed Oct 15 12:23:53 2003
-@@ -1679,23 +1679,25 @@
-
- mysqllibpaths="/usr/lib /usr/local/lib /lib /usr/freeware/lib \
- /usr/freeware/lib32 $HOME/lib $HOME/mysql/lib \
-- /usr/lib/mysql /usr/local/lib/mysql $HOME/lib/mysql $HOME"
-+ /usr/lib/mysql /usr/local/lib/mysql $HOME/lib/mysql $HOME\
-+ $LOCALBASE/lib $PREFIX/lib $LOCALBASE/lib/mysql $PREFIX/lib/mysql "
-
- mysqlheaderpaths="/usr/include/mysql /usr/include /usr/local/include/mysql \
- /usr/local/include /usr/freeware/include/mysql \
- /usr/freeware/include $HOME/include $HOME/mysql/include \
-- $HOME"
-+ $HOME $LOCALBASE/include/mysql $PREFIX/include/mysql"
-
- pgsqllibpaths="/usr/lib /usr/local/lib /lib /usr/freeware/lib \
- /usr/freeware/lib32 $HOME/lib $HOME/pgsql/lib \
- /usr/lib/pgsql /usr/local/lib/pgsql /usr/lib/postgresql \
- /usr/local/lib/postgresql $HOME/lib/pgsql $HOME/lib/postgresql \
-- $HOME/postgresql/lib $HOME"
-+ $HOME/postgresql/lib $HOME $LOCALBASE/lib $PREFIX/lib"
-
- pgsqlheaderpaths="/usr/include/pgsql /usr/include /usr/local/include/pgsql \
- /usr/local/include /usr/freeware/include/pgsql \
- /usr/freeware/include $HOME/include $HOME/pgsql/include \
-- /usr/local/pgsql/include /usr/include/postgresql $HOME"
-+ /usr/local/pgsql/include /usr/include/postgresql $HOME\
-+ $LOCALBASE/include/pgsql $PREFIX/include/pgsql"
-
-
- # Check whether --with-mysql or --without-mysql was given.
diff --git a/mail/dbmail-devel/pkg-descr b/mail/dbmail-devel/pkg-descr
deleted file mode 100644
index 2c03d30b6ea9..000000000000
--- a/mail/dbmail-devel/pkg-descr
+++ /dev/null
@@ -1,22 +0,0 @@
-Dbmail is the name of a group of programs that enable the possiblilty of storing
-and retrieving mail messages from a database (currently MySQL or PostgreSQL).
-
-What are the advantages?
-
- * Scalability.
- Dbmail is as scalable as the database that is used for the mail storage.
- * Manageability.
- Dbmail is based upon a database. Dbmail can be managed by changing
- settings in the database (f.e. using PHP/Perl/SQL).
- * Speed.
- Dbmail uses very efficient, database specific queries for retrieving mail
- information. This is much faster then parsing a filesystem.
- * Security.
- Dbmail has got nothing to do with the filesystem or interaction with other
- programs in the Unix environment which need special permissions. Dbmail
- is as secure as the database it's based upon.
- * Flexibility.
- Changes on a Dbmail system (adding of users, changing passwords etc.) are
- effective immediately.
-
-WWW: http://www.dbmail.org/
diff --git a/mail/dbmail-devel/pkg-plist b/mail/dbmail-devel/pkg-plist
deleted file mode 100644
index 82607c5e9368..000000000000
--- a/mail/dbmail-devel/pkg-plist
+++ /dev/null
@@ -1,39 +0,0 @@
-@comment $FreeBSD$
-bin/dbmail-smtp
-bin/dbmail-pop3d
-bin/dbmail-imapd
-bin/dbmail-maintenance
-bin/dbmail-adduser
-bin/dbmail-readvut
-bin/raw-convertor
-bin/dbmail-mini-injector
-bin/install-dbmail.sh
-etc/dbmail.conf-dist
-%%MYSQL%%lib/libmysqldbmail.a
-%%PGSQL%%lib/libpgsqldbmail.a
-%%MYSQL%%%%DATADIR%%/sql/add-lastlogin.mysql
-%%MYSQL%%%%DATADIR%%/sql/add_auto_notification.mysql
-%%MYSQL%%%%DATADIR%%/sql/add_auto_reply.mysql
-%%MYSQL%%%%DATADIR%%/sql/add_rfcsize.mysql
-%%MYSQL%%%%DATADIR%%/sql/create_tables.mysql
-%%MYSQL%%%%DATADIR%%/sql/create_tables_innoDB.mysql
-%%MYSQL%%%%DATADIR%%/sql/newnames.mysql
-%%MYSQL%%%%DATADIR%%/sql/pop_before_smtp.mysql
-%%MYSQL%%%%DATADIR%%/sql/update_encryption.mysql
-%%MYSQL%%%%DATADIR%%/sql/update_mailbox_subscribed_folders.mysql
-%%MYSQL%%%%DATADIR%%/sql/update_mysql_tmptables.mysql
-%%MYSQL%%%%DATADIR%%/sql/update_ownerid_aliases.mysql
-%%PGSQL%%%%DATADIR%%/sql/add-constraints.pgsql
-%%PGSQL%%%%DATADIR%%/sql/add-indexes-fkeys-to-1.2.pgsql
-%%PGSQL%%%%DATADIR%%/sql/add-lastlogin.postgresql
-%%PGSQL%%%%DATADIR%%/sql/add_auto_notification.pgsql
-%%PGSQL%%%%DATADIR%%/sql/add_auto_reply.pgsql
-%%PGSQL%%%%DATADIR%%/sql/add_rfcsize.postgresql
-%%PGSQL%%%%DATADIR%%/sql/create_tables.pgsql
-%%PGSQL%%%%DATADIR%%/sql/no-constraint-tables.pgsql
-%%PGSQL%%%%DATADIR%%/sql/update_encryption.pgsql
-%%PGSQL%%%%DATADIR%%/sql/md5_alter_users.7.3-pgsql
-%%PGSQL%%%%DATADIR%%/sql/md5_alter_users.pre_7.3-pgsql
-%%PGSQL%%%%DATADIR%%/sql/pop_before_smtp.pgsql
-@dirrm %%DATADIR%%/sql
-@dirrm %%DATADIR%%