diff options
author | will <will@FreeBSD.org> | 2001-01-04 07:56:48 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-01-04 07:56:48 +0800 |
commit | 19adb6bcd3fa16247733c891143b50f770b87f9d (patch) | |
tree | b582fcaa973a3899822a513d30aeaa3d37dcffa3 /textproc/p5-String-ShellQuote/pkg-descr | |
parent | 5c8e3446434648e34cfa571b1cfbaf21d25eaad8 (diff) | |
download | freebsd-ports-gnome-19adb6bcd3fa16247733c891143b50f770b87f9d.tar.gz freebsd-ports-gnome-19adb6bcd3fa16247733c891143b50f770b87f9d.tar.zst freebsd-ports-gnome-19adb6bcd3fa16247733c891143b50f770b87f9d.zip |
Add p5-String-ShellQuote 1.00, perl module for quote strings for passing
through the shell.
PR: 23981
Submitted by: Anton Berezin <tobez@tobez.org>
Diffstat (limited to 'textproc/p5-String-ShellQuote/pkg-descr')
-rw-r--r-- | textproc/p5-String-ShellQuote/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/textproc/p5-String-ShellQuote/pkg-descr b/textproc/p5-String-ShellQuote/pkg-descr new file mode 100644 index 000000000000..589fc39cf23a --- /dev/null +++ b/textproc/p5-String-ShellQuote/pkg-descr @@ -0,0 +1,5 @@ +This module contains some functions which are useful for quoting strings +which are going to pass through the shell or a shell-like object. + +-Anton +<tobez@tobez.org> |