diff options
author | edwin <edwin@FreeBSD.org> | 2003-04-14 20:21:31 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-04-14 20:21:31 +0800 |
commit | a812344c5335f855a4aa451630a808313a59dc48 (patch) | |
tree | 6c6895ae05de9173dc79860f937ecc50807a193d /textproc/p5-Text-Quoted/pkg-descr | |
parent | 9c86a29c214975c326aade328f7d36936c382001 (diff) | |
download | freebsd-ports-gnome-a812344c5335f855a4aa451630a808313a59dc48.tar.gz freebsd-ports-gnome-a812344c5335f855a4aa451630a808313a59dc48.tar.zst freebsd-ports-gnome-a812344c5335f855a4aa451630a808313a59dc48.zip |
new port: textproc/p5-Text-Quoted
Text::Quoted examines the structure of some text which may
contain multiple different levels of quoting, and turns the
text into a nested data structure.
PR: ports/50936
Submitted by: Erwin Lansing <erwin@lansing.dk>
Diffstat (limited to 'textproc/p5-Text-Quoted/pkg-descr')
-rw-r--r-- | textproc/p5-Text-Quoted/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/textproc/p5-Text-Quoted/pkg-descr b/textproc/p5-Text-Quoted/pkg-descr new file mode 100644 index 000000000000..d6351645cc19 --- /dev/null +++ b/textproc/p5-Text-Quoted/pkg-descr @@ -0,0 +1,5 @@ +Text::Quoted examines the structure of some text which +may contain multiple different levels of quoting, and +turns the text into a nested data structure. + +WWW: http://search.cpan.org/dist/Text-Quoted/ |