Last change
on this file was
154393,
checked in by mojca@…, 18 months ago
|
p5-*: remove subports for perl5.22 (#52081)
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.6 KB
|
Line | |
---|
1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: Portfile 154393 2016-10-28 22:10:07Z mojca@macports.org $ |
---|
3 | |
---|
4 | # This comment was inserted on 20160713 to force reindexing of |
---|
5 | # this port after the default homepage definition in the perl5 |
---|
6 | # PortGroup was changed to use metacpan.org (r150080). |
---|
7 | # Reindexing is necessary for the new definition to take effect. |
---|
8 | # This comment may be removed in subsequent updates of this port. |
---|
9 | |
---|
10 | PortSystem 1.0 |
---|
11 | PortGroup perl5 1.0 |
---|
12 | |
---|
13 | perl5.branches 5.24 |
---|
14 | perl5.setup Heap 0.80 |
---|
15 | revision 4 |
---|
16 | license {Artistic-1 GPL} |
---|
17 | maintainers nomaintainer |
---|
18 | description Collection of routines for managing a heap data structure |
---|
19 | long_description This is a collection of routines for managing a heap \ |
---|
20 | data structure. There are two major components: a heap \ |
---|
21 | component, and an element component. \ |
---|
22 | A heap package basically keeps a collection of elements \ |
---|
23 | and is able to return the smallest one. \ |
---|
24 | The heap component interface is defined in Heap(3) and \ |
---|
25 | must be supported by all heap packages. Currently there \ |
---|
26 | are three heap components provided: Heap::Fibonacci \ |
---|
27 | (the preferred one), Heap::Binomial, and Heap::Binary |
---|
28 | |
---|
29 | platforms darwin |
---|
30 | |
---|
31 | checksums rmd160 873da6e20cd490e851912bba3f8a08069b376715 \ |
---|
32 | sha256 ccda29f3c93176ad0fdfff4dd6f5e4ac90b370cba4b028386b7343bf64139bde |
---|
33 | |
---|
34 | supported_archs noarch |
---|
Note: See
TracBrowser
for help on using the repository browser.