ports/66664: Update port: security/lep Minor bug fix, manpage adjustment, header cleanup.

Dmitri Nikulin setagllib at optusnet.com.au
Sat May 15 13:30:21 UTC 2004


>Number:         66664
>Category:       ports
>Synopsis:       Update port: security/lep Minor bug fix, manpage adjustment, header cleanup.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 15 06:30:20 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Dmitri Nikulin
>Release:        4.10-PRERELEASE
>Organization:
>Environment:
>Description:
My apologies for not noticing these before submitting the port itself.
The SYNOPSIS portion of the manual hadn't been updated in spite of huge changes, the byte swap cipher was intolerant, and the header referenced functions that were removed days ago. Brown paper bag bugs really.
>How-To-Repeat:

>Fix:
# This archive contains:
#
#       lep
#       lep/Makefile
#       lep/distinfo
#       lep/pkg-descr
#
echo c - lep
mkdir -p lep > /dev/null 2>&1
echo x - lep/Makefile
sed 's/^X//' >lep/Makefile << 'END-of-lep/Makefile'
X# New ports collection makefile for:           lep
X# Date created:                                15 May 2004
X# Whom:                                        Dmitri Nikulin <setagllib at optusnet.com.au>
X#
X# $FreeBSD: ports/security/lep/Makefile,v 1.1 2004/05/15 11:29:37 krion Exp $
X#
X
XPORTNAME=      lep
XPORTVERSION=   0.31
XCATEGORIES=    security
XMASTER_SITES=  http://members.optusnet.com.au/setagllib/
X
XMAINTAINER=    setagllib at optusnet.com.au
XCOMMENT=       Lesser Encryption Project
X
XUSE_BZIP2=     yes
XUSE_OPENSSL=   yes
X
XMAN1=          lep.1
XPLIST_FILES=   bin/lep
X
Xdo-install:
X       ${INSTALL_PROGRAM} ${WRKSRC}/lep ${PREFIX}/bin
X       ${INSTALL_MAN} ${WRKSRC}/lep.1 ${MANPREFIX}/man/man1
X
X.include <bsd.port.mk>
END-of-lep/Makefile
echo x - lep/distinfo
sed 's/^X//' >lep/distinfo << 'END-of-lep/distinfo'
XMD5 (lep-0.31.tar.bz2) = 71f4a8a169a61cf668eafec91d547623
XSIZE (lep-0.31.tar.bz2) = 5511
END-of-lep/distinfo
echo x - lep/pkg-descr
sed 's/^X//' >lep/pkg-descr << 'END-of-lep/pkg-descr'
XLEP - Lesser Encryption Project
X
XProvides flexible chaining of simple encryption tasks in a
Xlightweight software package.
X
XWWW: None yet
Xsetagllib at optusnet.com.au
END-of-lep/pkg-descr
exit
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list