# -*- 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 # $Id$ # This comment was inserted on 20160713 to force reindexing of # this port after the default homepage definition in the perl5 # PortGroup was changed to use metacpan.org (r150080). # Reindexing is necessary for the new definition to take effect. # This comment may be removed in subsequent updates of this port. PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup IO-String 1.08 revision 4 license {Artistic-1 GPL} maintainers nomaintainer description Emulate file interface for in-core strings long_description The IO::String module provides the IO::File interface \ for in-core strings. An IO::String object can be \ attached to a string, and makes it possible to use the \ normal file operations for reading or writing data, as \ well as for seeking to various locations of the string. \ This is useful when you want to use a library module \ that only provides an interface to file handles on data \ that you have in a string variable. platforms darwin checksums rmd160 9a89f1a8189be9fccffee50790f5839e6dddeae7 \ sha256 2a3f4ad8442d9070780e58ef43722d19d1ee21a803bf7c8206877a10482de5a0 supported_archs noarch