Date: Thu, 25 Oct 2007 00:46:12 +0200 (CEST) From: Martin Horcicka <martin@horcicka.eu> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/117464: Update port: devel/py-lock_file version 2.0 Message-ID: <200710242246.l9OMkC94020142@bar.horcicka.eu> Resent-Message-ID: <200710242340.l9ONe1X0091336@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 117464 >Category: ports >Synopsis: Update port: devel/py-lock_file version 2.0 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Oct 24 23:40:01 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Martin Horcicka >Release: FreeBSD 6.2-RELEASE-p6 i386 >Organization: >Environment: System: FreeBSD bar.horcicka.eu 6.2-RELEASE-p6 FreeBSD 6.2-RELEASE-p6 #0: Thu Jul 12 22:52:05 UTC 2007 root@builder.vol.cz:/usr/obj/usr/src/sys/SMP i386 >Description: >How-To-Repeat: >Fix: # 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-lock_file # py-lock_file/Makefile # py-lock_file/distinfo # py-lock_file/pkg-descr # py-lock_file/pkg-plist # echo c - py-lock_file mkdir -p py-lock_file > /dev/null 2>&1 echo x - py-lock_file/Makefile sed 's/^X//' >py-lock_file/Makefile << 'END-of-py-lock_file/Makefile' X# New ports collection makefile for: lock_file X# Date created: 5 June 2007 X# Whom: Martin Horcicka <martin@horcicka.eu> X# X# $FreeBSD: ports/devel/py-lock_file/Makefile,v 1.1 2007/06/06 13:28:20 miwi Exp $ X# X XPORTNAME= lock_file XPORTVERSION= 2.0 XCATEGORIES= devel python XMASTER_SITES= http://martin.horcicka.eu/python/lock_file/ \ X http://pypi.python.org/packages/source/l/lock_file/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= martin@horcicka.eu XCOMMENT= Lock file manipulation X XUSE_PYTHON= 2.4+ XUSE_PYDISTUTILS= yes X X.include <bsd.port.mk> END-of-py-lock_file/Makefile echo x - py-lock_file/distinfo sed 's/^X//' >py-lock_file/distinfo << 'END-of-py-lock_file/distinfo' XMD5 (lock_file-2.0.tar.gz) = 0cb7ea3f0ff9c67dfc7c2f90b64aabc9 XSHA256 (lock_file-2.0.tar.gz) = c77828fdb26e422f274986982a17d34aa24f485ab7e83c0ca0d7c6160dd89471 XSIZE (lock_file-2.0.tar.gz) = 2658 END-of-py-lock_file/distinfo echo x - py-lock_file/pkg-descr sed 's/^X//' >py-lock_file/pkg-descr << 'END-of-py-lock_file/pkg-descr' XLock file is a traditional means of synchronization among processes. In this Xmodule it is implemented as an empty regular file exclusively locked using Xfcntl.lockf. When it is to be released it is removed by default. However, if Xall cooperating processes turn off the removal, they get a guaranteed order of Xacquisitions and better scalability. X XWWW: http://martin.horcicka.eu/python/lock_file/ END-of-py-lock_file/pkg-descr echo x - py-lock_file/pkg-plist sed 's/^X//' >py-lock_file/pkg-plist << 'END-of-py-lock_file/pkg-plist' X%%PYTHON_SITELIBDIR%%/lock_file.py X%%PYTHON_SITELIBDIR%%/lock_file.pyc X%%PYTHON_SITELIBDIR%%/lock_file.pyo END-of-py-lock_file/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710242246.l9OMkC94020142>