# Portfile -- distribution configuration for MacPorts # # $Id: //info.ravenbrook.com/project/mps/distribution/macports/Portfile#2 $ # # See chapter 4, "Portfile Development" of the MacPorts Guide # . # # When updating to a new release of the MPS, see "Contributing to MacPorts" # . # # The latest version of this file should always be available at # . # # 2012-09-28 rb@ravenbrook.com Initial version for MPS 1.110.0. # PortSystem 1.0 # These fields must be updated for a new release of the MPS. # The checksums can be generated thus: # openssl dgst -sha256 mps-kit-1.110.0.tar.gz # openssl dgst -rmd160 mps-kit-1.110.0.tar.gz version 1.110.0 master_sites http://www.ravenbrook.com/project/mps/release/1.110.0/ distname mps-kit-1.110.0 checksums rmd160 54ab14d9d2c967b449bd606bfba71af07080fc12 \ sha256 b31be25c2e180d2a09ee39464ad70d2f0dfb882002add5b63d00efe6e70fdffe # For more information about MPS licensing, see # license {Sleepycat commercial negotiable} # These fields should remain relatively stable over the lifetime of the MPS. name mps categories devel platforms darwin freebsd linux supported_archs i386 x86_64 maintainers ravenbrook.com:mps-staff+macports description Memory Pool System -- a flexible and adaptable \ memory management software library long_description The Memory Pool System is a very general, adaptable, \ flexible, reliable, and efficient memory management \ system. It permits the flexible combination of memory \ management techniques, supporting manual and automatic \ memory management, in-line allocation, finalization, \ weakness, and multiple concurrent co-operating \ incremental generational garbage collections. It also \ includes a library of memory pool classes implementing \ specialized memory management policies. homepage http://www.ravenbrook.com/project/mps/