From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 28 10:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 352E6E17 for ; Mon, 28 Jan 2013 10:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 195577F4 for ; Mon, 28 Jan 2013 10:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r0SA00Xc021150 for ; Mon, 28 Jan 2013 10:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r0SA00Ld021146; Mon, 28 Jan 2013 10:00:00 GMT (envelope-from gnats) Date: Mon, 28 Jan 2013 10:00:00 GMT Message-Id: <201301281000.r0SA00Ld021146@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/175333: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jan 2013 10:00:01 -0000 The following reply was made to PR ports/175333; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/175333: commit references a PR Date: Mon, 28 Jan 2013 09:57:41 +0000 (UTC) Author: danfe Date: Mon Jan 28 09:57:32 2013 New Revision: 311104 URL: http://svnweb.freebsd.org/changeset/ports/311104 Log: New port: sysutils/procenv, utility to show process environment. PR: ports/175333 Submitted by: James Hunt Added: head/sysutils/procenv/ head/sysutils/procenv/Makefile (contents, props changed) head/sysutils/procenv/distinfo (contents, props changed) head/sysutils/procenv/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Mon Jan 28 08:59:36 2013 (r311103) +++ head/sysutils/Makefile Mon Jan 28 09:57:32 2013 (r311104) @@ -700,6 +700,7 @@ SUBDIR += pp SUBDIR += pprotectd SUBDIR += prips + SUBDIR += procenv SUBDIR += procmap SUBDIR += progsreiserfs SUBDIR += psgconf Added: head/sysutils/procenv/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/procenv/Makefile Mon Jan 28 09:57:32 2013 (r311104) @@ -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 Added: head/sysutils/procenv/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/procenv/distinfo Mon Jan 28 09:57:32 2013 (r311104) @@ -0,0 +1,2 @@ +SHA256 (procenv-0.20.tar.gz) = 5405daba9373bc410ad227c0a1be1e960fe52f3ea070d55593cec46d11b7fe6a +SIZE (procenv-0.20.tar.gz) = 210631 Added: head/sysutils/procenv/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/procenv/pkg-descr Mon Jan 28 09:57:32 2013 (r311104) @@ -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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"