head	1.10;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.7
	RELEASE_6_3_0:1.7
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.7
	RELEASE_5_5_0:1.7
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.7
	RELEASE_5_3_0:1.7
	RELEASE_4_10_0:1.7
	RELEASE_5_2_1:1.7
	RELEASE_5_2_0:1.7
	RELEASE_4_9_0:1.7
	RELEASE_5_1_0:1.7
	RELEASE_4_8_0:1.6
	RELEASE_5_0_0:1.5
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.10
date	2012.10.25.18.02.31;	author bapt;	state dead;
branches;
next	1.9;

1.9
date	2012.09.21.10.07.33;	author bapt;	state Exp;
branches;
next	1.8;

1.8
date	2009.03.23.18.48.37;	author miwi;	state Exp;
branches;
next	1.7;

1.7
date	2003.03.23.15.20.36;	author foxfair;	state Exp;
branches;
next	1.6;

1.6
date	2003.02.20.18.59.11;	author knu;	state Exp;
branches;
next	1.5;

1.5
date	2002.11.10.16.47.56;	author lioux;	state Exp;
branches;
next	1.4;

1.4
date	2002.11.06.22.46.55;	author adamw;	state Exp;
branches;
next	1.3;

1.3
date	2002.05.10.04.36.04;	author ijliao;	state Exp;
branches;
next	1.2;

1.2
date	2002.01.15.14.51.09;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2001.07.23.09.03.45;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.10
log
@SVN rev 306391 on 2012-10-25 18:02:31Z by bapt

2012-10-20 security/sscep: No more public distfiles
2012-10-20 security/py-rijndael: No more public distfiles
2012-10-20 security/pam_af: No more public distfiles
2012-10-20 security/its4: No more public distfiles
2012-10-20 russian/xcyrBGR: No more public distfiles
2012-10-20 russian/wmcyrx: No more public distfiles
2012-10-20 print/advi: No more public distfiles
2012-10-20 palm/plucker: No more public distfiles
2012-10-20 net-p2p/py-bittornado-core: Depends on the deprecated wx 2.4
2012-10-20 net-p2p/py-bittornado: Depends on the deprecated wx 2.4
2012-10-20 net-mgmt/nagios-radauth-plugin: No more public distfiles
2012-10-20 net-mgmt/nagios-check_nick: No more public distfiles

Feature safe:	yes
@
text
@# ex:ts=8
# New ports collection makefile for:	py-rijndael
# Date created:			Jul 23, 2001
# Whom:				ijliao
#
# $FreeBSD: ports/security/py-rijndael/Makefile,v 1.9 2012/09/21 10:07:33 bapt Exp $
#

PORTNAME=	rijndael
PORTVERSION=	1.4
CATEGORIES=	security python
MASTER_SITES=	http://jclement.ca/software/pyrijndael/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	pyrijndael-v${PORTVERSION:S:.:_:}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A pure python implementation of the Rijndael encryption algorithm

DEPRECATED=	No more public distfiles
EXPIRATION_DATE=	2012-10-20

USE_PYTHON=	yes
WRKSRC=		${WRKDIR}/pyrijndael

do-build:
	@@cd ${WRKSRC} && ${PYTHON_CMD} -c 'import pyRijndael'
	@@cd ${WRKSRC} && ${PYTHON_CMD} -O -c 'import pyRijndael'

do-install:
	@@${INSTALL_DATA} ${WRKSRC}/pyRijndael.* ${PYTHON_SITELIBDIR}

.include <bsd.port.mk>
@


1.9
log
@SVN rev 304618 on 2012-09-21 10:07:33Z by bapt

Deprecate a bunch a ports with no more public distfiles (thanks ehaupt's distilator)
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.8
log
@- Update to 1.4

PR:		132953
Submitted by:	Wen Heping <wenheping@@gmail.com> (maintainer)
@
text
@d19 3
@


1.7
log
@PR:		49065
Submitted by:	Yonatan@@xpert.com <Yonatan@@xpert.com>
Obtain this port from OpenBSD distfiles repository.
@
text
@d10 1
a10 2
PORTVERSION=	1.1
PORTREVISION=	1
d12 1
a12 2
MASTER_SITES=	ftp://ftp.openbsd.org/pub/OpenBSD/distfiles/	\
		http://people.FreeBSD.org/~foxfair/distfiles/
d14 1
a14 2
DISTNAME=	pyRijndael-${PORTVERSION}.py
EXTRACT_SUFX=	.gz
a18 1
EXTRACT_AFTER_ARGS=	> ${DISTNAME}
d20 1
a20 4
NO_WRKSUBDIR=	yes

post-extract:
	@@${MV} ${WRKSRC}/${DISTNAME} ${WRKSRC}/pyRijndael.py
@


1.6
log
@De-pkg-comment.
@
text
@d13 2
a14 1
MASTER_SITES=	http://ftp.bluesine.com/pub/bluesine.com/python-mods/rijndael/
@


1.5
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@d19 1
@


1.4
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a19 2
PORTCOMMENT=	A pure python implementation of the Rijndael encryption algorithm

@


1.3
log
@-#   LICENSE:    http://www.bluesine.com/license
+#   LICENSE:    http://www.bluesine.com/license.html

PR:		37901
Submitted by:	Oliver Braun <obraun@@informatik.unibw-muenchen.de>
@
text
@d20 2
@


1.2
log
@fix master site

PR:		33919
Submitted by:	Tilman Linneweh <tilman@@arved.de>
@
text
@d11 1
@


1.1
log
@add py-rijndael
A pure python implementation of the Rijndael encryption algorithm
@
text
@d12 1
a12 1
MASTER_SITES=	http://bluesine.com/archives/software/python-mods/rijndael/
@

