Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 May 2004 04:04:20 -0700 (PDT)
From:      Dmitri Nikulin <setagllib@optusnet.com.au>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/66659: New port: security/lep Unified simple encryption application with efficient operation chaining.
Message-ID:  <200405151104.i4FB4Kvh084223@www.freebsd.org>
Resent-Message-ID: <200405151110.i4FBAAnl081285@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         66659
>Category:       ports
>Synopsis:       New port: security/lep Unified simple encryption application with efficient operation chaining.
>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 04:10:09 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Dmitri Nikulin
>Release:        4.10-PRERELEASE
>Organization:
>Environment:
FreeBSD thor 4.10-PRERELEASE FreeBSD 4.10-PRERELEASE #24: Sun May  9 20:38:28 EST 2004     dave@thor:/usr/src/sys/compile/THOR  i386
>Description:
LEP is my attempt to provide a simple yet effective crypto system that focuses largely on streamlining tasks and less on elaborate inclusion of algorithms (MD5 and Blowfish are the only official algorithms used, both of which are linked in from -lcrypto), and also has some simple implementations of classic cipher design (transposition, byte swapping, caesar, XOR, hex encoding, etc) which can fit into the same operation chain, relieving the need for OS overhead with process spawning and piping.

If the sharchive below doesn't work as expected, it's also available at http://members.optusnet.com.au/setagllib/lep.shar
>How-To-Repeat:

>Fix:
# This archive contains:
#
#       lep
#       lep/pkg-descr
#       lep/distinfo
#       lep/Makefile
#
echo c - lep
mkdir -p lep > /dev/null 2>&1
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 lightweight software package.
X
XWWW: None yet
Xsetagllib@optusnet.com.au
END-of-lep/pkg-descr
echo x - lep/distinfo
sed 's/^X//' >lep/distinfo << 'END-of-lep/distinfo'
XMD5 (lep-0.30.tar.bz2) = e92500ba80dca6cdc5a69674770443b0
XSIZE (lep-0.30.tar.bz2) = 5551
END-of-lep/distinfo
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#
X# $FreeBSD$
X#
X
XPORTNAME=      lep
XPORTVERSION=   0.30
XCATEGORIES=    security
XMASTER_SITES=  http://members.optusnet.com.au/setagllib/
XDISTNAME=      lep
XDISTFILES=     lep-${PORTVERSION}.tar.bz2
X
XMAINTAINER=    setagllib@optusnet.com.au
XCOMMENT=       Lesser Encryption Project
X
XUSE_BZIP2=     yes
X
XMAN1=          lep.1
XPLIST_FILES=   bin/lep
X
XWRKSRC=work/lep-${PORTVERSION}
X
Xdo-install:
X       ${INSTALL_PROGRAM} ${WRKSRC}/lep ${PREFIX}/bin/lep
X       ${INSTALL_MAN} ${WRKSRC}/lep.1 ${PREFIX}/man/man1
X
X.include <bsd.port.mk>
END-of-lep/Makefile
exit
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405151104.i4FB4Kvh084223>