diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-05-08 08:32:54 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-05-08 08:32:54 +0000 |
commit | f54c9ced5cbf2bb79aaa5e66e19ae9c7ffd73c7f (patch) | |
tree | 5ca519b85a6bcf858c9af7327c91b3baf655ad38 | |
parent | 420f2a7cf41a773e20783013edd16f05a40c70ec (diff) |
Notes
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-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 |
6 files changed, 35 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 92229bf87acd..4287d54ede0c 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -139,6 +139,7 @@ SUBDIR += truncate SUBDIR += tua SUBDIR += ucspi-tcp + SUBDIR += unquote SUBDIR += upsd SUBDIR += upsmon SUBDIR += uwatch 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 |