aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-String-ShellQuote
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-01-04 07:56:48 +0800
committerwill <will@FreeBSD.org>2001-01-04 07:56:48 +0800
commit19adb6bcd3fa16247733c891143b50f770b87f9d (patch)
treeb582fcaa973a3899822a513d30aeaa3d37dcffa3 /textproc/p5-String-ShellQuote
parent5c8e3446434648e34cfa571b1cfbaf21d25eaad8 (diff)
downloadfreebsd-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')
-rw-r--r--textproc/p5-String-ShellQuote/Makefile23
-rw-r--r--textproc/p5-String-ShellQuote/distinfo1
-rw-r--r--textproc/p5-String-ShellQuote/pkg-comment1
-rw-r--r--textproc/p5-String-ShellQuote/pkg-descr5
-rw-r--r--textproc/p5-String-ShellQuote/pkg-plist5
5 files changed, 35 insertions, 0 deletions
diff --git a/textproc/p5-String-ShellQuote/Makefile b/textproc/p5-String-ShellQuote/Makefile
new file mode 100644
index 000000000000..32873a9f5599
--- /dev/null
+++ b/textproc/p5-String-ShellQuote/Makefile
@@ -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>
diff --git a/textproc/p5-String-ShellQuote/distinfo b/textproc/p5-String-ShellQuote/distinfo
new file mode 100644
index 000000000000..291c1354c5e3
--- /dev/null
+++ b/textproc/p5-String-ShellQuote/distinfo
@@ -0,0 +1 @@
+MD5 (String-ShellQuote-1.00.tar.gz) = 031fa1dbd199c6a4d2e824e45a004e3e
diff --git a/textproc/p5-String-ShellQuote/pkg-comment b/textproc/p5-String-ShellQuote/pkg-comment
new file mode 100644
index 000000000000..7ba6372ea1f8
--- /dev/null
+++ b/textproc/p5-String-ShellQuote/pkg-comment
@@ -0,0 +1 @@
+Perl module for quote strings for passing through the shell
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>
diff --git a/textproc/p5-String-ShellQuote/pkg-plist b/textproc/p5-String-ShellQuote/pkg-plist
new file mode 100644
index 000000000000..73e216715272
--- /dev/null
+++ b/textproc/p5-String-ShellQuote/pkg-plist
@@ -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