FreshPorts -- The Place For Ports notbug Sat, 11 Feb 2012 4:36 PM GMT
Port details
p5-threads-shared 1.39 devel on this many watch lists=2 search for ports that depend on this port
Perl extension for sharing data structures between threads
Maintained by: ruben@verweg.com search for ports maintained by this maintainer
Port Added: 04 Apr 2007 08:57:36
Also Listed In: perl5
License: not specified in port
By default, variables are private to each thread, and each newly created thread
gets a private copy of each existing variable. 

This module allows you to share variables across different threads (and
pseudoforks on Win32). It is used together with the threads module.

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

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


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/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 13

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
19 Sep 2011 17:09:22
Original commit files touched by this commit  1.39
sunpoet search for other commits by this committer
- Update to 1.39

Changes:        http://search.cpan.org/dist/threads-shared/Changes
PR:             ports/160450
Submitted by:   sunpoet (myself)
Approved by:    maintainer (timeout, 15 days)
21 Jun 2011 06:58:21
Original commit files touched by this commit  1.34
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
02 Nov 2010 01:00:47
Original commit files touched by this commit  1.34
sunpoet search for other commits by this committer
- Update to 1.34

Changes:        http://search.cpan.org/dist/threads-shared/Changes
PR:             ports/151512
Submitted by:   ehaupt
Approved by:    maintainer (timeout 16 days)
24 Sep 2010 02:03:44
Original commit files touched by this commit  1.33
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@
22 Aug 2010 20:24:00
Original commit files touched by this commit  1.33
pgollucci search for other commits by this committer
- Update to 1.33

PR:             ports/147386
Submitted by:   pgollucci (myself)
Reviewed by:    az
Approved by:    Ruben van Staveren <ruben@verweg.com> (maintainer)
29 Dec 2009 04:14:38
Original commit files touched by this commit  1.32
pgollucci search for other commits by this committer
- Update to 1.32

PR:             ports/141562
Approved by:    maintainer timeout (ruben@verweg.com; 14 days)
Submitted by:   myself (pgollucci@)
22 Jul 2009 17:25:14
Original commit files touched by this commit  1.29
pgollucci search for other commits by this committer
- Update to 1.29

PR:             ports/136532
Approved by:    maintainer
Submitted by:   myself (pgollucci@)
08 Jun 2009 01:34:17
Original commit files touched by this commit  1.28
lippe search for other commits by this committer
- Update to 1.28.

PR:             ports/135180
Submitted by:   Cezary Morga <cm@therek.net>
Approved by:    Ruben van Staveren <ruben@verweg.com>
01 Feb 2009 08:55:30
Original commit files touched by this commit  1.12
pgollucci search for other commits by this committer
- Update download locations
    restore CPAN subdir

Reported by:    -fetch-original pointyhat run
17 Apr 2008 14:30:31
Original commit files touched by this commit  1.12
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)
08 Sep 2007 00:59:21
Original commit files touched by this commit  1.12
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
29 Jun 2007 11:04:51
Original commit files touched by this commit  1.12
miwi search for other commits by this committer
- Update to 1.12

PR:             114120
Submitted by:   Ruben van Staveren <ruben@verweg.com> (maintainer)
04 Apr 2007 08:57:26
Original commit files touched by this commit  1.08
clsung search for other commits by this committer
Add p5-threads-shared 1.08, perl extension for sharing data structures
between threads.

PR:             ports/110474
Submitted by:   Ruben van Staveren

Number of commits found: 13

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.107 seconds.