summary refs log tree commit diff
path: root/pkgs/applications/editors/ed
Commit message (Collapse)AuthorAge
* ed: 1.16 -> 1.17Lancelot SIX2021-01-22
| | | | | See https://lists.gnu.org/archive/html/info-gnu/2021-01/msg00010.html for release information
* treewide: stdenv.lib -> libBen Siraphob2021-01-16
|
* treewide: add warning comment to “boot” packagesMatthew Bauer2020-07-31
| | | | | | | | | | | | | | | This adds a warning to the top of each “boot” package that reads: Note: this package is used for bootstrapping fetchurl, and thus cannot use fetchpatch! All mutable patches (generated by GitHub or cgit) that are needed here should be included directly in Nixpkgs as files. This makes it clear to maintainer that they may need to treat this package a little differently than others. Importantly, we can’t use fetchpatch here due to using <nix/fetchurl.nix>. To avoid having stale hashes, we need to include patches that are subject to changing overtime (for instance, gitweb’s patches contain a version number at the bottom).
* ed: 1.15 -> 1.16R. RyanTM2020-02-27
|
* ed: 1.14.2 -> 1.15 (#53415)Elis Hirwing2019-01-05
| | | Release announcement: http://lists.gnu.org/archive/html/info-gnu/2019-01/msg00003.html
* Treewide: use HTTPS on GNU domainsc0bw3b2018-12-02
| | | | | | | | | | | HTTP -> HTTPS for : - http://gnu.org/ - http://www.gnu.org/ - http://elpa.gnu.org/ - http://lists.gnu.org/ - http://gcc.gnu.org/ - http://ftp.gnu.org/ (except in fetchurl mirrors) - http://bugs.gnu.org/
* treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson2018-08-30
| | | | | Want to get this out of here for 18.09, so it can be deprecated thereafter.
* ed: fix cross buildOrivej Desh2018-01-09
|
* treewide: Simplify some `doCheck` callsJohn Ericson2018-01-09
| | | | | | In anticipation of what I outline in #33599, I only simplify exactly those `doCheck`s which are equal to `hostPlatform != buildPlatform`. I also stick a comment next to them so I can grep for them later.
* ed: enable check on darwinOrivej Desh2017-12-04
|
* lzip: add unpackCmd hookOrivej Desh2017-12-04
|
* ed: fix docs locationBert Moens2017-12-04
| | | | by removing installFlags and configureFlags. Fixes #32159
* treewide: Use `targetPrefix` instead of `prefix` for platform name prefixesJohn Ericson2017-11-27
| | | | | | | | | Certain tools, e.g. compilers, are customarily prefixed with the name of their target platform so that multiple builds can be used at once without clobbering each other on the PATH. I was using identifiers named `prefix` for this purpose, but that conflicts with the standard use of `prefix` to mean the directory where something is installed. To avoid conflict and confusion, I renamed those to `targetPrefix`.
* ed: 1.14.1 -> 1.14.2Robin Gloster2017-08-27
|
* misc pkgs: Remove unneeded *Platform == *Platform comparisonsJohn Ericson2017-06-30
| | | | | PR #26007 used these to avoid causing a mass rebuild. Now that we know things work, we do that to clean up.
* ed: Modernize and fix for crossJohn Ericson2017-06-22
|
* ed: 1.13 -> 1.14.1Lancelot SIX2017-01-15
| | | | | See http://lists.gnu.org/archive/html/info-gnu/2017-01/msg00004.html for full release announcement.
* ed: avoid the useless rebuild due to #21752Vladimír Čunát2017-01-08
|
* ed: Add fedoraproject mirror.Sebastian Hagen2017-01-08
| | | | | | The existing URL has gone dark; this commit adds one from fedoraproject.org that still works. We put the new mirror first since ed is in the bootstrap path, and 16.09 bootstrap doesn't try later URLs.
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* ed: 1.12 -> 1.13Matthias Beyer2016-05-15
|
* ed: 1.10 -> 1.12William A. Kennington III2015-07-17
|
* ed: update to 1.10, working around *.lz problemVladimír Čunát2014-08-30
|
* Revert "ed: update to 1.10 (close #3852)"Eelco Dolstra2014-08-30
| | | | | | | | | This reverts commit 60902b97fe4a96d370bc0c5e3690fa45da77d78d. It breaks building on Darwin: http://hydra.nixos.org/build/13832410 It also adds a gratuitous dependency to the stdenv bootstrap.
* Merge recent master into stagingVladimír Čunát2014-08-30
|\ | | | | | | | | | | | | | | | | Hydra: ?compare=1149952 Conflicts: nixos/doc/manual/configuration.xml (changed split file) nixos/modules/config/users-groups.nix (choosing filterNull instead of inline definition) pkgs/development/libraries/readline/readline6.3.nix (auto-solved)
| * Fix many package descriptionsBjørn Forsman2014-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (My OCD kicked in today...) Remove repeated package names, capitalize first word, remove trailing periods and move overlong descriptions to longDescription. I also simplified some descriptions as well, when they were particularly long or technical, often based on Arch Linux' package descriptions. I've tried to stay away from generated expressions (and I think I succeeded). Some specifics worth mentioning: * cron, has "Vixie Cron" in its description. The "Vixie" part is not mentioned anywhere else. I kept it in a parenthesis at the end of the description. * ctags description started with "Exuberant Ctags ...", and the "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis at the end of description. * nix has the description "The Nix Deployment System". Since that doesn't really say much what it is/does (especially after removing the package name!), I changed that to "Powerful package manager that makes package management reliable and reproducible" (borrowed from nixos.org). * Tons of "GNU Foo, Foo is a [the important bits]" descriptions is changed to just [the important bits]. If the package name doesn't contain GNU I don't think it's needed to say it in the description either.
* | ed: update to 1.10 (close #3852)Mateusz Kowalczyk2014-08-29
|/
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* ed: Update to 1.9Eelco Dolstra2013-08-26
|
* unmaintain several packagesLudovic Courtès2013-08-16
|
* ed: Update to 1.7Eelco Dolstra2012-12-12
|
* Merge remote-tracking branch 'origin/master' into stdenv-updatesEelco Dolstra2012-12-04
|\
| * ed: disable tests on DarwinLudovic Courtès2012-12-03
| |
* | ed: Update to 1.6Eelco Dolstra2012-09-18
|/
* * New version of ‘ed’. W00t!Eelco Dolstra2011-12-12
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=30862
* Making a bunch of basic programs cross-buildable.Lluís Batlle i Rossell2010-04-04
| | | | | | | After this, the 'bootstrap-tools' can be cross-built. svn path=/nixpkgs/branches/stdenv-updates/; revision=20945
* GNU Ed 1.4.Ludovic Courtès2009-07-14
| | | | svn path=/nixpkgs/trunk/; revision=16365
* GNU Ed 1.3.Ludovic Courtès2009-05-24
| | | | svn path=/nixpkgs/trunk/; revision=15698
* ed 1.2Armijn Hemel2009-02-01
| | | | svn path=/nixpkgs/trunk/; revision=13928
* GNU ed 1.1.Ludovic Courtès2008-10-15
| | | | svn path=/nixpkgs/trunk/; revision=13072
* 0.9 -> 1.0 (after 20 years or so)Armijn Hemel2008-09-11
| | | | svn path=/nixpkgs/trunk/; revision=12843
* GNU ed: Fix typo in description.Ludovic Courtès2008-04-25
| | | | svn path=/nixpkgs/trunk/; revision=11717
* Move GNU ed, add meta-information.Ludovic Courtès2008-04-25
svn path=/nixpkgs/trunk/; revision=11715