head	1.5;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.06.01.17;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2009.08.22.00.35.03;	author amdmi3;	state Exp;
branches;
next	1.3;

1.3
date	2009.08.02.08.02.02;	author linimon;	state Exp;
branches;
next	1.2;

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

1.1
date	2006.05.09.11.46.01;	author itetcu;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:    py-trustedpickle
# Date created:				02 May 2006
# Whom:				  	Alexander Botero-Lowry <alex@@foxybanana.com>
#
# $FreeBSD: head/security/py-trustedpickle/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	trustedpickle
PORTVERSION=	0.02
CATEGORIES=	security python
MASTER_SITES=	SF
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	TrustedPickle
EXTRACT_SUFX=	.tgz

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	TrustedPickle is a Python (de)Pickler with a way to verify the data

USE_PYTHON=	yes
USE_DOS2UNIX=	yes

PLIST_FILES=	%%PYTHON_SITELIBDIR%%/TrustedPickle.py \
		%%PYTHON_SITELIBDIR%%/TrustedPickle.pyc \
		%%PYTHON_SITELIBDIR%%/TrustedPickle.pyo

WRKSRC=		${WRKDIR}/${PORTNAME}

do-build:
	@@cd ${WRKSRC} && ${PYTHON_CMD} -OOOO -c 'import TrustedPickle' && \
	${PYTHON_CMD} -c 'import TrustedPickle'

do-install:
	${INSTALL_DATA} ${WRKSRC}/TrustedPickle.py ${PYTHON_SITELIBDIR}
	${INSTALL_DATA} ${WRKSRC}/TrustedPickle.pyc ${PYTHON_SITELIBDIR}
	${INSTALL_DATA} ${WRKSRC}/TrustedPickle.pyo ${PYTHON_SITELIBDIR}

.include <bsd.port.mk>
@


1.4
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@Reset alexbl@@FreeBSD.org due to maintainer-timeouts and no repsonse
to email.

Hat:		portmgr
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.2
log
@Change all my MAINTAINER lines to my new FreeBSD.org address.

Approved by:	novel
@
text
@d17 1
a17 1
MAINTAINER=	alexbl@@FreeBSD.org
@


1.1
log
@TrustedPickle is a Python module that can save most any arbitrary Python object
in a signed pickle file. There are two big differences between this module and
the standard pickle module. First, TrustedPickle can pickle a module, but the
standard pickle module cannot. Second, TrustedPickle includes a signature that
can verify the data's origin before the data is unpickled.

WWW: http://trustedpickle.sourceforge.net/index.html

PR:		ports/96691
Submitted by:	Alexander Botero-Lowry <alex@@foxybanana.com>
Approved by:	lawrance (mentor)
@
text
@d17 1
a17 1
MAINTAINER=	alex@@foxybanana.com
@

