From e9e08d32f48c8266dae93392cad8c14c868652c7 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Mon, 28 Jan 2013 09:57:32 +0000 Subject: New port: sysutils/procenv, utility to show process environment. PR: ports/175333 Submitted by: James Hunt --- sysutils/procenv/Makefile | 24 ++++++++++++++++++++++++ sysutils/procenv/distinfo | 2 ++ sysutils/procenv/pkg-descr | 6 ++++++ 3 files changed, 32 insertions(+) create mode 100644 sysutils/procenv/Makefile create mode 100644 sysutils/procenv/distinfo create mode 100644 sysutils/procenv/pkg-descr (limited to 'sysutils/procenv') diff --git a/sysutils/procenv/Makefile b/sysutils/procenv/Makefile new file mode 100644 index 000000000000..7b3f9c271500 --- /dev/null +++ b/sysutils/procenv/Makefile @@ -0,0 +1,24 @@ +# Created by: James Hunt +# $FreeBSD$ + +PORTNAME= procenv +PORTVERSION= 0.20 +CATEGORIES= sysutils +MASTER_SITES= http://launchpadlibrarian.net/128556138/ + +MAINTAINER= james.hunt@ubuntu.com +COMMENT= Utility to show process environment + +LICENSE= GPLv3 + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +MAN1= procenv.1 +PLIST_FILES= bin/procenv + +.if ${OSVERSION} < 800505 +BROKEN= does not build on old ${OPSYS} versions +.endif + +.include diff --git a/sysutils/procenv/distinfo b/sysutils/procenv/distinfo new file mode 100644 index 000000000000..8dfab27aa359 --- /dev/null +++ b/sysutils/procenv/distinfo @@ -0,0 +1,2 @@ +SHA256 (procenv-0.20.tar.gz) = 5405daba9373bc410ad227c0a1be1e960fe52f3ea070d55593cec46d11b7fe6a +SIZE (procenv-0.20.tar.gz) = 210631 diff --git a/sysutils/procenv/pkg-descr b/sysutils/procenv/pkg-descr new file mode 100644 index 000000000000..95803afe3851 --- /dev/null +++ b/sysutils/procenv/pkg-descr @@ -0,0 +1,6 @@ +This package contains 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. + +WWW: https://code.launchpad.net/procenv -- cgit v1.3