diff options
author | roam <roam@FreeBSD.org> | 2001-05-08 08:32:54 +0000 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-05-08 08:32:54 +0000 |
commit | 4048ddc9738bae8280ecd382ac469bf5e2b2c00f (patch) | |
tree | 600f6d0e07f549e24fc85bd26fca18eb4a95a480 /sysutils/unquote | |
parent | adafbc49f13ddab203208c2019f9d0bf7f558379 (diff) | |
download | FreeBSD-ports-4048ddc9738bae8280ecd382ac469bf5e2b2c00f.zip FreeBSD-ports-4048ddc9738bae8280ecd382ac469bf5e2b2c00f.tar.gz |
unquote executes a specified program after unquoting a specified list
of arguments, allowing safe passing of shell metacharacters.
Diffstat (limited to 'sysutils/unquote')
-rw-r--r-- | sysutils/unquote/Makefile | 26 | ||||
-rw-r--r-- | sysutils/unquote/distinfo | 1 | ||||
-rw-r--r-- | sysutils/unquote/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/unquote/pkg-descr | 5 | ||||
-rw-r--r-- | sysutils/unquote/pkg-plist | 1 |
5 files changed, 34 insertions, 0 deletions
diff --git a/sysutils/unquote/Makefile b/sysutils/unquote/Makefile new file mode 100644 index 0000000..1954b7e --- /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 0000000..f4386ee --- /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 0000000..24492c2 --- /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 0000000..a7dc3e2 --- /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 0000000..7ba9036 --- /dev/null +++ b/sysutils/unquote/pkg-plist @@ -0,0 +1 @@ +bin/unquote |