Commit graph

7 commits

Author SHA1 Message Date
Peter Pentchev
be248a0a05 Update to penv-1.1, a special Christmas version ;)
Seriously, this removes a warning when the 'list' command was invoked
(either by -L or -c list) and penv could not change to its envdir.
This is especially useful if penv is used as a make(1) environment
processor, as described in my message to -arch today.  The previous
versions would complain loudly about nonexistent envdirs for e.g. all
the build, lib and run dependencies.

Happy holidays!

Initialy reported by:	Valentin Zahariev <curly@e-card.bg>
Long disregarded by:	myself, as merely an annoyance, before
			the actual development of the make(1) envproc code,
			when it became a *big* noisy annoyance :)
2001-12-25 19:42:35 +00:00
Peter Pentchev
6f394a4c44 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.

Submitted by:	olgeni (the manual page fixes)
2001-11-19 13:16:32 +00:00
Peter Pentchev
3971100205 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.
2001-11-08 14:31:11 +00:00
Peter Pentchev
b4883e02cb Update to 1.1pre2, which adds the '-c command' switch to make
penv take lots of different, exciting actions:

[roam@straylight:v0 /usr/ports/textproc/docproj]$ penv -c mkdir
[roam@straylight:v0 /usr/ports/textproc/docproj]$ penv -c set JADETEX=no
[roam@straylight:v0 /usr/ports/textproc/docproj]$ penv -S A4=yes
[roam@straylight:v0 /usr/ports/textproc/docproj]$ penv -L
JADETEX=no
A4=yes
[roam@straylight:v0 /usr/ports/textproc/docproj]$ penv -c reset A4
[roam@straylight:v0 /usr/ports/textproc/docproj]$ penv -R JADETEX
[roam@straylight:v0 /usr/ports/textproc/docproj]$ penv -L
[roam@straylight:v0 /usr/ports/textproc/docproj]$
2001-10-30 19:04:54 +00:00
Peter Pentchev
83dba97842 Update to 1.1pre1, which introduces the -p option to only display
the path to the environment directory to be used.

This allows you to do neat things like:

[roam@straylight:v0 /usr/ports/textproc/docproj]$ mkdir -p `penv -p`
[roam@straylight:v0 /usr/ports/textproc/docproj]$ echo no > `penv -p`/JADETEX
[roam@straylight:v0 /usr/ports/textproc/docproj]$ echo yes > `penv -p`/A4
[roam@straylight:v0 /usr/ports/textproc/docproj]$ penv -L
JADETEX=no
A4=yes
[roam@straylight:v0 /usr/ports/textproc/docproj]$ penv make clean all install

..and watch the port build fly!
2001-10-30 09:43:48 +00:00
Peter Pentchev
10f3eb1bc9 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.
2001-09-03 09:51:56 +00:00
Peter Pentchev
de8a30b7f5 Add penv-1.0pre2.
penv - 'program environment' or 'ports environment' - is a simple
utility that executes a given command after setting some environment
variables corresponding to the current directory.  This makes it
much easier to keep persistent environment settings for building
the same ports over and over again.

For example, the following series of commands:

$ echo cp1251 > /var/db/penv/databases/mysql323-server/WITH_CHARSET
$ echo all > /var/db/penv/databases/mysql323-server/WITH_XCHARSET

..allows a simple way to build the MySQL-3.23 server with the same
character set configuration every time by doing:

[root@ringworld:/usr/ports/databases/mysql323-server]# penv make

For more information, see the penv.1 manual page and the sample
configuration file in the penv distribution.
2001-08-27 17:17:17 +00:00