Bug 110476 - New port: devel/p5-Thread-Suspend 1.09
Summary: New port: devel/p5-Thread-Suspend 1.09
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: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-18 16:20 UTC by ruben
Modified: 2009-01-12 20:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ruben 2007-03-18 16:20:09 UTC
From pkg-descr:

This module adds suspend and resume operations for threads.

Suspensions are cumulative, and need to be matched by an equal number of resume
calls.


WWW:	http://search.cpan.org/dist/Thread-Suspend/

Fix: 

FYI: "make test" completed succesful on this platform with perl interpreter threads enabled
How-To-Repeat: 
# 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-Thread-Suspend
#	p5-Thread-Suspend/Makefile
#	p5-Thread-Suspend/distinfo
#	p5-Thread-Suspend/pkg-descr
#	p5-Thread-Suspend/pkg-plist
#
echo c - p5-Thread-Suspend
mkdir -p p5-Thread-Suspend > /dev/null 2>&1
echo x - p5-Thread-Suspend/Makefile
sed 's/^X//' >p5-Thread-Suspend/Makefile << 'END-of-p5-Thread-Suspend/Makefile'
X# New ports collection makefile for:	p5-Thread-Suspend
X# Date created:		2007-03-18
X# Whom:			Ruben van Staveren
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Thread-Suspend
XPORTVERSION=	1.09
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Thread
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	ruben@verweg.com
XCOMMENT=	Suspend and resume operations for threads
X
XRUN_DEPENDS=	p5-threads>=1.39:${PORTSDIR}/devel/p5-threads \
X				p5-threads-shared>=1.01:${PORTSDIR}/devel/p5-threads-shared
XBUILD_DEPENDS=	${RUN_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=	Thread::Suspend.3
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500800
XIGNORE=	requires perl 5.8.0 or later. Install lang/perl5.8 then try again
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-Thread-Suspend/Makefile
echo x - p5-Thread-Suspend/distinfo
sed 's/^X//' >p5-Thread-Suspend/distinfo << 'END-of-p5-Thread-Suspend/distinfo'
XMD5 (Thread-Suspend-1.09.tar.gz) = 899114221997cbfcccf58911c6f18a97
XSHA256 (Thread-Suspend-1.09.tar.gz) = 3a3db53e043a5d3ea6c19a649c4afd476f424ee43eacb088db9fb4c7a3d8ad65
XSIZE (Thread-Suspend-1.09.tar.gz) = 6810
END-of-p5-Thread-Suspend/distinfo
echo x - p5-Thread-Suspend/pkg-descr
sed 's/^X//' >p5-Thread-Suspend/pkg-descr << 'END-of-p5-Thread-Suspend/pkg-descr'
XThis module adds suspend and resume operations for threads.
X
XSuspensions are cumulative, and need to be matched by an equal number of resume
Xcalls.
X
X
XWWW:	http://search.cpan.org/dist/Thread-Suspend/
END-of-p5-Thread-Suspend/pkg-descr
echo x - p5-Thread-Suspend/pkg-plist
sed 's/^X//' >p5-Thread-Suspend/pkg-plist << 'END-of-p5-Thread-Suspend/pkg-plist'
X@comment $FreeBSD$
X%%SITE_PERL%%/Thread/Suspend.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Thread/Suspend/.packlist
X@dirrmtry %%SITE_PERL%%/Thread/Suspend
X@dirrmtry %%SITE_PERL%%/Thread
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Thread/Suspend
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Thread
END-of-p5-Thread-Suspend/pkg-plist
exit
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-03-18 20:13:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2007-03-22 14:44:56 UTC
Responsible Changed
From-To: miwi->clsung

clsung handel this.
Comment 3 Stefan Walter freebsd_committer freebsd_triage 2008-12-19 07:58:21 UTC
Hi clsung,

there hasn't been an update on this for a while. I'm trying to find out
what the state of this is - are you working on adding this port?

Regards,
Stefan
Comment 4 Stefan Walter freebsd_committer freebsd_triage 2009-01-08 17:31:57 UTC
Responsible Changed
From-To: clsung->freebsd-ports-bugs

Committer timeout (1 year 9 months).
Comment 5 Wesley Shields freebsd_committer freebsd_triage 2009-01-08 21:18:44 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2009-01-12 19:54:58 UTC
wxs         2009-01-12 19:54:46 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Thread-Suspend Makefile distinfo pkg-descr pkg-plist 
  Log:
  This module adds suspend and resume operations for threads.
  
  Suspensions are cumulative, and need to be matched by an equal number of
  resume calls.
  
  PR:             ports/110476
  Submitted by:   Ruben van Staveren <ruben@verweg.com>
  
  Revision  Changes    Path
  1.3316    +1 -0      ports/devel/Makefile
  1.1       +38 -0     ports/devel/p5-Thread-Suspend/Makefile (new)
  1.1       +3 -0      ports/devel/p5-Thread-Suspend/distinfo (new)
  1.1       +7 -0      ports/devel/p5-Thread-Suspend/pkg-descr (new)
  1.1       +7 -0      ports/devel/p5-Thread-Suspend/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 7 Wesley Shields freebsd_committer freebsd_triage 2009-01-12 19:55:19 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!