nixpkgs/pkgs
Eelco Dolstra cbdd91f2a6 * Some utility functions to make performing substitutions in text
files easier.  Examples:

    substitute inputFile outputFile \
      --replace "@bindir@" "$out/bin" \
      --replace "@gcc@" "$GCC/bin/gcc"

    substitute inputFile outputFile --subst-var out

      (this is sugar for --replace "@out@" "$out")

    substituteInPlace file --replace a b

      (input and output are both `file'; the execute bit is preserved)
  

svn path=/nixpkgs/trunk/; revision=2239
2005-02-15 17:44:03 +00:00
..
applications * Move tarballs to catamaran so that we are no longer dependent on a 2005-02-15 14:44:19 +00:00
build-support * Some utility functions to make performing substitutions in text 2005-02-15 17:44:03 +00:00
data/sgml+xml * Move tarballs to catamaran so that we are no longer dependent on a 2005-02-15 14:44:19 +00:00
development * GTK 2.6 plus associated libraries. 2005-02-15 16:22:20 +00:00
games * Move tarballs to catamaran so that we are no longer dependent on a 2005-02-15 14:44:19 +00:00
maintainers * A script to copy fetchurl files to a more stable place (catamaran) 2005-02-15 14:32:55 +00:00
misc * Move tarballs to catamaran so that we are no longer dependent on a 2005-02-15 14:44:19 +00:00
os-specific/linux * Move tarballs to catamaran so that we are no longer dependent on a 2005-02-15 14:44:19 +00:00
servers * Move tarballs to catamaran so that we are no longer dependent on a 2005-02-15 14:44:19 +00:00
shells/bash * Move tarballs to catamaran so that we are no longer dependent on a 2005-02-15 14:44:19 +00:00
stdenv oops, don't forget binutils 2004-10-19 15:49:15 +00:00
system * GTK 2.6 plus associated libraries. 2005-02-15 16:22:20 +00:00
test * Ensure that when building gcc, libstdc++ is linked against the 2004-04-04 22:02:41 +00:00
tools * Move tarballs to catamaran so that we are no longer dependent on a 2005-02-15 14:44:19 +00:00
STABLE * The contents of this file determines whether to build a stable (`1') 2004-04-27 10:50:05 +00:00
VERSION * Bump version number to 0.7. 2004-11-14 15:43:32 +00:00