head	1.9;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.1;
locks; strict;
comment	@# @;


1.9
date	2012.11.17.06.01.17;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2011.07.21.12.43.39;	author jlaffaye;	state Exp;
branches;
next	1.7;

1.7
date	2011.02.25.03.19.27;	author miwi;	state Exp;
branches;
next	1.6;

1.6
date	2010.12.16.02.34.02;	author glarkin;	state Exp;
branches;
next	1.5;

1.5
date	2010.02.23.18.07.12;	author johans;	state Exp;
branches;
next	1.4;

1.4
date	2009.12.13.17.00.14;	author miwi;	state Exp;
branches;
next	1.3;

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

1.2
date	2009.07.15.16.47.45;	author wxs;	state Exp;
branches;
next	1.1;

1.1
date	2008.12.28.11.27.43;	author johans;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Switch exporter over
@
text
@# New ports collection makefile for:	security/py-pyme
# Date created:				28 December 2008
# Whom:					Johan van Selst <johans@@stack.nl>
#
# $FreeBSD: head/security/py-pyme/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	pyme
PORTVERSION=	0.8.1
PORTREVISION=	4
CATEGORIES=	security python
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	johans@@FreeBSD.org
COMMENT=	Python interface to GPGME library

BUILD_DEPENDS=	swig1.3:${PORTSDIR}/devel/swig13
LIB_DEPENDS=	gpgme:${PORTSDIR}/security/gpgme

USE_GMAKE=	yes
USE_PYTHON=	2.5+
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGNAME=pygpgme

.include <bsd.port.pre.mk>

post-patch:
	@@${REINPLACE_CMD} -e 's,gpgme-config,${PREFIX}/bin/&,' \
		${WRKSRC}/Makefile ${WRKSRC}/setup.py
	@@${REINPLACE_CMD} -e 's,include/,&gpgme/,' ${WRKSRC}/Makefile

pre-build:
	@@(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} build)

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


1.8
log
@- Chase gpgme shared lib bump.
- Add an entry to UPDATING

Reviewed by:	tabthorpe
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@- Move over to py25 or above
- While here get rid FreeBSD 6.X and md5 support
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.6
log
@- Chase security/libksba shlib version bump

Requested by:	kwm
Pointyhat to:	glarkin
@
text
@d10 1
a10 1
PORTREVISION=	2
d22 1
a22 1
USE_PYTHON=	2.4+
@


1.5
log
@Update my mail address to @@FreeBSD.org

Feature safe:   yes
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.4
log
@- Get rip python 2.3+

Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+

With hat:	portmgr
@
text
@d15 1
a15 1
MAINTAINER=	johans@@stack.nl
@


1.3
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d22 1
a22 1
USE_PYTHON=	2.3+
@


1.2
log
@- Chase security/gpgme update.

Most changes are just PORTREVISION and LIB_DEPENDS fixes. However, the
following ports require a patch to use the new gpgme correctly:
deskutils/kdepim3
deskutils/kdepim3
deskutils/kdepim3
deskutils/kdepim3
deskutils/kdepim4
deskutils/kdepim4
deskutils/kdepimlibs4
deskutils/kdepimlibs4
deskutils/kdepimlibs4
finance/qhacc
mail/mutt-devel
net-im/ayttm
net-im/centericq
net-im/centerim
net-im/centerim-devel
security/openvas-libnasl

These patches were submitted by various people and documented in ports/135911.

PR:		ports/135911
@
text
@d12 1
a12 1
MASTER_SITES=	SF
@


1.1
log
@PyMe is a Python interface to GPGME library.

PyMe's development model is GPGME + Python + SWIG (just like m2crypto is
an OpenSSL + Python + SWIG) combination which means that most of the
functions and types are converted from C into Python automatically by SWIG.
In short, to be able to use PyMe you need to be familiar with GPGME.

WWW:	http://pyme.sourceforge.net/
@
text
@d10 1
@

