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

(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (PyKQueue-1.3.tar.gz) = f50c3ae4b254ae933149938f8ed62bb5
1
MD5 (PyKQueue-1.4.tbz) = 982607e72cd5f2f7deb06ff5ae496537
2
SIZE (PyKQueue-1.3.tar.gz) = 15958
2
SIZE (PyKQueue-1.4.tbz) = 12800
(-)pkg-descr (-1 / +1 lines)
Lines 10-13 Link Here
10
This Python module provides a C module and supporting Python script to
10
This Python module provides a C module and supporting Python script to
11
use these functions in a object-oriented manner.
11
use these functions in a object-oriented manner.
12
12
13
WWW: http://people.freebsd.org/~dwhite/PyKQueue/
13
WWW: http://ox.eicat.ca/~dgilbert/files/PyKQueue.html
(-)Makefile (-4 / +5 lines)
Lines 6-22 Link Here
6
#
6
#
7
7
8
PORTNAME=		kqueue
8
PORTNAME=		kqueue
9
PORTVERSION=		1.3
9
PORTVERSION=		1.4
10
PORTREVISION=		1
10
PORTREVISION=		1
11
CATEGORIES=		devel python
11
CATEGORIES=		devel python
12
MASTER_SITES=		${MASTER_SITE_LOCAL}
12
MASTER_SITES=		http://ox.eicat.ca/~dgilbert/files/
13
MASTER_SITE_SUBDIR=	dwhite
14
PKGNAMEPREFIX=		py-
13
PKGNAMEPREFIX=		py-
15
DISTNAME=		PyKQueue-${PORTVERSION}
14
DISTNAME=		PyKQueue-${PORTVERSION}
15
EXTRACT_SUFX=		.tbz
16
16
17
MAINTAINER=		dwhite@FreeBSD.org
17
MAINTAINER=		ports@dclg.ca
18
COMMENT=	Python interface to kqueue(2) and kevent(2) system calls
18
COMMENT=	Python interface to kqueue(2) and kevent(2) system calls
19
19
20
USE_BZIP2=		yes
20
USE_PYTHON=		yes
21
USE_PYTHON=		yes
21
USE_REINPLACE=		yes
22
USE_REINPLACE=		yes
22
PLIST_SUB+=		PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S/^${LOCALBASE}\///g}
23
PLIST_SUB+=		PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S/^${LOCALBASE}\///g}

Return to bug 74224