Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-File-Slurp/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- Makefile 20 Feb 2003 17:06:55 -0000 1.19 +++ Makefile 6 Sep 2003 20:14:53 -0000 @@ -6,7 +6,7 @@ # PORTNAME= File-Slurp -PORTVERSION= 2002.1031 +PORTVERSION= 2004.0904 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= File Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-File-Slurp/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 4 Feb 2003 11:47:21 -0000 1.4 +++ distinfo 6 Sep 2003 20:14:53 -0000 @@ -1 +1 @@ -MD5 (File-Slurp-2002.1031.tar.gz) = 92eeb34d54e0347f0a70adf45c119a4c +MD5 (File-Slurp-2004.0904.tar.gz) = 96239bbc1cfdfc4ab5f59cf4a490855a Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/devel/p5-File-Slurp/pkg-descr,v retrieving revision 1.2 diff -u -r1.2 pkg-descr --- pkg-descr 1 Mar 2001 06:37:34 -0000 1.2 +++ pkg-descr 6 Sep 2003 20:14:53 -0000 @@ -2,27 +2,4 @@ of lines of code over and over again. They do not do anything fancy. -read_file() does what you would expect. If you are using -its output in array context, then it returns an array of -lines. If you are calling it from scalar context, then -returns the entire file in a single string. - -It croaks()s if it can't open the file. - -write_file() creates or overwrites files. - -append_file() appends to a file. - -overwrite_file() does an in-place update of an existing -file or creates a new file if it didn't already exist. - -Write_file will also replace a file. The difference is -that the first that that write_file() does is to trucate -the file whereas the last thing that overwrite_file() is -to trucate the file. Overwrite_file() should be used in -situations where you have a file that always needs to have -contents, even in the middle of an update. - -read_dir() returns all of the entries in a directory -except for "." and "..". It croaks if it cannot open the -directory. +WWW: http://search.cpan.org/dist/File-Slurp Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/p5-File-Slurp/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- pkg-plist 2 Nov 2000 05:18:12 -0000 1.4 +++ pkg-plist 6 Sep 2003 20:14:53 -0000 @@ -1,5 +1,5 @@ -lib/perl5/site_perl/%%PERL_VER%%/File/Slurp.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Slurp/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Slurp -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/File 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File 2>/dev/null || true +%%SITE_PERL%%/File/Slurp.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Slurp/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Slurp +@unexec rmdir %D/%%SITE_PERL%%/File 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/File 2>/dev/null || true