about summary refs log tree commit diff
path: root/maintainers/scripts/gnu
Commit message (Collapse)AuthorAge
* gnupdate: Really select `stdenv' packages when asked for it.Ludovic Courtès2011-12-13
| | | | | | | * maintainers/scripts/gnu/gnupdate (gnupdate)[selected-gnu-packages]: Really limit to `stdenv' when ask for it. svn path=/nixpkgs/trunk/; revision=30869
* gnupdate: Remove quirks for GNUnet.Ludovic Courtès2011-12-04
| | | | | | | | * maintainers/scripts/gnu/gnupdate (ftp-server/directory)[quirks]: Remove GNUnet. (nixpkgs->gnu-name)[quirks]: Likewise. svn path=/nixpkgs/trunk/; revision=30724
* gnupdate: Support signatures with expired keys.Ludovic Courtès2011-12-01
| | | | | | | | * maintainers/scripts/gnu/gnupdate (gnupg-verify)[expkeysig-rx]: New variable. Recognize signatures with expired keys. (gnupg-status-good-signature?): Recognize `expired-key-signature' as good. svn path=/nixpkgs/trunk/; revision=30667
* gnupdate: Handle GnuPG-related packages.Ludovic Courtès2011-11-01
| | | | | | | * maintainers/scripts/gnu/gnupdate (gnu?): Check `gnupg.org'. (ftp-server/directory)[quirks]: Add libassuan. svn path=/nixpkgs/trunk/; revision=30176
* gnupdate: Make `nix-prefetch-url' memoizing.Ludovic Courtès2011-10-30
| | | | | | | * maintainers/scripts/gnu/gnupdate (memoize): New procedure. (nix-prefetch-url): Use it. svn path=/nixpkgs/trunk/; revision=30109
* gnupdate: Fix auto-downloading of GPG keys.Ludovic Courtès2011-10-30
| | | | | | * maintainers/scripts/gnu/gnupdate (gnupg-verify): Always return STATUS. svn path=/nixpkgs/trunk/; revision=30108
* gnupdate: Add `--attribute' option.Ludovic Courtès2011-10-30
| | | | | | | | | | | | * maintainers/scripts/gnu/gnupdate (open-nixpkgs): Add optional ATTRIBUTE parameter; honor it. (%options)["-A"]: New option. (gnupdate)[nixpkgs->snix]: Add ATTRIBUTE parameter and pass it down to `open-nixpkgs'. [selected-gnu-packages]: New procedure. Adjust callers accordingly. svn path=/nixpkgs/trunk/; revision=30107
* gnupdate: Support `meta.homepage' as a string list.Ludovic Courtès2011-09-17
| | | | | | | * maintainers/scripts/gnu/gnupdate (gnu?): Improve type-checking of `meta.homepage'; support string lists. svn path=/nixpkgs/trunk/; revision=29315
* gnupdate: Exclude IceCat 3.x variants.Ludovic Courtès2011-09-04
| | | | | | | * maintainers/scripts/gnu/gnupdate (%ignored-package-attributes): Augment. svn path=/nixpkgs/trunk/; revision=29015
* gnupdate: Automatically download missing OpenPGP keys.Ludovic Courtès2011-09-04
| | | | | | | | | | | * maintainers/scripts/gnu/gnupdate (%gpg-command, %openpgp-key-server): New variables. (gnupg-verify, gnupg-status-good-signature?, gnupg-status-missing-key?, gnupg-receive-keys, gnupg-verify*): New procedures. (fetch-gnu): Use `gnupg-verify*'. svn path=/nixpkgs/trunk/; revision=29014
* gnupdate: Update the list of ignored packages.Ludovic Courtès2011-08-22
| | | | | | | * maintainers/scripts/gnu/gnupdate (%ignored-package-attributes): Update. svn path=/nixpkgs/trunk/; revision=28756
* GNU GRUB 1.99.Ludovic Courtès2011-06-13
| | | | svn path=/nixpkgs/trunk/; revision=27440
* gnupdate: Ignore GCC-related attributes.Ludovic Courtès2011-04-12
| | | | | | | * maintainers/scripts/gnu/gnupdate (%ignored-package-attributes): Add GCC 4.6 and gfortran/gcj attributes. svn path=/nixpkgs/trunk/; revision=26796
* gnupdate: Handle `repeated' nodes referring to a drv not encountered yet.Ludovic Courtès2011-04-12
| | | | | | | | | | * maintainers/scripts/gnu/gnupdate (xml-element->snix): Return an `unresolved' node when the repeated derivation hasn't been encountered yet. (resolve): New procedure. (xml->snix): Use it. svn path=/nixpkgs/trunk/; revision=26790
* gnupdate: Use (ice-9 format).Ludovic Courtès2011-04-12
| | | | | | * maintainers/scripts/gnu/gnupdate: Use (ice-9 format). svn path=/nixpkgs/trunk/; revision=26789
* Remove obsolete version of `gnupdate'.Ludovic Courtès2011-03-23
| | | | svn path=/nixpkgs/trunk/; revision=26483
* gnupdate: Add quirks.Ludovic Courtès2011-03-10
| | | | | | | | * maintainers/scripts/gnu/gnupdate (%ignored-package-attributes): Add `gcc45_real' and `gcc45_realCross'. (ftp-server/directory)[quirks]: Add `ucommon'. svn path=/nixpkgs/trunk/; revision=26261
* gnupdate: Improve error handling for pipes.Ludovic Courtès2011-03-04
| | | | | | | | | * maintainers/scripts/gnu/gnupdate (pipe-failed?): New procedure. (nix-prefetch-url): Use it. (gnupdate)[nixpkgs->snix]: New procedure. Use it. svn path=/nixpkgs/trunk/; revision=26160
* gnupdate: Update the list of ignored attributes.Ludovic Courtès2011-02-23
| | | | | | | * maintainers/scripts/gnu/gnupdate (%ignored-package-attributes): Update. svn path=/nixpkgs/trunk/; revision=26077
* gnupdate: Display FTP exceptions more nicely.Ludovic Courtès2011-02-23
| | | | | | | * maintainers/scripts/gnu/gnupdate (releases): Display MESSAGE and ARGS with ~S. svn path=/nixpkgs/trunk/; revision=26076
* gnupdate: Handle recursive FTP directory structures; handle funky file names.Ludovic Courtès2011-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | This patch allows projects with per-version sub-directories to be handled (e.g., MIT Scheme, MyServer, IceCat, etc.) It also makes sure alpha releases are discarded (e.g., "gnupg-2.1.0beta3") as well as unrelated files (e.g., "TeXmacs-600dpi-fonts.tar.gz"). * maintainers/scripts/gnu/gnupdate (ftp-list): Return a list of entries where each entry indicates the file type in addition to the file name. (releases): Adjust accordingly. Recurse into sub-directories and return a list of name/directory pairs. Catch `ftp-error' instead of everything. [release-rx]: Adjust to work with TeXmacs. [alpha-rx]: New variable. [sans-extension]: New procedure. (latest-release): Adjust accordingly. (%package-name-rx): New variable. (package/version): Use it. (packages-to-update): Adjust accordingly. Use the directory returned by `latest-release'. [unpack]: New procedure. (fetch-gnu): Add a `directory' parameter; use it. svn path=/nixpkgs/trunk/; revision=26075
* gnupdate: Add a quirk for Source-Highlight.Ludovic Courtès2011-02-23
| | | | | | | * maintainers/scripts/gnu/gnupdate (ftp-server/directory)[quirks]: Add "source-highlight". svn path=/nixpkgs/trunk/; revision=26074
* gnupdate: Fix the MIT Scheme quirk.Ludovic Courtès2011-02-23
| | | | | | | * maintainers/scripts/gnu/gnupdate (ftp-server/directory)[quirks]: Fix the mit-scheme quirk. svn path=/nixpkgs/trunk/; revision=26073
* gnupdate: Remove compatibility hack.Ludovic Courtès2011-02-16
| | | | svn path=/nixpkgs/trunk/; revision=26000
* GNUpdate: Add quirks.Ludovic Courtès2011-01-24
| | | | | | | * maintainers/scripts/gnu/gnupdate (ftp-server/directory)[quirks]: Add "libzrtpcpp" and "libosip2". svn path=/nixpkgs/trunk/; revision=25685
* Updating from trunkLluís Batlle i Rossell2010-10-03
|\ | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=24038
| * gnupdate: Add quirks.Ludovic Courtès2010-09-20
| | | | | | | | | | | | | | * maintainers/scripts/gnu/gnupdate (ftp-server/directory)[quirks]: Add `freefont-ttf' and `gnu-ghostscript'. svn path=/nixpkgs/trunk/; revision=23876
* | Updating from trunk.Lluís Batlle i Rossell2010-09-17
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=23840
| * gnupdate: Update to new FFI.Ludovic Courtès2010-09-10
| | | | | | | | | | | | * maintainers/scripts/gnu/gnupdate (pointer->procedure): New procedure. svn path=/nixpkgs/trunk/; revision=23712
* | gnupdate: Add quirk for GNU Make.Ludovic Courtès2010-08-20
| | | | | | | | | | | | | | * maintainers/scripts/gnu/gnupdate (nixpkgs->gnu-name)[quirks]: Add `gnumake'. svn path=/nixpkgs/branches/stdenv-updates/; revision=23276
* | Updated from trunk.Lluís Batlle i Rossell2010-08-20
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=23275
| * gnupdate: Use the latest FFI.Ludovic Courtès2010-08-19
| | | | | | | | | | | | | | * maintainers/scripts/gnu/gnupdate (version-string>?): Use the new `string->pointer', available in 1.9.12. svn path=/nixpkgs/trunk/; revision=23253
* | Merging from trunk.Lluís Batlle i Rossell2010-08-02
|\| | | | | | | | | | | | | | | | | I tried to fix some trivial conflicts. I don't know if I merged well some more difficult conflicts on openssl/darwin_patch or haskell-platform. svn path=/nixpkgs/branches/stdenv-updates/; revision=22878
| * gnupdate: Fix typo.Ludovic Courtès2010-07-04
| | | | | | | | svn path=/nixpkgs/trunk/; revision=22468
| * gnupdate: Remove obsolete workaround.Ludovic Courtès2010-07-04
| | | | | | | | | | | | | | * maintainers/scripts/gnu/gnupdate: Remove `(sxml ssax) workaround for macro-generating macros. svn path=/nixpkgs/trunk/; revision=22467
| * gnupdate: Turn into a module.Ludovic Courtès2010-07-04
| | | | | | | | | | | | | | | | | | | | * maintainers/scripts/gnu/gnupdate.scm: Rename to... * maintainers/scripts/gnu/gnupdate: ... this. Use `define-module' and the orthodox way of doing things. (main): Rename to... (gnupdate): ... this. svn path=/nixpkgs/trunk/; revision=22466
| * gnupdate: Add quirk for GRUB 2.Ludovic Courtès2010-07-04
| | | | | | | | | | | | | | * maintainers/scripts/gnu/gnupdate.scm (ftp-server/directory): Add quirk for GRUB 2. svn path=/nixpkgs/trunk/; revision=22455
| * gnupdate: Remove unused variables.Ludovic Courtès2010-07-04
| | | | | | | | | | | | | | | | * maintainers/scripts/gnu/gnupdate.scm (gnu?): Don't bind unused fields in `match'. (ftp-server/directory): Ditto. svn path=/nixpkgs/trunk/; revision=22454
| * gnupdate: Add `--select', to select packages `stdenv' depends on (or not).Ludovic Courtès2010-07-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * maintainers/scripts/gnu/gnupdate.scm (attribute-value, derivation-source, derivation-output-path, source-output-path, derivation-source-output-path, find-attribute-by-name, find-package-by-attribute-name, stdenv-package, package-requisites): New procedures. (%options): Add `--select'. (main): Compute the source output paths of `stdenv'. Filter out packages that are/aren't in `stdenv', depending on the `--select' option. svn path=/nixpkgs/trunk/; revision=22453
| * gnupdate: Ignore the "gcc44" and "gcc45" attributes.Ludovic Courtès2010-07-04
|/ | | | | | | * maintainers/scripts/gnu/gnupdate.scm (%ignored-package-attributes): Add "gcc44" and "gcc45". svn path=/nixpkgs/trunk/; revision=22452
* GNUpdate: Update to the new module name.Ludovic Courtès2010-06-10
| | | | svn path=/nixpkgs/trunk/; revision=22214
* gnupdate: Remove unneeded file.Ludovic Courtès2010-06-01
| | | | | | * maintainers/scripts/gnu/sxml-match.scm: Remove. svn path=/nixpkgs/trunk/; revision=22075
* gnupdate: Fix unbound-variable in `%ftp-login'.Ludovic Courtès2010-05-12
| | | | | | | * maintainers/scripts/gnu/gnupdate.scm (%ftp-login): Bind `command' to the command. svn path=/nixpkgs/trunk/; revision=21742
* gnupdate: Re-fix thinko.Ludovic Courtès2010-05-10
| | | | svn path=/nixpkgs/trunk/; revision=21717
* gnupdate: Add `--dry-run' option.Ludovic Courtès2010-05-10
| | | | | | | * maintainers/scripts/gnu/gnupdate.scm (%options): Add `dry-run'. (main): Handle `--dry-run'. svn path=/nixpkgs/trunk/; revision=21716
* gnupdate: Add optional directory argument to `ftp-list'.Ludovic Courtès2010-05-10
| | | | | | | | * maintainers/scripts/gnu/gnupdate.scm (ftp-list): Add optional DIRECTORY argument. (releases): Pass DIRECTORY to `ftp-list'. svn path=/nixpkgs/trunk/; revision=21715
* gnupdate: Handle FTP logins with password.Ludovic Courtès2010-05-10
| | | | | | | * maintainers/scripts/gnu/gnupdate.scm (%ftp-login): New procedure. (ftp-open): Use it. svn path=/nixpkgs/trunk/; revision=21714
* gnupdate: Add quirk for MIT/GNU Scheme.Ludovic Courtès2010-05-10
| | | | | | | | * maintainers/scripts/gnu/gnupdate.scm (ftp-server/directory)[quirks]: Add `mit-scheme'. (nixpkgs->gnu-name)[quirks]: Ditto. svn path=/nixpkgs/trunk/; revision=21711
* gnupdate: Fix typo in the GNU predicate.Ludovic Courtès2010-05-10
| | | | | | | * maintainers/scripts/gnu/gnupdate.scm (gnu?): Fix typo analyzing `meta.homepage'. svn path=/nixpkgs/trunk/; revision=21706
* gnupdate: Fix typo.Ludovic Courtès2010-05-10
| | | | svn path=/nixpkgs/trunk/; revision=21703