Date: Sat, 15 May 2004 06:24:21 -0700 (PDT) From: Dmitri Nikulin <setagllib@optusnet.com.au> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/66664: Update port: security/lep Minor bug fix, manpage adjustment, header cleanup. Message-ID: <200405151324.i4FDOL5V012242@www.freebsd.org> Resent-Message-ID: <200405151330.i4FDUKqG003676@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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@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@optusnet.com.au END-of-lep/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405151324.i4FDOL5V012242>