head	1.6;
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.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.1;
locks; strict;
comment	@# @;


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

1.5
date	2010.12.16.02.34.00;	author glarkin;	state Exp;
branches;
next	1.4;

1.4
date	2010.01.12.00.51.42;	author wen;	state Exp;
branches;
next	1.3;

1.3
date	2008.06.06.14.00.45;	author edwin;	state Exp;
branches;
next	1.2;

1.2
date	2007.07.23.09.36.26;	author rafan;	state Exp;
branches;
next	1.1;

1.1
date	2007.04.24.08.00.28;	author clsung;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for:    aespipe
# Date created:         20 February 1007
# Whom:			Ekkehard 'Ekki' Gehm <gehm@@physik.tu-berlin.de>
#
# $FreeBSD: head/security/aespipe/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	aespipe
DISTVERSION=	v2.3e
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	http://loop-aes.sourceforge.net/${PORTNAME}/ \
		http://koti.tnnet.fi/jari.ruusu/linux/

MAINTAINER=	gehm@@physik.tu-berlin.de
COMMENT=	An AES encrypting or decrypting pipe

RUN_DEPENDS=	gpg:${PORTSDIR}/security/gnupg

MAN1=		aespipe.1

USE_BZIP2=	yes

GNU_CONFIGURE=	yes
PLIST_FILES=	bin/aespipe

.include <bsd.port.pre.mk>
ALL_TARGET=
.if ${ARCH} == amd64
MAKE_ARGS=	amd64
.endif

.if ${ARCH} == i386
MAKE_ARGS=	x86
.endif

post-build:
	cd ${WRKSRC} && make tests
.include <bsd.port.post.mk>
@


1.5
log
@- Chase security/libksba shlib version bump

Requested by:	kwm
Pointyhat to:	glarkin
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@- Update to 2.3e

PR:		ports/142727
Submitted by:	"Ekkehard 'Ekki' Gehm" <gehm@@physik.tu-berlin.de> (maintainer)
@
text
@d10 1
@


1.3
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d9 1
a9 2
DISTVERSION=	v2.3d
PORTREVISION=	1
@


1.2
log
@- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
@
text
@d10 1
@


1.1
log
@Add aespipe , an AES encrypting or decrypting pipe.

PR:		ports/112056
Submitted by:	Ekkehard 'Ekki' Gehm <gehm at physik.tu-berlin.de>
@
text
@d23 1
a23 2
HAS_CONFIGURE=	yes
CONFIGURE_ARGS+=--mandir="${MANPREFIX}/man"
@

