Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 May 2004 04:29:38 -0700 (PDT)
From:      Kirill Ponomarew <krion@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/security Makefile ports/security/lep Makefile distinfo pkg-descr
Message-ID:  <200405151129.i4FBTcGB016296@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
krion       2004/05/15 04:29:37 PDT

  FreeBSD ports repository

  Modified files:
    security             Makefile 
  Added files:
    security/lep         Makefile distinfo pkg-descr 
  Log:
  Add lep 0.30,
  
  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.
  
  PR:             ports/66659
  Submitted by:   Dmitri Nikulin <setagllib@optusnet.com.au>
  
  Revision  Changes    Path
  1.508     +1 -0      ports/security/Makefile
  1.1       +26 -0     ports/security/lep/Makefile (new)
  1.1       +2 -0      ports/security/lep/distinfo (new)
  1.1       +7 -0      ports/security/lep/pkg-descr (new)



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