1 | # Portfile -- distribution configuration for MacPorts |
---|
2 | # |
---|
3 | # $Id: //info.ravenbrook.com/project/mps/distribution/macports/Portfile#1 $ |
---|
4 | # |
---|
5 | # See chapter 4, "Portfile Development" of the MacPorts Guide |
---|
6 | # <http://guide.macports.org/#development>. |
---|
7 | # |
---|
8 | # When updating to a new release of the MPS, see "Contributing to MacPorts" |
---|
9 | # <http://guide.macports.org/#project.contributing>. |
---|
10 | # |
---|
11 | # 2012-09-28 rb@ravenbrook.com Initial version for MPS 1.110.0. |
---|
12 | # |
---|
13 | |
---|
14 | PortSystem 1.0 |
---|
15 | |
---|
16 | # These fields must be updated for a new release of the MPS. |
---|
17 | # The checksums can be generated thus: |
---|
18 | # openssl dgst -sha256 mps-kit-1.110.0.tar.gz |
---|
19 | # openssl dgst -rmd160 mps-kit-1.110.0.tar.gz |
---|
20 | |
---|
21 | version 1.110.0 |
---|
22 | master_sites http://www.ravenbrook.com/project/mps/release/1.110.0/ |
---|
23 | distname mps-kit-1.110.0 |
---|
24 | checksums rmd160 54ab14d9d2c967b449bd606bfba71af07080fc12 \ |
---|
25 | sha256 b31be25c2e180d2a09ee39464ad70d2f0dfb882002add5b63d00efe6e70fdffe |
---|
26 | |
---|
27 | # These fields should remain relatively stable over the lifetime of the MPS. |
---|
28 | |
---|
29 | name mps |
---|
30 | categories devel |
---|
31 | platforms darwin freebsd linux |
---|
32 | supported_archs i386 x86_64 |
---|
33 | license {Sleepycat commercial negotiable} |
---|
34 | maintainers ravenbrook.com:mps-staff+macports |
---|
35 | description Memory Pool System -- a flexible and adaptable \ |
---|
36 | memory management software library |
---|
37 | long_description The Memory Pool System is a very general, adaptable, \ |
---|
38 | flexible, reliable, and efficient memory management \ |
---|
39 | system. It permits the flexible combination of memory \ |
---|
40 | management techniques, supporting manual and automatic \ |
---|
41 | memory management, in-line allocation, finalization, \ |
---|
42 | weakness, and multiple concurrent co-operating \ |
---|
43 | incremental generational garbage collections. It also \ |
---|
44 | includes a library of memory pool classes implementing \ |
---|
45 | specialized memory management policies. |
---|
46 | homepage http://www.ravenbrook.com/project/mps/ |
---|