unquote executes a specified program after unquoting a specified list

of arguments, allowing safe passing of shell metacharacters.
This commit is contained in:
Peter Pentchev 2001-05-08 08:32:54 +00:00
parent 420f2a7cf4
commit f54c9ced5c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42393
6 changed files with 35 additions and 0 deletions

View File

@ -139,6 +139,7 @@
SUBDIR += truncate
SUBDIR += tua
SUBDIR += ucspi-tcp
SUBDIR += unquote
SUBDIR += upsd
SUBDIR += upsmon
SUBDIR += uwatch

26
sysutils/unquote/Makefile Normal file
View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (unquote-1.0pre2.tar.gz) = c4b69fa24b256d4d0da5076baa9d152c

View File

@ -0,0 +1 @@
Execute a command with safely quoted arguments

View File

@ -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/

View File

@ -0,0 +1 @@
bin/unquote