Commit graph

30591 commits

Author SHA1 Message Date
Thomas Klausner
59fd29e71d + smproxy-1.0.5. 2011-07-10 08:53:39 +00:00
PHO / phonohawk
af9cf3b4ba Upstream update to vector-0.7.1 2011-07-10 07:12:22 +00:00
Tobias Nygren
493cea9f88 Update to pidgin-sipe-1.11.2.
Change: bugfixes.
2011-07-09 17:47:23 +00:00
Aleksej Saushev
6d2016df24 Reduce differences between two Clang packages. 2011-07-09 17:38:45 +00:00
Aleksej Saushev
ccbda8e76a Catch up. 2011-07-09 15:29:29 +00:00
Thomas Klausner
f4832813c0 Remove, used to update wm/fvwm-themes. 2011-07-09 14:21:51 +00:00
Aleksej Saushev
ccebd92d08 Catch up. 2011-07-09 13:42:40 +00:00
Aleksej Saushev
36ef8065a3 Note that it is broken on NetBSD/i386 5.99.54. 2011-07-09 12:19:11 +00:00
Aleksej Saushev
e707d43c4a Please, do NOT set tags here, unless it is REALLY wanted. 2011-07-09 11:59:13 +00:00
Aleksej Saushev
afdc100821 For an unidentified reason GENERATE_PLIST doesn't work.
Just generate PLIST instead. It isn't hard anyway.
2011-07-09 09:51:22 +00:00
Guillaume Lasmayous
8f7b324cb3 Re-add png dep I removed erroneously on the prev. commit.
PKGREVISION++
2011-07-08 20:57:33 +00:00
Guillaume Lasmayous
2c067f21ef Add fix for SA44104. Taken from git repo. 2011-07-08 20:10:50 +00:00
Guillaume Lasmayous
6306b9bc6c *sigh*
Forgot to PKGREVISION++
2011-07-08 19:47:18 +00:00
Reinoud Zandijk
ad9fd21bb4 Make the applications global menu working again! 2011-07-08 19:39:29 +00:00
Guillaume Lasmayous
ed07d7de7a Remove perl bindings. 2011-07-08 19:20:16 +00:00
Tobias Nygren
b6dd7b02df add missing patch 2011-07-08 11:00:55 +00:00
PHO / phonohawk
f050dcd387 +hs-dyre 2011-07-08 10:12:25 +00:00
PHO / phonohawk
6029c1caf9 Import hs-dyre-0.8.6 as wip/hs-dyre.
Dyre implements dynamic reconfiguration facilities after the style of
Xmonad. Dyre aims to be as simple as possible without sacrificing
features, and places an emphasis on simplicity of integration with an
application. A full introduction with a complete example project can
be found in the documentation for Config.Dyre
2011-07-08 10:10:44 +00:00
PHO / phonohawk
a551ae763a Added LICENSE 2011-07-08 10:07:18 +00:00
PHO / phonohawk
bf440828a0 +hs-xdg-basedir 2011-07-08 10:04:04 +00:00
PHO / phonohawk
dc865c34d3 Import hs-xdg-basedir-0.2.1 as wip/hs-xdg-basedir.
On Unix platforms, this should be a very straightforward
implementation of the XDG Base Directory spec. On Windows, it will
attempt to do the right thing with regards to choosing appropriate
directories.
2011-07-08 10:03:04 +00:00
PHO / phonohawk
d8b1172107 +hs-io-storage 2011-07-08 09:59:25 +00:00
PHO / phonohawk
791fed344f Import hs-io-storage-0.3 as wip/hs-io-storage.
This library allows an application to extend the 'global state' hidden
inside the IO monad with semi-arbitrary data. Data is required to be
Typeable. The library provides an essentially unbounded number of
key-value stores indexed by strings, with each key within the stores
also being a string.
2011-07-08 09:58:31 +00:00
PHO / phonohawk
66d9223618 +hs-ghc-paths 2011-07-08 09:53:38 +00:00
Julio Merino
60a2e225ba kyua-cli has been moved to pkgsrc/devel/kyua-cli after the freeze finished. 2011-07-08 09:52:32 +00:00
PHO / phonohawk
b190fe39d0 Import hs-ghc-paths-0.1.0.8 as wip/hs-ghc-paths.
Knowledge of GHC's installation directories.
2011-07-08 09:51:57 +00:00
PHO / phonohawk
8f28899926 +hs-executable-path 2011-07-08 09:43:55 +00:00
PHO / phonohawk
d4061d1f35 Import hs-executable-path-0.0.2 as wip/hs-executable-path.
The documentation of System.Environment.getProgName says that
"However, this is hard-to-impossible to implement on some non-Unix
OSes, so instead, for maximum portability, we just return the leafname
of the program as invoked." This library tries to provide the missing
path.
2011-07-08 09:42:59 +00:00
PHO / phonohawk
27cf09ed62 +hs-dlist 2011-07-08 09:24:30 +00:00
PHO / phonohawk
2f9ea5d0c4 Import hs-dlist-0.5 as wip/hs-dlist.
Differences lists: a list-like type supporting O(1) append. This is
particularly useful for efficient logging and pretty printing,
(e.g. with the Writer monad), where list append quickly becomes too
expensive.
2011-07-08 09:23:29 +00:00
PHO / phonohawk
f1b01ed4d7 +hs-Diff 2011-07-08 09:16:29 +00:00
PHO / phonohawk
b1e1669c2c Import hs-Diff-0.1.2 as wip/hs-Diff.
Basic implementation of the standard diff algorithm.
2011-07-08 09:13:08 +00:00
PHO / phonohawk
d09a2ed4fc Upstream update to derive-2.5.2 2011-07-08 09:07:45 +00:00
PHO / phonohawk
7ba695508c Upstream update to syb-0.3.2 2011-07-08 08:54:06 +00:00
PHO / phonohawk
0096b4f8ff +hs-data-accessor-template 2011-07-08 08:48:42 +00:00
PHO / phonohawk
f304e260cd Import hs-data-accessor-template-0.2.1.7 as wip/hs-data-accessor-template.
Automate generation of Accessor's of the data-accessor package by
Template Haskell functions.
2011-07-08 08:47:08 +00:00
PHO / phonohawk
5dcd7a0fc1 Fix COMMENT 2011-07-08 08:43:52 +00:00
PHO / phonohawk
26897f2caa +hs-data-accessor-monads-fd 2011-07-08 08:39:29 +00:00
PHO / phonohawk
8c61d01140 Import hs-data-accessor-monads-fd-0.2.0.3 as wip/hs-data-accessor-monads-fd.
Use Accessor to access state in monads-fd State monad class.
2011-07-08 08:38:18 +00:00
PHO / phonohawk
23126e2010 +hs-monads-fd 2011-07-08 08:34:34 +00:00
PHO / phonohawk
0b5a95ad20 Import hs-monads-fd-0.2.0.0 as wip/hs-monads-fd.
This package is obsolete: use mtl instead.

