Date: Fri, 22 Jul 2011 14:12:50 GMT From: Andrey Zonov <andrey@zonov.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/159114: [new port] sysutils/flock: Manage locks from shell scripts Message-ID: <201107221412.p6MEComX088960@red.freebsd.org> Resent-Message-ID: <201107221420.p6MEK91w096540@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 159114 >Category: ports >Synopsis: [new port] sysutils/flock: Manage locks from shell scripts >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 22 14:20:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Andrey Zonov >Release: stable-7, stable-8 >Organization: >Environment: >Description: Manage locks from shell scripts >How-To-Repeat: >Fix: Patch attached with submission follows: # 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: # # flock/ # flock/Makefile # flock/distinfo # flock/pkg-descr # echo c - flock/ mkdir -p flock/ > /dev/null 2>&1 echo x - flock/Makefile sed 's/^X//' >flock/Makefile << 'e624d88255284a8ec5650766cdaeb007' X# New ports collection makefile for: flock X# Date created: 26 May 2011 X# Whom: Andrey Zonov <andrey@zonov.org> X# X# $FreeBSD$ X# X XPORTNAME= flock XPORTVERSION= 2.19 XCATEGORIES= sysutils XMASTER_SITES= http://www.zonov.org/${PORTNAME}/ X XMAINTAINER= andrey@zonov.org XCOMMENT= Manage locks from shell scripts X XPLIST_FILES= bin/${PORTNAME} XMAN1= ${PORTNAME}.1 X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin X ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1 X X.include <bsd.port.mk> e624d88255284a8ec5650766cdaeb007 echo x - flock/distinfo sed 's/^X//' >flock/distinfo << '1b9dfc209410adef9ece0507c22c2fbc' XMD5 (flock-2.19.tar.gz) = 60bb3ce83dc4d28391855eb563175422 XSHA256 (flock-2.19.tar.gz) = 9716618042a753cc4bd6e787d0886ea5fce8a167d5ce62421cee2c09ea86fbda XSIZE (flock-2.19.tar.gz) = 5452 1b9dfc209410adef9ece0507c22c2fbc echo x - flock/pkg-descr sed 's/^X//' >flock/pkg-descr << '639db650accc85e45d3f0cfa03091ee6' XManage locks from shell scripts X XWWW: http://ftp.kernel.org/pub/linux/utils/util-linux/ 639db650accc85e45d3f0cfa03091ee6 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107221412.p6MEComX088960>