From 694071e7dd16eb267f644411427b751bdb4b69c6 Mon Sep 17 00:00:00 2001 From: rxg Date: Sat, 2 Mar 2002 02:40:00 +0000 Subject: Add p5-String-ShellQuote-1.00 - quote strings for passing through the shell This module contains some functions which are useful for quoting strings which are going to pass through the shell or a shell-like object. close pkg/15624, submitted by me. --- textproc/p5-String-ShellQuote/DESCR | 2 ++ textproc/p5-String-ShellQuote/Makefile | 19 +++++++++++++++++++ textproc/p5-String-ShellQuote/PLIST | 1 + textproc/p5-String-ShellQuote/distinfo | 4 ++++ 4 files changed, 26 insertions(+) create mode 100644 textproc/p5-String-ShellQuote/DESCR create mode 100644 textproc/p5-String-ShellQuote/Makefile create mode 100644 textproc/p5-String-ShellQuote/PLIST create mode 100644 textproc/p5-String-ShellQuote/distinfo diff --git a/textproc/p5-String-ShellQuote/DESCR b/textproc/p5-String-ShellQuote/DESCR new file mode 100644 index 00000000000..a4cf8693e9c --- /dev/null +++ b/textproc/p5-String-ShellQuote/DESCR @@ -0,0 +1,2 @@ +This module contains some functions which are useful for quoting strings +which are going to pass through the shell or a shell-like object. diff --git a/textproc/p5-String-ShellQuote/Makefile b/textproc/p5-String-ShellQuote/Makefile new file mode 100644 index 00000000000..1491e64d6fe --- /dev/null +++ b/textproc/p5-String-ShellQuote/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/03/02 02:40:00 rxg Exp $ + +DISTNAME= String-ShellQuote-1.00 +PKGNAME= p5-String-ShellQuote-1.00 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/} + +MAINTAINER= rxg@netbsd.org +HOMEPAGE= http://search.cpan.org/search?module=String::ShellQuote +COMMENT= quote strings for passing through the shell + +USE_BUILDLINK_ONLY= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/String/ShellQuote/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../lang/perl5/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-String-ShellQuote/PLIST b/textproc/p5-String-ShellQuote/PLIST new file mode 100644 index 00000000000..0a035bd41ee --- /dev/null +++ b/textproc/p5-String-ShellQuote/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/03/02 02:40:00 rxg Exp $ diff --git a/textproc/p5-String-ShellQuote/distinfo b/textproc/p5-String-ShellQuote/distinfo new file mode 100644 index 00000000000..9540eccf3ed --- /dev/null +++ b/textproc/p5-String-ShellQuote/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/03/02 02:40:00 rxg Exp $ + +SHA1 (String-ShellQuote-1.00.tar.gz) = 9e180ac0c85dd8d295d39e196a686c9348afc4fd +Size (String-ShellQuote-1.00.tar.gz) = 2634 bytes -- cgit v1.2.3