Now that mtl has been upgraded to depend on transformers, this package
is a backwards compatibility stub re-exporting the mtl package.
2011-07-08 08:33:34 +00:00
PHO / phonohawk
ba126de997 Upstream update to data-accessor-0.2.2 2011-07-08 08:26:09 +00:00
PHO / phonohawk
1080d6f6ed -hs-cabal 2011-07-08 08:22:42 +00:00
PHO / phonohawk
b31183d5a0 Upstream update to hlint-1.8.13 2011-07-08 04:31:22 +00:00
PHO / phonohawk
6491828fdc Upstream update to hscolour-1.19 2011-07-08 03:37:41 +00:00
PHO / phonohawk
587df4f101 Upstream update to haskell-src-exts-1.11.1 2011-07-08 03:33:28 +00:00
PHO / phonohawk
9317066c14 Upstream update to cpphs-1.12 2011-07-08 03:10:52 +00:00
Tobias Nygren
f768d196fb Fix remaining build issues. Seems to work on NetBSD-5.99.53-x86_64. 2011-07-07 21:56:32 +00:00
dieter roelants
231f254f13 Update:
0.8.5 (01 Jul 2011)
  * Added support for system-wide proxy and SOCKS.
  * Added support for low bitrate streams.
  * Added GTK+ 3 support.
  * Fixed compilation problem with libnotify >= 0.7.0.
  * Added new Catalan translation.
  * Fixed minor leak in GtkRcStyle.
  * Don't output debug messages unless VAGALUME_DEBUG is set.

0.8.4 (26 Dec 2010)
  * Add support for the new 'Mix' radio
  * Add tooltips to artist, track and album labels
  * Added Russian translation
  * Add keyboard shortcuts for all common actions to the Maemo 5 version
  * Other minor bugfixes

0.8.3 (05 Feb 2010)
  * Hildon2.2-style UI for Maemo 5 (Nokia N900)
  * Play music also when in silent mode (Nokia N900)

0.8.2 (21 Dec 2009)
  * Authenticate with the username in lowercase (fixes conn. problems)
  * Install binaries and translation files in /opt in the N900

0.8.1 (16 Dec 2009)
  * Fall back to the old streaming API if the new one doesn't work
  * Install data files in /opt in the N900, since the rootfs is quite small

0.8 (13 Dec 2009)
  * Implemented the Last.fm Web Services API v2.0
  * Support for Libre.fm and other Last.fm-compatible services
  * Support for Maemo 5 (Nokia N900)
  * New icon that replaces the classic Vagalume logo
  * New CD case image to place the album cover artwork
  * New feature to stop playback after a given time ("sleep timer")
  * New menu option to play any user's tag radio
  * New "Add bookmark" and "Bookmark this radio" menu entries
  * New configuration setting to download free tracks automatically
  * Add {station} keyword to the IM status template
  * Use system-wide Gnome audio settings
  * Mixer support to change the volume in non-Maemo targets
  * Added Polish translation
  * Autocompletion support for combo box entries
  * Make url and email clickable on the about dialog
  * vagalumectl: new commands to show and hide the player window
  * Fix some timeout problems in HTTP requests
2011-07-07 20:43:58 +00:00
Reinoud Zandijk
afbacd9596 spacing 2011-07-07 20:12:32 +00:00