head	1.8;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	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.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


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

1.7
date	2012.02.27.20.32.28;	author glarkin;	state Exp;
branches;
next	1.6;

1.6
date	2009.08.22.00.34.47;	author amdmi3;	state Exp;
branches;
next	1.5;

1.5
date	2008.06.08.17.54.35;	author roam;	state Exp;
branches;
next	1.4;

1.4
date	2004.11.01.17.09.54;	author roam;	state Exp;
branches;
next	1.3;

1.3
date	2003.02.19.16.07.28;	author roam;	state Exp;
branches;
next	1.2;

1.2
date	2001.08.06.21.27.11;	author roam;	state Exp;
branches;
next	1.1;

1.1
date	2000.12.12.17.12.36;	author roam;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:	aescrypt
# Date created:		12 December 2000
# Whom:			roam@@FreeBSD.org
#
# $FreeBSD: head/security/aescrypt/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	aescrypt
PORTVERSION=	0.7
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}.0

PATCH_SITES=	http://devel.ringlet.net/security/aescrypt/patches/ \
		http://people.FreeBSD.org/~roam/ports/patches/security/aescrypt/
PATCHFILES=	aescrypt-0.7-roam-whopper-01.patch.gz

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A command-line AES encryption/decryption suite

GNU_CONFIGURE=	yes
MAKE_ENV+=	BINGRP=wheel

MAN1=		aescrypt.1 aesget.1
MANCOMPRESSED=	yes

.if !defined(NOPORTDOCS)
post-install:
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README.html ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.7
log
@- Reassign to the heap

Requested by:	roam (on ports-developers@@)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d18 1
a18 1
MAINTAINER=	roam@@FreeBSD.org
@


1.5
log
@Perform some much-needed work on aescrypt that somehow lingered for
seven years...
- make aesget actually work with the default keysize (initialize it!)
- do not overflow the key filename buffers while parsing command-line options
- break out common code into a single file
- make the read()/write() loops a bit more robust
- fix lots of compiler warnings
- use snprintf() instead of strcpy()/strcat()
- write mdoc manual pages for aescrypt(1) and aesget(1)
- install the binaries and the manual pages with the correct permission mode
@
text
@d12 1
a12 1
MASTER_SITES=	SF
@


1.4
log
@A long-overdue dequoting of COMMENT.  D'oh, I thought I'd done this,
like, MONTHS ago!

Submitted by:	Brian Poole <raj@@cerias.purdue.edu>
@
text
@d10 1
d12 5
a16 2
MASTER_SITES=	http://aescrypt.sourceforge.net/
MASTER_SITE_SUBDIR=aescrypt
d22 4
d27 1
d29 3
a31 2
	${MKDIR} ${PREFIX}/share/doc/aescrypt
	${INSTALL_DATA} ${WRKSRC}/README.html ${PREFIX}/share/doc/aescrypt
@


1.3
log
@Remove pkg-comment files in my ports.
@
text
@d15 1
a15 1
COMMENT=	"A command-line AES encryption/decryption suite"
@


1.2
log
@Update to 0.7, which allows use of 192- and 256-bit keys.
@
text
@d15 1
@


1.1
log
@A command-line Rijndael (AES) encryption/decryption utility.
@
text
@d9 1
a9 1
PORTVERSION=	0.6
@

