Add libspf2 and libsrs2, C implementations SPF + SRS

PR:		68817, 68832
Submitted by:	snowchyld@mokney.org
This commit is contained in:
Oliver Eikemeier 2004-07-16 19:44:14 +00:00
parent 62ff1e0074
commit 842203bde1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113777
13 changed files with 144 additions and 0 deletions

View File

@ -136,7 +136,9 @@
SUBDIR += librfc822
SUBDIR += libspf
SUBDIR += libspf-alt
SUBDIR += libspf2
SUBDIR += libsrs
SUBDIR += libsrs2
SUBDIR += listmanager
SUBDIR += lmtp2nntp
SUBDIR += lmtpd

23
mail/libspf2-10/Makefile Normal file
View File

@ -0,0 +1,23 @@
# New ports collection makefile for: libspf2
# Date created: 07 July 2004
# Whom: snowchyld
#
# $FreeBSD$
#
PORTNAME= libspf2
PORTVERSION= 1.0.4
CATEGORIES= mail
MASTER_SITES= http://www.libspf2.org/%SUBDIR%/
MASTER_SITE_SUBDIR= spf
MAINTAINER= mail-libspf2-freebsd-ports@snowchyld.org
COMMENT= Sender Rewriting Scheme 2 C Implementation
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
USE_LIBTOOL_VER= 15
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
.include <bsd.port.mk>

2
mail/libspf2-10/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (libspf2-1.0.4.tar.gz) = 5fe69ba13bf35d505b733247032a8a64
SIZE (libspf2-1.0.4.tar.gz) = 427613

View File

@ -0,0 +1,6 @@
libsrs2 is the next generation SRS library from the original designer of SRS.
It implements the Sender Rewriting Scheme, a part of the SPF/SRS protocol pair.
WWW: http://www.libsrs2.org/
- snowchyld
<mail-libsrs2-freebsd-ports@snowchyld.org>

22
mail/libspf2-10/pkg-plist Normal file
View File

@ -0,0 +1,22 @@
bin/spf_example
bin/spf_example_2mx
bin/spf_example_2mx_static
bin/spf_example_static
bin/spfd
bin/spfd_static
bin/spfquery
bin/spfquery_static
bin/spftest
bin/spftest_static
include/spf2/spf.h
include/spf2/spf_dns.h
include/spf2/spf_dns_cache.h
include/spf2/spf_dns_null.h
include/spf2/spf_dns_resolv.h
include/spf2/spf_dns_test.h
include/spf2/spf_dns_zone.h
include/spf2/spf_lib_version.h
@dirrm include/spf2
lib/libspf2.a
lib/libspf2.so
lib/libspf2.so.1

23
mail/libspf2/Makefile Normal file
View File

@ -0,0 +1,23 @@
# New ports collection makefile for: libspf2
# Date created: 07 July 2004
# Whom: snowchyld
#
# $FreeBSD$
#
PORTNAME= libspf2
PORTVERSION= 1.0.4
CATEGORIES= mail
MASTER_SITES= http://www.libspf2.org/%SUBDIR%/
MASTER_SITE_SUBDIR= spf
MAINTAINER= mail-libspf2-freebsd-ports@snowchyld.org
COMMENT= Sender Rewriting Scheme 2 C Implementation
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
USE_LIBTOOL_VER= 15
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
.include <bsd.port.mk>

2
mail/libspf2/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (libspf2-1.0.4.tar.gz) = 5fe69ba13bf35d505b733247032a8a64
SIZE (libspf2-1.0.4.tar.gz) = 427613

6
mail/libspf2/pkg-descr Normal file
View File

@ -0,0 +1,6 @@
libsrs2 is the next generation SRS library from the original designer of SRS.
It implements the Sender Rewriting Scheme, a part of the SPF/SRS protocol pair.
WWW: http://www.libsrs2.org/
- snowchyld
<mail-libsrs2-freebsd-ports@snowchyld.org>

22
mail/libspf2/pkg-plist Normal file
View File

@ -0,0 +1,22 @@
bin/spf_example
bin/spf_example_2mx
bin/spf_example_2mx_static
bin/spf_example_static
bin/spfd
bin/spfd_static
bin/spfquery
bin/spfquery_static
bin/spftest
bin/spftest_static
include/spf2/spf.h
include/spf2/spf_dns.h
include/spf2/spf_dns_cache.h
include/spf2/spf_dns_null.h
include/spf2/spf_dns_resolv.h
include/spf2/spf_dns_test.h
include/spf2/spf_dns_zone.h
include/spf2/spf_lib_version.h
@dirrm include/spf2
lib/libspf2.a
lib/libspf2.so
lib/libspf2.so.1

23
mail/libsrs2/Makefile Normal file
View File

@ -0,0 +1,23 @@
# New ports collection makefile for: libsrs2
# Date created: 02 July 2004
# Whom: snowchyld
#
# $FreeBSD$
#
PORTNAME= libsrs2
PORTVERSION= 1.0.16
CATEGORIES= mail
MASTER_SITES= http://www.libsrs2.org/%SUBDIR%/
MASTER_SITE_SUBDIR= srs
MAINTAINER= mail-libsrs2-freebsd-ports@snowchyld.org
COMMENT= Sender Rewriting Scheme 2 C Implementation
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
USE_LIBTOOL_VER= 15
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
.include <bsd.port.mk>

2
mail/libsrs2/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (libsrs2-1.0.16.tar.gz) = 62203443589cd0f14ed1f6348aa47d85
SIZE (libsrs2-1.0.16.tar.gz) = 210308

6
mail/libsrs2/pkg-descr Normal file
View File

@ -0,0 +1,6 @@
libsrs2 is the next generation SRS library from the original designer of SRS.
It implements the Sender Rewriting Scheme, a part of the SPF/SRS protocol pair.
WWW: http://www.libsrs2.org/
- snowchyld
<mail-libsrs2-freebsd-ports@snowchyld.org>

5
mail/libsrs2/pkg-plist Normal file
View File

@ -0,0 +1,5 @@
bin/srs
include/srs2.h
lib/libsrs2.a
lib/libsrs2.so
lib/libsrs2.so.0