cvs commit: ports/devel Makefile ports/devel/p5-Thread-Queue
Makefile distinfo pkg-descr pkg-plist
Beat Gaetzi
beat at FreeBSD.org
Sat Jun 20 19:32:50 UTC 2009
beat 2009-06-20 19:32:50 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/p5-Thread-Queue Makefile distinfo pkg-descr pkg-plist
Log:
This module provides thread-safe FIFO queues that can be accessed safely
by any number of threads.
Any data types supported by threads::shared can be passed via queues:
- Ordinary scalars
- Array refs
- Hash refs
- Scalar refs
- Objects based on the above
Ordinary scalars are added to queues as they are.
WWW: http://search.cpan.org/dist/Thread-Queue/
PR: ports/135181
Submitted by: Cezary Morga <cm AT therek.net>
Revision Changes Path
1.3527 +1 -0 ports/devel/Makefile
1.1 +25 -0 ports/devel/p5-Thread-Queue/Makefile (new)
1.1 +3 -0 ports/devel/p5-Thread-Queue/distinfo (new)
1.1 +13 -0 ports/devel/p5-Thread-Queue/pkg-descr (new)
1.1 +5 -0 ports/devel/p5-Thread-Queue/pkg-plist (new)
More information about the cvs-ports
mailing list