head	1.7;
access;
symbols
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3;
locks; strict;
comment	@# @;


1.7
date	2011.02.25.09.46.38;	author miwi;	state dead;
branches;
next	1.6;

1.6
date	2010.10.09.16.03.48;	author lwhsu;	state Exp;
branches;
next	1.5;

1.5
date	2009.07.13.16.43.52;	author lwhsu;	state Exp;
branches;
next	1.4;

1.4
date	2009.07.13.11.23.00;	author lwhsu;	state Exp;
branches;
next	1.3;

1.3
date	2006.12.13.23.17.50;	author alexbl;	state Exp;
branches;
next	1.2;

1.2
date	2006.12.13.03.52.56;	author alexbl;	state Exp;
branches;
next	1.1;

1.1
date	2006.12.13.03.19.17;	author alexbl;	state Exp;
branches;
next	;


desc
@@


1.7
log
@- Part 1 of python24 removal
	- Clean up bsd.python.mk (remove PYWSGIREF, PYHASHLIB, PYCTYPES and PYEXPAT) all these is now part of python
	  since python25

Remove:
	textproc/py-expat
	devel/py-ctypes
	security/py-hashlib
	www/py-wsgiref
@
text
@# New ports collection makefile for:	py-hashlib
# Date created:				12 Dec 2006
# Whom:					Alexander Botero-Lowry <alexbl@@FreeBSD.org>
#
# $FreeBSD: ports/security/py-hashlib/Makefile,v 1.6 2010/10/09 16:03:48 lwhsu Exp $

PORTNAME=	hashlib
PORTVERSION=	20081119
CATEGORIES=	security devel python
MASTER_SITES=	http://code.krypto.org/python/hashlib/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	python@@FreeBSD.org
COMMENT=	Backport of Python 2.5's haslib module

USE_PYTHON=	-2.4
USE_OPENSSL=	yes
USE_PYDISTUTILS=	yes

FETCH_ARGS=	-pRr

.include <bsd.port.pre.mk>

.if ${PYTHON_REL} >= 250
IGNORE=	hashlib ships with Python 2.5.x
.endif

.if ${OSVERSION} >= 700019
PLIST_SUB+=	OSSL="@@comment "
.else
PLIST_SUB+=	OSSL=""
.endif

PYDISTUTIL_BUILDARGS=	--openssl-prefix=${OPENSSLDIR} --openssl-incdir=${OPENSSLINC} --openssl-libdir=${OPENSSLLIB}

.include <bsd.port.post.mk>
@


1.6
log
@- Fix fetch

Submitted by:	erwin (on -python)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Update to 20081119
@
text
@d20 2
@


1.4
log
@- Fix typo in COMMENT
@
text
@d8 1
a8 1
PORTVERSION=	20060408a
d16 1
a16 1
USE_PYTHON=	yes
@


1.3
log
@ - Unbreak on 7.0 (hopefully..)

Submitted by:	pointyhat via kris
@
text
@d14 1
a14 1
COMMENT=	Backport of Python 2,5's haslib module
@


1.2
log
@ - pass maintainership to python@@ (it should have been that way in the
   first place)
@
text
@d26 6
@


1.1
log
@ - Add hashlib-20060408a

 Python secure hash and message digest module MD5, SHA1, SHA224, SHA256,
 SHA384 and SHA512 (backported from Python 2.5 for use on 2.3 and 2.4)

 WWW: http://code.krypto.org/python/hashlib/
@
text
@d13 1
a13 1
MAINTAINER=	alexbl@@FreeBSD.org
@

