Commit graph

143157 commits

Author SHA1 Message Date
obache
ecc0f8be8f Require py-cairo>=1.8.4 to build, as PR#41516.
From pycairo changelog after 1.8.2:
 * cairo/pycairo.h : update Pattern_FromPattern prototype
2009-06-01 07:42:21 +00:00
agc
37e5ff1a76 Note update of netpgp package to version 20090531 2009-05-31 23:39:18 +00:00
agc
5eaebfc65c Update netpgp package from version 20090525 to 20090531.
CHANGES 1.99.7 -> 1.99.8

+ get rid of __ops_malloc_passphrase() - strdup() works just as well
+ generalise __ops_seckey_forget() to become __ops_forget(), give it a size
  parameter, and make it work on things other than secret keys (passphrases
  for instance)
+ minor struct field enum renaming
+ minor function call renaming
+ add ops_io_t struct to hold pointers to IO streams, and pass it down
  where necessary

CHANGES 1.99.6 -> 1.99.7

+ added to the regression tests
+ get rid of some magic constants, replace with more obvious names
+ zero out the memory used for a passphrase before freeing it in one place

CHANGES 1.99.5 -> 1.99.6

+ made --homedir=d consistent with POLS. Default is $HOME/.gnupg, and
  if a directory is specified with --homedir=d, the directory containing
  conf file and keyrings is taken to be "d".

CHANGES 1.99.4 -> 1.99.5

+ Luke Mewburn completely overhauled the auto tools infrastructure
+ changed signature (hah!) of some netpgp file management prototypes to
  use const char * for file names and user ids, not char * - suggested by
  christos
+ change some of the openpgpsdk display functions to return integer values,
  and send those values back from the netpgp functions - suggested by
  christos
+ rather than passing a shedload of variables to netpgp_init(), get rid
  of them, and set variables using the netpgp_[gs]etvar() interface
+ replace some magic constants with descriptive names
+ use a netpgp variable to skip userid checks if necessary
+ add ability to allow coredumps via --coredumps if (a) you have taken
  leave of your sanity, and (b) you have some magical persistent
  storage which doesn't spare sectors, and (c) you know how to remove
  a file securely
+ bumped library version on NetBSD to 1.0 for interface changes
2009-05-31 23:38:21 +00:00
he
a4edf67704 Remove DEPENDS on long since deleted p5-Data-Dumper package. Remove
remaining dependency on perl >= 5.6.1nb2, we're long past that point,
and perl5's module.mk makes a dependency on the current perl anyway.
No PKGREVISION bump, contents doesn't change in any meaningful way.
Change prompted by report from Aleksey Cheusov.
2009-05-31 20:26:42 +00:00
tron
fe47f579ec Add entry for new "py-parsedatetime" package. 2009-05-31 17:03:51 +00:00
tron
293261a8c8 Remove Mac OS X resource files and extracting the sources and don't
list them in the package list. This avoids package list problems
under Mac OS X and saves disk space on other platforms.
2009-05-31 17:02:24 +00:00
tron
0b73d4cdf1 Add and enable "py-parsedatetime" package. 2009-05-31 16:52:43 +00:00
tron
523469e3a1 Import new "py-parsedatetime" package:
A collection of routines to input, parse and manipulate date and times.
The text can either be 'normal' date values or it can be human readable.
2009-05-31 16:51:37 +00:00
abs
8829c3d2be PKG_DESTDIR_SUPPORT= user-destdir 2009-05-31 16:07:19 +00:00
abs
5e774568c6 works fine with PKG_DESTDIR_SUPPORT= user-destdir for me... 2009-05-31 15:59:03 +00:00
obache
816ab206fb Note update of ruby-gnome2 packages. 2009-05-31 09:01:56 +00:00
obache
9f9451f5c3 Update ruby-gnome2 to 0.19.0.
== Ruby-GNOME2 0.19.0: 2009-05-29

This release supports new versions of panel-applet and xulrunner
and fixes various bugs including some GC issues

=== Changes

