Add SSL support

Add MAN in OPTIONS
Bump PORTREVISION

PR:		87763
Submitted by:	Rodrigo Graeff <delphus@gmail.com>
Approved by:	dom@happygiraffe.net (maintainer timeout, 16 days)
This commit is contained in:
Marcus Alves Grando 2005-11-06 17:43:54 +00:00
parent ef24e0ada3
commit f57f2c27c6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147449
2 changed files with 22 additions and 13 deletions

View file

@ -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

View file

@ -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