meta.homepage added to several packages

svn path=/nixpkgs/trunk/; revision=10417
This commit is contained in:
Yury G. Kudryashov
2008-01-30 19:49:42 +00:00
parent bea41a64b4
commit 81aac8d84d
47 changed files with 145 additions and 24 deletions
@@ -18,4 +18,8 @@ stdenv.mkDerivation {
(if xineramaSupport then libXinerama else null)
];
inherit fastStart;
meta = {
homepage = http://www.adobe.com/products/reader;
};
}
@@ -6,4 +6,8 @@ stdenv.mkDerivation {
url = http://bluez.sf.net/download/bluez-firmware-1.1.tar.gz;
md5 = "2f1c2d939108c865dd07bae3e819c573";
};
meta = {
homepage = http://www.bluez.org;
};
}
@@ -7,4 +7,8 @@ stdenv.mkDerivation {
md5 = "ae3729ab5592be06ed01b973d4b3e9fe";
};
buildInputs = [bluezLibs];
meta = {
homepage = http://www.bluez.org;
};
}
@@ -15,6 +15,7 @@ stdenv.mkDerivation {
DjVu libre - a library and a viewer for djvu format - compression for
scanned images.
";
homepage = http://djvu.sourceforge.net;
};
}
+8 -1
View File
@@ -1,7 +1,14 @@
args: with args; stdenv.mkDerivation {
args: with args;
stdenv.mkDerivation {
name="fetchmail-6.3.8";
src = fetchurl {
url = http://download.berlios.de/fetchmail/fetchmail-6.3.8.tar.bz2;
sha256 = "5612f9af367f641e0efd084f44fcf1889669e711dbd8c60f6b7953e494d1b09b";
};
patches = [ ./security-fix.patch ];
meta = {
homepage = http://www.fetchmail.info;
};
}
@@ -0,0 +1,11 @@
--- old/sink.c (revision 5118)
+++ new/sink.c (revision 5119)
@@ -262,7 +262,7 @@
const char *md1 = "MAILER-DAEMON", *md2 = "MAILER-DAEMON@";
/* don't bounce in reply to undeliverable bounces */
- if (!msg->return_path[0] ||
+ if (!msg || !msg->return_path[0] ||
strcmp(msg->return_path, "<>") == 0 ||
strcasecmp(msg->return_path, md1) == 0 ||
strncasecmp(msg->return_path, md2, strlen(md2)) == 0)
@@ -9,4 +9,8 @@ stdenv.mkDerivation rec {
buildInputs = [pkgconfig libgphoto2 libexif popt gettext];
# There is a bug in 2.4.0 configure.ac (in their m4 macroses)
patchPhase = "sed -e 's@_tmp=true@_tmp=false@' -i configure configure.ac";
meta = {
homepage = http://www.gphoto.org;
};
}
+4
View File
@@ -13,4 +13,8 @@ stdenv.mkDerivation {
postConfigure = [ "sed 's|\\<gs\\>|${ghostscriptX}/bin/gs|g' -i src/*.am src/*.ad" ];
inherit ghostscriptX;
meta = {
homepage = http://wwwthep.physik.uni-mainz.de/~plass/gv;
};
}
@@ -11,5 +11,6 @@ stdenv.mkDerivation {
meta = {
description = "GNU Hello, a classic computer science tool";
homepage = http://www.gnu.org/software/hello/;
};
}
+2 -3
View File
@@ -11,8 +11,7 @@ stdenv.mkDerivation {
buildInputs =[clisp];
meta = {
description = "
Maxima computer algebra system
";
description = "Maxima computer algebra system";
homepage = http://maxima.sourceforge.net;
};
}
+1 -1
View File
@@ -12,7 +12,7 @@ stdenv.mkDerivation {
meta = {
description = "postgresql admin gui tool";
homepage = http://www.pgadmin.org/download/;
homepage = http://www.pgadmin.org;
license = "GPL2";
};
}
+2 -1
View File
@@ -1,4 +1,5 @@
args: with args; stdenv.mkDerivation {
args: with args;
stdenv.mkDerivation {
name="procmail-3.22";
buildInputs = [stdenv.gcc.libc];
installPhase = "
@@ -1,4 +1,5 @@
args: with args; stdenv.mkDerivation {
args: with args;
stdenv.mkDerivation {
name = "rxvt-unicode-8.9";
buildInputs = [ libX11 libXt libXft perl ];
+1 -1
View File
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
meta= {
description = "share mouse keyboard and clipboard between computers";
homepage = http://synergy2;
homepage = http://synergy2.sourceforge.net;
license = "GPL";
};
}
+1
View File
@@ -10,5 +10,6 @@ stdenv.mkDerivation {
meta = {
description = "A viewer for Microsoft HTML Help files";
homepage = http://xchm.sourceforge.net;
};
}
+4
View File
@@ -8,5 +8,9 @@ stdenv.mkDerivation rec {
};
buildInputs = [libXaw xproto libXt libX11 libSM libICE ncurses];
configureFlags = ["--enable-wide-chars"];
meta = {
homepage = http://invisible-island.net/xterm;
};
}