about summary refs log tree commit diff
path: root/pkgs/tools/admin/tightvnc
Commit message (Collapse)AuthorAge
* 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.
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* pkgs/tools/admin/tightvnc: move --mandir and --infodir to standard locationsPeter Simons2010-12-06
| | | | svn path=/nixpkgs/trunk/; revision=25013
* pkgs/tools/admin/tightvnc/builder.sh: drop trailing whitespacePeter Simons2010-08-26
| | | | svn path=/nixpkgs/trunk/; revision=23439
* pkgs/tools/admin/tightvnc/default.nix: added meta section (plus various ↵Peter Simons2010-08-26
| | | | | | cosmetic changes) svn path=/nixpkgs/trunk/; revision=23438
* pkgs/tools/admin/tightvnc/builder.sh: install java classes to ↵Peter Simons2010-08-26
| | | | | | $out/share/tightvnc rather than $out/vnc svn path=/nixpkgs/trunk/; revision=23437
* fix http server of tightvncMarc Weber2010-03-13
| | | | svn path=/nixpkgs/trunk/; revision=20601
* Making tightvnc use given fonts, instead of depending of an X Font Server ↵Lluís Batlle i Rossell2009-05-16
| | | | | | | | started at the usual unix socket. svn path=/nixpkgs/trunk/; revision=15624
* * Got rid of a lot of "postInstall=postInstall" and similar lines inEelco Dolstra2009-04-23
| | | | | | | | | | builders. These are redundant now. * Inlined some trivial builders. * Removed a few explicit setup-hook creations. This is done automatically now if setupHook is set. * Deleted the initscripts package. NixOS doesn't use it anymore. svn path=/nixpkgs/branches/stdenv-updates/; revision=15276
* Updating tightvnc, and fixing the Xsecurity problems.Lluís Batlle i Rossell2009-03-20
| | | | svn path=/nixpkgs/trunk/; revision=14625
* added tightvnc note about solving connecting troubleMarc Weber2009-02-26
| | | | svn path=/nixpkgs/trunk/; revision=14260
* reverted diff r11163-11164 (rgb not needed for tightvnc)Marc Weber2008-03-18
| | | | svn path=/nixpkgs/trunk/; revision=11188
* Added xlibs (rgb) to tightvnc as dependency (I still get error "Couldnt add ↵Marc Weber2008-03-17
| | | | | | screen") svn path=/nixpkgs/trunk/; revision=11164
* Fixed log nesting; added Qi.Michael Raskin2007-11-08
| | | | svn path=/nixpkgs/trunk/; revision=9601
* Hardwiring in xauth path so that user does not have to install xauth to run ↵Marc Weber2007-11-05
| | | | | | the tightvnc server svn path=/nixpkgs/trunk/; revision=9580
* Corrected vncserverMichael Raskin2007-10-05
| | | | svn path=/nixpkgs/trunk/; revision=9406
* Added Xvnc build to tightvncMichael Raskin2007-10-04
| | | | svn path=/nixpkgs/trunk/; revision=9404
* * Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra2007-08-27
| | | | | | find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done svn path=/nixpkgs/trunk/; revision=9198
* vncviewer 1.3.9Armijn Hemel2007-05-14
| | | | svn path=/nixpkgs/trunk/; revision=8686
* * Fixed URL.Eelco Dolstra2007-02-25
| | | | svn path=/nixpkgs/trunk/; revision=8040
* * Latest tightvnc.Eelco Dolstra2007-02-25
| | | | svn path=/nixpkgs/trunk/; revision=8037
* * Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6711
* * TightVNC.Eelco Dolstra2006-07-13
svn path=/nixpkgs/trunk/; revision=5698