From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 9 13:30:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 28D96106564A for ; Sun, 9 Sep 2012 13:30:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D9CFC8FC16 for ; Sun, 9 Sep 2012 13:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q89DU9U1065962 for ; Sun, 9 Sep 2012 13:30:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q89DU9Z4065949; Sun, 9 Sep 2012 13:30:09 GMT (envelope-from gnats) Resent-Date: Sun, 9 Sep 2012 13:30:09 GMT Resent-Message-Id: <201209091330.q89DU9Z4065949@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kubilay Kocak Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE657106566C for ; Sun, 9 Sep 2012 13:29:26 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id C140D8FC14 for ; Sun, 9 Sep 2012 13:29:26 +0000 (UTC) Received: by pbbrp2 with SMTP id rp2so1325978pbb.13 for ; Sun, 09 Sep 2012 06:29:26 -0700 (PDT) Received: by 10.66.73.7 with SMTP id h7mr16295709pav.34.1347197366208; Sun, 09 Sep 2012 06:29:26 -0700 (PDT) Received: from freebsd-9-amd64.localdomain (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPS id io1sm6203405pbc.43.2012.09.09.06.29.24 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 09 Sep 2012 06:29:25 -0700 (PDT) Received: by freebsd-9-amd64.localdomain (Postfix, from userid 1001) id 99E0B39F05; Sun, 9 Sep 2012 23:29:21 +1000 (EST) Message-Id: <20120909132921.99E0B39F05@freebsd-9-amd64.localdomain> Date: Sun, 9 Sep 2012 23:29:21 +1000 (EST) From: Kubilay Kocak To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171507: [NEW PORT] devel/py-posix_ipc: POSIX IPC for Python - Semaphores, Shared Memory and Message Queues X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 13:30:10 -0000 >Number: 171507 >Category: ports >Synopsis: [NEW PORT] devel/py-posix_ipc: POSIX IPC for Python - Semaphores, Shared Memory and Message Queues >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 09 13:30:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Kubilay Kocak >Release: FreeBSD 9.0-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD freebsd-9-amd64 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Sat Jul 7 21:26:56 EST >Description: posix_ipc gives access to POSIX inter-process semaphores, shared memory and message queues on systems that support the POSIX Realtime Extensions a.k.a. POSIX 1003.1b-1993. WWW: http://semanchuk.com/philip/posix_ipc/ ==[QA]== portlint: WARN: Makefile: only one MASTER_SITE configured redports: https://redports.org/buildarchive/20120909120613-19238/ Generated with FreeBSD Port Tools 0.99_6 (mode: new) >How-To-Repeat: >Fix: --- .shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-posix_ipc # py-posix_ipc/Makefile # py-posix_ipc/distinfo # py-posix_ipc/pkg-descr # echo c - py-posix_ipc mkdir -p py-posix_ipc > /dev/null 2>&1 echo x - py-posix_ipc/Makefile sed 's/^X//' >py-posix_ipc/Makefile << '9786b3eb9493d1c301f3698a35106120' X# $FreeBSD$ X XPORTNAME= posix_ipc XPORTVERSION= 0.9.4 XCATEGORIES= devel python XMASTER_SITES= http://semanchuk.com/philip/posix_ipc/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= koobs.freebsd@gmail.com XCOMMENT= POSIX IPC for Python - Semaphores, Shared Memory and Message Queues X XLICENSE= BSD X XUSE_PYTHON= yes XUSE_PYDISTUTILS= yes X XPLIST_FILES= %%PYTHON_SITELIBDIR%%/posix_ipc.so X X.include 9786b3eb9493d1c301f3698a35106120 echo x - py-posix_ipc/distinfo sed 's/^X//' >py-posix_ipc/distinfo << '556d0655515e785e8218b9fdcd093321' XSHA256 (posix_ipc-0.9.4.tar.gz) = 313da91eadbcea13f58eb6d329c6ec2c398715e3962f282fdac5f8132311ed25 XSIZE (posix_ipc-0.9.4.tar.gz) = 74661 556d0655515e785e8218b9fdcd093321 echo x - py-posix_ipc/pkg-descr sed 's/^X//' >py-posix_ipc/pkg-descr << '323991232b599d70e4a6d12c5374beb2' Xposix_ipc gives access to POSIX inter-process semaphores, shared memory and Xmessage queues on systems that support the POSIX Realtime Extensions a.k.a. XPOSIX 1003.1b-1993. X XWWW: http://semanchuk.com/philip/posix_ipc/ 323991232b599d70e4a6d12c5374beb2 exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: