Date: Sun, 21 Nov 2004 21:46:58 -0500 (EST) From: David Gilbert <dgilbert@daveg.ca> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/74224: py-KQueue port requires updating Message-ID: <20041122024658.CD3426810@canoe.dclg.ca> Resent-Message-ID: <200411220250.iAM2oCCU090567@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 74224 >Category: ports >Synopsis: py-KQueue port requires updating >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Nov 22 02:50:12 GMT 2004 >Closed-Date: >Last-Modified: >Originator: David Gilbert >Release: FreeBSD 5.3-STABLE i386 >Organization: DaveG.ca >Environment: System: FreeBSD canoe.dclg.ca 5.3-STABLE FreeBSD 5.3-STABLE #0: Tue Nov 2 14:45:07 EST 2004 root@canoe.dclg.ca:/usr/obj/usr/src/sys/CANOE i386 Pretty much any FreeBSD. >Description: Version 1.4 comprises changes that I made to add EVFILT's not included such as TIMER. While I was there, I made a couple other mods. I sent the patches to dwhite@freebsd.org. However, I emailed me the following: I no longer maintain this port. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org So... I'll happily take over maintainership. It appears that he has some other grand designs that are as-yet unimplemented. That's cool. I'm not married to things --- I just like to have patches checked in. Makes clients feel better and all that. >How-To-Repeat: N/A >Fix: --- distinfo.orig Sun Nov 21 21:23:19 2004 +++ distinfo Sun Nov 21 21:26:40 2004 @@ -1,2 +1,2 @@ -MD5 (PyKQueue-1.3.tar.gz) = f50c3ae4b254ae933149938f8ed62bb5 -SIZE (PyKQueue-1.3.tar.gz) = 15958 +MD5 (PyKQueue-1.4.tbz) = 982607e72cd5f2f7deb06ff5ae496537 +SIZE (PyKQueue-1.4.tbz) = 12800 --- pkg-descr.orig Sun Nov 21 21:23:28 2004 +++ pkg-descr Sun Nov 21 21:33:12 2004 @@ -10,4 +10,4 @@ This Python module provides a C module and supporting Python script to use these functions in a object-oriented manner. -WWW: http://people.freebsd.org/~dwhite/PyKQueue/ +WWW: http://ox.eicat.ca/~dgilbert/files/PyKQueue.html --- Makefile.orig Sun Nov 21 21:23:03 2004 +++ Makefile Sun Nov 21 21:39:45 2004 @@ -6,17 +6,18 @@ # PORTNAME= kqueue -PORTVERSION= 1.3 +PORTVERSION= 1.4 PORTREVISION= 1 CATEGORIES= devel python -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= dwhite +MASTER_SITES= http://ox.eicat.ca/~dgilbert/files/ PKGNAMEPREFIX= py- DISTNAME= PyKQueue-${PORTVERSION} +EXTRACT_SUFX= .tbz -MAINTAINER= dwhite@FreeBSD.org +MAINTAINER= ports@dclg.ca COMMENT= Python interface to kqueue(2) and kevent(2) system calls +USE_BZIP2= yes USE_PYTHON= yes USE_REINPLACE= yes PLIST_SUB+= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S/^${LOCALBASE}\///g} >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041122024658.CD3426810>