mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
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:
parent
67f64b8151
commit
8f07dee6b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36741
@ -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
|
||||
|
23
textproc/p5-String-ShellQuote/Makefile
Normal file
23
textproc/p5-String-ShellQuote/Makefile
Normal 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>
|
1
textproc/p5-String-ShellQuote/distinfo
Normal file
1
textproc/p5-String-ShellQuote/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (String-ShellQuote-1.00.tar.gz) = 031fa1dbd199c6a4d2e824e45a004e3e
|
1
textproc/p5-String-ShellQuote/pkg-comment
Normal file
1
textproc/p5-String-ShellQuote/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl module for quote strings for passing through the shell
|
5
textproc/p5-String-ShellQuote/pkg-descr
Normal file
5
textproc/p5-String-ShellQuote/pkg-descr
Normal 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>
|
5
textproc/p5-String-ShellQuote/pkg-plist
Normal file
5
textproc/p5-String-ShellQuote/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user