head	1.9;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4;
locks; strict;
comment	@# @;


1.9
date	2013.03.04.15.59.29;	author svnexp;	state dead;
branches;
next	1.8;

1.8
date	2013.01.27.11.52.36;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2013.01.27.07.41.36;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.11.17.06.01.06;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2006.06.12.14.04.40;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2004.05.21.14.18.40;	author krion;	state Exp;
branches;
next	1.3;

1.3
date	2004.05.17.14.55.51;	author krion;	state Exp;
branches;
next	1.2;

1.2
date	2004.05.15.15.12.56;	author krion;	state Exp;
branches;
next	1.1;

1.1
date	2004.05.15.11.29.37;	author krion;	state Exp;
branches;
next	;


desc
@@


1.9
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313384
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Dmitri Nikulin <setagllib@@optusnet.com.au>
# $FreeBSD: head/security/lep/Makefile 311056 2013-01-27 11:40:57Z bapt $

PORTNAME=	lep
PORTVERSION=	0.41
CATEGORIES=	security
MASTER_SITES=	http://mirror2.unixfreunde.de/ \
		http://freebsd.unixfreunde.de/sources/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Lesser Encryption Project

DEPRECATED=	No more upstream, no more public distfiles
EXPIRATION_DATE=	2013-02-27

USE_BZIP2=	yes
USE_OPENSSL=	yes

MAN1=		lep.1
PLIST_FILES=	bin/lep

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/lep ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/lep.1 ${MANPREFIX}/man/man1

.include <bsd.port.mk>
@


1.8
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311056
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@@


1.7
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311050
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/security/lep/Makefile 311050 2013-01-27 06:50:41Z tabthorpe $
d13 3
@


1.6
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:		lep
# Date created:				15 May 2004
# Whom:					Dmitri Nikulin <setagllib@@optusnet.com.au>
#
# $FreeBSD: head/security/lep/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d10 1
a10 1
MAINTAINER=	setagllib@@optusnet.com.au
@


1.5
log
@Update MASTER_SITES

PR:		ports/97804
Submitted by:	miwi
Approved by:	krion (mentor)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@- Update to version 0.41

PR:		ports/66995
Submitted by:	maintainer
@
text
@d11 2
a12 1
MASTER_SITES=	http://members.optusnet.com.au/setagllib/
@


1.3
log
@- Update to version 0.40

PR:		ports/66747
Submitted by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	0.40
@


1.2
log
@- Update to version 0.31

PR:		ports/66666
Submitted by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	0.31
@


1.1
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>
@
text
@d9 1
a9 1
PORTVERSION=	0.30
@

