Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jan 2013 21:06:07 GMT
From:      James Hunt <james.hunt@ubuntu.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/175333: New port: sysutils/procenv Utility to show process environment
Message-ID:  <201301152106.r0FL67GQ060168@red.freebsd.org>
Resent-Message-ID: <201301152110.r0FLA3lC092984@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         175333
>Category:       ports
>Synopsis:       New port: sysutils/procenv Utility to show process environment
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 15 21:10:03 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     James Hunt
>Release:        FreeBSD 9.0-RELEASE i386
>Organization:
>Environment:
FreeBSD freebsd90 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:15:25 UTC 2012     root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
New port for procenv utility that dumps its environment.

Procenv is a command-line tool that displays as much detail about itself and its environment as possible. It can be used as a test tool, to understand the type of environment a process runs in, and for comparing system environments.

The initial blog post with further details is here:

http://ifdeflinux.blogspot.co.uk/2012/10/procenv-and-process-environment.html
>How-To-Repeat:
n/a.
>Fix:
n/a.

Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	procenv/
#	procenv/Makefile
#	procenv/pkg-descr
#	procenv/distinfo
#
echo c - procenv/
mkdir -p procenv/ > /dev/null 2>&1
echo x - procenv/Makefile
sed 's/^X//' >procenv/Makefile << '04c06aedf2e9a9e1b01891c8733fe423'
X# New ports collection makefile for:	procenv
X# Date created:							15 January 2013
X# Whom:									James Hunt <james.hunt@ubuntu.com>
X#
X# $FreeBSD$
X
XPORTNAME=		procenv
XPORTVERSION=	0.20
XCATEGORIES=		sysutils
XMASTER_SITES=	https://launchpad.net/procenv/trunk/v${PORTVERSION}/+download/
X
XMAINTAINER=		james.hunt@ubuntu.com
XCOMMENT=		Utility to show process environment
X
XLICENSE=		GPLv3
X
XMAN1=			procenv.1
X
XUSE_AUTOTOOLS=	autoconf
XGNU_CONFIGURE=	yes
XUSE_GMAKE=		yes
X
XPLIST_FILES=	bin/procenv
X
X.include <bsd.port.mk>
04c06aedf2e9a9e1b01891c8733fe423
echo x - procenv/pkg-descr
sed 's/^X//' >procenv/pkg-descr << 'f5532dff5e56bdb2347ef224aa5eb463'
XThis package contains a command-line tool that displays as much
Xdetail about itself and its environment as possible. It can be
Xused as a test tool, to understand the type of environment a
Xprocess runs in, and for comparing system environments.
X
XWWW: https://code.launchpad.net/procenv
f5532dff5e56bdb2347ef224aa5eb463
echo x - procenv/distinfo
sed 's/^X//' >procenv/distinfo << '35cdd7633d83b620d0dc8a5a1294c93a'
XSHA256 (procenv-0.20.tar.gz) = 5405daba9373bc410ad227c0a1be1e960fe52f3ea070d55593cec46d11b7fe6a
XSIZE (procenv-0.20.tar.gz) = 210631
35cdd7633d83b620d0dc8a5a1294c93a
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301152106.r0FL67GQ060168>