notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
penv Set the environment according to the current working directory
1.2p1_1 sysutils Deleted on this many watch lists=4 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.2p1_1Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Not staged. See http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html
Expired This port expired on: 2014-08-31
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2001-08-27 14:17:17
Last Update: 2014-09-02 10:07:50
SVN Revision: 366980
People watching this port, also watch:: glib, lsof, ncftp, expat
License: BSD
WWW:
http://devel.ringlet.net/sysutils/penv/
Description:
Penv runs a specified command after setting an execution environment corresponding to the current working directory. Author: Peter Pentchev <roam@ringlet.net> WWW: http://devel.ringlet.net/sysutils/penv/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • penv>0:sysutils/penv
No installation instructions:
This port has been deleted.
PKGNAME: penv
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. envdir : sysutils/daemontools
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for penv-1.2p1_1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://devel.ringlet.net/sysutils/penv/
Collapse this list.

Number of commits found: 23

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.2p1_1
02 Sep 2014 10:07:50
Revision:366980Original commit files touched by this commit
bapt search for other commits by this committer
Remove non staged ports without pending PR from s*
1.2p1_1
20 Sep 2013 23:06:00
Revision:327772Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
1.2p1_1
14 Jun 2013 18:11:36
Revision:320957Original commit files touched by this commit
bsam search for other commits by this committer
Dirrmtry implies "2>/dev/null || true"

Spotted by:	tijl
1.2p1_1
14 Jun 2013 16:50:08
Revision:320953Original commit files touched by this commit
bsam search for other commits by this committer
. add LICENSE=BSD;
. bump PORTREVISION;
. remove unneeded DISTNAME;
. NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. trim Makefile headers;
. pet portlint: use @dirrmtry instead of @unexec rmdir.
1.2p1
27 Feb 2012 20:32:31
Original commit files touched by this commit
glarkin search for other commits by this committer
- Reassign to the heap

Requested by:   roam (on ports-developers@)
1.2p1
24 Oct 2011 09:11:38
Original commit files touched by this commit
dougb search for other commits by this committer
The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
1.2p1
19 Mar 2011 12:38:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
1.2p1
24 Jan 2006 01:06:45
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
1.2p1
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
1.2p1
27 Jan 2004 15:44:13
Original commit files touched by this commit
roam search for other commits by this committer
Update to bugfix penv-1.2p1: the 1.2 version could not create new files,
i.e. it could not store information about new variables, only change or
remove existing ones.
1.2
06 Jan 2004 17:57:47
Original commit files touched by this commit
roam search for other commits by this committer
Unquote COMMENT and fix a typo.
1.2
06 Jan 2004 17:48:27
Original commit files touched by this commit
roam search for other commits by this committer
Update to penv-1.2 and use %%DOCSDIR%% in the packing list.
The only change between 1.2pre2 and 1.2 is the new -m command-line option,
also available as the 'filemode' configuration variable, which specifies
the access mode for the files created in the environment directory.

Requested by:   Evren Yurtesen <yurtesen@ispro.net.tr>
1.2.b2
19 Feb 2003 16:07:30
Original commit files touched by this commit
roam search for other commits by this committer
Remove pkg-comment files in my ports.
1.2.b2
22 Mar 2002 10:01:33
Original commit files touched by this commit
roam search for other commits by this committer
Update to 1.2pre2, which lets environment variables and a per-user
configuration file override the settings in the global config file.
The command-line options still take precedence, though.
1.2.b2
21 Mar 2002 12:07:00
Original commit files touched by this commit
roam search for other commits by this committer
Update to 1.2pre1 with no functional changes, just a lot of SGML DocBook
documentation on building, installing and using penv(1) added.

Documentation lack pointed out by:      Gary W. Swearingen <swear@blarg.net>
25 Dec 2001 19:42:36
commit hash: fp1.22537@dev.null.freshports.orgcommit hash: fp1.22537@dev.null.freshports.orgcommit hash: fp1.22537@dev.null.freshports.orgcommit hash: fp1.22537@dev.null.freshports.org files touched by this commit
roam search for other commits by this committer
Update to penv-1.1, a special Christmas version ;)    
19 Nov 2001 13:16:32
commit hash: fp1.20903@dev.null.freshports.orgcommit hash: fp1.20903@dev.null.freshports.orgcommit hash: fp1.20903@dev.null.freshports.orgcommit hash: fp1.20903@dev.null.freshports.org files touched by this commit
roam search for other commits by this committer
Update to 1.1pre4, which lets the 'mkdir' command create parent directories   as
needed (equivalent to mkdir -p) and corrects a couple of option names   in the
manual page synopsis.    
08 Nov 2001 14:31:11
commit hash: fp1.20625@dev.null.freshports.orgcommit hash: fp1.20625@dev.null.freshports.orgcommit hash: fp1.20625@dev.null.freshports.orgcommit hash: fp1.20625@dev.null.freshports.org files touched by this commit
roam search for other commits by this committer
Update to 1.1pre3:   - fix a segfault when no arguments were given to the 'exec'
action;   - rework the 'setvar' code, allow setting of empty variables, which   
 envdir(1) interprets as requests to unset the corresponding env vars;   -
replace the printenv(1) invocation with local envdir parsing code     for the
'list' action.    
30 Oct 2001 19:04:54
commit hash: fp1.20244@dev.null.freshports.orgcommit hash: fp1.20244@dev.null.freshports.orgcommit hash: fp1.20244@dev.null.freshports.orgcommit hash: fp1.20244@dev.null.freshports.org files touched by this commit
roam search for other commits by this committer
Update to 1.1pre2, which adds the '-c command' switch to make   penv take lots
of different, exciting actions:    
30 Oct 2001 09:43:49
commit hash: fp1.20223@dev.null.freshports.orgcommit hash: fp1.20223@dev.null.freshports.orgcommit hash: fp1.20223@dev.null.freshports.orgcommit hash: fp1.20223@dev.null.freshports.org files touched by this commit
roam search for other commits by this committer
Update to 1.1pre1, which introduces the -p option to only display   the path to
the environment directory to be used.    
12 Sep 2001 09:11:34
commit hash: fp1.18713@dev.null.freshports.orgcommit hash: fp1.18713@dev.null.freshports.orgcommit hash: fp1.18713@dev.null.freshports.orgcommit hash: fp1.18713@dev.null.freshports.org files touched by this commit
roam search for other commits by this committer
Create the database directory during install and remove it, if empty,   on
uninstall.   penv.conf.default/penv.conf handling a'la Apache.   Bump
PORTREVISION.    
03 Sep 2001 10:51:56
commit hash: fp1.18324@dev.null.freshports.orgcommit hash: fp1.18324@dev.null.freshports.orgcommit hash: fp1.18324@dev.null.freshports.orgcommit hash: fp1.18324@dev.null.freshports.org files touched by this commit
roam search for other commits by this committer
Update to 1.0, which adds the ability to only list the environment   changes
without executing anything.  Also, the config file path,   the paths to envdir
and printenv and the database dir path are now   dynamically adjusted in both
the manual page and the sample config file.    
27 Aug 2001 18:17:17
commit hash: fp1.17973@dev.null.freshports.orgcommit hash: fp1.17973@dev.null.freshports.orgcommit hash: fp1.17973@dev.null.freshports.orgcommit hash: fp1.17973@dev.null.freshports.org files touched by this commit
roam search for other commits by this committer
Add penv-1.0pre2.    

Number of commits found: 23