aboutsummaryrefslogtreecommitdiff
path: root/pkgs/servers/felix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* felix: 5.6.1 -> 6.0.3R. RyanTM2020-05-011-2/+2
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-152-2/+2
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* felix: 2.0.5 -> 5.6.1, fix buildJoachim Fasting2017-01-291-5/+6
| | | | The old source was 404
* felix-remoteshell: 1.0.4 -> 1.1.2Tim Steinbach2016-11-031-5/+6
|
* Fixed some licensesPascal Wittmann2015-06-101-3/+3
|
* Fix many package descriptionsBjørn Forsman2014-08-241-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.
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-182-2/+2
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* Added Apache Felix gateway and remote shell packagesSander van der Burg2010-04-222-0/+36
svn path=/nixpkgs/trunk/; revision=21240