From adox@mcx2.org  Mon Jan 26 18:48:22 2009
Return-Path: <adox@mcx2.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A8C7510656C0
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 26 Jan 2009 18:48:22 +0000 (UTC)
	(envelope-from adox@mcx2.org)
Received: from mail-fx0-f15.google.com (mail-fx0-f15.google.com [209.85.220.15])
	by mx1.freebsd.org (Postfix) with ESMTP id 1DFD78FC21
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 26 Jan 2009 18:48:21 +0000 (UTC)
	(envelope-from adox@mcx2.org)
Received: by fxm8 with SMTP id 8so201628fxm.19
        for <FreeBSD-gnats-submit@freebsd.org>; Mon, 26 Jan 2009 10:48:21 -0800 (PST)
Received: by 10.223.108.15 with SMTP id d15mr6324863fap.62.1232995700153;
        Mon, 26 Jan 2009 10:48:20 -0800 (PST)
Received: from localhost (p579DC544.dip.t-dialin.net [87.157.197.68])
        by mx.google.com with ESMTPS id 3sm1523607fxm.89.2009.01.26.10.48.19
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Mon, 26 Jan 2009 10:48:19 -0800 (PST)
Message-Id: <497e0573.030db80a.3f74.4da6@mx.google.com>
Date: Mon, 26 Jan 2009 10:48:19 -0800 (PST)
From: Dennis Herrmann <adox@mcx2.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] devel/rubygem-lockfile: A ruby library for creating NFS safe lockfiles
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         131023
>Category:       ports
>Synopsis:       [NEW PORT] devel/rubygem-lockfile: A ruby library for creating NFS safe lockfiles
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 26 18:50:04 UTC 2009
>Closed-Date:    Mon Feb 09 13:09:59 UTC 2009
>Last-Modified:  Mon Feb  9 13:20:01 UTC 2009
>Originator:     Dennis Herrmann
>Release:        FreeBSD 7.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD dhn.homeunix.com 7.1-STABLE FreeBSD 7.1-STABLE #4: Sat Jan 10 13:45:30 CET 2009
>Description:
rlock creates NFS safe lockfiles. it can optionally run a program while
holding the lock, ensuring lockfile removal on program exit. if a program
is specified to be run rlock will spawn a background thread to kept the
lockfile 'fresh' by touching it at a regular interval. in this way a lease
is maintained on the lockfile and other processes attempting to obtain the
lock can determine that it is in use.

WWW:	http://www.codeforpeople.com/lib/ruby/lockfile/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- rubygem-lockfile-1.4.3.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:
#
#	rubygem-lockfile
#	rubygem-lockfile/pkg-descr
#	rubygem-lockfile/Makefile
#	rubygem-lockfile/distinfo
#
echo c - rubygem-lockfile
mkdir -p rubygem-lockfile > /dev/null 2>&1
echo x - rubygem-lockfile/pkg-descr
sed 's/^X//' >rubygem-lockfile/pkg-descr << 'f16133aaae85b676f29668c173d83cea'
Xrlock creates NFS safe lockfiles. it can optionally run a program while
Xholding the lock, ensuring lockfile removal on program exit. if a program
Xis specified to be run rlock will spawn a background thread to kept the
Xlockfile 'fresh' by touching it at a regular interval. in this way a lease
Xis maintained on the lockfile and other processes attempting to obtain the
Xlock can determine that it is in use.
X
XWWW:	http://www.codeforpeople.com/lib/ruby/lockfile/
f16133aaae85b676f29668c173d83cea
echo x - rubygem-lockfile/Makefile
sed 's/^X//' >rubygem-lockfile/Makefile << 'c33ffd18af68ef83ae1782cd737fc4ef'
X# New ports collection makefile for:	rubygem-lockfile
X# Date created:		2009-01-25
X# Whom:			Dennis Herrmann <adox@mcx2.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	lockfile
XPORTVERSION=	1.4.3
XCATEGORIES=	devel rubygems
XMASTER_SITES=	RF/codeforpeople
X
XMAINTAINER=	adox@mcx2.org
XCOMMENT=	A ruby library for creating NFS safe lockfiles
X
XUSE_RUBY=	yes
XUSE_RUBYGEMS=	yes
XUSE_RAKE=	yes
X
Xpost-install:
X	@${ECHO} bin/rlock >> ${TMPPLIST}
X	@${ECHO} bin/rlock-${PORTVERSION} >> ${TMPPLIST}
X	@${ECHO} ${GEM_CACHE} >> ${TMPPLIST}
X	@${FIND} ${PREFIX}/${GEM_DOC_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},${GEM_DOC_DIR},' >> ${TMPPLIST}
X	@${FIND} ${PREFIX}/${GEM_LIB_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},${GEM_LIB_DIR},' >> ${TMPPLIST}
X	@${ECHO} ${GEM_SPEC} >> ${TMPPLIST}
X	@${FIND} ${PREFIX}/${GEM_LIB_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},@dirrm ${GEM_LIB_DIR},' >> ${TMPPLIST}
X	@${FIND} ${PREFIX}/${GEM_DOC_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},@dirrm ${GEM_DOC_DIR},' >> ${TMPPLIST}
X
X.include <bsd.port.mk>
c33ffd18af68ef83ae1782cd737fc4ef
echo x - rubygem-lockfile/distinfo
sed 's/^X//' >rubygem-lockfile/distinfo << '49760264333919bed4ee7b9554b1c863'
XMD5 (rubygem/lockfile-1.4.3.gem) = 53a63206bbaefb7106db5a74a5adf148
XSHA256 (rubygem/lockfile-1.4.3.gem) = 63a9afc59c5084ebc46745d1f22e909c53d292d10c3e5f50d7bde891fbf6ab33
XSIZE (rubygem/lockfile-1.4.3.gem) = 19456
49760264333919bed4ee7b9554b1c863
exit
--- rubygem-lockfile-1.4.3.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Jan 26 18:50:20 UTC 2009 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=131023 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Feb 9 13:09:57 UTC 2009 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=131023 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/131023: commit references a PR
Date: Mon,  9 Feb 2009 13:10:23 +0000 (UTC)

 miwi        2009-02-09 13:10:09 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/rubygem-lockfile Makefile distinfo pkg-descr 
   Log:
   rlock creates NFS safe lockfiles. it can optionally run a program while
   holding the lock, ensuring lockfile removal on program exit. if a program
   is specified to be run rlock will spawn a background thread to kept the
   lockfile 'fresh' by touching it at a regular interval. in this way a lease
   is maintained on the lockfile and other processes attempting to obtain the
   lock can determine that it is in use.
   
   WWW:    http://www.codeforpeople.com/lib/ruby/lockfile/
   
   PR:             ports/131023
   Submitted by:   Dennis Herrmann <adox at mcx2.org>
   
   Revision  Changes    Path
   1.3360    +1 -0      ports/devel/Makefile
   1.1       +30 -0     ports/devel/rubygem-lockfile/Makefile (new)
   1.1       +3 -0      ports/devel/rubygem-lockfile/distinfo (new)
   1.1       +8 -0      ports/devel/rubygem-lockfile/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
