summaryrefslogtreecommitdiff
path: root/sysutils/unquote
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2001-05-08 08:32:54 +0000
committerPeter Pentchev <roam@FreeBSD.org>2001-05-08 08:32:54 +0000
commitf54c9ced5cbf2bb79aaa5e66e19ae9c7ffd73c7f (patch)
tree5ca519b85a6bcf858c9af7327c91b3baf655ad38 /sysutils/unquote
parentUpdate to 2.40. (diff)
unquote executes a specified program after unquoting a specified list
of arguments, allowing safe passing of shell metacharacters.
Notes
Notes: svn path=/head/; revision=42393
Diffstat (limited to 'sysutils/unquote')
-rw-r--r--sysutils/unquote/Makefile26
-rw-r--r--sysutils/unquote/distinfo1
-rw-r--r--sysutils/unquote/pkg-comment1
-rw-r--r--sysutils/unquote/pkg-descr5
-rw-r--r--sysutils/unquote/pkg-plist1
5 files changed, 34 insertions, 0 deletions
diff --git a/sysutils/unquote/Makefile b/sysutils/unquote/Makefile
new file mode 100644
index 000000000000..1954b7e42105
--- /dev/null
+++ b/sysutils/unquote/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: unquote
+# Date created: 5 May 2000
+# Whom: roam@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= unquote
+PORTVERSION= 1.0.b2
+CATEGORIES= sysutils
+MASTER_SITES= http://ringwraith.online.bg/~roam/devel/misc/unquote/ \
+ http://people.FreeBSD.org/~roam/devel/misc/unquote/
+DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/pre/}
+
+MAINTAINER= roam@FreeBSD.org
+
+WRKSRC= ${WRKDIR}/${PORTNAME}
+
+MAN1= unquote.1
+
+MAKE_ENV+= NOMANCOMPRESS=yes
+.if !defined(NO_RELEASE)
+MAKE_ENV+= RELEASE=yes
+.endif
+
+.include <bsd.port.mk>
diff --git a/sysutils/unquote/distinfo b/sysutils/unquote/distinfo
new file mode 100644
index 000000000000..f4386ee9d42d
--- /dev/null
+++ b/sysutils/unquote/distinfo
@@ -0,0 +1 @@
+MD5 (unquote-1.0pre2.tar.gz) = c4b69fa24b256d4d0da5076baa9d152c
diff --git a/sysutils/unquote/pkg-comment b/sysutils/unquote/pkg-comment
new file mode 100644
index 000000000000..24492c27e388
--- /dev/null
+++ b/sysutils/unquote/pkg-comment
@@ -0,0 +1 @@
+Execute a command with safely quoted arguments
diff --git a/sysutils/unquote/pkg-descr b/sysutils/unquote/pkg-descr
new file mode 100644
index 000000000000..a7dc3e2e0874
--- /dev/null
+++ b/sysutils/unquote/pkg-descr
@@ -0,0 +1,5 @@
+unquote executes a command after unquoting a specified list of arguments,
+so that arbitrary characters may be passed in command-line arguments.
+
+Author: Peter Pentchev <roam@orbitel.bg>
+WWW: http://ringwraith.online.bg/~roam/misc/unquote/
diff --git a/sysutils/unquote/pkg-plist b/sysutils/unquote/pkg-plist
new file mode 100644
index 000000000000..7ba903609c34
--- /dev/null
+++ b/sysutils/unquote/pkg-plist
@@ -0,0 +1 @@
+bin/unquote