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 | |
---|
3 | # Subversion |
---|
4 | # $Id$ |
---|
5 | # $Revision$ |
---|
6 | # $HeadURL$ |
---|
7 | # $Date$ |
---|
8 | |
---|
9 | |
---|
10 | PortSystem 1.0 |
---|
11 | PortGroup perl5 1.0 |
---|
12 | |
---|
13 | perl5.setup File-Slurp 9999.13 ../by-authors/id/D/DR/DROLSKY/ |
---|
14 | maintainers matteo.corti@gmail.com |
---|
15 | description Efficient reading/writing of complete files |
---|
16 | long_description This module provides subs that allow you to read or \ |
---|
17 | write entire files with one simple call. They are \ |
---|
18 | designed to be simple to use, have flexible ways to pass \ |
---|
19 | in or get the file contents and to be very efficient. \ |
---|
20 | There is also a sub to read in all the files in a \ |
---|
21 | directory other than . and .. These slurp/spew subs work \ |
---|
22 | for files, pipes and sockets, and stdio, pseudo-files, \ |
---|
23 | and DATA. |
---|
24 | |
---|
25 | platforms darwin |
---|
26 | |
---|
27 | checksums md5 ac3cd9d466b99d1534762ff3549aaa66 \ |
---|
28 | sha1 ee3df8f2f2efcd6439051f76a08f3536e8f04e7c \ |
---|
29 | rmd160 ef2b89f9dbfd35ebfa3d4b2ab8e09a42e7442dc0 |
---|