aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ucspi-tcp
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-11-06 17:43:54 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-11-06 17:43:54 +0000
commitf57f2c27c6069929f474ffde24c6c006fc748fb8 (patch)
treebed0e78322aeacfcfba2f784b9116ad7bf0af975 /sysutils/ucspi-tcp
parentef24e0ada308f765cebbbdcbec41d9131162fe8c (diff)
downloadports-f57f2c27c6069929f474ffde24c6c006fc748fb8.tar.gz
ports-f57f2c27c6069929f474ffde24c6c006fc748fb8.zip
Notes
Diffstat (limited to 'sysutils/ucspi-tcp')
-rw-r--r--sysutils/ucspi-tcp/Makefile33
-rw-r--r--sysutils/ucspi-tcp/distinfo2
2 files changed, 22 insertions, 13 deletions
diff --git a/sysutils/ucspi-tcp/Makefile b/sysutils/ucspi-tcp/Makefile
index 6ca99c892f69..6923095e81e4 100644
--- a/sysutils/ucspi-tcp/Makefile
+++ b/sysutils/ucspi-tcp/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ucspi-tcp
PORTVERSION= 0.88
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils net
MASTER_SITES= http://cr.yp.to/ucspi-tcp/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
@@ -15,16 +15,9 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= dom@happygiraffe.net
COMMENT= Command-line tools for building TCP client-server applications
-.if !defined(WITHOUT_MAN)
-MASTER_SITES+= http://smarden.org/pape/djb/manpages/:1
-DISTFILES+= ${DISTNAME}-man.tar.gz:1
-
-OPTIONS= RSS_DIFF "Patch rblsmtpd for qmail users" off
-
-MAN1= addcr.1 argv0.1 date@.1 delcr.1 finger@.1 fixcrio.1 \
- http@.1 mconnect.1 rblsmtpd.1 recordio.1 tcpcat.1 \
- tcpclient.1 tcprules.1 tcprulescheck.1 tcpserver.1 who@.1
-.endif
+OPTIONS= MAN "Install man(1) pages" on \
+ RSS_DIFF "Patch rblsmtpd for qmail users" off \
+ SSL "Adds support for SSL (Secure Socket Layer)" off
NO_PACKAGE= "Unsure of djb\'s license"
@@ -35,9 +28,23 @@ SCRIPTS_ENV= BINOWN="${BINOWN}" BINGRP="${BINGRP}" BINMODE="${BINMODE}" \
.include <bsd.port.pre.mk>
+.if !defined(WITHOUT_MAN)
+MASTER_SITES+= http://smarden.org/pape/djb/manpages/:1
+DISTFILES+= ${DISTNAME}-man.tar.gz:1
+MAN1= addcr.1 argv0.1 date@.1 delcr.1 finger@.1 fixcrio.1 \
+ http@.1 mconnect.1 rblsmtpd.1 recordio.1 tcpcat.1 \
+ tcpclient.1 tcprules.1 tcprulescheck.1 tcpserver.1 who@.1
+.endif
+
.if defined(WITH_RSS_DIFF)
-PATCH_SITES= http://www.qmail.org/
-PATCHFILES= ucspi-rss.diff
+PATCH_SITES+= http://www.qmail.org/
+PATCHFILES+= ucspi-rss.diff
+PATCH_DIST_STRIP= -p1
+.endif
+
+.if defined(WITH_SSL)
+PATCH_SITES+= http://www.nrg4u.com/qmail/
+PATCHFILES+= ucspi-tcp-ssl-20050405.patch.gz
PATCH_DIST_STRIP= -p1
.endif
diff --git a/sysutils/ucspi-tcp/distinfo b/sysutils/ucspi-tcp/distinfo
index 48d986142192..e4326dc09373 100644
--- a/sysutils/ucspi-tcp/distinfo
+++ b/sysutils/ucspi-tcp/distinfo
@@ -4,3 +4,5 @@ MD5 (ucspi-tcp-0.88-man.tar.gz) = d33160cbd43bccbc0963d0499dfcebdb
SIZE (ucspi-tcp-0.88-man.tar.gz) = 7562
MD5 (ucspi-rss.diff) = 554ec0eb60f619667efde3fb5325310d
SIZE (ucspi-rss.diff) = 1828
+MD5 (ucspi-tcp-ssl-20050405.patch.gz) = cbe2443539d5289ffb5ae2a036e0ba3d
+SIZE (ucspi-tcp-ssl-20050405.patch.gz) = 13173