Ruby/GLib2:
  * add 'const' to name argument of rbgerr_define_gerror()
    [Nikolai Weibull, Kouhei Sutou]
  * Bug fixes:
    * #2420281: Failed to build
      [troels knak-nielsen, Kouhei Sutou]
    * #2493874: glib/rbglib_maincontext.c error in "RUBY_UBF_IO"
      [boo, Kouhei Sutou]
    * wrong priority conversion in GLib::Timeout.add and
      GLib::Timeout.add_seconds.
      [Nikolai Weibull]
    * fixed limits of basic types
      [Pascal Terjan]

Ruby/GTK2:
  * Bug fixes:
    * fixed initialize function is deleted.
      [kimura wataru, Kouhei Sutou]
    * checked GTK_FILE_SYSTEM_ERROR availability. GTK+ 2.15.x
      doesn't have it.
      [Kouhei Sutou]
    * fixed GC problems.
      [Kouhei Sutou]
    * #2195432: Gtk::RCStyle.set_color_flags wrong conversion
      [Jesse van den Kieboom, Kouhei Sutou]
    * #2318481: gtkselectiondata_set Drag and Drop API problem
      [dave foster, Kouhei Sutou]
    * #2420281: Failed to build
      [troels knak-nielsen, Kouhei Sutou]

Ruby/Pango:
  * added Pango::Attribute#start_index= and Pango::Attribute#end_index=.
    [Geoff Youngs, Kouhei Sutou]

Ruby/Poppler:
  * removed 0.6.x support. 0.8.0 or later is required.
    [Kouhei Sutou]

Ruby/RSVG2:
  * fixed broken cairo integration.
    [James Healy, Kouhei Sutou]

Ruby/PanelApplet:
  * #2466921: fixed build failure with libpanel-applet >= 2.25
    [Mamoru Tasaka, Kouhei Sutou]
  * fixed incomplete install.
    [Pascal Terjan, Kouhei Sutou]

Ruby/GtkMozEmbed:
  * supported XULRunner 1.9.0.
    [Arnaud Cornet, Kouhei Sutou]

Ruby/GNOME2:
  * supported MinGW.
    [id:luna_8bit, Kouhei Sutou]

Ruby/Bonobo2:
  * moved Bonobo.setup_x_error_handler to Ruby/BonoboUI2.
    [id:luna_8bit, Kouhei Sutou]

Ruby/BonoboUI2:
  * moved Bonobo.setup_x_error_handler from Ruby/Bonobo2.
    [id:luna_8bit, Kouhei Sutou]

Ruby/GnomeVFS:
  * format security error.
    [Pascal Terjan]

=== Thanks

  * kimura wataru
  * Philipp Götzinger
  * Andrew S. Townley
  * Jesse van den Kieboom
  * James Healy
  * dave foster
  * troels knak-nielsen
  * boo
  * Geoff Youngs
  * Arnaud Cornet
  * id:luna_8bit
  * ...
