diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-08-24 08:51:23 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-08-24 08:51:23 +0000 |
commit | ccbc00943ac08cd8cf3a88eeeb3bbc855368bfbf (patch) | |
tree | 2908e142dbecd7d80c5ef41f6aacde366878b452 | |
parent | 4d6be4dd22183d9be2866731f60f9f0fc5e54fdd (diff) | |
download | FreeBSD-ports-ccbc00943ac08cd8cf3a88eeeb3bbc855368bfbf.zip FreeBSD-ports-ccbc00943ac08cd8cf3a88eeeb3bbc855368bfbf.tar.gz |
add vm-pop3d
A virtual POP3 server
PR: 30004
Submitted by: Gea-Suan Lin <gslin.am88@nctu.edu.tw>
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/vm-pop3d/Makefile | 26 | ||||
-rw-r--r-- | mail/vm-pop3d/distinfo | 1 | ||||
-rw-r--r-- | mail/vm-pop3d/files/patch-configure | 20 | ||||
-rw-r--r-- | mail/vm-pop3d/pkg-comment | 1 | ||||
-rw-r--r-- | mail/vm-pop3d/pkg-descr | 8 | ||||
-rw-r--r-- | mail/vm-pop3d/pkg-plist | 8 |
7 files changed, 65 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index be55145..a06e8f8 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -191,6 +191,7 @@ SUBDIR += tlb SUBDIR += tmda SUBDIR += vbsfilter + SUBDIR += vm-pop3d SUBDIR += vpopmail SUBDIR += vqadmin SUBDIR += vrfy diff --git a/mail/vm-pop3d/Makefile b/mail/vm-pop3d/Makefile new file mode 100644 index 0000000..0773bc3 --- /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 <bsd.port.mk> diff --git a/mail/vm-pop3d/distinfo b/mail/vm-pop3d/distinfo new file mode 100644 index 0000000..0a83599 --- /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 0000000..9c0302e --- /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 <<EOF + #line 1180 "configure" + #include "confdefs.h" +@@ -1202,7 +1202,7 @@ + fi + if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then + echo "$ac_t""yes" 1>&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 0000000..d5c92fb --- /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 0000000..a537154 --- /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 0000000..2323989 --- /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 |