mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Import of teapop.
Teapop is an RFC1939 compliant POP3 server. It includes flexible virtual domain support that distinguishes it from all other POP3 servers.
This commit is contained in:
parent
6254a80fa6
commit
cbac3e7b85
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30448
39
mail/teapop-devel/Makefile
Normal file
39
mail/teapop-devel/Makefile
Normal file
@ -0,0 +1,39 @@
|
||||
# New ports collection makefile for: teapop
|
||||
# Date created: 18 May 2000
|
||||
# Whom: Jim Mock <jim@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= teapop
|
||||
PORTVERSION= 0.25
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ftp://ftp.toontown.org/pub/teapop/ \
|
||||
http://www.toontown.org/pub/teapop/
|
||||
DISTNAME= ${PORTNAME}-latest
|
||||
|
||||
MAINTAINER= jim@FreeBSD.org
|
||||
|
||||
.if defined(WITH_PGSQL)
|
||||
LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql
|
||||
.endif
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-flock
|
||||
|
||||
.if defined(WITHOUT_APOP)
|
||||
CONFIGURE_ARGS+= --disable-apop
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_VPOP)
|
||||
CONFIGURE_ARGS+= --disable-vpop
|
||||
.endif
|
||||
|
||||
.if defined(WITH_PGSQL)
|
||||
CONFIGURE_ARGS+= --with-pgsql=${PREFIX}/pgsql
|
||||
.endif
|
||||
|
||||
MAN8= teapop.8
|
||||
|
||||
.include <bsd.port.mk>
|
1
mail/teapop-devel/distinfo
Normal file
1
mail/teapop-devel/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (teapop-latest.tar.gz) = f862783be16a0542531dc09eacb53b02
|
1
mail/teapop-devel/pkg-comment
Normal file
1
mail/teapop-devel/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Yet another RFC1939 compliant POP3 server
|
7
mail/teapop-devel/pkg-descr
Normal file
7
mail/teapop-devel/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
Teapop is yet another RFC1939 compliant POP3 server. It includes
|
||||
flexible virtual domain support that distinguishes it from all other
|
||||
POP3 servers.
|
||||
|
||||
WWW: http://www.toontown.org/teapop/
|
||||
|
||||
- jim <jim@FreeBSD.org>
|
2
mail/teapop-devel/pkg-plist
Normal file
2
mail/teapop-devel/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
libexec/teapop
|
||||
etc/teapop.passwd
|
39
mail/teapop/Makefile
Normal file
39
mail/teapop/Makefile
Normal file
@ -0,0 +1,39 @@
|
||||
# New ports collection makefile for: teapop
|
||||
# Date created: 18 May 2000
|
||||
# Whom: Jim Mock <jim@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= teapop
|
||||
PORTVERSION= 0.25
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ftp://ftp.toontown.org/pub/teapop/ \
|
||||
http://www.toontown.org/pub/teapop/
|
||||
DISTNAME= ${PORTNAME}-latest
|
||||
|
||||
MAINTAINER= jim@FreeBSD.org
|
||||
|
||||
.if defined(WITH_PGSQL)
|
||||
LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql
|
||||
.endif
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-flock
|
||||
|
||||
.if defined(WITHOUT_APOP)
|
||||
CONFIGURE_ARGS+= --disable-apop
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_VPOP)
|
||||
CONFIGURE_ARGS+= --disable-vpop
|
||||
.endif
|
||||
|
||||
.if defined(WITH_PGSQL)
|
||||
CONFIGURE_ARGS+= --with-pgsql=${PREFIX}/pgsql
|
||||
.endif
|
||||
|
||||
MAN8= teapop.8
|
||||
|
||||
.include <bsd.port.mk>
|
1
mail/teapop/distinfo
Normal file
1
mail/teapop/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (teapop-latest.tar.gz) = f862783be16a0542531dc09eacb53b02
|
1
mail/teapop/pkg-comment
Normal file
1
mail/teapop/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Yet another RFC1939 compliant POP3 server
|
7
mail/teapop/pkg-descr
Normal file
7
mail/teapop/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
Teapop is yet another RFC1939 compliant POP3 server. It includes
|
||||
flexible virtual domain support that distinguishes it from all other
|
||||
POP3 servers.
|
||||
|
||||
WWW: http://www.toontown.org/teapop/
|
||||
|
||||
- jim <jim@FreeBSD.org>
|
2
mail/teapop/pkg-plist
Normal file
2
mail/teapop/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
libexec/teapop
|
||||
etc/teapop.passwd
|
Loading…
Reference in New Issue
Block a user