about summary refs log tree commit diff
path: root/pkgs/development/tools/misc/global
AgeCommit message (Collapse)AuthorFilesLines
2021-01-23pkgs/development/tools: stdenv.lib -> libBen Siraphob1-2/+2
2020-09-23global: 6.6.4 -> 6.6.5R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-01-06global: 6.6.3 -> 6.6.4R. RyanTM1-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-12-25global: 6.6.2 -> 6.6.3R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/global/versions
2018-12-02Treewide: use HTTPS on GNU domainsc0bw3b1-1/+1
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/
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-03-08global: 6.5.7 -> 6.6.2Ryan Mulligan1-2/+2
Semi-automatic update. These checks were done: - built on NixOS - ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/gtags --help` got 0 exit code - ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/gtags --version` and found version 6.6.2 - ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/global --help` got 0 exit code - ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/global help` got 0 exit code - ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/global --version` and found version 6.6.2 - ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/gozilla --help` got 0 exit code - ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/gozilla --version` and found version 6.6.2 - ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/htags -h` got 0 exit code - ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/htags --help` got 0 exit code - ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/htags help` got 0 exit code - ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/htags --version` and found version 6.6.2 - ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/gtags-cscope -h` got 0 exit code - ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/gtags-cscope --help` got 0 exit code - ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/gtags-cscope -V` and found version 6.6.2 - ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/gtags-cscope --version` and found version 6.6.2 - ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/.gtags-wrapped --help` got 0 exit code - ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/.gtags-wrapped help` got 0 exit code - ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/.gtags-wrapped --version` and found version 6.6.2 - ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/.global-wrapped --help` got 0 exit code - ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/.global-wrapped help` got 0 exit code - ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/.global-wrapped --version` and found version 6.6.2 - found 6.6.2 with grep in /nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2 - found 6.6.2 in filename of file in /nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2
2017-08-27Revert "gnu global: set path of default gtags.conf in wrapper"Leandro Lisboa Penz1-2/+0
This reverts commit bd0d64730a90c8447245e415a2d10982ca95ba35. Setting GTAGSCONF is not an adequate solution as it prevents the use of it and the way it was done also breaks gtags when it is called by global. Fixes NixOS/nixpkgs#26971
2017-05-30global: 6.5.6 -> 6.5.7Pascal Wittmann1-2/+2
2017-03-19gnu global: set path of default gtags.conf in wrapperLeandro Lisboa Penz1-0/+2
GNU global's gtags and global tools were unable to find the default gtags.conf, necessary to use gtagslabels. The error could be seen when gtags was invoked with -v: $ gtags -v --gtagslabel=pygments [Sun Mar 19 14:13:17 UTC 2017] Gtags started. Using default configuration. GTAGSLABEL(--gtagslabel) ignored since configuration file not found. Using 'gtags.files' as a file list. [Sun Mar 19 14:13:17 UTC 2017] Creating 'GTAGS' and 'GRTAGS'. [Sun Mar 19 14:13:17 UTC 2017] Done. The wrapper now points to the default gtags.conf using the GTAGSCONF environment variable.
2017-02-24global: support universal-ctagsLeon Isenberg1-1/+2
2017-01-09global: 6.5.5 -> 6.5.6Pascal Wittmann1-2/+2
2016-09-29gnu global: 6.5.4 -> 6.5.5Peter Hoeg1-3/+4
2016-05-19treewide: Make explicit that 'dev' output of sqlite is usedTuomas Tynkkynen1-1/+1
2016-05-19treewide: Make explicit that 'dev' output of ncurses is usedTuomas Tynkkynen1-1/+1
2016-04-01Merge branch 'master' into closure-sizeVladimír Čunát1-2/+2
Beware that stdenv doesn't build. It seems something more will be needed than just resolution of merge conflicts.
2016-03-29global: 6.5.3 -> 6.5.4Pascal Wittmann1-2/+2
2016-03-24global: 6.5.2 -> 6.5.3Pascal Wittmann1-2/+2
2016-01-19Merge branch 'staging' into closure-sizeVladimír Čunát1-2/+2
2016-01-03global: 6.5.1 -> 6.5.2Pascal Wittmann1-2/+2
2015-10-13ncurses: split into multiple outputsVladimír Čunát1-1/+1
Some programs (e.g. tput) might better be moved somewhere else than $dev/bin, but that can be improved later if need be.
2015-09-15global: 6.5 -> 6.5.1Pascal Wittmann1-2/+2
2015-06-11global: update from 6.4 to 6.5Pascal Wittmann1-2/+2
2015-05-11global: refactorcodyopel1-15/+16
2015-04-08global: update from 6.3.4 to 6.4Pascal Wittmann1-2/+2
2015-03-31global: wrap "global" in the same fashionJohn Wiegley1-0/+2
2015-03-31global: make pygments visible to "gtags" binaryJohn Wiegley1-2/+6
2015-03-31global: add missing spaces to configureFlagsJohn Wiegley1-2/+2
2015-03-31Remove unnecessary entries in propagatedBuildInputsJohn Wiegley1-1/+1
2015-03-31Add propagatedBuildInputsJohn Wiegley1-0/+1
2015-03-31Enable two modern features of GNU globalJohn Wiegley1-2/+4
2015-03-09global: update from 6.2.12 to 6.3.4Pascal Wittmann1-6/+6
2015-01-13unmaintain a bunch of packagesLudovic Courtès1-1/+1
2014-08-24Fix many package descriptionsBjørn Forsman1-1/+1
(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.
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2014-04-12Change several package constraints from linux to unixJohn Wiegley1-1/+1
They all build on Darwin.
2014-04-03global: update from 6.2.9 to 6.2.12Evgeny Egorochkin1-2/+2
2013-12-12global: update from 6.2.2 to 6.2.9Nixpkgs Monitor1-2/+2
2012-04-09GNU GLOBAL 6.2.2.Ludovic Courtès1-2/+2
svn path=/nixpkgs/trunk/; revision=33697
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-1/+1
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2011-10-30GNU GLOBAL 6.1.Ludovic Courtès1-2/+2
svn path=/nixpkgs/trunk/; revision=30119
2011-09-17GNU GLOBAL 6.0.Ludovic Courtès1-2/+2
svn path=/nixpkgs/trunk/; revision=29316
2011-07-04GNU GLOBAL 5.9.7.Ludovic Courtès1-2/+2
svn path=/nixpkgs/trunk/; revision=27587
2011-06-13GNU GLOBAL 5.9.6.Ludovic Courtès1-9/+2
svn path=/nixpkgs/trunk/; revision=27439
2011-05-30GNU GLOBAL 5.9.5.Ludovic Courtès1-5/+15
svn path=/nixpkgs/trunk/; revision=27321
2011-03-10GNU GLOBAL 5.9.4.Ludovic Courtès1-2/+2
svn path=/nixpkgs/trunk/; revision=26252
2011-01-18GNU GLOBAL 5.9.3.Ludovic Courtès1-3/+11
svn path=/nixpkgs/trunk/; revision=25608
2009-07-13GLOBAL: Install the Emacs mode.Ludovic Courtès1-0/+5
svn path=/nixpkgs/trunk/; revision=16334