svn commit: r332944 - in head/x11-fonts: . py-bdflib

Marcus von Appen mva at FreeBSD.org
Wed Nov 6 06:39:12 UTC 2013


On, Wed Nov 06, 2013, Alexey Dokuchaev wrote:

[...]
> Added: head/x11-fonts/py-bdflib/Makefile
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/x11-fonts/py-bdflib/Makefile	Wed Nov  6 05:08:32 2013	(r332944)
> @@ -0,0 +1,23 @@
> +# Created by: Alexey Dokuchaev <danfe at FreeBSD.org>
> +# $FreeBSD$
> +
> +PORTNAME=	bdflib
> +PORTVERSION=	1.0.0
> +CATEGORIES=	x11-fonts python
> +MASTER_SITES=	CHEESESHOP/source/b/${PORTNAME}
> +PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
> +DISTNAME=	${PORTNAME}-v${PORTVERSION}
> +
> +MAINTAINER=	danfe at FreeBSD.org
> +COMMENT=	Library for working with BDF font files
> +
> +LICENSE=	GPLv3
> +
> +USE_PYTHON=	yes

That module is not compatible with Python 3.x+. USE_PYTHON should be
restricted accordingly.

> +USE_PYDISTUTILS=	yes

Is there any reason not to use PYDISTUTILS_AUTOPLIST? Sicne it only
works for Python 2.x it does not matter that much, but would at least
save the plist.

Cheers
Marcus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20131106/28d4f1f6/attachment.sig>


More information about the svn-ports-all mailing list