Commit graph

25 commits

Author SHA1 Message Date
R. RyanTM 8b3db73a6a goaccess: 1.5 -> 1.5.1 2021-06-30 20:11:52 +00:00
R. RyanTM 2a190d26fc goaccess: 1.4.6 -> 1.5 2021-05-26 20:56:13 +00:00
Mario Rodas 67ace3a32d goaccess: 1.4 -> 1.4.6 2021-04-24 04:20:00 +00:00
Ben Siraphob 76f93cc731 pkgs/tools: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Ben Siraphob badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Ryan Burns d8b38de1e1 goaccess: fix build on darwin 2020-10-25 16:31:19 -07:00
R. RyanTM d0593a7e04 goaccess: 1.3 -> 1.4 2020-05-21 18:41:52 +00:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Enno Lohmeier b3b95bc86d goaccess: fix geoip database configuration 2019-09-23 20:19:50 +02:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Rok Garbas 65781e204d
Remove me (garbas) as maintainer since I don't have much time to maintain anything 2019-07-03 11:27:39 +02:00
R. RyanTM 2aa36e2c8e goaccess: 1.2 -> 1.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/goaccess/versions
2018-12-15 21:12:24 -08:00
Vincent Bernat c13821825b goaccess: fix homepage (#47495)
Homepage for goaccess is now https://goaccess.io. Old homepage
redirects here.
2018-09-28 23:04:17 +02:00
Silvan Mosberger 57bccb3cb8 treewide: http -> https sources (#42676)
* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Ryan Mulligan 82cfc448af goaccess: 1.1.1 -> 1.2
Semi-automatic update. These checks were done:

- built on NixOS
- ran `/nix/store/nify4rsvfsn7fbiq1c30060mr3386sz4-goaccess-1.2/bin/goaccess -V` and found version 1.2
- ran `/nix/store/nify4rsvfsn7fbiq1c30060mr3386sz4-goaccess-1.2/bin/goaccess --version` and found version 1.2
- found 1.2 with grep in /nix/store/nify4rsvfsn7fbiq1c30060mr3386sz4-goaccess-1.2
- found 1.2 in filename of file in /nix/store/nify4rsvfsn7fbiq1c30060mr3386sz4-goaccess-1.2
2018-03-08 22:05:08 +01:00
John Ericson ed14223f8c treewide: Manual fix more pkg-config build-inputs 2017-09-21 15:49:54 -04:00
zimbatm 0c7afce7dd goaccess: 1.0 -> 1.1.1 2016-12-19 18:30:53 +00:00
Rok Garbas 5f34b5476b goaccess: 0.9.4 -> 1.0
also there is no need for local variables
2016-06-10 04:33:27 +02:00
Eric Sagnes 9a97dc8f63 goaccess: added geoip db 2015-11-08 12:34:19 +09:00
Eric Sagnes d6c0c0e3c9 goaccess: 0.9 -> 0.9.4 2015-10-13 22:14:27 +09:00
Matthew Brown 54b722c5e5 Upgraded goaccess to version 0.9 2015-03-28 08:55:52 +00:00
Rok Garbas 24848992bc goaccess: update to 0.8.5 2014-12-05 11:30:25 +01:00
Bjørn Forsman c9baba9212 Fix many package descriptions
(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-08-24 22:31:37 +02:00
Matthew Brown 155de0279e Added goaccess package 2014-05-27 11:57:32 +01:00