2009-05-31 09:00:48 +00:00
minskim
db2ae2df8e Remove an empty patch file. 2009-05-31 02:08:56 +00:00
abs
7fb737627f Partial conversion to DESTDIR 2009-05-30 22:59:52 +00:00
sno
7480bed445 Updating patches/patch-aa to remove the Devel::CheckLib usage. First,
pkgsrc checks the dependencies and second, Devel::CheckLib breaks on
AIX.
2009-05-30 20:02:07 +00:00
joerg
f0a005f2df Avoid one fork per wrapper call if no cleanup is necessary and debugging
is disabled.  In that case, the post processing is doing nothing anyway.
2009-05-30 19:18:01 +00:00
joerg
9377afae3f Rename GCC_USE_SYMLINKS to COMPILER_USE_SYMLINKS, implement it for the
other compiler drivers and enable it by default. Saves at least a
percent of build time even for trivial packages like lang/lua.
2009-05-30 18:16:26 +00:00
joerg
62df2b30e0 Require exact match for --wrappee-name option, no leading or trailing
content.  This option is used by libtool only and that uses the correct
exact argument.
2009-05-30 17:48:20 +00:00
taca
d777755d04 Note update of www/typolight27 package to 2.7.1. 2009-05-30 16:54:11 +00:00
taca
26ba8f4b33 Update TYPOlight webCMS to 2.7.1 (2.7 build 1).
* Added a more reliable HTTP request class
* Added the "name" attribute to the FormSubmit widget (#702)
* Added automatic capitalization to the glossary module (#697)
* Added option to disable the table wizard cell magnifier (#716)
* Moved template "mod_message" to the front end module (#703)
* Fixed issue with mandatory password fields not being shown (#693)
* Fixed issue with "checkCredentials" hook only being executed once (#728)
* Fixed issue with insert tag "iflng" being cached (#707)
* Fixed issue with error pages sending the wrong redirect header(#749)
* Fixed issue with special characters in news links not being encoded (#747)
* Fixed issue with news pagination menu being calculated wrongly (#704)
* Fixed issue with aliases not being case-sensitive (#752)
* Fixed broken "shortened view" of the event list module (#694, #153)
* Fixed a couple of misspellings in the german translation (#701)
* Fixed a few issues with the new 2-column layout
* Fixed a few minor issues
2009-05-30 16:53:26 +00:00
taca
b9c620c20a Add TL_DOCDIR support to PRINT_PLIST_AWK. 2009-05-30 16:51:06 +00:00
joerg
d2e6ad1de3 Unbreak shared library loading for cases when mk.conf explicitly sets
CFLAGS. Bump revision.
2009-05-30 16:08:58 +00:00
sno
1633b578b2 add some argument wrappers after studying xlc manpage 2009-05-30 16:08:03 +00:00
joerg
e6076fa137 Force bison to use the m4 we want and not to pick a potentially outdated
version itself.
2009-05-30 14:47:07 +00:00
obache
69c4e173f0 done - osh-20090527 [pkg/41509] 2009-05-30 12:50:29 +00:00
obache
c10a570634 Updated shells/osh to 20090527 2009-05-30 12:50:04 +00:00
obache
851bde15b1 Update osh to 20090527, per maintainer update request by PR#41509.
Upstream changes between osh-20081213 and osh-20090527 follow:

osh bug fixes:

1) This release fixes an `echo' bug that causes `echo ""' to print an
   unnecessary diagnostic.

2) It also fixes a `sigign' bug that can cause incorrect signal ignoring
   behavior for subshells.

New osh features:

1) This release adds `cd' as a synonym for the `chdir' special command.

2) It also adds $m as a special parameter for the value of the MANPATH
   environment variable.
2009-05-30 12:49:44 +00:00
zafer
8f63dd887a revert to previous. 2009-05-30 11:10:56 +00:00
hasso
47f158ff8c Fix build on systems not having ETIME. 2009-05-30 04:25:34 +00:00
hasso
70a39be8fb Updated multimedia/vlc to 0.9.9a 2009-05-30 03:14:57 +00:00
hasso
3d06e19529 Update to 0.9.9a. Although said to have a fixes only for Mac OS X, it also
fixes a build with fresh multimedia/x264-devel.

Changes between 0.9.9 and 0.9.9a:
---------------------------------
Mac OS X:
 * Updated multiple 3rd party libraries to keep in sync with the Win32 port
 * Playback fixes for PowerPC-based Macs
2009-05-30 03:12:26 +00:00
zafer
41d5dd3408 update homepage and master sites. 2009-05-30 02:03:36 +00:00
zafer
e89ade7ec9 update master site. 2009-05-30 02:00:49 +00:00
zafer
01068a445c update master sites. remove outdated. 2009-05-30 01:57:26 +00:00
zafer
0cec315758 update master site. clean up. remove non-working mirrors. 2009-05-30 01:55:00 +00:00
obache
d3cf462c8f done - gmpc-0.18.0 [pkg/41471] libmpd-0.18.0 [pkg/41470] 2009-05-30 01:42:12 +00:00
zafer
3732c83028 +wxRemind-101 2009-05-30 01:40:23 +00:00
obache
a24b642784 Add libnxml. 2009-05-30 01:40:13 +00:00
obache
c010d77f30 LICENSE=gnu-gpl-v2. 2009-05-30 01:39:09 +00:00
zafer
68ba5b8eea +rsibreak-0.9.0 2009-05-30 01:38:12 +00:00
zafer
ae12a91e58 update master site. fetch from freebsd. 2009-05-30 01:35:45 +00:00
obache
6e9eb82673 Updated audio/gimmix to 0.5.6.1 2009-05-30 01:35:18 +00:00
obache
a52c723e7a Remove unused patch. 2009-05-30 01:33:57 +00:00
obache
4c0f8c7a38 Update gimmx to 0.5.6.1.
Version 0.5.6.1 (February 07, 2009)
* Fix location of libmpd headers in gimmix.h [thanks to Qball]
* Check for libmpd>=0.17.0 in configure script [thanks to Qball]
* Set default cover when gimmix starts.

Version 0.5.6 (February 07, 2009)
* Gimmix requires libmpd version to be atleast 0.17.0 or higher
* Fixed lots of crashes/lockups due to cover/lyrics plugins.
* Tag editing support is now optional.
* Revamped tag editor and now it also shows album cover.
* Speed improvements and fixed some memory leaks.
* Added Swedish translation (Thanks to Niklas Grahn)

Version 0.5.5 (January 02, 2009)
* Bug #313023: Fix missing entries in POTFILES
* Bug #313018: gimmix.desktop contains encoding key (which is deprecated)

Version 0.5.4 (January 01, 2009)
* Bug #307527: Fix missing prototypes in some headers (patch from Christoph Mende)
* Added support for columns in Current playlist
* Fixed a bug where newly fetched lyrics were sometimes stored at odd locations
* LOTS of memory leaks fixed
* Fixed some crashes due to cover/lyrics plugins

Version 0.5.3 (December 12, 2008)
* Bug #293908: Segfaults when disabling coverart plugin
* Bug #305662: Segfault with accents and long filename
* Added support for manually setting cover images from files
* Added support for connection through proxy servers
* Fixed random crashes because of cover and lyrics plugins

Version 0.5.2 (October 11, 2008)
* Improved connection handling and fixed almost all crashes
* Fix random crashes occurring because of cover and lyrics plugins
* Fixed a bug that caused Gimmix to freeze sometimes when the user clicked "Get Lyrics" button
* Interface enhancement: Player control buttons made borderless
* Fixed delays/problems while updating song info when user updates an ID3 tag
* Wejpconfig updated to 20061102
* Previously Gimmix could handle only 128 covers in the database. This is now fixed.
* Fixed a crash when saving newly fetched album covers whose album name(s) contained trailing whitespaces
* The system tray tooltip is too close to the panel. make it display a little away from the panel.

Version 0.5.1 (October 02, 2008)
* Gimmix is now compatible with libmpd >= v0.16.0
* Improved cover art search function
* Numerous crash fixes
* Cover and Lyrics plugins are now enabled by default. use --disable-lyrics and --disable-cover to
disable them.
* Gimmix now continues to run even if mpd is not running. Users can reconnect to mpd from Gimmix by
clicking the "Connect" button
* Fixed a bug where "Germany" was not being displayed in cover art location in preferences
* Minor tweaks

Version 0.5.0 (September 26, 2008) Happy 2nd Birthday GIMMIX! \o/
* Bug #234739: Progress bar shows garbage next to time (in case of songs of length over 99 minutes)
* Bug #253140: Gimmix sometimes displays "assertion `percentage >= 0 && percentage <= 1.0' failed"
* Bug #263975: Window becomes too large if the song title is very long. This bug also fixes an issue
where strange trailing whitespaces appearead in the song title when the user modified the ID3 tag
information of a song.
* Added support for command-line arguments using getopt. (currently only --version)
* Added German translation (Thanks to Martin Stromberger)
* Added support for fetching Lyrics from Leoslyrics.com
* Added support for fetching Album cover art from Amazon.com
* Added support for changing audio output device in Preferences
* Some user interface enhancements
2009-05-30 01:33:11 +00:00
zafer
aef7f0997f update master site and distname. 2009-05-30 01:32:50 +00:00
obache
0f6c64a704 Updated audio/gmpc to 0.18.0 2009-05-30 01:26:12 +00:00
obache
664535ca1a Update gmpc to 0.18.0.
Based on PR#41471 by Guillaume Lasmayous.

Pkgsrc changes:
 * LICENSE=gnu-gpl-v2
 * Use system libsexy.
 * add option for support mac.
 * add buildlink3.mk for plugins.

Added features
* Global copy/paste system
  You can now copy songs from any song list and paste them in the play queue or
  the playlist-editor. The copy-paste system can also be used to move block of
  songs inside a playlist or between playlists.
* Easy Command
  Easy command is a gnome-do like interface to gmpc. This allows you to quickly
  add songs, play a certain songs or replace the play queue. More information .
* Windows Installer
  There is now a nice easy to use installer for gmpc on windows. It installs
  gmpc and all the needed gtk files, add menu option and uninstall program.
* Metadata Browser back/forward buttons
  The metadata browser now has browser-like back/forward buttons, allowing
  faster and easier navigation.
* Initial albumartist support
  If mpd provides it, gmpc now can use the albumartist tag to fetch metadata
  more reliably.
* Artist Image tooltip
  For the users that use gmpc in collapsed mode, there is a nice tooltip showing
  the artist image when hovering over the artist name in the player.
* Customizable quick links in metadata browser
  Via the gmpc wiki, hyper links can easily be added to the links section of the
  metadata browser. e.g. Wikipedia links are now included by default.
* Integrated search
  The search browser now gives you access to the magnatune and jamendo database
  as well (if plugins are installed). The search options also adjust to tags
  that actually can be searched.
* Initial Sticker Support
  MPD from git allows you to attach "stickers" to songs. GMPC can use this to
  rate songs.
  This is still very basic and will improve when stickers in mpd evolves.
* Server Information Page
  The serverstats plugin is now integrated into gmpc. This provides several
  statistics about your mpd database and configuration.
* Integrated favorites support
  The favorites plugin is now integrated in the playlist-editor. Press ctrl-
  enter to add the current playing song to the special "Favorites" playlist.

Bug fixes and Improvements
* Improved graphics, thanks to Chymera.
  * New Stylized covers.
  * No artist image.
  * Fetching artist image.
* Many translations updated and added. GMPC will be available in 28 languages.
* Reduced recourse usage.
  * Reduced the amount of unneeded image refreshing.
  * Play Queue grabs rows in blocks of X at the time. (Improves usage on high
    latency networks).
  * Main-loop based async downloader instead of manually iterating the loop.
* Better handling of file-encoding on windows.
* Less cpu intensive progress bar.
* Add songs to mpd in blocks of 16383 songs, so mpd does not run out of command-  buffer.
* Add clip when drawing images, avoiding small artifacts caused by scaling
  images.
* Compile time optional use of libsexy.
* Make search window integrate better.
* Don't save column width unless changed by user.
* Avoid race condition when listfield results are inconsistent.
* Fix drawing issues.
* Much more.

Internal changes
* Moved from libcurl to using libsoup for fetching data from the internet.
* Async downloader added.
* Internal vapi bindings so new features can be added coded in vala.
* All access to plugins via accessor functions.
* Removed Egg code that is now available in gtk.
* Moved everything, beside main gui, to GtkBuilder.
* Moved from custom popup code to GtkToolTip.
* and much more.

Plugins
* Jamendo
  * Use the new Downloader of gmpc, allowing for a quicker download and adds
    cancel option. This removes the libgio dependency.
  * Store the jamendo database in sqlite3. To gives faster and more complete
    access to all the songs. It also reduces the memory usage.
  * Integrate into gmpc Search browser
  * Make plugin work for windows.
  * Fix storing metadata on windows.
* Magnatune
  * Use the new Downloader of gmpc, allowing for a quicker download and adds
    cancel option.
  * Store the Magnatune database in sqlite3. To gives faster and more complete
    access to all the songs. It also reduces the memory usage.
  * Integrate into gmpc Search browser
  * Make plugin work for windows.
  * Fix storing metadata on windows.
* Last.fm
  * Allow user to set what metadata last.fm is used for.
  * Fix storing metadata on windows.
* MServer
  * Improve integrated feel in gmpc. (copy support for the copy/paste system,
    right mouse menu, etc.)
  * Send artist,album and title name to mpd. (via icy http header)
  * Drag and drop support. dn'd files from your file browser onto mserver
    browser to add files and folders.
  * If supported in gtk, allow the user to browse audio cd and add the tracks to
    the list. (Requires libgio to be working).
2009-05-30 01:25:19 +00:00
zafer
145104482d update master site. 2009-05-30 00:58:30 +00:00
zafer
4087c9e228 update master site. fetch from freebsd. 2009-05-30 00:56:11 +00:00
obache
1aa74691fb Add mac option description (used by gmpc). 2009-05-30 00:54:17 +00:00