Bug 157291 - New port: devel/p5-IPC-MMA
Summary: New port: devel/p5-IPC-MMA
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-24 11:30 UTC by Peter
Modified: 2011-05-26 21:00 UTC (History)
0 users

See Also:


Attachments
file.shar (2.84 KB, text/plain)
2011-05-24 11:30 UTC, Peter
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter 2011-05-24 11:30:12 UTC
IPC::MMA is a superset of Arthur Choung's IPC::MM module, adding arrays and allowing any Perl scalar to be used as a hash/BTree key rather than just C strings.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-05-24 11:30:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-05-26 20:26:23 UTC
Responsible Changed
From-To: perl->sunpoet

I will take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-05-26 20:51:40 UTC
sunpoet     2011-05-26 19:51:26 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-IPC-MMA     Makefile distinfo pkg-descr pkg-plist 
  Log:
  - Add p5-IPC-MMA 0.81
  
  IPC::MMA provides an interface to Ralf Engelschall's mm library, allowing
  memory to be shared between multiple processes in a relatively
  convenient way.
  
  IPC::MMA is a superset of Arthur Choung's IPC::MM module, adding arrays and
  allowing any Perl scalar to be used as a hash/BTree key rather than just C
  strings. IPC::MMA hashes are like IPC::MM BTrees in that they return keys in
  sorted order ineach, keys, and next operations.
  
  An IPC::MMA array can store data in any of six ways, including general-purpose
  scalars, signed or unsigned integers, floating-point numbers, fixed-length
  strings/records, and booleans at one bit per array element.
  
  WWW: http://search.cpan.org/dist/IPC-MMA/
  
  PR:             ports/157291
  Submitted by:   Peter Vereshagin <peter@vereshagin.org>
  
  Revision  Changes    Path
  1.4344    +1 -0      ports/devel/Makefile
  1.1       +25 -0     ports/devel/p5-IPC-MMA/Makefile (new)
  1.1       +2 -0      ports/devel/p5-IPC-MMA/distinfo (new)
  1.1       +14 -0     ports/devel/p5-IPC-MMA/pkg-descr (new)
  1.1       +8 -0      ports/devel/p5-IPC-MMA/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 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-05-26 20:51:43 UTC
State Changed
From-To: open->closed

New port added. Thanks!