meta.homepage added to several packages
svn path=/nixpkgs/trunk/; revision=10417
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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/;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -11,8 +11,7 @@ stdenv.mkDerivation {
|
||||
buildInputs =[clisp];
|
||||
|
||||
meta = {
|
||||
description = "
|
||||
Maxima computer algebra system
|
||||
";
|
||||
description = "Maxima computer algebra system";
|
||||
homepage = http://maxima.sourceforge.net;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -10,5 +10,6 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "A viewer for Microsoft HTML Help files";
|
||||
homepage = http://xchm.sourceforge.net;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user