summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorOliver Eikemeier <eik@FreeBSD.org>2004-07-16 19:44:14 +0000
committerOliver Eikemeier <eik@FreeBSD.org>2004-07-16 19:44:14 +0000
commit842203bde1c2a2a0e1af2e1cd9d970090cffe2b0 (patch)
tree3691d67319d7c7017f1aef0bb12f183244d86886 /mail
parent- Update to 0.9.5 (diff)
Add libspf2 and libsrs2, C implementations SPF + SRS
PR: 68817, 68832 Submitted by: snowchyld@mokney.org
Notes
Notes: svn path=/head/; revision=113777
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile2
-rw-r--r--mail/libspf2-10/Makefile23
-rw-r--r--mail/libspf2-10/distinfo2
-rw-r--r--mail/libspf2-10/pkg-descr6
-rw-r--r--mail/libspf2-10/pkg-plist22
-rw-r--r--mail/libspf2/Makefile23
-rw-r--r--mail/libspf2/distinfo2
-rw-r--r--mail/libspf2/pkg-descr6
-rw-r--r--mail/libspf2/pkg-plist22
-rw-r--r--mail/libsrs2/Makefile23
-rw-r--r--mail/libsrs2/distinfo2
-rw-r--r--mail/libsrs2/pkg-descr6
-rw-r--r--mail/libsrs2/pkg-plist5
13 files changed, 144 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 8b35894528e3..fe194b8380bf 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -136,7 +136,9 @@
SUBDIR += librfc822
SUBDIR += libspf
SUBDIR += libspf-alt
+ SUBDIR += libspf2
SUBDIR += libsrs
+ SUBDIR += libsrs2
SUBDIR += listmanager
SUBDIR += lmtp2nntp
SUBDIR += lmtpd
diff --git a/mail/libspf2-10/Makefile b/mail/libspf2-10/Makefile
new file mode 100644
index 000000000000..81419234af42
--- /dev/null
+++ b/mail/libspf2-10/Makefile
@@ -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>
diff --git a/mail/libspf2-10/distinfo b/mail/libspf2-10/distinfo
new file mode 100644
index 000000000000..f7fc71c61b4c
--- /dev/null
+++ b/mail/libspf2-10/distinfo
@@ -0,0 +1,2 @@
+MD5 (libspf2-1.0.4.tar.gz) = 5fe69ba13bf35d505b733247032a8a64
+SIZE (libspf2-1.0.4.tar.gz) = 427613
diff --git a/mail/libspf2-10/pkg-descr b/mail/libspf2-10/pkg-descr
new file mode 100644
index 000000000000..8643c9176d99
--- /dev/null
+++ b/mail/libspf2-10/pkg-descr
@@ -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>
diff --git a/mail/libspf2-10/pkg-plist b/mail/libspf2-10/pkg-plist
new file mode 100644
index 000000000000..73bf7996ee84
--- /dev/null
+++ b/mail/libspf2-10/pkg-plist
@@ -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
diff --git a/mail/libspf2/Makefile b/mail/libspf2/Makefile
new file mode 100644
index 000000000000..81419234af42
--- /dev/null
+++ b/mail/libspf2/Makefile
@@ -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>
diff --git a/mail/libspf2/distinfo b/mail/libspf2/distinfo
new file mode 100644
index 000000000000..f7fc71c61b4c
--- /dev/null
+++ b/mail/libspf2/distinfo
@@ -0,0 +1,2 @@
+MD5 (libspf2-1.0.4.tar.gz) = 5fe69ba13bf35d505b733247032a8a64
+SIZE (libspf2-1.0.4.tar.gz) = 427613
diff --git a/mail/libspf2/pkg-descr b/mail/libspf2/pkg-descr
new file mode 100644
index 000000000000..8643c9176d99
--- /dev/null
+++ b/mail/libspf2/pkg-descr
@@ -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>
diff --git a/mail/libspf2/pkg-plist b/mail/libspf2/pkg-plist
new file mode 100644
index 000000000000..73bf7996ee84
--- /dev/null
+++ b/mail/libspf2/pkg-plist
@@ -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
diff --git a/mail/libsrs2/Makefile b/mail/libsrs2/Makefile
new file mode 100644
index 000000000000..44baa9647272
--- /dev/null
+++ b/mail/libsrs2/Makefile
@@ -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>
diff --git a/mail/libsrs2/distinfo b/mail/libsrs2/distinfo
new file mode 100644
index 000000000000..bd2339f3a987
--- /dev/null
+++ b/mail/libsrs2/distinfo
@@ -0,0 +1,2 @@
+MD5 (libsrs2-1.0.16.tar.gz) = 62203443589cd0f14ed1f6348aa47d85
+SIZE (libsrs2-1.0.16.tar.gz) = 210308
diff --git a/mail/libsrs2/pkg-descr b/mail/libsrs2/pkg-descr
new file mode 100644
index 000000000000..8643c9176d99
--- /dev/null
+++ b/mail/libsrs2/pkg-descr
@@ -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>
diff --git a/mail/libsrs2/pkg-plist b/mail/libsrs2/pkg-plist
new file mode 100644
index 000000000000..2f8718eb6c53
--- /dev/null
+++ b/mail/libsrs2/pkg-plist
@@ -0,0 +1,5 @@
+bin/srs
+include/srs2.h
+lib/libsrs2.a
+lib/libsrs2.so
+lib/libsrs2.so.0