ports/175333: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Mon Jan 28 10:00:01 UTC 2013
The following reply was made to PR ports/175333; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at 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 <james.hunt at ubuntu.com>
+# $FreeBSD$
+
+PORTNAME= procenv
+PORTVERSION= 0.20
+CATEGORIES= sysutils
+MASTER_SITES= http://launchpadlibrarian.net/128556138/
+
+MAINTAINER= james.hunt at 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 <bsd.port.mk>
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 at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
More information about the freebsd-ports-bugs
mailing list