From 754e03cf9e3abf78fdb52ff84d1719473df1b2cc Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Fri, 24 Aug 2001 08:51:23 +0000 Subject: add vm-pop3d A virtual POP3 server PR: 30004 Submitted by: Gea-Suan Lin --- mail/vm-pop3d/Makefile | 26 ++++++++++++++++++++++++++ mail/vm-pop3d/distinfo | 1 + mail/vm-pop3d/files/patch-configure | 20 ++++++++++++++++++++ mail/vm-pop3d/pkg-comment | 1 + mail/vm-pop3d/pkg-descr | 8 ++++++++ mail/vm-pop3d/pkg-plist | 8 ++++++++ 6 files changed, 64 insertions(+) create mode 100644 mail/vm-pop3d/Makefile create mode 100644 mail/vm-pop3d/distinfo create mode 100644 mail/vm-pop3d/files/patch-configure create mode 100644 mail/vm-pop3d/pkg-comment create mode 100644 mail/vm-pop3d/pkg-descr create mode 100644 mail/vm-pop3d/pkg-plist (limited to 'mail/vm-pop3d') diff --git a/mail/vm-pop3d/Makefile b/mail/vm-pop3d/Makefile new file mode 100644 index 000000000000..0773bc3f4838 --- /dev/null +++ b/mail/vm-pop3d/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: gslin +# Date created: 24 August 2001 +# Whom: Gea-Suan Lin (gslin.am88@nctu.edu.tw) +# +# $FreeBSD$ +# + +PORTNAME= vm-pop3d +PORTVERSION= 1.1.4 +CATEGORIES= mail +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= system/mail/pop + +MAINTAINER= gslin.am88@nctu.edu.tw + +GNU_CONFIGURE= yes +MAN8= vm-pop3d.8 + +post-install: + ${INSTALL_MAN} ${WRKSRC}/vm-pop3d.8 ${MAN8PREFIX}/man/man8 +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${WRKSRC}/CHANGES ${WRKSRC}/COPYING ${WRKSRC}/FAQ ${WRKSRC}/INSTALL ${WRKSRC}/README ${DOCSDIR} +.endif + +.include diff --git a/mail/vm-pop3d/distinfo b/mail/vm-pop3d/distinfo new file mode 100644 index 000000000000..0a8359984c91 --- /dev/null +++ b/mail/vm-pop3d/distinfo @@ -0,0 +1 @@ +MD5 (vm-pop3d-1.1.4.tar.gz) = 7c7b80bac86ec75a98f9ebba9ce0144c diff --git a/mail/vm-pop3d/files/patch-configure b/mail/vm-pop3d/files/patch-configure new file mode 100644 index 000000000000..9c0302ee9aab --- /dev/null +++ b/mail/vm-pop3d/files/patch-configure @@ -0,0 +1,20 @@ +--- configure.orig Fri Aug 24 03:22:46 2001 ++++ configure Fri Aug 24 03:23:02 2001 +@@ -1174,7 +1174,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lpam -ldl $LIBS" ++LIBS="-lpam $LIBS" + cat > conftest.$ac_ext <&6 +- LIBS="$LIBS -ldl -lpam"; cat >> confdefs.h <<\EOF ++ LIBS="$LIBS -lpam"; cat >> confdefs.h <<\EOF + #define HAVE_LIBPAM 1 + EOF + diff --git a/mail/vm-pop3d/pkg-comment b/mail/vm-pop3d/pkg-comment new file mode 100644 index 000000000000..d5c92fb2a280 --- /dev/null +++ b/mail/vm-pop3d/pkg-comment @@ -0,0 +1 @@ +A virtual POP3 server diff --git a/mail/vm-pop3d/pkg-descr b/mail/vm-pop3d/pkg-descr new file mode 100644 index 000000000000..a537154dd701 --- /dev/null +++ b/mail/vm-pop3d/pkg-descr @@ -0,0 +1,8 @@ +vm-pop3d is a POP3 server. It is free to download and use. It supports +alternative password files and mail spool directories; it can be used for +setting up virtual email accounts -- mailboxes without real Unix owners for +each. This will allow you to have multiple email accounts with the same name +on one system. + +- Gea-Suan Lin + gslin@ccca.nctu.edu.tw diff --git a/mail/vm-pop3d/pkg-plist b/mail/vm-pop3d/pkg-plist new file mode 100644 index 000000000000..232398988762 --- /dev/null +++ b/mail/vm-pop3d/pkg-plist @@ -0,0 +1,8 @@ +sbin/vm-pop3d +%%PORTDOCS%%share/doc/vm-pop3d/AUTHORS +%%PORTDOCS%%share/doc/vm-pop3d/CHANGES +%%PORTDOCS%%share/doc/vm-pop3d/COPYING +%%PORTDOCS%%share/doc/vm-pop3d/FAQ +%%PORTDOCS%%share/doc/vm-pop3d/INSTALL +%%PORTDOCS%%share/doc/vm-pop3d/README +%%PORTDOCS%%@dirrm share/doc/vm-pop3d -- cgit v1.2.3