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:
parent
332b537714
commit
fd7a5c8298
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158021
@ -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
35
mail/libsrs_alt/Makefile
Normal 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
3
mail/libsrs_alt/distinfo
Normal 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
|
6
mail/libsrs_alt/pkg-descr
Normal file
6
mail/libsrs_alt/pkg-descr
Normal 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
|
6
mail/libsrs_alt/pkg-plist
Normal file
6
mail/libsrs_alt/pkg-plist
Normal 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%%
|
Loading…
Reference in New Issue
Block a user