mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
New port of POP3Lite.
POP3Lite is a flexible, RFC 1939 compliant Post Office Protocol v3 daemon. PR: 24003 Submitted by: George Reid <greid@dogma.freebsd-uk.eu.org>
This commit is contained in:
parent
8e261675f9
commit
5a932196fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36584
@ -95,6 +95,7 @@
|
||||
SUBDIR += pine4-ssl
|
||||
SUBDIR += pmail
|
||||
SUBDIR += pop3gwd
|
||||
SUBDIR += pop3lite
|
||||
SUBDIR += popa3d
|
||||
SUBDIR += poppassd
|
||||
SUBDIR += popper
|
||||
|
27
mail/pop3lite/Makefile
Normal file
27
mail/pop3lite/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: pop3lite
|
||||
# Date created: 1 January 2001
|
||||
# Whom: George Reid <greid@ukug.uk.freebsd.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pop3lite
|
||||
PORTVERSION= 0.1.3
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= greid@ukug.uk.freebsd.org
|
||||
|
||||
USE_GLIB= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAN5= pop3lite.conf.5
|
||||
MAN8= pop3lite.8
|
||||
|
||||
post-patch:
|
||||
@ ${RM} ${WRKSRC}/doc/*.info
|
||||
|
||||
.include <bsd.port.mk>
|
1
mail/pop3lite/distinfo
Normal file
1
mail/pop3lite/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (pop3lite-0.1.3.tar.gz) = d9135a5bdbf4afd9ea15b2d45f7691c2
|
11
mail/pop3lite/files/patch-pop3lite-hacker.texi
Normal file
11
mail/pop3lite/files/patch-pop3lite-hacker.texi
Normal file
@ -0,0 +1,11 @@
|
||||
--- doc/pop3lite-hacker.texi.orig Tue Jan 2 00:59:19 2001
|
||||
+++ doc/pop3lite-hacker.texi Tue Jan 2 00:59:36 2001
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
@dircategory POP3Lite
|
||||
@direntry
|
||||
-* POP3Lite: (pop3lite-hacker). POP3Lite Hacker's Manual
|
||||
+* POP3Lite-hacker: (pop3lite-hacker). POP3Lite Hacker's Manual
|
||||
@end direntry
|
||||
|
||||
@ifinfo
|
1
mail/pop3lite/pkg-comment
Normal file
1
mail/pop3lite/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A flexible, modular RFC-compliant POP3 daemon
|
10
mail/pop3lite/pkg-descr
Normal file
10
mail/pop3lite/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
This is POP3Lite, a flexible, RFC 1939 compliant Post Office
|
||||
Protocol 3 daemon.
|
||||
|
||||
It implements everything mentioned in the RFC (either
|
||||
natively, or via modules), and some other things that are not
|
||||
strictly POP3 related capabilities (such as modules, PAM
|
||||
support, SQL configuration, etc).
|
||||
|
||||
- George Reid
|
||||
greid@ukug.uk.freebsd.org
|
51
mail/pop3lite/pkg-plist
Normal file
51
mail/pop3lite/pkg-plist
Normal file
@ -0,0 +1,51 @@
|
||||
include/pop3lite.h
|
||||
include/pop3lite/alias.h
|
||||
include/pop3lite/apop.h
|
||||
include/pop3lite/mailbox.h
|
||||
include/pop3lite/userconf.h
|
||||
@unexec install-info --delete %D/info/pop3lite-admin %D/info/dir
|
||||
info/pop3lite-admin.info
|
||||
@unexec install-info --delete %D/info/pop3lite-hacker %D/info/dir
|
||||
info/pop3lite-hacker.info
|
||||
@exec install-info %D/info/pop3lite-admin.info %D/info/dir
|
||||
@exec install-info %D/info/pop3lite-hacker.info %D/info/dir
|
||||
lib/pop3lite/alias.so
|
||||
lib/pop3lite/apop.so
|
||||
lib/pop3lite/capa.so
|
||||
lib/pop3lite/connectlog.so
|
||||
lib/pop3lite/disable.so
|
||||
lib/pop3lite/expire.so
|
||||
lib/pop3lite/filelog.so
|
||||
lib/pop3lite/homebox.so
|
||||
lib/pop3lite/pam.so
|
||||
lib/pop3lite/sabotage.so
|
||||
lib/pop3lite/userconf.so
|
||||
lib/pop3lite/vhost.so
|
||||
sbin/pop3lite
|
||||
share/doc/pop3lite/AUTHORS
|
||||
share/doc/pop3lite/BUGS
|
||||
share/doc/pop3lite/COPYING
|
||||
share/doc/pop3lite/COPYING.DOC
|
||||
share/doc/pop3lite/ChangeLog
|
||||
share/doc/pop3lite/MACHINES
|
||||
share/doc/pop3lite/NEWS
|
||||
share/doc/pop3lite/README
|
||||
share/doc/pop3lite/THANKS
|
||||
share/doc/pop3lite/TODO
|
||||
share/doc/pop3lite/modules/ALIAS
|
||||
share/doc/pop3lite/modules/APOP
|
||||
share/doc/pop3lite/modules/CAPA
|
||||
share/doc/pop3lite/modules/CONNECTLOG
|
||||
share/doc/pop3lite/modules/DISABLE
|
||||
share/doc/pop3lite/modules/EXPIRE
|
||||
share/doc/pop3lite/modules/FILELOG
|
||||
share/doc/pop3lite/modules/HOMEBOX
|
||||
share/doc/pop3lite/modules/MAILBOX
|
||||
share/doc/pop3lite/modules/PAM
|
||||
share/doc/pop3lite/modules/SABOTAGE
|
||||
share/doc/pop3lite/modules/USERCONF
|
||||
share/doc/pop3lite/modules/VHOST
|
||||
@dirrm include/pop3lite
|
||||
@dirrm lib/pop3lite
|
||||
@dirrm share/doc/pop3lite/modules
|
||||
@dirrm share/doc/pop3lite
|
Loading…
Reference in New Issue
Block a user