View | Details | Raw Unified | Return to bug 194211
Collapse All | Expand All

(-)py-imaging/Makefile (-5 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	imaging
4
PORTNAME=	imaging
5
PORTVERSION=	1.1.7
5
PORTVERSION=	1.1.7
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	graphics python
7
CATEGORIES=	graphics python
8
MASTER_SITES=	http://effbot.org/media/downloads/ \
8
MASTER_SITES=	http://effbot.org/media/downloads/ \
9
		http://www.pythonware.net/storage/
9
		http://www.pythonware.net/storage/
Lines 21-35 Link Here
21
21
22
USES=		python
22
USES=		python
23
DIST_SUBDIR=	python
23
DIST_SUBDIR=	python
24
USE_PYTHON=	distutils autoplist
24
USE_PYTHON=	distutils autoplist concurrent
25
25
26
PLIST_FILES=	%%PYTHON_INCLUDEDIR%%/ImPlatform.h %%PYTHON_INCLUDEDIR%%/Imaging.h
26
PLIST_FILES=	%%PYTHON_INCLUDEDIR%%/ImPlatform.h %%PYTHON_INCLUDEDIR%%/Imaging.h
27
PORTDOCS=	*
27
PORTDOCS=	*
28
PORTEXAMPLES=	*
28
PORTEXAMPLES=	*
29
29
30
DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
31
EXAMPLESDIR=	${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
32
33
OPTIONS_DEFINE=	DOCS TKINTER
30
OPTIONS_DEFINE=	DOCS TKINTER
34
TKINTER_DESC=	tkinter for X support
31
TKINTER_DESC=	tkinter for X support
35
32
(-)py-imaging/pkg-descr (-1 / +1 lines)
Lines 5-11 Link Here
5
5
6
The main distribution site for this software is:
6
The main distribution site for this software is:
7
7
8
WWW:	http://www.pythonware.com/products/pil/index.htm
8
WWW: http://www.pythonware.com/products/pil/index.htm
9
9
10
The PIL handbook is not included in this distribution; to get the
10
The PIL handbook is not included in this distribution; to get the
11
latest version, check:
11
latest version, check:

Return to bug 194211