Bug 195496 - New port: devel/p5-Array-Heap a fast heap implementation for perl
Summary: New port: devel/p5-Array-Heap a fast heap implementation for perl
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-29 10:26 UTC by eserte12
Modified: 2015-06-29 14:13 UTC (History)
2 users (show)

See Also:


Attachments
port as shar (2.12 KB, text/plain)
2014-11-29 10:26 UTC, eserte12
no flags Details
poudriere-buildlog-101amd64-p5-Array-Heap (13.35 KB, text/plain)
2014-12-04 23:18 UTC, Anton Törnqvist
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description eserte12 2014-11-29 10:26:17 UTC
Created attachment 149984 [details]
port as shar
Comment 1 Anton Törnqvist 2014-12-04 23:18:09 UTC
Created attachment 150203 [details]
poudriere-buildlog-101amd64-p5-Array-Heap

test with poudriere, buildlog attached.
Comment 2 Pawel Pekala freebsd_committer freebsd_triage 2014-12-14 16:47:47 UTC
post-install target seems too complicated for no reason. Cannot 
STRIP_CMD be done in pre-install target on Heap.so binary in
${WRKSRC} directory and without loop with only one element in it?
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2015-06-01 19:05:24 UTC
Whose email is listed as MAINTAINER?
Comment 4 commit-hook freebsd_committer freebsd_triage 2015-06-29 13:53:05 UTC
A commit references this bug:

Author: sunpoet
Date: Mon Jun 29 13:52:53 UTC 2015
New revision: 390908
URL: https://svnweb.freebsd.org/changeset/ports/390908

Log:
  - Add p5-Array-Heap 3.1
  - While I'm here:
    - Fix MAINTAINER
    - Simplify post-install:
    - Fix and sort PLIST

  A Heap implementation for Perl using functions that are loosely
  modeled after the C++ STL's binary heap functions. They all take an
  array as argument, just like perl's built-in functions "push", "pop"
  etc. The implementation itself is in C for maximum speed.

  WWW: http://search.cpan.org/dist/Array-Heap/

  PR:		195496
  Submitted by:	<eserte12@yahoo.de>

Changes:
  head/devel/Makefile
  head/devel/p5-Array-Heap/
  head/devel/p5-Array-Heap/Makefile
  head/devel/p5-Array-Heap/distinfo
  head/devel/p5-Array-Heap/pkg-descr
  head/devel/p5-Array-Heap/pkg-plist
Comment 5 Po-Chuan Hsieh freebsd_committer freebsd_triage 2015-06-29 14:13:08 UTC
Committed. Thanks!