FreshPorts -- The Place For Ports Tue, 9 Feb 2010 7:12 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
p5-threads 1.75 devel on this many watch lists=3 search for ports that depend on this port
Perl interpreter-based threads
Maintained by: clsung@FreeBSD.org search for ports maintained by this maintainer
Port Added: 30 Aug 2006 02:44:40
Also Listed In: perl5


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
Required To Build: lang/perl5.8
Required To Run: lang/perl5.8

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.funet.fi/pub/languages/perl/CPAN/modules/by-module/../../authors/id/J/JD/JDHEDDEN/
ftp://ftp.cpan.org/pub/CPAN/modules/by-module/../../authors/id/J/JD/JDHEDDEN/
http://www.cpan.dk/modules/by-module/../../authors/id/J/JD/JDHEDDEN/
http://ring.nict.go.jp/archives/lang/perl/CPAN/modules/by-module/../../authors/id/J/JD/JDHEDDEN/
http://ring.k-opti.com/archives/lang/perl/CPAN/modules/by-module/../../authors/id/J/JD/JDHEDDEN/
http://ring.riken.jp/archives/lang/perl/CPAN/modules/by-module/../../authors/id/J/JD/JDHEDDEN/
ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/../../authors/id/J/JD/JDHEDDEN/
ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/../../authors/id/J/JD/JDHEDDEN/
ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/../../authors/id/J/JD/JDHEDDEN/
ftp://mirror.hiwaay.net/CPAN/modules/by-module/../../authors/id/J/JD/JDHEDDEN/
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/../../authors/id/J/JD/JDHEDDEN/
ftp://csociety-ftp.ecn.purdue.edu/pub/CPAN/modules/by-module/../../authors/id/J/JD/JDHEDDEN/
ftp://ftp.isu.net.sa/pub/CPAN/modules/by-module/../../authors/id/J/JD/JDHEDDEN/
ftp://ftp.cs.colorado.edu/pub/perl/CPAN/modules/by-module/../../authors/id/J/JD/JDHEDDEN/
ftp://cpan.pop-mg.com.br/pub/CPAN/modules/by-module/../../authors/id/J/JD/JDHEDDEN/
http://at.cpan.org/modules/by-module/../../authors/id/J/JD/JDHEDDEN/
ftp://ftp.chg.ru/pub/lang/perl/CPAN/modules/by-module/../../authors/id/J/JD/JDHEDDEN/
ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/../../authors/id/J/JD/JDHEDDEN/
http://backpan.cpan.org/modules/by-module/../../authors/id/J/JD/JDHEDDEN/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 23

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
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 09: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 01: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 04: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 15: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 02: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 01: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 06: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 08: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 03: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 11: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 15: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 02: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 02: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: 23

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 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 21261
Broken 171
Deprecated 36
Ignore 905
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 7
new 48 hours9
new 7 days29
new fortnight87
new month197

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

Add tab to Netscape 6

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