1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

This is a complete standalone C implementation of the SRS (Sender

Rewriting Scheme) and includes a command line utility and daemon,
test utility and static and dynamic libraries. SRS is a stop-gap
for users of SPF (Sender Policy Framework).

WWW: http://srs.mirtol.com

PR:		ports/94831
Submitted by:	Simon Dick <simond@irrelevant.org>
This commit is contained in:
Renato Botelho 2006-03-23 20:54:27 +00:00
parent 332b537714
commit fd7a5c8298
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158021
5 changed files with 51 additions and 0 deletions

View File

@ -167,6 +167,7 @@
SUBDIR += libspf2-10
SUBDIR += libsrs
SUBDIR += libsrs2
SUBDIR += libsrs_alt
SUBDIR += libvmime
SUBDIR += listmanager
SUBDIR += lmtp2nntp

35
mail/libsrs_alt/Makefile Normal file
View File

@ -0,0 +1,35 @@
# New ports collection makefile for: libsrs_alt
# Date created: 22 March 2006
# Whom: Simon Dick <simond@irrelevant.org>
#
# $FreeBSD$
#
PORTNAME= libsrs_alt
DISTVERSION= 1.0rc1a
CATEGORIES= mail
MASTER_SITES= http://srs.mirtol.com/
MAINTAINER= simond@irrelevant.org
COMMENT= Sender Rewriting Scheme C Implementation
USE_BZIP2= yes
INSTALLS_SHLIB= yes
SHLIB_MAJOR= 1
GNU_CONFIGURE= yes
PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
OPTIONS= COMPAT_BASE64 "Enable MTA Friendly base64 compatibility mode" Off
.include <bsd.port.pre.mk>
.if defined(WITH_COMPAT_BASE64)
CONFIGURE_ARGS+= --with-base64compat
.endif
post-patch:
@${REINPLACE_CMD} -E 's,^(test_LDFLAGS.*$$),\1 -lcompat,' \
${WRKSRC}/Makefile.in
.include <bsd.port.post.mk>

3
mail/libsrs_alt/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (libsrs_alt-1.0rc1a.tar.bz2) = 1eda222957d339cba28178add3fb5f61
SHA256 (libsrs_alt-1.0rc1a.tar.bz2) = 69cb6059b0271b42c48f487be9b416fd04974c09d7c7672ebb1137b4cd315f06
SIZE (libsrs_alt-1.0rc1a.tar.bz2) = 232642

View File

@ -0,0 +1,6 @@
This is a complete standalone C implementation of the SRS (Sender
Rewriting Scheme) and includes a command line utility and daemon,
test utility and static and dynamic libraries. SRS is a stop-gap
for users of SPF (Sender Policy Framework).
WWW: http://srs.mirtol.com

View File

@ -0,0 +1,6 @@
bin/srs
include/srs_alt.h
lib/libsrs_alt.a
lib/libsrs_alt.la
lib/libsrs_alt.so
lib/libsrs_alt.so.%%SHLIB_MAJOR%%