Bug 164368 - New Port: devel/p5-Path-Class-File-Lockable
Summary: New Port: devel/p5-Path-Class-File-Lockable
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-22 10:20 UTC by Tatsuya Ueda
Modified: 2012-01-23 12:40 UTC (History)
0 users

See Also:


Attachments
file.shar (2.90 KB, text/plain)
2012-01-22 10:20 UTC, Tatsuya Ueda
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tatsuya Ueda 2012-01-22 10:20:10 UTC
Path::Class::File::Lockable uses simple files to indicate
whether a file is locked or not.

It does not use flock(), since that is unstable over NFS.
Effort has been made to avoid race conditions.

Path::Class::File::Lockable is intended for long-standing locks,
as in a Subversion workspace.

See SVN::Class for example.
Comment 1 Frederic Culot freebsd_committer freebsd_triage 2012-01-22 11:34:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 2 ml 2012-01-23 00:23:13 UTC
Sorry.

Since the category was not suitable, please correct.

----
# 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:
#
#       p5-Path-Class-File-Lockable
#       p5-Path-Class-File-Lockable/Makefile
#       p5-Path-Class-File-Lockable/distinfo
#       p5-Path-Class-File-Lockable/pkg-plist
#       p5-Path-Class-File-Lockable/pkg-descr
#
echo c - p5-Path-Class-File-Lockable
mkdir -p p5-Path-Class-File-Lockable > /dev/null 2>&1
echo x - p5-Path-Class-File-Lockable/Makefile
sed 's/^X//' >p5-Path-Class-File-Lockable/Makefile << 'a5775560810b650cd3a040eeaabf5ef5'
X# New ports collection makefile for: p5-Path-Class-File-Lockable
X# Date created:                22 Jan 2012
X# Whom:                        Tatsuya Ueda <ml+freebsd@tatsuya.info>
X#
X# $FreeBSD: $
X#
X
XPORTNAME=      Path-Class-File-Lockable
XPORTVERSION=   0.02
XCATEGORIES=    devel perl5
XMASTER_SITES=  CPAN
XMASTER_SITE_SUBDIR=     CPAN:KARMAN
XPKGNAMEPREFIX= p5-
X
XMAINTAINER=    ml+freebsd@tatsuya.info
XCOMMENT=       Path::Class::File::Lockable - lock your files with Path::Class::File
X
XBUILD_DEPENDS=  ${SITE_PERL}/File/NFSLock.pm:${PORTSDIR}/devel/p5-File-NFSLock
XRUN_DEPENDS:=  ${BUILD_DEPENDS}
X
XPERL_CONFIGURE=        yes
X
XMAN3=          Path::Class::File::Lockable.3
X
X.include <bsd.port.mk>
a5775560810b650cd3a040eeaabf5ef5
echo x - p5-Path-Class-File-Lockable/distinfo
sed 's/^X//' >p5-Path-Class-File-Lockable/distinfo << '4cf482c5682e9362b296476d4f6b37f7'
XSHA256 (Path-Class-File-Lockable-0.02.tar.gz) = 543c0c4e53344ef1705bcdb25c65a5371f8990c5ddd5808a29279a65e0487d9c
XSIZE (Path-Class-File-Lockable-0.02.tar.gz) = 4508
4cf482c5682e9362b296476d4f6b37f7
echo x - p5-Path-Class-File-Lockable/pkg-plist
sed 's/^X//' >p5-Path-Class-File-Lockable/pkg-plist << '8b3a7f67b6b5561b56b4166032ebd81c'
X%%SITE_PERL%%/Path/Class/File/Lockable.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Path/Class/File/Lockable/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Path/Class/File/Lockable
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Path/Class/File
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Path/Class
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Path
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Path/Class/File
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Path/Class
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Path
X
8b3a7f67b6b5561b56b4166032ebd81c
echo x - p5-Path-Class-File-Lockable/pkg-descr
sed 's/^X//' >p5-Path-Class-File-Lockable/pkg-descr << '4b5865ea00acd3bd7a5ffedbca60ebbf'
XPath::Class::File::Lockable uses simple files to indicate
Xwhether a file is locked or not.
X
XIt does not use flock(), since that is unstable over NFS.
XEffort has been made to avoid race conditions.
X
XPath::Class::File::Lockable is intended for long-standing locks,
Xas in a Subversion workspace.
X
XSee SVN::Class for example.
4b5865ea00acd3bd7a5ffedbca60ebbf
exit
----
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-01-23 10:25:58 UTC
culot       2012-01-23 10:25:40 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Path-Class-File-Lockable Makefile distinfo pkg-descr 
                                      pkg-plist 
  Log:
  Path::Class::File::Lockable uses simple files to indicate
  whether a file is locked or not.
  
  It does not use flock(), since that is unstable over NFS.
  Effort has been made to avoid race conditions.
  
  Path::Class::File::Lockable is intended for long-standing locks,
  as in a Subversion workspace. See SVN::Class for example.
  
  WWW: http://search.cpan.org/dist/Path-Class-File-Lockable/
  
  PR:             ports/164368 (based on)
  Submitted by:   Tatsuya Ueda <ml+freebsd@tatsuya.info>
  
  Revision  Changes    Path
  1.4814    +1 -0      ports/devel/Makefile
  1.1       +29 -0     ports/devel/p5-Path-Class-File-Lockable/Makefile (new)
  1.1       +2 -0      ports/devel/p5-Path-Class-File-Lockable/distinfo (new)
  1.1       +10 -0     ports/devel/p5-Path-Class-File-Lockable/pkg-descr (new)
  1.1       +9 -0      ports/devel/p5-Path-Class-File-Lockable/pkg-plist (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"
Comment 4 Frederic Culot freebsd_committer freebsd_triage 2012-01-23 10:29:51 UTC
State Changed
From-To: open->closed

New port added, with changes (missing dependency, license, WWW link, 
erroneus plist).
Comment 5 dfilter service freebsd_committer freebsd_triage 2012-01-23 12:33:57 UTC
culot       2012-01-23 12:33:41 UTC

  FreeBSD doc repository (ports committer)

  Modified files:
    en_US.ISO8859-1/articles/contributors contrib.additional.sgml 
  Log:
  Add Tatsuya Ueda <ml+freebsd@tatsuya.info> for devel/p5-Path-Class-File-Lockable.
  
  PR:     ports/164368
  
  Revision  Changes    Path
  1.1056    +5 -0      doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml
_______________________________________________
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"