Revision: 75331 http://trac.macports.org/changeset/75331 Author: ricci@macports.org Date: 2011-01-21 17:34:46 -0800 (Fri, 21 Jan 2011) Log Message: ----------- new port, p5-string-tokenizer, a simple perl string tokenizer module Added Paths: ----------- trunk/dports/perl/p5-string-tokenizer/ trunk/dports/perl/p5-string-tokenizer/Portfile Added: trunk/dports/perl/p5-string-tokenizer/Portfile =================================================================== --- trunk/dports/perl/p5-string-tokenizer/Portfile (rev 0) +++ trunk/dports/perl/p5-string-tokenizer/Portfile 2011-01-22 01:34:46 UTC (rev 75331) @@ -0,0 +1,21 @@ +# $Id$ + +PortSystem 1.0 + +PortGroup perl5 1.0 + +perl5.setup String-Tokenizer 0.05 +revision 0 +maintainers ricci openmaintainer +description A simple string tokenizer. +long_description A simple string tokenizer which takes a string and \ + splits it on whitespace. It also optionally takes \ + a string of characters to use as delimiters, and \ + returns them with the token set as well. This allows \ + for splitting the string in many different ways. + +checksums md5 650bfc09bc0c7b671a67329b2bb901f8 \ + sha1 e9feede7e29d3ab0d605ff7500500add59db2b7d + +platforms darwin + Property changes on: trunk/dports/perl/p5-string-tokenizer/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native