| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
27 Feb 2012 20:32:31
1.2p1
|
glarkin  |
- Reassign to the heap
Requested by: roam (on ports-developers@) |
24 Oct 2011 09:11:38
1.2p1
|
dougb  |
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 |
19 Mar 2011 12:38:54
1.2p1
|
miwi  |
- Get Rid MD5 support |
24 Jan 2006 01:06:45
1.2p1
|
edwin  |
SHA256ify
Approved by: krion@ |
31 Mar 2004 03:12:58
1.2p1
|
trevor  |
SIZEify (maintainer timeout) |
27 Jan 2004 15:44:13
1.2p1
|
roam  |
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. |
06 Jan 2004 17:57:47
1.2
|
roam  |
Unquote COMMENT and fix a typo. |
06 Jan 2004 17:48:27
1.2
|
roam  |
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> |
19 Feb 2003 16:07:30
1.2.b2
|
roam  |
Remove pkg-comment files in my ports. |
22 Mar 2002 10:01:33
1.2.b2
|
roam  |
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. |
21 Mar 2002 12:07:00
1.2.b2
|
roam  |
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 
|
roam  |
Update to penv-1.1, a special Christmas version ;) |
19 Nov 2001 13:16:32 
|
roam  |
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 
|
roam  |
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 
|
roam  |
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 
|
roam  |
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 
|
roam  |
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 
|
roam  |
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 
|
roam  |
Add penv-1.0pre2. |