unquote executes a specified program after unquoting a specified list
of arguments, allowing safe passing of shell metacharacters.
This commit is contained in:
parent
420f2a7cf4
commit
f54c9ced5c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42393
@ -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
26
sysutils/unquote/Makefile
Normal 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>
|
1
sysutils/unquote/distinfo
Normal file
1
sysutils/unquote/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (unquote-1.0pre2.tar.gz) = c4b69fa24b256d4d0da5076baa9d152c
|
1
sysutils/unquote/pkg-comment
Normal file
1
sysutils/unquote/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Execute a command with safely quoted arguments
|
5
sysutils/unquote/pkg-descr
Normal file
5
sysutils/unquote/pkg-descr
Normal 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/
|
1
sysutils/unquote/pkg-plist
Normal file
1
sysutils/unquote/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/unquote
|
Loading…
Reference in New Issue
Block a user