Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Aug 2001 20:25:49 +0300
From:      Peter Pentchev <roam@ringlet.net>
To:        freebsd-ports@FreeBSD.org
Subject:   [ANN] New ports built helper utility: sysutils/penv
Message-ID:  <20010827202549.E766@ringworld.oblivion.bg>

next in thread | raw e-mail | index | archive | help
----- Forwarded message from Peter Pentchev <roam@FreeBSD.org> -----

From: Peter Pentchev <roam@FreeBSD.org>
Date: Mon, 27 Aug 2001 10:17:17 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/sysutils Makefile ports/sysutils/penv Makefile
         distinfo pkg-comment pkg-descr pkg-plist
X-FreeBSD-CVS-Branch: HEAD

roam        2001/08/27 10:17:17 PDT

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/penv        Makefile distinfo pkg-comment pkg-descr 
                         pkg-plist 
  Log:
  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.
  
  Revision  Changes    Path
  1.212     +2 -1      ports/sysutils/Makefile



----- End forwarded message -----

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010827202549.E766>