Author: simons
Date: Thu Oct 28 11:10:09 2010
New Revision: 24511
URL: https://svn.nixos.org/websvn/nix/?rev=24511&sc=1
Log:
Added fileschanged version 0.6.9.
Added:
nixpkgs/trunk/pkgs/tools/misc/fileschanged/
nixpkgs/trunk/pkgs/tools/misc/fileschanged/default.nix
Modified:
nixpkgs/trunk/pkgs/top-level/all-packages.nix
Added: nixpkgs/trunk/pkgs/tools/misc/fileschanged/default.nix
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ nixpkgs/trunk/pkgs/tools/misc/fileschanged/default.nix Thu Oct 28
11:10:09 2010 (r24511)
@@ -0,0 +1,31 @@
+{ stdenv, fetchurl, fam }:
+
+stdenv.mkDerivation {
+ name = "fileschanged-0.6.9";
+
+ src = fetchurl {
+ url = "http://nongnu.askapache.com/fileschanged/fileschanged-0.6.9.tar.gz";
+ sha256 = "0ajc9h023vzpnlqqjli4wbvs0q36nr5p9msc3wzbic8rk687qcxc";
+ };
+
+ buildInputs = [ fam ];
+
+ doCheck = true;
+
+ meta = {
+ homepage = "http://www.nongnu.org/fileschanged/";
+ description = "A command-line utility that reports when files have been
altered.";
+ license = "GPL";
+
+ longDescription = ''
+ This utility is a client to FAM (File Alteration Monitor) servers
+ like FAM or Gamin. You give it some filenames on the command line
+ and then it monitors those files for changes. When it discovers
+ that a file has been altered, it displays the filename on the
+ standard-output or executes a given command.
+ '';
+
+ platforms = stdenv.lib.platforms.linux;
+ maintainers = [ stdenv.lib.maintainers.simons ];
+ };
+}
Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/all-packages.nix Thu Oct 28 10:49:42
2010 (r24510)
+++ nixpkgs/trunk/pkgs/top-level/all-packages.nix Thu Oct 28 11:10:09
2010 (r24511)
@@ -604,6 +604,8 @@
file = callPackage ../tools/misc/file { };
+ fileschanged = callPackage ../tools/misc/fileschanged { };
+
findutils =
if stdenv.isDarwin
then findutils4227
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits