about summary refs log tree commit diff
path: root/pkgs/tools
Commit message (Collapse)AuthorAge
* wicd: integrate with upstart eventsPeter Simons2012-01-18
| | | | | | | | | | | | | | | | | | | | | | | | quite some services need to be started/restarted when a connection is established/teared down. Also, some services are optional depending on the connected access point. For example: use a vpn on an untrusted network. these small trigger scripts don't change any behaviour by themselves, but allow you to hook in to them if you need. example use: jobs.gw6c.startOn = pkgs.lib.mkForce "started openvpn-dcsOffice"; jobs.gw6c.stopOn = pkgs.lib.mkForce "stopping openvpn-dcsOffice"; jobs."openvpn-dcsOffice".startOn = pkgs.lib.mkForce "wicd-postconnect"; jobs."openvpn-dcsOffice".stopOn = pkgs.lib.mkForce "stopping network-interfaces or wicd-predisconnect"; In the example, I use 3 layers. When a physical connection is available (wifi connect), I setup a vpn connection, and setup an ipv6 tunnel on top of that. When disconnecting, they are automatically shut down in the right order as well. svn path=/nixpkgs/trunk/; revision=31662
* openvpn: use iproute2 instead of net-toolsPeter Simons2012-01-18
| | | | | | | | | for setting up tunnel/routes. I had some issues with ipv6, iproute2 fixed those. Both are equally well supported by upstream. svn path=/nixpkgs/trunk/; revision=31660
* btrfs-progs: small fix for MakefilePeter Simons2012-01-18
| | | | | | line was split so we cannot append anymore because that appends after \ svn path=/nixpkgs/trunk/; revision=31656
* youtube-dl: new package (download clips from youtube)Peter Simons2012-01-18
| | | | svn path=/nixpkgs/trunk/; revision=31654
* openvpn: upgraded to latest versionPeter Simons2012-01-18
| | | | svn path=/nixpkgs/trunk/; revision=31647
* A more correct condition for adding scripts to installMichael Raskin2012-01-18
| | | | svn path=/nixpkgs/trunk/; revision=31638
* * Bump nixUnstable.Eelco Dolstra2012-01-18
| | | | svn path=/nixpkgs/trunk/; revision=31619
* * Added wkhtmltopdf.Eelco Dolstra2012-01-17
| | | | svn path=/nixpkgs/trunk/; revision=31604
* logstalgica: added version 1.0.3Peter Simons2012-01-16
| | | | svn path=/nixpkgs/trunk/; revision=31590
* gource: added meta information and moved the package into version-management ↵Peter Simons2012-01-15
| | | | | | category svn path=/nixpkgs/trunk/; revision=31570
* asymptote: dropped old code to find boehmgcPeter Simons2012-01-10
| | | | svn path=/nixpkgs/trunk/; revision=31473
* asymptote: enable off-screen rendering (and configure build to find boehmgc)Peter Simons2012-01-10
| | | | svn path=/nixpkgs/trunk/; revision=31472
* Updating tmux to 1.5. Patch sent to nix-dev by Phil Hagelberg.Lluís Batlle i Rossell2012-01-10
| | | | svn path=/nixpkgs/trunk/; revision=31463
* unclutter: X cursor management toolPeter Simons2012-01-08
| | | | | | | | | | | | | Unclutter hides your X mouse cursor when you do not need it, to prevent it from getting in the way. You have only to move the mouse to restore the mouse cursor. Unclutter is very usefull in tiling wm's where you do not need the mouse often. Just run it from your .bash_profile like that: unclutter -idle 1 & svn path=/nixpkgs/trunk/; revision=31431
* qrencode-3.2.0Yury G. Kudryashov2012-01-06
| | | | | | | | Remove builderDefs magic, add meta Cherry-pick r31382 from branches/libpng15 svn path=/nixpkgs/trunk/; revision=31385
* Make mtdtools crossbuild.Lluís Batlle i Rossell2012-01-06
| | | | svn path=/nixpkgs/trunk/; revision=31381
* Updating xburst-tools (blind commit, I did not try to build them)Lluís Batlle i Rossell2012-01-06
| | | | svn path=/nixpkgs/trunk/; revision=31377
* Fix tarballShea Levy2012-01-06
| | | | svn path=/nixpkgs/trunk/; revision=31352
* most: add random meta.platformsYury G. Kudryashov2012-01-05
| | | | svn path=/nixpkgs/trunk/; revision=31322
* usbmuxd-1.0.7Yury G. Kudryashov2012-01-05
| | | | svn path=/nixpkgs/trunk/; revision=31321
* * rp-pppoe requires a version attribute in ppp.Eelco Dolstra2012-01-04
| | | | svn path=/nixpkgs/trunk/; revision=31295
* ppp-2.4.5, a few patchesYury G. Kudryashov2012-01-04
| | | | svn path=/nixpkgs/trunk/; revision=31279
* Fixing a typo in the icoutils file.Lluís Batlle i Rossell2012-01-04
| | | | svn path=/nixpkgs/trunk/; revision=31267
* Adding icoutilsLluís Batlle i Rossell2012-01-04
| | | | svn path=/nixpkgs/trunk/; revision=31265
* Adding pngtoico.Lluís Batlle i Rossell2012-01-04
| | | | svn path=/nixpkgs/trunk/; revision=31264
* Add modemmanagerYury G. Kudryashov2012-01-04
| | | | svn path=/nixpkgs/trunk/; revision=31263
* Add kde4.networkmanagementYury G. Kudryashov2012-01-03
| | | | | | You still need to start NetworkManager daemon manually to use this widget svn path=/nixpkgs/trunk/; revision=31229
* asciidoc-8.6.6Florian Friesdorf2011-12-31
| | | | svn path=/nixpkgs/trunk/; revision=31169
* Adding smbldap-tools. And some CPAN packages as bonus.Lluís Batlle i Rossell2011-12-27
| | | | svn path=/nixpkgs/trunk/; revision=31118
* Updating webalizer.Lluís Batlle i Rossell2011-12-26
| | | | svn path=/nixpkgs/trunk/; revision=31105
* Actually upgrade ntfs-3gYury G. Kudryashov2011-12-24
| | | | | | ntfsprogs collection is now part of ntfs-3g svn path=/nixpkgs/trunk/; revision=31065
* asymptote: fix info dir some morePeter Simons2011-12-24
| | | | svn path=/nixpkgs/trunk/; revision=31060
* asymptote: added fixInfoDir hook to move the generated info files into the ↵Peter Simons2011-12-24
| | | | | | correct location svn path=/nixpkgs/trunk/; revision=31059
* asymptote: updated to version 2.15Peter Simons2011-12-24
| | | | svn path=/nixpkgs/trunk/; revision=31058
* * Updated ntfs-3g to 2011.4.12. Also create a sbin/mount.ntfs symlinkEelco Dolstra2011-12-23
| | | | | | | | | | to ensure that NTFS filesystems are mounted using ntfs-3g, which is much better than the kernel NTFS driver. In particular, this ensures that udisks will automount external NTFS drives with read/write support. (See also http://www.tuxera.com/community/ntfs-3g-faq/#plugandplay) svn path=/nixpkgs/trunk/; revision=31055
* * Bump nixUnstable.Eelco Dolstra2011-12-22
| | | | svn path=/nixpkgs/trunk/; revision=31043
* Updating gnuplotLluís Batlle i Rossell2011-12-21
| | | | svn path=/nixpkgs/trunk/; revision=31027
* pdf2djvu-0.7.11Yury G. Kudryashov2011-12-14
| | | | | | Preparing to poppler-0.18.x update svn path=/nixpkgs/trunk/; revision=30896
* Wicd: Protect the password in the WPA2-TTLS template.Ludovic Courtès2011-12-13
| | | | svn path=/nixpkgs/trunk/; revision=30867
* Update BtrFS utilities to latest GitMichael Raskin2011-12-13
| | | | svn path=/nixpkgs/trunk/; revision=30864
* upgraded mcPeter Simons2011-12-11
| | | | svn path=/nixpkgs/trunk/; revision=30838
* Updating btar to latest release.Lluís Batlle i Rossell2011-12-10
| | | | svn path=/nixpkgs/trunk/; revision=30821
* Adding btar 0.9!Lluís Batlle i Rossell2011-12-09
| | | | svn path=/nixpkgs/trunk/; revision=30815
* * vde2 updated to 2.3.2.Eelco Dolstra2011-12-09
| | | | svn path=/nixpkgs/trunk/; revision=30804
* Updating tsLluís Batlle i Rossell2011-12-07
| | | | svn path=/nixpkgs/trunk/; revision=30797
* pkgs/tools/networking/p2p/rtorrent/default.nix: avoid use of "install -D" to ↵Peter Simons2011-12-06
| | | | | | make FreeBSD happy svn path=/nixpkgs/trunk/; revision=30783
* * Bump.Eelco Dolstra2011-12-05
| | | | svn path=/nixpkgs/trunk/; revision=30740
* Seeks 0.4.0.Ludovic Courtès2011-12-04
| | | | svn path=/nixpkgs/trunk/; revision=30729
* Adjust most things to be cross-buildable. Problem: gnutls. Solution: ↵Michael Raskin2011-12-03
| | | | | | manually replace it with openssl while cross-building svn path=/nixpkgs/trunk/; revision=30709
* Fix more incorrect native/target buildInput split in tigervnc; current ↵Michael Raskin2011-12-02
| | | | | | stumbling block is gnutls svn path=/nixpkgs/trunk/; revision=30682