aboutsummaryrefslogtreecommitdiff
path: root/sysutils/penv/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* Update to penv-1.2 and use %%DOCSDIR%% in the packing list.Peter Pentchev2004-01-061-27/+27
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=97487
* Update to 1.2pre2, which lets environment variables and a per-userPeter Pentchev2002-03-221-3/+15
| | | | | | | | configuration file override the settings in the global config file. The command-line options still take precedence, though. Notes: svn path=/head/; revision=56445
* Update to 1.2pre1 with no functional changes, just a lot of SGML DocBookPeter Pentchev2002-03-211-1/+12
| | | | | | | | | documentation on building, installing and using penv(1) added. Documentation lack pointed out by: Gary W. Swearingen <swear@blarg.net> Notes: svn path=/head/; revision=56413
* Create the database directory during install and remove it, if empty,Peter Pentchev2001-09-121-0/+4
| | | | | | | | | | | on uninstall. penv.conf.default/penv.conf handling a'la Apache. Bump PORTREVISION. Submitted by: olgeni Notes: svn path=/head/; revision=47739
* Add penv-1.0pre2.Peter Pentchev2001-08-271-0/+6
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. Notes: svn path=/head/; revision=46986