Port details |
- procenv Utility to show process environment
- 0.60_1 sysutils =3 0.60_1Version of this port present on the latest quarterly branch.
- Maintainer: eduardo@FreeBSD.org
- Port Added: 2013-01-28 09:57:48
- Last Update: 2024-04-14 09:41:16
- Commit Hash: 57b4ac1
- People watching this port, also watch:: oss, lua54-luaexpat, monit, proggy_fonts-ttf, inotify-tools
- License: GPLv3+
- WWW:
- https://github.com/jamesodhunt/procenv
- Description:
- procenv is a simple command-line utility, written in C and licensed under the
GPL, that dumps all attributes of the environment in which it runs, in
well-structured plain ASCII, JSON (YAML), XML or CSV.
It is useful as a test tool, to understand what environment a process runs in
and for system comparison.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- procenv>0:sysutils/procenv
- To install the port:
- cd /usr/ports/sysutils/procenv/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/procenv
- pkg install procenv
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: procenv
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1638181517
SHA256 (jamesodhunt-procenv-0.60_GH0.tar.gz) = fac0438bf08ed73b10ace78d85acb83cf81ade5ecf866762c2c6e92e41dbde43
SIZE (jamesodhunt-procenv-0.60_GH0.tar.gz) = 255149
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- xmlwf : textproc/expat2
- autoconf>=2.72 : devel/autoconf
- automake>=1.16.5 : devel/automake
- perl5>=5.36<5.37 : lang/perl5.36
- Library dependencies:
-
- libsysinfo.so : devel/libsysinfo
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for procenv-0.60_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- sysutils_procenv
- USES:
- autoreconf localbase perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.60_1 14 Apr 2024 09:41:16 |
Nuno Teixeira (eduardo) |
*/*: Remove GNU_CONFIGURE_MANPREFIX after move man pages to share/man
Approved by: portmgr (blanket) |
0.60_1 27 Jan 2024 10:52:26 |
Gleb Popov (arrowd) Author: Nuno Teixeira |
*: Autotools manpages fix
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.60 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.60 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
0.60 29 Nov 2021 10:32:08 |
Nuno Teixeira (eduardo) |
sysutils/procenv: Update to 0.60
ChangeLog: https://github.com/jamesodhunt/procenv/releases/tag/0.60 |
0.58 01 Jul 2021 10:38:47 |
Nuno Teixeira (eduardo) |
sysutils/procenv: Update to 0.58
ChangeLog: https://github.com/jamesodhunt/procenv/releases
Approved by: dbaio, garga (mentors, implicit) |
0.55 22 Apr 2021 05:47:09 |
Nuno Teixeira (eduardo) |
sysutils/procenv: Update to 0.55
- Take MAINTAINER'ship
- reorder Makefile (portclippy)
- deleted patches:
files/patch-configure.ac
files/patch-src_platform_freebsd_platform-freebsd.h
because changes were included upstream
ChangeLog: https://github.com/jamesodhunt/procenv/blob/0.55/NEWS
Reviewed by: daniel.engberg.lists@pyret.net
Approved by: dbaio (mentor)
Differential Revision: https://reviews.freebsd.org/D29689 |
0.51 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.51 29 Aug 2020 11:13:06 |
se |
Fix build in -CURRENT.
Approved by: antoine (implicit) |
0.51 02 Nov 2019 12:15:48 |
antoine |
Revert r516273 and unbreak
Reported by: pkg-fallout |
0.51 01 Nov 2019 22:36:44 |
se |
Unbreak build and prefer cc over gcc in show_compiler_details, if both
are installed.
In place replacements are changed to patches to make the locations of
changes visible for eventual upstreaming,
Approved by: antoine (implicit) |
0.51 05 Aug 2019 15:42:24 |
sunpoet |
Unbreak this port |
0.51 05 Aug 2019 10:00:12 |
antoine |
Mark BROKEN:
In file included from platform/freebsd/platform.c:19:
In file included from ./platform/freebsd/platform-freebsd.h:26:
/usr/include/sys/capability.h:43:2: error: this file includes <sys/capability.h>
which is deprecated [-Werror,-W#warnings]
#warning this file includes <sys/capability.h> which is deprecated |
0.51 04 Aug 2019 16:10:20 |
sunpoet |
Update to 0.51
- Use REINPLACE_CMD instead of patch file
- Update pkg-descr
- Take maintainership
Changes: https://github.com/jamesodhunt/procenv/releases |
0.50 13 Jan 2019 12:46:49 |
pi |
sysutils/procenv: update 0.36 -> 0.50
PR: 233176
Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
Relnotes: https://github.com/jamesodhunt/procenv/blob/master/NEWS |
0.36_1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.36_1 20 Feb 2016 12:40:53 |
amdmi3 |
- Fix build on recent HEAD
- Switch to new test framework
- Install documentation |
0.36 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
0.36 25 Aug 2015 03:15:42 |
amdmi3 |
- Switch to USES=autoreconf
- Manual stripping is not needed any more |
0.36 20 Aug 2015 12:36:26 |
amdmi3 |
- Clarify LICENSE
- Add LICENSE_FILE |
0.36 19 Aug 2015 07:33:39 |
erwin |
Reset maintainer
<james.hunt@ubuntu.com>: host mx.canonical.com[91.189.94.145] said: 550 5.1.1
<james.hunt@ubuntu.com>: Recipient address rejected: User unknown in
virtual alias table (in reply to RCPT TO command)
Sponsored by: DK Hostmaster A/S |
0.36 24 Aug 2014 13:54:55 |
wg |
sysutils/procenv: update to 0.36
PR: 192816
Submitted by: maintainer |
0.32 28 May 2014 12:04:08 |
bapt |
Fix a forgotten port using old perl framework
While here remove check for non supported version of freebsd |
0.32 07 Feb 2014 17:10:46 |
pawel |
- Update to version 0.32 [1]
- Support staging
- Strip program binary
PR: ports/186310 [1]
Submitted by: maintainer |
0.26 03 Jan 2014 01:13:00 |
bapt |
Part 2 at removing now useless FETCH_ARGS redifition |
0.26 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
0.26 30 Aug 2013 11:46:55 |
wg |
sysutils/procenv: update to 0.26
- Update to 0.26 [1]
- WWW must end with a slash
PR: ports/181640 [1]
Submitted by: James Hunt <james.hunt ubuntu.com> (maintainer) |
0.25 22 Jul 2013 20:35:03 |
pawel |
- Update to version 0.25
- Reword pkg-descr
PR: ports/180663
Submitted by: James Hunt <james.hunt@ubuntu.com> (maintainer) |
0.24 14 Jul 2013 20:58:34 |
wg |
sysutils/procenv: update to 0.24
- Update to 0.24 [1]
- Add regression-test target [1]
- Convert USES gmake
Changes:
http://bazaar.launchpad.net/~jamesodhunt/procenv/trunk/view/head:/NEWS
PR: ports/180453
Submitted by: James Hunt <james.hunt ubuntu.com> (maintainer) |
0.23 06 Jun 2013 14:43:50 |
pawel |
Update to version 0.23
PR: ports/179144
Submitted by: James Hunt <james.hunt@ubuntu.com> (maintainer) |
0.21 11 May 2013 21:21:38 |
rakuco |
Update to 0.21.
PR: ports/177715
Submitted by: James Hunt <james.hunt@ubuntu.com> (maintainer) |
0.20 28 Jan 2013 10:07:13 |
danfe |
Ensure that OSVERSION is defined. |
0.20 28 Jan 2013 09:57:32 |
danfe |
New port: sysutils/procenv, utility to show process environment.
PR: ports/175333
Submitted by: James Hunt |