cvs commit: ports/security Makefile ports/security/lep Makefile distinfo pkg-descr

Kirill Ponomarew krion at FreeBSD.org
Sat May 15 04:29:38 PDT 2004


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 at 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)


More information about the cvs-all mailing list