summaryrefslogtreecommitdiff
path: root/mail/teapop
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-03-24 06:17:06 +0000
committerzuntum <zuntum@pkgsrc.org>2001-03-24 06:17:06 +0000
commit662246368c6185a2c3992965949f785ff2060cd5 (patch)
treeeaf7e17fcb15029285763ba72459e2ffc1d81647 /mail/teapop
parent028707ceda92282000e7bc44a038154f893b80ed (diff)
downloadpkgsrc-662246368c6185a2c3992965949f785ff2060cd5.tar.gz
Initial import of teapop-0.28
Teapop is yet another RFC1939 compliant POP3 server. It includes flexible virtual domain support that distinguishes it from all other POP3 servers. Fixes pkg/11969 by me.
Diffstat (limited to 'mail/teapop')
-rw-r--r--mail/teapop/Makefile26
-rw-r--r--mail/teapop/files/md53
-rw-r--r--mail/teapop/files/patch-sum3
-rw-r--r--mail/teapop/patches/patch-aa23
-rw-r--r--mail/teapop/pkg/DEINSTALL12
-rw-r--r--mail/teapop/pkg/DESCR3
-rw-r--r--mail/teapop/pkg/MESSAGE7
-rw-r--r--mail/teapop/pkg/PLIST5
8 files changed, 82 insertions, 0 deletions
diff --git a/mail/teapop/Makefile b/mail/teapop/Makefile
new file mode 100644
index 00000000000..c7a1ac99eeb
--- /dev/null
+++ b/mail/teapop/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/03/24 06:17:06 zuntum Exp $
+
+DISTNAME= teapop-0.28
+CATEGORIES= mail
+MASTER_SITES= ftp://ftp.toontown.org/pub/teapop/ \
+ http://www.toontown.org/pub/teapop/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.toontown.org/teapop/
+COMMENT= Yet another RFC1939 compliant POP3 server
+
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS= --enable-flock
+CONFIGURE_ARGS+=--sysconfdir=/etc
+
+.include "../../mk/bsd.prefs.mk"
+
+.if defined(TEAPOP_WITHOUT_APOP)
+CONFIGURE_ARGS+=--disable-apop
+.endif
+
+.if defined(TEAPOP_WITHOUT_VPOP)
+CONFIGURE_ARGS+=--disable-vpop
+.endif
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/mail/teapop/files/md5 b/mail/teapop/files/md5
new file mode 100644
index 00000000000..014d1355504
--- /dev/null
+++ b/mail/teapop/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2001/03/24 06:17:06 zuntum Exp $
+
+SHA1 (teapop-0.28.tar.gz) = 3fd778bc367e4910e1ec50bffa2e28a8f9b4562a
diff --git a/mail/teapop/files/patch-sum b/mail/teapop/files/patch-sum
new file mode 100644
index 00000000000..ccd03b850e7
--- /dev/null
+++ b/mail/teapop/files/patch-sum
@@ -0,0 +1,3 @@
+$NetBSD: patch-sum,v 1.1.1.1 2001/03/24 06:17:06 zuntum Exp $
+
+SHA1 (patch-aa) = 9eaa0acaf221675c44056a6385586a735ef80cef
diff --git a/mail/teapop/patches/patch-aa b/mail/teapop/patches/patch-aa
new file mode 100644
index 00000000000..d3ab55a4a0a
--- /dev/null
+++ b/mail/teapop/patches/patch-aa
@@ -0,0 +1,23 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/03/24 06:17:06 zuntum Exp $
+
+--- etc/Makefile.in.orig Sun Jun 4 14:40:00 2000
++++ etc/Makefile.in
+@@ -23,15 +23,9 @@
+ fi
+
+ install: build
+- @echo Checking for existing teapop.passwd; \
+- if [ -f ${sysconfdir}/teapop.passwd ]; then \
+- echo "Exists...NOT installing teapop.passwd"; \
+- else \
+- echo "Not found, installing teapop.passwd"; \
+- ${INSTALL} -d ${sysconfdir}; \
+- ${INSTALL} teapop.passwd ${sysconfdir}; \
+- ${CHMOD} 0755 ${sysconfdir}/teapop.passwd; \
+- fi
++ ${INSTALL} -d ${prefix}/share/examples/teapop; \
++ ${BSD_INSTALL_DATA} teapop.passwd ${prefix}/share/examples/teapop; \
++ ${CHMOD} 0755 ${prefix}/share/examples/teapop/teapop.passwd; \
+
+ makefile: ../config/timestamp
+ @echo Updating Makefile
diff --git a/mail/teapop/pkg/DEINSTALL b/mail/teapop/pkg/DEINSTALL
new file mode 100644
index 00000000000..565fe39af2b
--- /dev/null
+++ b/mail/teapop/pkg/DEINSTALL
@@ -0,0 +1,12 @@
+# $NetBSD: DEINSTALL,v 1.1.1.1 2001/03/24 06:17:06 zuntum Exp $
+
+if [ "$2" != "POST-DEINSTALL" ]; then
+ exit 0
+fi
+
+echo ===========================================================================
+echo
+echo If you won\'t be using ${PKGNAME} any longer, you may want to remove
+echo /etc/teapop.passwd
+echo
+echo ===========================================================================
diff --git a/mail/teapop/pkg/DESCR b/mail/teapop/pkg/DESCR
new file mode 100644
index 00000000000..55dadff9073
--- /dev/null
+++ b/mail/teapop/pkg/DESCR
@@ -0,0 +1,3 @@
+Teapop is yet another RFC1939 compliant POP3 server. It includes
+flexible virtual domain support that distinguishes it from all other
+POP3 servers.
diff --git a/mail/teapop/pkg/MESSAGE b/mail/teapop/pkg/MESSAGE
new file mode 100644
index 00000000000..dc7e40bda4f
--- /dev/null
+++ b/mail/teapop/pkg/MESSAGE
@@ -0,0 +1,7 @@
+======================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2001/03/24 06:17:06 zuntum Exp $
+
+ teapop.password file is expected in /etc, you may want to install
+ one from ${PREFIX}/share/examples/teapop
+
+======================================================================
diff --git a/mail/teapop/pkg/PLIST b/mail/teapop/pkg/PLIST
new file mode 100644
index 00000000000..1a615af50fb
--- /dev/null
+++ b/mail/teapop/pkg/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/24 06:17:06 zuntum Exp $
+libexec/teapop
+man/man8/teapop.8
+share/examples/teapop/teapop.passwd
+@dirrm share/examples/teapop