FreshPorts -- The Place For Ports notbug Sat, 11 Feb 2012 4:36 PM GMT
Port details
p5-threads 1.86 devel on this many watch lists=3 search for ports that depend on this port
Perl interpreter-based threads
Maintained by: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 30 Aug 2006 01:44:40
Also Listed In: perl5
License: not specified in port
Perl 5.6 introduced something called interpreter threads. Interpreter
threads are different from 5005threads (the thread model of Perl 5.005)
by creating a new Perl interpreter per thread, and not sharing any
data or state between threads by default.

Prior to Perl 5.8, this has only been available to people embedding 
Perl, and for emulating fork() on Windows.

The threads API is loosely based on the old Thread.pm API. It is very
important to note that variables are not shared between threads, all
variables are by default thread local. To use shared variables one
must use threads::shared.

It is also important to note that you must enable threads by doing use
threads as early as possible in the script itself, and that it is not
possible to enable threading inside an eval "", do, require, or use.
In particular, if you are intending to share variables with
threads::shared, you must use threads before you use threads::shared.
(threads will emit a warning if you do it the other way around.)

WWW:	http://search.cpan.org/dist/threads/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: lang/perl5.8
Required To Run: lang/perl5.8
There are no ports dependent upon this port

To install the port: cd /usr/ports/devel/p5-threads/ && make install clean
To add the package: pkg_add -r p5-threads


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.cpan.org/pub/CPAN/authors/id/J/JD/JDHEDDEN/
http://www.cpan.dk/authors/id/J/JD/JDHEDDEN/
ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/authors/id/J/JD/JDHEDDEN/
http://ftp.jaist.ac.jp/pub/CPAN/authors/id/J/JD/JDHEDDEN/
ftp://ftp.dti.ad.jp/pub/lang/CPAN/authors/id/J/JD/JDHEDDEN/
ftp://ftp.sunet.se/pub/lang/perl/CPAN/authors/id/J/JD/JDHEDDEN/
ftp://mirror.hiwaay.net/CPAN/authors/id/J/JD/JDHEDDEN/
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/authors/id/J/JD/JDHEDDEN/
http://at.cpan.org/authors/id/J/JD/JDHEDDEN/
ftp://ftp.auckland.ac.nz/pub/perl/CPAN/authors/id/J/JD/JDHEDDEN/
http://backpan.perl.org/authors/id/J/JD/JDHEDDEN/
ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/J/JD/JDHEDDEN/
http://cpan.nctu.edu.tw/authors/id/J/JD/JDHEDDEN/
http://ftp.twaren.net/Unix/Lang/CPAN/authors/id/J/JD/JDHEDDEN/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 32

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
15 Dec 2011 07:02:06
Original commit files touched by this commit  1.86
sunpoet search for other commits by this committer
- Update to 1.86

Changes:        http://search.cpan.org/dist/threads/Changes
04 Sep 2011 08:28:03
Original commit files touched by this commit  1.85
sunpoet search for other commits by this committer
- Update to 1.85

Changes:        http://search.cpan.org/dist/threads/Changes
21 Jun 2011 06:58:21
Original commit files touched by this commit  1.83
az search for other commits by this committer
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
- Utilize CPAN macro
24 Apr 2011 18:46:17
Original commit files touched by this commit  1.83
culot search for other commits by this committer
- Update to 1.83

Changes:        http://search.cpan.org/dist/threads/Changes
25 Dec 2010 04:03:59
Original commit files touched by this commit  1.82
wen search for other commits by this committer
- Update to 1.82
ChangeLog: http://cpansearch.perl.org/src/JDHEDDEN/threads-1.82/Changes
07 Dec 2010 19:35:25
Original commit files touched by this commit  1.81
linimon search for other commits by this committer
With portmgr hat, reassign some ports from clsung to perl, since clsung
is apparently having some trouble with email.
04 Nov 2010 06:28:20
Original commit files touched by this commit  1.81
sunpoet search for other commits by this committer
- Update to 1.81

Changes:        http://search.cpan.org/dist/threads/Changes
PR:             ports/151827
Submitted by:   sunpoet (myself)
Approved by:    clsung (maintainer, via IRC)
24 Sep 2010 02:03:44
Original commit files touched by this commit  1.77
pgollucci search for other commits by this committer
- only 13% of the p5- ports embed @comment $FreeBSD$:
  so standarize and remove it

