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>
This commit is contained in:
Will Andrews 2001-01-03 23:56:48 +00:00
parent 67f64b8151
commit 8f07dee6b7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36741
6 changed files with 36 additions and 0 deletions

View File

@ -73,6 +73,7 @@
SUBDIR += p5-DelimMatch
SUBDIR += p5-Spreadsheet-ParseExcel
SUBDIR += p5-Spreadsheet-WriteExcel
SUBDIR += p5-String-ShellQuote
SUBDIR += p5-String-Strip
SUBDIR += p5-Text-Autoformat
SUBDIR += p5-Text-Bind

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: textproc/p5-String-ShellQuote
# Date created: 31 December 2000
# Whom: Anton Berezin <tobez@tobez.org>
#
# $FreeBSD$
#
PORTNAME= String-ShellQuote
PORTVERSION= 1.00
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= String
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@tobez.org
USE_PERL5= yes
PERL_CONFIGURE= yes
MAN3= String::ShellQuote.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (String-ShellQuote-1.00.tar.gz) = 031fa1dbd199c6a4d2e824e45a004e3e

View File

@ -0,0 +1 @@
Perl module for quote strings for passing through the shell

View File

@ -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>

View File

@ -0,0 +1,5 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String/ShellQuote/.packlist
lib/perl5/site_perl/%%PERL_VER%%/String/ShellQuote.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String/ShellQuote
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/String 2>/dev/null || true