With Hat:   perl@
23 Aug 2010 03:58:05
Original commit files touched by this commit  1.77
pgollucci search for other commits by this committer
- Update to 1.77

Changes:        http://search.cpan.org/dist/threads/Changes
PR:             ports/147613
Submitted by:   pgollucci (myself)
Approved by:    maintainer timeout (clsung; > 2.5 months)
09 Dec 2009 07:03:15
Original commit files touched by this commit  1.75
clsung search for other commits by this committer
- Update to 1.75

Changes:        http://search.cpan.org/dist/threads/Changes
13 Aug 2009 08:45:03
Original commit files touched by this commit  1.74
clsung search for other commits by this committer
- Update to 1.74

Changes:        http://search.cpan.org/dist/threads/Changes
18 Jun 2009 00:52:30
Original commit files touched by this commit  1.73
clsung search for other commits by this committer
- Update to 1.73

Changes:        http://search.cpan.org/dist/threads/Changes
03 Jun 2009 03:19:17
Original commit files touched by this commit  1.72
clsung search for other commits by this committer
- Update to 1.72

PR:             ports/134826
Submitted by:   pgollucci
17 Apr 2008 14:30:31
Original commit files touched by this commit  1.67
araujo search for other commits by this committer
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.

PR:             ports/122674
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:    araujo (myself)
Approved by:    portmgr (pav)
21 Sep 2007 01:01:37
Original commit files touched by this commit  1.67
clsung search for other commits by this committer
- Update to 1.67
08 Sep 2007 00:59:21
Original commit files touched by this commit  1.64
linimon search for other commits by this committer
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:   gabor
Sponsored by:   Google Summer of Code 2007
Hat:            portmgr
21 Aug 2007 05:46:50
Original commit files touched by this commit  1.64
clsung search for other commits by this committer
- Update to 1.64
09 Jul 2007 07:22:12
Original commit files touched by this commit  1.63
clsung search for other commits by this committer
- Update to 1.63
09 Jun 2007 02:35:38
Original commit files touched by this commit  1.62
clsung search for other commits by this committer
- Update to 1.62
25 Mar 2007 10:40:47
Original commit files touched by this commit  1.61
clsung search for other commits by this committer
- Update to 1.61
12 Feb 2007 09:55:28
Original commit files touched by this commit  1.59
clsung search for other commits by this committer
- Update to 1.59
31 Jan 2007 02:05:27
Original commit files touched by this commit  1.58
clsung search for other commits by this committer
- Update to 1.58
27 Dec 2006 01:28:12
Original commit files touched by this commit  1.57
clsung search for other commits by this committer
- Update to 1.57
20 Dec 2006 08:39:58
Original commit files touched by this commit  1.56
clsung search for other commits by this committer
- Update to 1.56
09 Dec 2006 06:07:22
Original commit files touched by this commit  1.53
clsung search for other commits by this committer
- Update to 1.53
22 Nov 2006 07:47:20
Original commit files touched by this commit  1.52
clsung search for other commits by this committer
- Update to 1.52
19 Nov 2006 09:57:25
Original commit files touched by this commit  1.51
clsung search for other commits by this committer
- Update to 1.51
05 Nov 2006 12:24:41
Original commit files touched by this commit  1.49
clsung search for other commits by this committer
- Update to 1.49
31 Oct 2006 15:11:15
Original commit files touched by this commit  1.46
clsung search for other commits by this committer
- Update to 1.46
24 Sep 2006 14:29:49
Original commit files touched by this commit  1.42
clsung search for other commits by this committer
- Update to 1.42
- I'll maintain this port

PR:             ports/103544
Submitted by:   clsung
Approved by:    maintainer (Gea-Suan Lin)
11 Sep 2006 01:55:21
Original commit files touched by this commit  1.41
clsung search for other commits by this committer
- Update to 1.41

PR:             ports/103054
Submitted by:   clsung
Approved by:    maintainer (Gea-Suan Lin)
30 Aug 2006 01:44:26
Original commit files touched by this commit  1.37
clsung search for other commits by this committer
Add p5-threads 1.37, perl interpreter-based threads.

PR:             ports/100691
Submitted by:   Gea-Suan Lin <gslin at gslin.org>

Number of commits found: 32

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06
bugzilla2Feb 06
bugzilla3Feb 06

14 vulnerabilities affecting 32 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23150
Broken 190
Deprecated 96
Ignore 726
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 6
new 48 hours9
new 7 days47
new fortnight71
new month143

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.32 seconds.