Commit graph

5098 commits

Author SHA1 Message Date
taca
5d791c66a9 Update ruby-bundler to 1.2.0.
## 1.2.0 (Aug 30, 2012)

Bugfixes:

  - raise original error message from LoadError's

Documentation:

  - `platform` man pages

## 1.2.0.rc.2 (Aug 8, 2012)

Bugfixes:

  - `clean` doesn't remove gems that are included in the lockfile

## 1.2.0.rc (Jul 17, 2012)

Features:

  - `check` now has a `--dry-run` option (@svenfuchs, #1811)
  - loosen ruby directive for engines
  - prune git/path directories inside vendor/cache (@josevalim, #1988)
  - update vendored thor to 0.15.2 (@sferik)
  - add .txt to LICENSE (@postmodern, #2001)
  - add `config disable_local_branch_check` (@josevalim, #1985)
  - fall back on the full index when experiencing syck errors (#1419)
  - handle syntax errors in Ruby gemspecs (#1974)

Bugfixes:

  - fix `pack`/`cache` with `--all` (@josevalim, #1989)
  - don't display warning message when `cache_all` is set
  - check for `nil` PATH (#2006)
  - Always try to keep original GEM_PATH (@drogus, #1920)

## 1.2.0.pre.1 (May 27, 2012)

Features:

  - Git gems import submodules of submodules recursively (@nwwatson, #1935)

Bugfixes:

  - Exit from `check` with a non-zero status when frozen with no lock
  - Use `latest_release` in Capistrano and Vlad integration (#1264)
  - Work around a Ruby 1.9.3p194 bug in Psych when config files are empty

Documentation:

  - Add instructions for local git repos to the `config` manpage
  - Update the `Gemfile` manpage to include ruby versions (@stevenh512)
  - When OpenSSL is missing, provide instructions for fixing (#1776 etc.)
  - Unknown exceptions now link to ISSUES for help instead of a new ticket
  - Correct inline help for `clean --force` (@dougbarth, #1911)

## 1.2.0.pre (May 4, 2012)

Features:

  - bundle package now accepts --all to package git and path dependencies
  - bundle config now accepts --local, --global and --delete options
  - It is possible to override a git repository via configuration.
    For instance, if you have a git dependency on rack, you can force
    it to use a local repo with `bundle config local.rack ~/path/to/rack`
  - Cache gemspec loads for performance (@dekellum, #1635)
  - add --full-index flag to `bundle update` (@fluxx, #1829)
  - add --quiet flag to `bundle update` (@nashby, #1654)
  - Add Bundler::GemHelper.gemspec (@knu, #1637)
  - Graceful handling of Gemfile syntax errors (@koraktor, #1661)
  - `bundle platform` command
  - add ruby to DSL, to specify version of ruby
  - error out if the ruby version doesn't match

Performance:

  - bundle exec shouldn't run Bundler.setup just setting the right rubyopts options is enough (@spastorino, #1598)

Bugfixes:

  - Avoid passing RUBYOPT changes in with_clean_env block (@eric1234, #1604)
  - Use the same ruby to run subprocesses as is running rake (@brixen)

Documentation:

  - Add :github documentation in DSL (@zofrex, #1848, #1851, #1852)
  - Add docs for the --no-cache option (@fluxx, #1796)
  - Add basic documentation for bin_path and bundle_path (@radar)
  - Add documentation for the run method in Bundler::Installer

## 1.1.5 (Jul 17, 2012)

Features:

  - Special case `ruby` directive from 1.2.0, so you can install Gemfiles that use it
2012-09-16 06:44:45 +00:00
taca
10dab6e3df Update ruby-ansi to 1.4.3.
== 1.4.3 | 2012-06-26

This release bring two small changes. The first improves support
for Windows by only rescuing LoadError when 'win32console' fails
to load. The second improves the heuritstics used for determining
the current terminal screen width.

Changes:

* Only rescue LoadError on windows require. (#9) [bug]
* Improvements for getting proper screen width.
2012-09-16 06:43:29 +00:00
obache
d76d024350 Recursive bump from mysql51-client library changed to use openssl. 2012-09-15 15:03:21 +00:00
obache
9ae9270ccd No need to buildlink with mysql client libraries here. 2012-09-15 13:31:09 +00:00
obache
c38c120ee5 recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15 10:03:29 +00:00
apb
e006bded2d Move the NetBSD-specific part of screen's pty.c to the right place.
This commit changes patch-aa so that the patched version
of pty.c contains:

    ... other OS-specific code
    ... NetBSD-specific openpty() code (from patch-aa)
    ... generic openpty() code
    ... last resort code

instead of the previous:

    ... other OS-specific code
    ... generic openpty() code
    ... NetBSD-specific openpty() code (from patch-aa)
    ... last resort code

History behind this problem:

The NetBSD-specific openpty() code was added in revision 1.1
of misc/screen/patches/patch-aa.  (See PR pkg/16901.)  At that
time, pkgsrc used screen-3.9.11, and the upstream version of
screen did not use openpty() at all.  The patch added an "#if
defined(__NetBSD__)" block as the last OS-specific section in
pty.c, which then had:

    ... other OS-specific code
    ... NetBSD-specific openpty() code (from patch-aa)
    ... last resort code

In screen-3.9.15, upstream added code in pty.c to use openpty().
This was imported to pkgsrc on 2003-03-15.  At that time, pkgsrc's
patch-aa accidentally inserted the NetBSD-specific code below
instead of above the new code, so the patched version of pty.c
had:

    ... other OS-specific code
    ... generic openpty() code         (from upstream)
    ... NetBSD-specific openpty() code (from patch-aa)
    ... last resort code

The above is obviously wrong because the generic openpty() code
would be used instead of the NetBSD-specific code, assuming
HAVE_OPENPTY was defined by the configure script.

This problem was reported in PR pkg/25317, but the patch in the PR
was not understood so it was not applied.

This commit changes patch-aa so that the patched version of pty.c
contains:

    ... other OS-specific code
    ... NetBSD-specific openpty() code (from patch-aa)
    ... generic openpty() code         (from upstream)
    ... last resort code

However, it still doesn't work on NetBSD with ptyfs mounted.
2012-09-15 09:14:53 +00:00
plunky
ad86f5f7a4 revision bump for zyGrib-6.0.1 2012-09-10 10:04:03 +00:00
plunky
21576f38a6 update to zyGrib-6.0.1, from the ChangeLog:
2012-08-26 : zyGrib Version 6.0.1

    Update czech translation (d#kuji Pavel Kalian).
    Diagrams SkewT-LogP more complete:
    - Adjustable size.
    - Visualization of the wind (barbs + arrows) at altitudes:
	1000, 925, 850, 800, 700, 600, 500, 400, 300, 200, 100 hPa.
    - Choice of the base altitude for the calculation of the convection
	levels (fixed levels or average lower layers).
    - Bug fixed for the calculation of equilibrium level when the
	pseudo-adiabatic saturated crosses several times the temperature curve.
    - The calculation of thermodynamic indices is not forgotten ...
	but it will come later ...
    Bug fixed: POIs were sometimes misplaced when extracting images from animations.
2012-09-10 10:03:32 +00:00
adam
b15c922bcc Revbump after updating graphics/cairo 2012-09-07 19:16:05 +00:00
sno
a76f11d1e6 Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled,
Module::Install is for Authors only.

Bumping revision
2012-09-03 11:16:19 +00:00
shattered
25e86f6ebe Update to 0.29. Notable changes:
- now honours proxies
- netbsd, debian and ubuntu now report sizes
- netbsd now reports dates
- added new Slackware module to replace the previous one which queried a
  now-defunct (third party) web interface
2012-09-02 15:42:20 +00:00
marino
9524421e64 misc/stellarium: buildlink3 += gettext-lib
Stellarium requires libintl.h which must have been previously provided
by the dependencies that were removed.
2012-08-29 16:26:58 +00:00
obache
fb0eef126f Recursive bump from boost-libs update. 2012-08-29 11:22:09 +00:00
drochner
71ae12db86 -remove unneeded dependencies and cmake args
-bl3 libiconv to deal with the libc-vs-libiconv problem
-add desktop files
2012-08-27 10:12:24 +00:00
adam
3e5566553c Changes 0.11.4:
Bug fix release with new features.

Added:
- New plugin: Exoplanets
- New plugin: Observability analysis
- Get geometric altitude and azimuth for script engine (LP: 1010617)
- Sky image loading with altitude/azimuth coordinates (LP: 1023548)
- New hotkey for star name labels (LP: 1032989)
- Option to activate/deactivate the Nebula Background Images button via GUI (LP: 925247)
- Return to user set location and landscape (LP: 981507)
- Display degrees and minutes for FOV of CCD (LP: 998761)
- Adding all possible satellites (LP: 1006495)
- Building a Windows x64 packages (LP: 1003041, 1027607)
- Apply atmosphere effect only on bodies with atmosphere (LP: 971875)

Fixed:
- Various Stellarium freezes and crashed (LP: 1005155, 1030913, 940638, 992267, 1033380, 951967, 1040054)
- Various plugins issues (LP: 751381, 892027, 1006134, 1040066, 1040085)
- Various issues for nebulae (LP: 1026021, 744517)
- Add/subtract one sidereal year jumps wrong amount (LP: 1006208)
- Various small issues, typos and mistakes (LP: 1022506, 1032469, 1019247, 985204)
- Various issues in Scripting Engine (LP: 1023934, 1017148, 1017154, 730180)

Changed:
- New tab in the configuration window to control the selected object information.
- Improvement Night Vision mode
- Extend list of default scripts
2012-08-27 09:07:37 +00:00
dholland
dc48585b9f Make this build with tcl85. 2012-08-27 00:35:08 +00:00
ryoon
60e09590f8 Update to 3.6.0
* Kill binpatch hack for older NetBSD current.

Changelog:
     In LibreOffice 3.6 a different encryption is enabled by default. Since version 3.4.5, LibreOffice is able to open those files. See the release notes page.

    Starting with LibreOffice 3.6, there's more fine-grained control over ODF compatibility for legacy consumers, via a new ODF 1.2 compatibility mode. See the release notes page.
2012-08-26 13:25:14 +00:00
wiz
e20097afd1 Mark as not-compatible with python-2.5 -- runtime error due to missing
argparse.
2012-08-23 10:13:53 +00:00
marino
f162cdcb03 Recursive PKGREVISION bump for tcl and tk upgrade to 8.5.12 2012-08-21 23:49:18 +00:00
obache
d73d5c95ca Bump PKGREVISION from supported ruby version of migemo change. 2012-08-19 02:49:56 +00:00
plunky
37339f8992 bump PKGREVISION for zyGrib-6.0.0 2012-08-18 20:43:28 +00:00
plunky
1ac32373b5 update to zyGrib Version 6.0.0, from the ChangeLog:
Display thermodynamic diagrams SkewT-LogP.
    Visualization of the evolution of temperature and humidity
      in the different layers of the troposphere, and allows
      the detection of convection zones.
    Accessible from the graph (right click) or from meteotables.
    Do not forget to select the data (tab Altitude).
    Data at elevations: 1000, 975, 950, 925, 900, 850, 875,
      825, 800, 775, 750, 725, 700, 650, 600, 550, 500, 400,
      300, 200, 100 hPa.

    Remarks:
    - The display of the wind in altitude is forecast for later ...
    - The units and the size of the diagrams will be adjustable later ...
    - Other things will also come later, perhaps ...
    Possibility of opening several meteotables simultaneously.
    Display of CIN (Convective Inhibition) in addition to CAPE.
    Display of the wind in altitude for MeteoBlue data.
2012-08-18 20:43:04 +00:00
ryoon
64bdcdcffe Recursive revbump from graphics/libwebp update.
Thank you, obache@.
2012-08-18 08:49:40 +00:00
seb
ab732f3804 Add & enable since 2012-08-17 23:39:44 +00:00
seb
3c79d36700 Initial import of since version 1.1 in the NetBSD Packages Collection.
Since is a tail(1) with state - it allows the user to view only
the lines appended to a file since the last time since was used.
2012-08-17 23:38:11 +00:00
drochner
8dead6a394 update to 2.2.5
changes:
-Update ISO8859 map files to fix licensing issue
-fixes
2012-08-15 17:45:45 +00:00
obache
d2ff3f938c Update dvtm to 0.7.
PR 46585 by maintainer Leonardo Taccari.

Pkgsrc changes:
 * Switched to <../..mk/curses.buildlink3.mk>: now dvtm also works with
   curses(3).
 * Reset maintainership to pkgsrc-users@NetBSD.org.

Changes:
 * on resize backfill text from the buffer if possible
 * fix for a segfault in resize code
 * support for the 8 basic highlighted colors
 * compilation fixes for BSD curses and pdcurses (however the
   latter doesn't actually work due to the select(2) driven event loop
   of dvtm)
 * some AIX fixes
 * graphmode fixes
 * fibonacci layout (not enabled by default)
 * dynamic color changes depending on the window title configurable in
   config.h
 * window borders are now drawn using the colors specified in config.h
 * rudimentary mouse support, that is mouse events will be passed to
   the underlying terminal application
 * relicense terminal emulation component from LGPL to ISC
 * various source code cleanups (code reviews and patches are always
   welcome)
2012-08-14 11:58:01 +00:00
drochner
c659c1b465 oops, this needs one more patch 2012-08-13 17:24:38 +00:00
drochner
cd6bebb409 update to 0.83
changes: minor fixes and feature extensions
2012-08-13 17:23:37 +00:00
wiz
744c90554a Bump PKGREVISION for fix in librsvg/buildlink3.mk. 2012-08-13 14:25:37 +00:00
imil
20cd1e9333 Release 1.1.9: August 10, 2012
daemonize.rb: do srand in the forked child process both in daemonize
	and call_as_daemon (thanks to Andrew Havens).
2012-08-12 21:44:01 +00:00
wiz
bd40d5c5d2 Update to 3.5.6.2 based on ftigeot's version in wip.
Security and bug fixes.
2012-08-12 15:55:55 +00:00
marino
b752038f0a misc/libreoffice: Disable unit testing
Some of the libreoffice unit tests, for example system fonts, require
additional and currently unidentified dependencies to run.  As a
result, Libreoffice will build outside a clean environment but fails
to build in pbulk chroot or Tinderbox.

With this new patch, libreoffice builds cleanly in Tinderbox.
The modified patch probably makes no difference but it's kept because
the configuration is known to build in a clean environment.
2012-08-12 07:09:19 +00:00
wiz
b5e3db1080 Update to 0.3.4:
Bugfix so this works with davical>=1.1.
2012-08-11 12:03:59 +00:00
wiz
d1dceb8a55 Move PYTHON_VERSIONS_INCOMPATIBLE= 25 since it affects both anki packages. 2012-08-05 21:18:00 +00:00
wiz
0a13355fcf Disallow python-2.5 since py-dbus (via py-qt4) doesn't support it. 2012-08-05 21:17:05 +00:00
taca
f65b6006e9 Update ruby-launchy to 2.1.1.
= Launchy Changlog
== Version 2.1.1 - 2012-07-28

* Update addressable runtime dependency (copiousfreetime/launchy#47)
* Bring minitest and ffi development dependencies up to date
2012-08-03 10:44:56 +00:00
reed
e022648a7a update to 0.7.5
changelog from the website:
UDFclient.0.7.5 : After some time being dormant, this new release fixes a lot of small standing bugs and a serious bugfix that prevented it to read Microsoft formatted UDF 2.50 and UDF 2.60 discs. Also, logical volume integrity checking is now fixed, directory handling has been made more robust and UDF 2.50 and UDF 2.60 are now correctly signaled as read-only and won't try to corrupt a disc anymore. cd_disect has been enhanced and extended to also support BluRay recorders.
UDFclient.0.7.1 : Fix Linux compilation issues.
2012-07-28 22:36:08 +00:00
markd
66380ea93b Only depend on libuuid on Linux, for the time being. Adding it causes
Plasma Desktop to break on at least NetBSD.  Fixes PR pkg/46674.
2012-07-24 22:14:35 +00:00
wiz
538b21e104 Remove "WWW: URL" from DESCR. Common in FreeBSD ports, but in pkgsrc the
URL should be as HOMEPAGE in the Makefile.
2012-07-21 20:07:59 +00:00
wiz
68808ff07a Recursive bump for startup-notification* dependency change, requested
by Obache.
2012-07-15 08:22:46 +00:00
dholland
f9897deb1e removed centericq, ArX, gcc3-java, jitterbug, obconf, and sope 2012-07-15 02:35:20 +00:00
dholland
9b0c98d274 Remove misc/jitterbug as promised. Has been unbuildable for a long time,
and is dead upstream.
2012-07-14 22:21:31 +00:00
ryoon
e936f8e6c0 Update to 3.5.5
Changelog:
Bugs fixed against 3.5.5 RC2
core

    fdo#51601 Cannot open xlsx file [Eike Rathke]
    fdo#51619 [CRASH] legacy reports: asks for parameters, then for empty parameters list then CRASH [Lionel Elie Mamane]

Bugs fixed against 3.5.5 RC1
core

    fdo#30519 Bad transitions if "use hardware acceleration" is enabled [David Tardon]
    fdo#41556 VIEWING: Incomplete font substitution when FontConfig matches italic font [Caol©×n McNamara]
    fdo#43967 VIEWING: legacy report designer wizard improperly formats dates [Lionel Elie Mamane]
    fdo#46738 Cell background and border color formatting information of empty cells lost in particular document after FILESAVE as xls and xlsx [Petr Mladek]
    fdo#47636 Extremely slow display with font fallback [Caol©×n McNamara]
    fdo#48601 FILEOPEN: Open Visio's file with bitmap's blocks [Julien Nabet, Fridrich ª¦trba]
    fdo#48602 FILEOPEN: The Greek codepage instead the Russian codepage (*.vsd by MS_Visio-2000) [Fridrich ª¦trba]
    fdo#49178 CRASH when FILEOPEN particular RTF [Julien Nabet]
    fdo#49582 FILESAVE: Long delays saving in XP .XLS format [Petr Mladek]
    fdo#50603 Unable to update LibreOffice without resetting user profile [Stephan Bergmann]
    fdo#50988 Draw crashes on loading MS Logical Design Diagram example viso file. [Julien Nabet]
    fdo#51243 Trying to edit a report from new (but awful) Report Builder hangs libreoffice [Lionel Elie Mamane]
    fdo#51249 Crash while saving a document with track-changes enabled [Pierre-Eric Pelloux-Prayer]
    fdo#51270 On UNINSTALLING, LibreOffice leaves dirt behind [Andras Timar]
    rhbz#678440 opening urls fails with error 403 on picky servers [Fridrich ª¦trba, Stephan Bergmann]

Bugs fixed against 3.5.4
core

    bnc#652364 column break without columns seems to be a page break [Luboª² LuªÒ©×k]
    bnc#747461 implement relativeHeight (z-order) in .docx import (part of [Luboª² LuªÒ©×k]
    bnc#750255 column break without columns seems to be a page break [Luboª² LuªÒ©×k]
    bnc#750838 .docx wrap values mean different things than in LO, map them [Luboª² LuªÒ©×k]
    bnc#751077 handle recursive <w:p> because of shapes [Luboª² LuªÒ©×k]
    bnc#757118 fix horizontal rule width in .doc documents [Luboª² LuªÒ©×k]
    bnc#757609 import vmlshape 'hidden' style attribute and apply to controls [Noel Power]
    bnc#757910 fix WW8 import of textboxes with thin border/inner margin [Miklos Vajna]
    bnc#762542 don't rotate calc shapes if twoCellAnchor, partial fix [Noel Power]
    fdo#33634 better drawing support for borders of different width, [Markus Mohrhard]
    fdo#34638 and Fix Shortcut names are not localized on Linux [Thomas Arnhold]
    fdo#35972 toolbarmanager must be aware of changes in SvtMiscOptions [Ivan Timofeev]
    fdo#38116 fix double hairline border drawing some more: [Michael Stahl]
    fdo#40874 make recorded border macros run: [Michael Stahl]
    fdo#42379 hide separators before calculating line breaks [Ivan Timofeev]
    fdo#42405 remove this, nowadays MenuItemAllowed disables menu entries [Ivan Timofeev]
    fdo#42865 privatized unique empty string symbol: [Michael Stahl]
    fdo#43249 WW8: fix double border import: [Michael Stahl]
    fdo#43895 related Fixed shortcommings of FileDialogHelper_Impl::verifyPath [Stephan Bergmann]
    fdo#43989 let unopkg.exe run with elevated privileges during install [Andras Timar]
    fdo#44174 RTF_TITLEPG when title page has no header [Miklos Vajna]
    fdo#45190 import of RTF_LI should reset inherited RTF_FI [Miklos Vajna]
    fdo#45522 fix crash on RTF export of sub-tables during copy&paste [Miklos Vajna]
    fdo#45592 similar to type for property UNO_NAME_SAVE_FILTER_DATA is wrong [Noel Power]
    fdo#45987 ensure that number of tabs is correctly set in ScViewData, [Markus Mohrhard]
    fdo#46074 ignore corrupted items in Recent Documents [Stephan Bergmann]
    fdo#46112 tweak condition to prevent guessing only... [Michael Stahl]
    fdo#46687 fix Styles and Formatting gtk crasher [Bjoern Michaelsen]
    fdo#47035 fix loading of jpeg files on Mac/PPC [Christian Lohmaier]
    fdo#47044 adapt to different Windows versions' InternetQueryOption behavior [Stephan Bergmann]
    fdo#47325 legacy reports: survive absence of Sorting hidden control [Lionel Elie Mamane]
    fdo#47473 try to set new order only after field columns are available [Lionel Elie Mamane]
    fdo#47520 use the already retrieved row instead of driver row [Lionel Elie Mamane]
    fdo#47805 rework handling of 64-bit registry entries [Andras Timar]
    fdo#48018 legacy reports do not sort by group columns [Lionel Elie Mamane]
    fdo#48068 fix parsing of path d-attribute [Chr. Rossmanith]
    fdo#48345 need to refresh row also when not m_bRowCountFinal [Lionel Elie Mamane]
    fdo#48647 fix double hairline border drawing some more: [Michael Stahl]
    fdo#48914 uninstall process should remove .pyc files from install directory [Andras Timar]
    fdo#48932 super slow typing and scrolling in large documents [Caol©×n McNamara]
    fdo#49430 fix missing form control, partial fix for [Noel Power]
    fdo#49438 heuristic pseudo-hack to use hair-lines if width <= 0.5 pixel [Michael Stahl]
    fdo#49724 update filters for file selector's file type categories [Alberto Ferreira]
    fdo#49948 ignore corrupted items in Recent Documents [Stephan Bergmann]
    fdo#49968 speed up RTF import of repeated character/paragraph properties [Miklos Vajna]
    fdo#50139 do not cut first character of field text [Andras Timar]
    fdo#50141 character count (with spaces) incorrect with numbering on. [Muhammad Haggag]
    fdo#50144 put full reference text to selection field [Andras Timar]
    fdo#50169 band-aid another crash in GraphiteLayout::expandOrCondense: [Michael Stahl]
    fdo#50173 fix Styles and Formatting gtk crasher [Bjoern Michaelsen]
    fdo#50178 reading Visio file causes crash [Julien Nabet]
    fdo#50304 fix excel row height export problems ( I hope ) [Noel Power]
    fdo#50372 crash when refresh of last already-known row unexpectedly fails [Lionel Elie Mamane]
    fdo#50415 and Fix Shortcut names are not localized on Linux [Thomas Arnhold]
    fdo#50509 MSI: UI language selection from command line (e.g. silent install) [Andras Timar]
    fdo#50539 fix RTF import of automatic character background color [Miklos Vajna]
    fdo#50676 silence SolarMutex not locked spew [Caol©×n McNamara]
    fdo#50868 fix potential further crashes like the one in [Fridrich ª¦trba]
    fdo#50981 update of German dictionaries (2012.06.10) [Andras Timar]
    i#110536 legacy reports do not sort by group columns [Lionel Elie Mamane]
    i#116848 revert "Fixed Shapes are at wrong position" [Fridrich ª¦trba]
    i#118068 revert "calc69: handle all-hidden case in ScDrawUtil::CalcScale" [Eike Rathke]
    i#17200 fix horizontal rule width in .doc documents [Luboª² LuªÒ©×k]
    i#81127 revert "sw34bf03: patch by pmladek: linux/ppc: remove -fsigned-char" [Caol©×n McNamara, Rene Engelhard]
    i#86306 revert fix for "prepare against really broken CUPS installations..." [Stephan Bergmann]
    i#93609 better import xlsx heights [Noel Power]
    i#94028 better import xlsx heights [Noel Power]
    rhbz#799628 related: crash with chewing-IM with g3g [Caol©×n McNamara]
    rhbz#820554 , fix smoketest on ppc[64] and s390[x] [Caol©×n McNamara]
    rhbz#825548 speed up RTF import of repeated character/paragraph properties [Miklos Vajna]
    rhbz#826609 , fix smoketest on ppc[64] and s390[x] [Caol©×n McNamara]
2012-07-13 17:59:00 +00:00
wiz
126bd1ed5c Update to 1.1.20120706:
2012/07/06
	+ modify samples/setup-tempfile to work with Tru64's shell.
	+ modify inputmenu sample scripts to make them more portable:
	  + use "id" rather than "$GROUPS", use sed to work with Solaris.
	  + use sed to split-up the rename results to work with HPUX.
	+ fix regression in msgbox (ArchLinux #30574)

2012/07/03
	+ modify prgbox widget to work with --extra-button, etc.
	+ add case values to several widgets to allow for mouse-clicks with
	"--extra-button" and "--help-button" additions.
	+ correct timebox widget's exit code for "--extra-button" when handing
	  the "enter" key.
	+ modify msgbox widget to honor "--extra-button".
	+ corrected processing of "--trace" option, which did not update the
	  index into command-line to point past its value.
	+ add a check in dialog program for valid characters used in option,
	  e.g., to generate an error if a script attempts to add option value
	  using "=" rather than with whitespace.
	+ add new command-line option --default-button and library function
	  dlg_default_button() to retrieve the value set by the option
	  to provide a way to set the default button directly rather than
	  by combining --nook, etc. (patch by Zoltan Kelemen).
	+ amend include of unctrl.h to apply only to the case where curses.h
	  is included, to avoid conflict of ncurses' unctrl.h with a system
	  implementation (report by Martin Roedlach)
	+ add limit-check to dlg_toupper() in non-wide curses mode to work
	  when non-character values such as arrow-key codes are passed to
	  it (patch by Zoltan Kelemen).
	+ override timeout value, e.g., as set via --timeout command-line
	  option in pause widget because that interferes with pause's behavior
	  (report by Jan Spitalnik).
	+ modify samples/inputmenu* to allow ":" in renamed text (report by
	  Andreas Stoewing).
	+ modify double-quoting to make it more consistent, i.e., checklist
	  output is quoted only when needed.  This fixes the case where
	  single-quotes were used whether or not needed, but also modifies
	  older checklist behavior for double-quoting which always added those
	  (Debian #663664).
	+ correct exit-code used in inputmenu for "rename" button (Debian
	  #673041, forwarded from Ubuntu #333909, patch by Lebedev Vadim).
	+ update el.po and hr.po from
		http://translationproject.org/latest/dialog/
	+ use checkbashisms to clean up sample scripts.
2012-07-12 21:13:16 +00:00
wen
9cd9556fe1 Update to 1.29
2012-07-12  NOKUBI Takatsugu  <knok@daionet.gr.jp>

	* MMagic.pm (checktype_contents): Fix infinity loop bug.
	Reported by NMOLDAV@cpan.org (#77836)
	* Version 1.29.

2012-06-29  NOKUBI Takatsugu  <knok@daionet.gr.jp>

	* MMagic.pm: Add missing =back.

2012-05-31  NOKUBI Takatsugu  <knok@daionet.gr.jp>

	* MMagic.pm: Version 1.28.

2012-03-15  NOKUBI Takatsugu  <knok@daionet.gr.jp>

	* MMagic.pm (readMagicEntry): Removed deprecated code
	  (defined(@array)) reported by wyant@cpan.org (#74252).

2011-07-21  Yukio USUDA  <usu@namazu.org>

	* MMagic.pm (checktype_byfilename): Fixed memory leak.

2007-10-02  NOKUBI Takatsugu  <knok@daionet.gr.jp>

	* MMagic.pm: Added 'regex' and 'search' support for magic entry,
	  and fixed fatal error when unknown type in magic entry.
	  (The patch made by Man Min Yan, thank you).

2006-09-19  NOKUBI Takatsugu  <knok@daionet.gr.jp>

	* MMagic.pm (readMagicLine): Added Hex representation support.
	  (The patch made by Man Min Yan, thank you)

2006-07-01  NOKUBI Takatsugu  <knok@daionet.gr.jp>

	* MMagic.pm (checktype_container): Added container check.
	  (Powerd by CodeFest 2006 Akihabara
	   https://members.fsij.org/trac/codefestakihabara2006c)

2006-06-26  NOKUBI Takatsugu  <knok@daionet.gr.jp>

	* Applied subclass patch, made by Michael Hendricks.
2012-07-12 13:51:04 +00:00
wiz
8e84bafc3f Reduce dependencies now that minskim provided tex-xtab (thank you!) 2012-07-11 14:47:23 +00:00
wiz
7741ccf100 Add missing build dependencies when using doxygen-1.8.x.
Closes PR 46664 by Makoto Fujiwara using his patch.

While here, rename option to "doc" instead of unconventional "doxygen".
2012-07-11 09:25:22 +00:00
dholland
645cd5b40e Restore patch sums of patch-ac and patch-ae; Joerg changed them last
week without modifying the patches. HI JOERG
2012-07-10 20:23:14 +00:00
drochner
f9a2cfe024 for itstool, a BUILD_DEPENDS is sufficient 2012-07-06 14:48:35 +00:00
dholland
e402246c53 Oops, fix thinko in previous. 2012-07-06 05:03:15 +00:00
dholland
3663ce0c6e Requires textproc/itstool to configure. 2012-07-06 04:34:42 +00:00
drochner
92fbada9a8 update to 3.4.2
This switches to the gnome-3.4 release branch
2012-07-04 19:59:07 +00:00
obache
171e2bdc0f Site http://dev-www.libreoffice.org/src/ is for ${MORE_DISTFILES}. 2012-07-04 12:43:36 +00:00
joerg
26574cd7cd Don't use references to temporary objects. 2012-07-03 17:40:35 +00:00
joerg
cff8c2534a Fix missing prototypes. Declare some functions as void matching the
implementation.
2012-07-03 17:39:53 +00:00
ryoon
08722068d6 Update to 3.5.4
* Add png and fontconfig to EMUL_MODULES.linux, they are needed.

Changelog:
## Installation
### General for this release candidate: parallel installation
* LibreOffice release candidate builds always replace an old LibreOffice installation - unless:
* With this release candidate, you have to use the 'parallel installation' to install it alongside the stable LibreOffice, and not replace it. Please see here.

### Linux deb and rpm:
* please, read detailed instructions for different distributions
* the Linux packages can be installed in parallel to LibreOffice 3.4, but not run simultaneously - documents will be opened in the version you've started first.

### Windows:
* If you notice undesirable interactions between LibreOffice and OpenOffice.org, please report this as a bug.
* Starting with 3.5.3, LibreOffice windows installers are signed by The Document Foundation.

## Help files
* The Windows multi-language installer as well as the langpacks do only contain localized UI. By default, LibreOffice uses online help - if you need help files on your disk, please install the helppack for your language. If there is no helppack for your language (because help has not been translated to your language), then you can install and use the English helppack or check the online help in any available language.

## Encryption
In LibreOffice 3.5 a different encryption is introduced. LibreOffice 3.4.5 enables you to open those files.

from http://wiki.documentfoundation.org/Releases/3.5.4/RC2
Bugs fixed against 3.5.4 rc1
core

    Error message when deleting pages fdo#45987 [Markus Mohrhard]
    No Recent Documents... fdo#46074 [Stephan Bergmann]
    'Find' toolbar causes writer,calc,impress, not responding fdo#46687 [Bjoern Michaelsen]
    Cannot insert jpeg fdo#47035 [Christian Lohmaier]
    No recent documents fdo#49948 [Stephan Bergmann]
    Styles and Formatting popup crashes LibreOffice on fluxbox fdo#50173 [Bjoern Michaelsen]

from http://wiki.documentfoundation.org/Releases/3.5.4/RC1
Bugs fixed against 3.5.3
core

    (Does not recognize VBA macro in JAPANESE...) fdo#49324 [Julien Nabet]
    enable caching of grammar checker properties fdo#35270 [Michael Meeks]
    special-case appending items to autocorrect lists fdo#46805 [Michael Meeks]
    Changing spelling preferences requires application restart fdo#39999 [Szabolcs Dezsi]
    add+use SwDoc::containsUpdatableFields fdo#49897 [Caol©×n McNamara]
    allow keyword Append to be used as a variable. bnc#745930 [Noel Power]
    allow zwj, etc. in metric unit text fdo#42390 [Caol©×n McNamara]
    avoid recursion that can mess up DND setup fdo#41996 [Luboª² LuªÒ©×k]
    clamp mnFillOpacity to 1 fdo#48065 [Chr. Rossmanith]
    comparing empty document with attached one crashes LO fdo#43424 [Szabolcs Dezsi]
    compound storage backend is poor at knowing stream size fdo#47644 [Caol©×n McNamara]
    correctly map monitor index back to screen fdo#49365 [David Tardon]
    count mirrored monitors as one rhbz#809019 [David Tardon]
    crash on "connect to existing database" wizard fdo#45580 [Lionel Elie Mamane]
    dmapper: fix import of titlepg top/bottom margin fdo#44176 [Miklos Vajna]
    dmapper: handle m_bTitlePage when m_nBreakType is zero fdo#49940 [Miklos Vajna]
    do not prepend \n twice, it confuses KFileDialog rhbz#820439 [Luboª² LuªÒ©×k]
    drawinglayer: fix double hairline borders: fdo#48647 [Michael Stahl]
    fix Presenter Console help screen layout fdo#46223 [G©×bor Stefanik]
    fix RTF export of empty paragraph numbering rules fdo#49692 [Miklos Vajna]
    fix RTF export of non-breaking space/hyphen/optional hyphen fdo#38176 [Miklos Vajna]
    fix RTF import of Russian characters without an encoding specified fdo#48023 [Miklos Vajna]
    fix RTF import of \sl without \slmult fdo#48876 [Miklos Vajna]
    fix RTF import of automatic paragraph background color fdo#47764 [Miklos Vajna]
    fix RTF import of fields without a result fdo#48193 [Miklos Vajna]
    fix RTF import of localized fields fdo#48037 [Miklos Vajna]
    fix bean after gbuild'ification fdo#49580 [Stephan Bergmann]
    fix incorrect square gradients in slideshow. fdo#49508 [Thorsten Behrens]
    fix parsing of arc paths fdo#48070 [Chr. Rossmanith]
    fix property type for printoptions fdo#45592 [Noel Power]
    fix vertical text frame borders: fdo#44010 [Michael Stahl]
    fixed crash while opening odt file. fdo#47436 [Dezsi Szabolcs]
    implement RTF_CHPGN fdo#38786 [Miklos Vajna]
    implement RTF_KEYWORDS fdo#49683 [Miklos Vajna]
    merge consecutive border lines: fdo#38215 [Michael Stahl]
    more robust nss initialization, related fdo#45171 [Markus Mohrhard]
    overwrite incorrect font table entry with the correct one fdo#47347 [Caol©×n McNamara]
    PPTX import crashes. fdo#48778 [Muthu Subramanian]
    parse rgb(%,%,%) correctly fdo#47447 [Chr. Rossmanith]
    performance problems with very long paragraphs fdo#49208 [Caol©×n McNamara]
    properly draw separators in vertical toolbars fdo#39106 [Ivan Timofeev]
    RTFValue::Clone(): copy m_bForceString as well fdo#49692 [Miklos Vajna]
    RTF_MARGL/R/T/B should also set the current margin fdo#49501 [Miklos Vajna]
    related: check if a missing font is a known symbol font fdo#34814 [Caol©×n McNamara]
    related: for huge files build a page chain cache for seeks fdo#47644 [Caol©×n McNamara]
    remove SalDisplay::GetKeyboardName lp#818761 [Thomas Arnhold]
    remove pointless forward moving of a table bnc#706138 [Luboª² LuªÒ©×k]
    resolved catch exception from VBA lib container rhbz#819118 [Eike Rathke]
    resolved import .xls with HTML as such, not CSV fdo#49639, fdo#40021 [Eike Rathke]
    resolved query model only once whether it is a preview fdo#46160 [Eike Rathke]
    respect absolute paths for mozilla profile, lp#919659, fdo#45171 [Markus Mohrhard]
    revert "Related: for huge files build a page chain cache for seeks" fdo#47644 [Caol©×n McNamara]
    revert "another partial fix for " ( and fixes ) bnc#693238, fdo#44292 [Noel Power]
    run SelectLanguage custom action during silent install, too fdo#40481 [Andras Timar]
    run unopkg.exe after InstallFinalize fdo#44628 [Andras Timar]
    sort SelectionTree control of Custom Setup with a custom action fdo#46355 [Andras Timar]
    string result of formula is also valid, fdo#49052 [Markus Mohrhard]
    sw: HTML: fix table border export: fdo#47670 [Michael Stahl]
    sw: HTML: import CSS STYLE border on TD: fdo#41796 [Michael Stahl]
    sw: HTML: spurious semicolons in STYLE: fdo#41796 [Michael Stahl]
    two different TransliterationChgData structs fdo#37044 [Caol©×n McNamara]
    we never registered the SAL_OBJECT_CHILDCLASSNAMEA window class fdo#45081 [Norbert Thiebaud]
    weed out unmatched Sub/End Sub statements when importing VBA fdo#46889, fdo#46889 [Noel Power]
    workaround of MSI installer error 1935 fdo#46519 [Andras Timar]
    writer idle-callbacks are halting when events pending fdo#48011 [Caol©×n McNamara]
    writerfilter: implement RTF_BIN fdo#39053 [Miklos Vajna]
    wrong text color in smartArt. bnc#746996 [Muthu Subramanian]
    xsltml .xsl files missing from wiki-publisher.oxt fdo#46509 [Stephan Bergmann]
2012-07-03 11:26:22 +00:00
adam
9fde0ec108 Revbump after updating boost 2012-07-02 13:37:35 +00:00
wiz
9c6bc90a0e Remove NOT_FOR_PLATFORM NetBSD*6 since it compiles at least with modular
xorg, for some even with native X. Make it easier for those for who
it works.
2012-07-01 21:16:04 +00:00
dholland
f91b8b8497 Add desktopdb.mk and bump PKGREVISION for 118 packages as reported by
pkglint. If any of these are wrong for some reason, please revert/adjust.
2012-07-01 19:05:10 +00:00
plunky
9412e63152 bump for zyGrib 5.1.4 2012-07-01 07:22:14 +00:00
plunky
11a03ca57d update to zyGrib 5.1.4
2012-06-03 : zyGrib Version 5.1.4

    New translation: Finnish (paljon kiitoksia Kari Salovaara).
    Bug fixed: memory leak while saving images of animations.
    User can choose the type of wave arrows.
2012-07-01 07:21:35 +00:00
dholland
ed8b48f292 Fix remaining build problems. 2012-06-30 08:30:35 +00:00
dholland
954ed0dcaa Add upstream patches taken from https://bugs.kde.org/show_bug.cgi?id=149906
to fix build problems.
2012-06-30 08:29:59 +00:00
joerg
66c4f935f1 Fix build for NetBSD current/GCC. Almost fix build with Clang. 2012-06-29 12:36:39 +00:00
jperkin
0d9cdbbb60 Fix manual page location on Solaris. 2012-06-26 10:37:53 +00:00
joerg
c5e86d74cb Fix build with Clang. 2012-06-25 11:31:20 +00:00
joerg
4529cc1fbb Taking the address of temporary objects is not valid C++. 2012-06-25 11:30:28 +00:00
joerg
45247ddadd Not MAKE_JOBS_SAFE. 2012-06-21 10:36:01 +00:00
taca
2369bd414d Don't install files world writable. 2012-06-16 05:25:03 +00:00
markd
e43be93ef2 Update to KDE SC 4.8.4
Bug fixes.
2012-06-16 04:45:28 +00:00
joerg
c338af0da8 Fix use of the vexing parse problem. 2012-06-15 18:56:57 +00:00
sbd
a5f279dac6 Recursive PKGREVISION bump for misc/kdepimlibs4 buildlink addition. 2012-06-14 22:09:28 +00:00
sbd
16add8d7a9 Add missing devel/libuuid buildlink.
Bump PKGREVISION.
2012-06-14 22:09:13 +00:00
sbd
21792a9296 Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
wiz
f98e8b0585 Add inet6 to default suggested options. It's 2012. 2012-06-12 15:45:54 +00:00
fhajny
646bb1e54c Fix build on SunOS and GCC>=4.6 2012-06-11 12:52:52 +00:00
dholland
ab493ddb15 Add raptor2 per PR 46567. 2012-06-09 19:41:11 +00:00
joerg
03af731224 Use PKGNAME_NOREV to match the PLIST. 2012-06-08 21:44:26 +00:00
wiz
be64efec33 + xorg-sgml-doctools 2012-06-06 07:54:36 +00:00
wiz
d855508428 Add xorg-sgml-doctools-1.11:
This package provides a common set of SGML entities and XML/CSS style
sheets used in building/formatting the documentation provided in other
X.Org packages.   It's typically only needed by people building from
source who want to produce formatted documentation from their builds,
or those who have installed the HTML version of the documentation,
which refers to the included common xorg.css stylesheet.
2012-06-06 07:45:32 +00:00
wiz
9a10464776 Add xorg-docs-1.7:
This package provides miscellaneous documentation for the X Window System
that doesn't better fit into other packages.
2012-06-06 07:39:54 +00:00
wiz
fa9ece54d4 Add two patches from wip (ftigeot). Bump PKGREVISION. 2012-06-05 21:53:42 +00:00
drochner
a22fee51b4 this doesn't need gmake (since it uses cmake), nor SDL_mixer 2012-06-04 17:40:43 +00:00
dholland
eef6a139f1 Belatedly bump PKGREVISION for packages where the mass glib2 include
fixes last month changed installed headers, excluding some that have
already been bumped.
2012-06-03 23:56:58 +00:00
wiz
c4e3fa76dc Update to 1.2.11:
1.2.11 is a Linux-only release. It fixes a bug introduced by Qt
4.8 that broke cloze deletion, thanks to Jonas Grote.

1.2.10 is a Linux-only release. It fixes a bug introduced by Qt
4.8 that was breaking Japanese reading generation, and a warning
message on startup with the latest SQLAlchemy.
2012-06-03 21:14:43 +00:00
wiz
59fe320f03 Add RCS Id. 2012-06-03 10:08:37 +00:00
obache
d84afadd8a require bsd.prefs.mk before conditional check. 2012-06-03 09:31:31 +00:00
dholland
f1fc0c2d1e Use BUILDLINK_TRANSFORM to drop unsupported -W options on netbsd-5. 2012-06-02 19:35:47 +00:00
cheusov
0dcecef739 Add symlinks in gnu/man/man1/
++pkgrevision
2012-06-02 08:51:37 +00:00
taca
a9ca68d474 Update ruby-sprockets21 to 2.1.3.
Changes are unavailable.
2012-06-02 01:06:03 +00:00
taca
16fd793fb0 Update ruby-sprockets20 to 2.0.4.
Changes are unavailable but handling of ".." in forbidden_request() was
changed.
2012-06-02 01:05:21 +00:00
taca
428f3e3ef5 Update ruby-sprockets to 2.4.3.
Changes are unavailable.
2012-06-02 00:57:36 +00:00
taca
59eef248a2 Update ruby-bundler to 1.1.4
## 1.1.4 (May 27, 2012)

Bugfixes:

  - Use `latest_release` in Capistrano and Vlad integration (#1264)
  - Unknown exceptions now link to ISSUES for help instead of a new ticket
  - When OpenSSL is missing, provide instructions for fixing (#1776 etc.)
  - Correct inline help for `clean --force` (@dougbarth, #1911)
  - Work around a Ruby 1.9.3p194 bug in Psych when config files are empty
2012-06-02 00:56:53 +00:00
wiz
0a0b76ed7a + libreoffice 2012-06-01 06:12:47 +00:00
wiz
b542dc99b9 Initial import of libreoffice-3.5.4.2 from wip, packaged by Francois Tigeot.
Doesn't work on NetBSD-6, but reportedly works on NetBSD-5*/amd64 and /i386,
as well as DragonFly/x86_64 and /i386.

LibreOffice is a free, community-developed, multi-platform office
productivity suite. It includes key desktop applications:
word processor, spreadsheet, presentation manager, and drawing program,
with a user interface and feature set similar to other office suites.
2012-06-01 06:12:13 +00:00
cheusov
6a13d2c1a0 Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@) 2012-05-29 22:58:52 +00:00
cheusov
d8fed156d4 Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@).
All utilities are installed with a prefix 'g'. Symlinks with original
names are created in ${PREFIX}/gnu/bin.

++pkgrevision
2012-05-29 18:19:28 +00:00
dholland
53bb2dae41 Needs more REPLACE_PERL, and USE_TOOLS+=perl needs to be perl:run. 2012-05-27 20:53:42 +00:00
christos
24b2e5e0ef forgot to add this one: our tar does not have --warning= 2012-05-26 14:27:55 +00:00
christos
cad9ada6c4 Update to 1.16.3. the old tar file is gone. 2012-05-26 14:27:20 +00:00
marino
36d07d6fe9 misc/gwaei: USE_TOOLS+= msgfmt 2012-05-24 23:07:29 +00:00
marino
ead873a2a1 misc/softmaker-office-demo: Mark NOT-FOR-DRAGONFLY
Besides the fact this is a crippled, obsolete demo of 6 year old
commercial productivity software, it doesn't even build successfully
on DragonFly.  Due to the license text file have a Portuguese name,
it fails during the package phase, specifically libarchive returns
an error that it can't translate the pathname to UTF.
2012-05-24 17:13:54 +00:00
dholland
672754caab Honor pkgsrc CFLAGS and LDFLAGS. Should fix Linux build. 2012-05-23 07:05:31 +00:00
marino
70b48be267 misc/heirloom-time: mark ONLY FOR LINUX
According to the install file, this package is only for Linux
2012-05-22 17:18:21 +00:00
marino
bcca3c036e misc/molden: use DIST_SUBDIR after distinfo regeneration 2012-05-20 06:45:54 +00:00
marino
9635678382 misc/molden: regenerate distinfo
At least since Dec 2011, molden has failed the checksum.  Distribution
is restricted, so the old version wasn't on the NetBSD servers.  However,
I checked Molden 5.0 against this version (Molden 4.6), both from the
listed MASTERSITE, and they appear reasonable.

Regenerating the distinfo file. Incidently, it doesn't build on
DragonFly, fails on line 4169 of molden.f with error, "Too many names."
Version 4.6 is 4 years older than the current version 5.0, and upgrading
the package might fix the error.
2012-05-19 17:05:49 +00:00
ryoon
e18661a6a2 Update to 3.5.3
Changelog:
Bugs fixed against 3.5.2
core
    fix colorspace conversion for greyscale bitmaps fdo#34324 [Michael Meeks]
    cache calls to mdds:mixed_type_matrix::size, related fdo#47299 [Markus Mohrhard]
    clrContourCache for SwAnchoredDrawObjects fdo#45376 [Andreas Schierl]
    copy column privileges into table privileges fdo#47937 [Lionel Elie Mamane]
    cppcanvas: processEMFPlus: fix valgrind warning: fdo#42252 [Michael Stahl]
    disable cairo canvas on Windows fdo#46532, fdo#46901, fdo#45584 [Michael Meeks]
    do not increase height of checkboxes fdo#47963 [David Tardon]
    do not play sound in presenter console fdo#33914 [David Tardon]
    docx, no mso-fit-shape-to-text means the textbox size is fixed bnc#751573 [Céäric Bosdonnat]
    export all style information to xls/xlsx, fdo#46738 [Markus Mohrhard]
    fdo43752: PPTX import fix affected odp imports. bnc#719989, bnc#719997 [Muthu Subramanian]
    find install location during help pack install fdo#48411 [Andras Timar]
    fix - edge-case trans gradients came out empty fdo#33591 [Thorsten Behrens]
    fix - use older ODF encryption by default fdo#47484 [Thorsten Behrens]
    fix RTF import of \page in inner groups fdo#48104 [Miklos Vajna]
    fix RTF import of all capitals char prop fdo#46955 [Miklos Vajna]
    fix RTF import of character encoding in footnotes fdo#45182 [Miklos Vajna]
    fix RTF import of custom fonts in substreams fdo#45394 [Miklos Vajna]
    fix RTF import of mixed super/nonsuper text fdo#47326 [Miklos Vajna]
    fix RTF import of multi-paragraph exact height textboxes fdo#47036 [Miklos Vajna]
    fix RTF import of shapes inside text frames at the start of the doc fdo#47036 [Miklos Vajna]
    fix RTF import of tables with empty first row fdo#45394 [Miklos Vajna]
    fix RTL menu rendering on Windows fdo#42537 [Ivan Timofeev]
    fix border printing: fdo#38635 [Michael Stahl]
    fix crash on RTF import of shapes inside tables fdo#47802 [Miklos Vajna]
    fix the fix so it doesn't crash lp#905355, fdo#43895 [Michael Stahl]
    fix vcl alpha blending bnc#714787 [Thorsten Behrens]
    fix vertical align when switching mode in multibar fdo#44140 [Noel Power]
    fixed pdf export (of images). bnc#717947 [Muthu Subramanian]
    handle various busted rtf docs without hanging fdo#48640 [Caoláî McNamara]
    improved label/BC wizard - set paper size fdo#44516 [Winfried Donkers]
    increase nCol before next iteratation to prevent loop, fdo#46220 [Markus Mohrhard]
    macros: Macro to set filter in Calc does not work with .StringValue fdo#46983 [Takeshi Abe]
    make "Replace All" work with REs fdo#44861 [David Tardon]
    match version in about dialog and file properties fdo#47840 [Petr Mladek]
    more reliable way to check for RTL text. fdo#48431, fdo#32530 [Kohei Yoshida]
    never let users save in /tmp by default lp#905355, fdo#43895 [Andrzej J. R. Hunt]
    RTF/DOCX import: fixed the import of consecutive frames fdo#47036, bnc#703032 [Céäric Bosdonnat]
    removed strange non-wrapping condition bnc#750258, i#40155 [Céäric Bosdonnat]
    resolved CSV import got confused by erroneous HTML detection fdo#40021 [Eike Rathke]
    resolved the current document is not always the first in list rhbz#813280 [Eike Rathke]
    revert "make text wrapping work in headers/footers too " fdo#39155 [Céäric Bosdonnat]
    rtftok: initial PN (legacy numbering syntax) support fdo#47107 [Miklos Vajna]
    rtftok: support bullet points in paragraph numberings fdo#47107 [Miklos Vajna]
    shift+F3 should be the shourtcut for Edit > Duplicate in Draw fdo#48584, fdo#32559 [Andras Timar]
    show synchronized checked only if all margins are the same, related fdo#44337 [Markus Mohrhard]
    sw: fix border corner gaps: fdo#38635 [Michael Stahl]
    swNodes: fix inconsistent outline check: rhbz#789022 [Michael Stahl]
    TOC dialog, Entries tab: the right arrow button does not work fdo#40948 [Ivan Timofeev]
    this hack in no longer needed, fdo#44337 [Markus Mohrhard]
    use fabs for double values, not abs, fdo#47632 [Markus Mohrhard]
    use of pointer to deleted object fdo#47068 [Caoláî McNamara]
    use same border width information for xls import and export, fdo#44742 [Markus Mohrhard]
    use x.y.z version also for desktop integration packages fdo#47840 [Petr Mladek]

Bugs fixed against 3.5.3 rc1
core

    fix find toolbar X error handling fdo#46687 [Michael Meeks]
    add unit test for Converter::convertDouble fdo#48969 [Michael Stahl]
    border paint ordering: fdo#45562, fdo#47717, fdo#42750 [Michael Stahl]
    default to Office 2007/2010 filter for ooxml export, fdo#48941 [Markus Mohrhard]
    duplicated characters in PDF import fdo#45848 [Korrawit Pruegsanusak]
    fix RTF import of special unicode characters fdo#48356 [Miklos Vajna]
    getConversionFactor: add inch as source unit fdo#48969 [Michael Stahl]
    ignore corrupted items in Recent Documents fdo#46074 [Stephan Bergmann]
    paint borders in SwFlyFrm::Paint: fdo#45562 [Michael Stahl]
    resolved update sheet-local named expressions correctly fdo#48856 [Eike Rathke]
    switch units in Converter::convertDouble fdo#48969 [Michael Stahl]
2012-05-13 11:28:07 +00:00
ryoon
0282802d12 Update to 2.7
* Add dependency to php-mysqli

Changelog:
2.7
* Language translation and date format support for all modules.
* Ability to switch on/off modules.
* Upgraders up to version 2.6.5.
* Removal of Benefits module.
* bugfixes

2.7-rc.1
* Language translation and date format support for all modules except
  Benefits module.
* Ability to switch on/off modules.
* bugfixes

2.6.12.1
* bugfixes

In detail, see new_changed_features.txt, but no security bug information
is provided.
2012-05-11 10:41:26 +00:00
dholland
8b29bfb1f6 Build fixes for new glib2. 2012-05-10 07:28:16 +00:00
dholland
bcd18e535b Merge wiz's build fixes for goffice0.8. Add pcre's bl3 to Makefile
(was previously only in the bl3 file, which pkglint justifiably
considers broken) and bump PKGREVISION to 16.
2012-05-10 04:43:53 +00:00
dholland
bc5876b000 Build fixes for new glib2. 2012-05-08 02:48:25 +00:00
dholland
7e751949e4 Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
2012-05-07 01:53:12 +00:00
dholland
07cf8ba708 Needs desktopdb.mk. PKGREVISION -> 10 2012-05-06 23:07:24 +00:00
dholland
6265f67355 Build fixes for new glib2. 2012-05-06 23:07:05 +00:00
gls
73f91ef412 Update misc/calibre to 0.8.50
pkgsrc changes:
---------------
- Depends on textproc/py-ccsutils >=0.9.9.

Upstream changes:
-----------------

Release 0.8.50 - May 04, 2012
=============================

New Features

    Tweak Book: Allow tweaking of KF8 MOBI files. Useful to fine-tune the result
of a conversion. Right click on the book and select Tweak Book to use the
feature. Note that tweaking a MOBI file that contains both KF8 and older MOBI6
will cause the MOBI6 version to be discarded.
    AZW3 output plugin. This output plugin generates pure KF8 mobi files. These
only work on the Kindle Fire and Kindle Touch with latest firmware.
    Conversion: Allow easy re-ordering of the search and replace expressions in
the conversion dialog. Also apply the expressions in the same order that they
were entered when doing the conversion.
    Automatically add the Tag 'Sample Book' when an Amazon sample is added to
calibre
    FB2 Input: Better handling of inline images.
    Closes tickets: 989869

Bug Fixes

    KF8 Output: Fix section to section jumps not working for documents with
multi-level ToCs
    EPUB Input: Handle the case of the metadata ToC containing a reference to
the cover HTML file.
    Closes tickets: 993812

    CHM Input: Handle files with deeply nested markup and non html files
listed at the start of the manifest.
    Closes tickets: 993607

    KF8 Output: Workaround Kindle Touch bug that causes the book to be rendered
as black pages when a height is specified for <body>

    Fix regression in 0.8.49 that broke italics detection in heuristic
processing on 32-bit systems.
    Closes tickets: 991380

    KF8 Output: Fix joint MOBI6/KF8 books not being recognized as MOBI files
by older Kindles
    KF8 Output: Fix errors when processing documents with HTML comments
and/or XML processing instructions
    Get Books: Amazon fix prices not being found. B&N fix details link.
ebooks.com: fix cover image. Website changes to various EU stores
    FB2 Input: More robust base64 decoding to handle embedded images that are
incorrectly encoded.
    Closes tickets: 990929

    Fix scrolling with the cover browser updating only the selection in the
book list, not the current book.
    Closes tickets: 990881

    Save to Disk: Do not run out memory when saving very large files on
systems with low RAM.
    Closes tickets: 990741

    FB2 Output: Use 2 letter language codes in preference to 3-letter ones to
not break poorly implemented FB2 readers
    Closes tickets: 990026

    EPUB Input: Auto set the media-type for OPF manifest entries with an
empty media-type

New news sources

    George Monbiot by Darko Miletic
    El Mundo by atordo
    AraInfo and Diagonal by Ruben Pollan

Improved news sources

    National Post
    Daily Mirror
    Sun
    Newsweek Polska
    Max-Planck
    derStandard
    tweakers.net


Release 0.8.49 - Apr 27, 2012
=============================
New Features

    Experimental support for generating Amazon's new KF8 format MOBI files

    calibre can now generate Amazon's new KF8 format MOBI files. To turn
on this feature, go to Preferences->Tweaks and click Plugin Tweaks. In
the box add: test_mobi_output_type = 'both' calibre will now produce MOBI
files that have both the old MOBI format and the new KF8 format in them.
To learn more about KF8, see: http://www.amazon.com/gp/feature.html?docId=1000729511
Note that calibre support for KF8 is still experimental and there will
likely be bugs.

    Upgrade to using cssutils 0.9.9 for CSS parsing. Improved speed
and robustness.
    Show cover size in a tooltip in the conversion dialog

    Closes tickets: 986958 [External link]
    Driver for Nook Simple Touch with Glow Light

    Closes tickets: 989264 [External link]

Bug Fixes

    Heuristics: When italicizing words do not operate on words not in
between HTML tags.
    Closes tickets: 986298 [External link]

    Fix (I hope) the bulk metadata download process crashing for some
people on OS X when clicking the Yes button to apply the updates.
    Closes tickets: 986658 [External link]

    Fix tooltip not being updated in the book details panel when
pasting in a new cover
    Closes tickets: 986958 [External link]

    Cover Browser: Wrap the title on space only, not in between words.
    Closes tickets: 986516 [External link]

    Edit metadata dialog: If a permission denied error occurs when
clicking the next or prev buttons, stay on the current book.
    Closes tickets: 986903 [External link]

    Fix heuristics not removing unnecessary hyphens from the end
of lines.
    Closes tickets: 822744 [External link]

New news sources

    Berria by Alayn Gortazar
    Sol Haber by Onur Gungor
    Telam by Darko Miletic
    Richmond Times-Dispatch by jde

Improved news sources

    Metro Nieuws NL
    Der Tagesspiegel
2012-05-06 08:34:14 +00:00
wiz
0482cb0090 + anki packages. 2012-05-05 22:23:43 +00:00
wiz
6c69e8dc97 Adapt for import. 2012-05-05 22:23:26 +00:00
wiz
442e43bf21 Initial import of py-anki-1.2.9:
Anki is a program which makes remembering things easy. Because it is a lot
more efficient than traditional study methods, you can either greatly
decrease your time spent studying, or greatly increase the amount you learn.

Anyone who needs to remember things in their daily life can benefit from
Anki. Since it is content-agnostic and supports images, audio, videos and
scientific markup (via LaTeX), the possibilities are endless.
2012-05-05 22:22:51 +00:00
wiz
bd70daa7fd Initial import of libanki-1.2.9.
Anki is a program which makes remembering things easy. Because it is a lot
more efficient than traditional study methods, you can either greatly
decrease your time spent studying, or greatly increase the amount you learn.

Anyone who needs to remember things in their daily life can benefit from
Anki. Since it is content-agnostic and supports images, audio, videos and
scientific markup (via LaTeX), the possibilities are endless.

This package contains the libraries for anki.
2012-05-05 22:22:15 +00:00
joerg
4ee963698e Fix various C++ issues. 2012-05-04 16:27:59 +00:00
obache
6e54f6ba47 Drop dependency on libXp (from Imake)
* libXp was used by Xaw8, but it had been obsolated, and in pkgsrc,
  x11/libXaw/buildlink3.mk had been switched to pick up Xaw7 by default.
* With x11/xorg-cf-files, libXp was offered with XawClientLibs,
  but updated to 1.0.4, it was removed.
* And pkgsrc had been switched to use always xorg-cf-files and imake from pkgsrc,
  so all platforms should not require libXp from libXaw with Imake.

Bump PKGREVISION.
2012-05-03 09:55:29 +00:00
wiz
13b7cf58f3 Remove reference to obsolete pcre function. Bump PKGREVISION. 2012-05-03 07:34:33 +00:00
wiz
4a1e341c28 Fix pcre UTF-8 detection, unbreaking build. 2012-05-03 06:01:35 +00:00
dholland
ce7871c5e9 Bump PKGREVISION for previous. 2012-04-30 04:02:34 +00:00
dholland
63c66fd040 DESTDIR support. Fix problems building the database. 2012-04-30 04:01:08 +00:00
taca
57b2302ba6 Update ruby-sprockets package to 2.4.1.
pkgsrc change: fix HOMEPAGE.


**2.4.1** (April 26, 2012)

* Fixed MultiJson API change
* Fixed gzip mtime

**2.4.0** (March 27, 2012)

* Added global path registry
* Added global processor registry

**2.3.2** (March 26, 2012)

* Fix Context#logical_path with dots
2012-04-29 14:08:39 +00:00
taca
168b5ec86b Update ruby-bundler to 1.1.3.
## 1.1.3 (March 23, 2012)

Bugfixes:

  - escape the bundler root path (@tenderlove, #1789)
2012-04-29 14:07:13 +00:00
dholland
0e62f10048 Add BUILDLINK_DEPMETHOD.qt3-tools=full, revealed by Joerg's test build.
PKGREVISION -> 16.
2012-04-29 04:05:55 +00:00
taca
7d8155830f Update rubygems package to 1.8.24.
=== 1.8.24 / 2012-04-27

* 1 bug fix:

  * Install the .pem files properly. Fixes #320
  * Remove OpenSSL dependency from the http code path
2012-04-28 13:52:45 +00:00
obache
a6d5ad9edc Recursive bump from icu shlib major bumped to 49. 2012-04-27 12:31:32 +00:00
hans
7d3cc2fa02 Fix build on SunOS. 2012-04-26 13:22:42 +00:00
ryoon
b2b8beb2a3 Update to 3.5.2
Changelog:
* Bugfixes.
* Help file improved.
2012-04-25 17:53:42 +00:00
gls
8a3cceaf07 Update to 0.8.48.
pkgsrc changes:
---------------
Add a patch from Neil Booth to fix PLIST.
Should fix part of pkg/46331.

Upstream changes:
-----------------
Way too long CHANGELOG to list here.
Highlights from upstream are:

E-book viewer: A whole new full screen mode. [0.8.44]
-----------------------------------------------------
Closes tickets: 959830 [External link]

The new mode has no toolbars to distract from the text and the ability to set
the width of the column of text via Preferences in the ebook viewer. Click the
Fullscreen button on the toolbar in the viewer to enter fullscreen mode (or
press the F11 or Ctrl+Shit+F keys)

Support for reading Amazon's new KF8 format [0.8.42]
----------------------------------------------------
calibre can now both view and convert MOBI files that contain Amazon's new KF8
(Kindle Fire) format

Complete changelog is here: http://calibre-ebook.com/whats-new
`
2012-04-22 19:33:01 +00:00
taca
360edcdfb3 Update rubygems package to 1.8.23.
=== 1.8.23 / 2012-04-19

This release increases the security used when RubyGems is talking to
an https server. If you use a custom RubyGems server over SSL, this
release will cause RubyGems to no longer connect unless your SSL cert
is globally valid.

You can configure SSL certificate usage in RubyGems through the
:ssl_ca_cert and :ssl_verify_mode options in ~/.gemrc and /etc/gemrc.
The recommended way is to set :ssl_ca_cert to the CA certificate for
your server or a certificate bundle containing your CA certification.

You may also set :ssl_verify_mode to 0 to completely disable SSL
certificate checks, but this is not recommended.


* 2 security fixes:
  * Disallow redirects from https to http
  * Turn on verification of server SSL certs

* 1 minor feature:
  * Add --clear-sources to fetch

* 2 bug fixes:
  * Use File.identical? to check if two files are the same.
  * Fixed init_with warning when using psych

=== 1.8.22 / 2012-04-13

* 4 bug fixes:

  * Workaround for psych/syck YAML date parsing issue
  * Don't trust the encoding of ARGV. Fixes #307
  * Quiet default warnings about missing spec variables
  * Read a binary file properly (windows fix)

=== 1.8.21 / 2012-03-22

* 2 bug fixes:

  * Add workaround for buggy yaml output from 1.9.2
  * Force 1.9.1 to remove it's prelude code. Fixes #305

=== 1.8.20 / 2012-03-21

* 4 bug fixes:

  * Add --force to `gem build` to skip validation. Fixes #297
  * Gracefully deal with YAML::PrivateType objects in Marshal'd gemspecs
  * Treat the source as a proper url base. Fixes #304
  * Warn when updating the specs cache fails. Fixes #300

=== 1.8.19 / 2012-03-14

* 3 bug fixes:

  * Handle loading psych vs syck properly. Fixes #298
  * Make sure Date objects don't leak in via Marshal
  * Perform Date => Time coercion on yaml loading. Fixes #266

=== 1.8.18 / 2012-03-11

* 4 bug fixes:

  * Use Psych API to emit more compatible YAML
  * Download and write inside `gem fetch` directly. Fixes #289
  * Honor sysconfdir on 1.8. Fixes #291
  * Search everywhere for a spec for `gem spec`. Fixes #288
  * Fix Gem.all_load_path. Fixes #171
2012-04-22 08:11:54 +00:00
mef
68ff8b47c7 PR pkg/46363
(misc/urjtag gettext-lib support)

This commit apparently fixes the PLIST problem on Linux.
Linux seems always gettext-lib available, while in
NetBSD (other *BSD ?) has it conditionally.
(As a side fix, add msgfmt to USE_TOOLS, thanks obache)

This commit adds gettext-lib support unconditionally.
Resulting some *.mo files are added to PLIST.
2012-04-22 01:17:58 +00:00
obache
4233570bbd Set suitable one for MASTER_SITES/HOMEPAGE/LICENSE. 2012-04-22 00:19:54 +00:00
markd
89dd673061 explicitly set EXTRACT_SUFX as KDE default has changed so no longer matches 2012-04-16 12:23:56 +00:00
markd
cbc4db0822 Update KDE SC to 4.8.2
bugfixes.
2012-04-15 05:54:50 +00:00
markd
9755a7d1cb Be explicit in not doing ibus in case cmake happens to find the package. 2012-04-15 03:51:41 +00:00
drochner
24e0be7df5 update to 0.11.2
changes:
-more i18n
-UI improvements
-bugfixes
2012-04-11 12:10:01 +00:00
mef
05d0aa91b4 PR pkg/46320
Add USB cable (with FTDI USB chip) support by
just including libftdi/buildlink3.mk. Now the number of
cables supported increased from 16 to 27.
(and Bump revision)
2012-04-10 15:24:59 +00:00
gson
f2fd600e04 Update misc/py-anita to 1.27. Changes from 1.26:
Run shell commands on the target system using /bin/sh rather
than root's login shell, as sysinst no longer sets the login
shell to /bin/sh by default.
2012-04-10 13:23:58 +00:00
wiz
c595076396 All supported python versions in pkgsrc support eggs, so remove
${PLIST.eggfile} from PLISTs and support code from lang/python.
2012-04-08 20:21:41 +00:00
wiz
aada88e659 Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
2012-04-08 19:08:44 +00:00
gson
c0d096f2dd Updated misc/py-anita to 1.26. Changes since 1.25:
Track the sysinst changes of 2012-04-06 introducing the new
post-install configuration menu.

Print a message before creating the disk image, as it can take
a long time and make it appear that anita has hung.
2012-04-08 18:23:15 +00:00
dholland
b3611430ca Mark BROKEN; is not buildable and is dead upstream. Will be removed in
due course.
2012-04-07 17:35:09 +00:00
marino
011e54391a misc/kdeutils3: Fix PR#46302 (DragonFly)
The problem with this package is that the configure step is insufficient
at determining if the math long double functions are supported.  It tests
for a couple of functions and assumes that if those test pass, then all
"L" functions are supported.

When DragonFly recently upgraded its math library by adding support for a
number of long double functions, this package started failing.  Support for
expl, logl, log10l, sinhl, tanhl, acoshl, asinhl, atanhl, and coshl are
still missing on *all* BSDs.

The fix for the package is to override the configure script by falsely
stating that long double is not supported.  Only kcalc uses long double so
this misconfiguration only has the effect to cause kcalc to use the
standard double math functions.  FreeBSD almost definitely needs the same
Makefile fix.

No revbump is needed because pre-libm improved DragonFly releases are
configured the same way.
2012-04-06 12:55:23 +00:00
markd
82a9ac7401 Fix build with kde4 option 2012-03-29 08:44:41 +00:00
wiz
f9e81bd4a6 Sort. 2012-03-29 07:34:56 +00:00
markd
9726d08cb4 MAKE_JOBS_SAFE=NO 2012-03-24 05:34:45 +00:00
ryoon
94ec3601b1 Bump PKGREVISION.
devel/nss is needed to buildlink.
Reported from tsustui@.
2012-03-22 21:36:08 +00:00
obache
fc4de25d40 Bump PKGREVISION refrecting the default Ruby's version change. 2012-03-22 15:33:43 +00:00
taca
de0ab2936c Bump PKGREVISION reflecting the default Ruby's version change. 2012-03-22 14:25:25 +00:00
markd
8370d251b5 Add libkgeomap libkvkontakte 2012-03-21 20:50:16 +00:00
markd
11f9cd103c Import libkvkontakte 2.5.0
KDE library for asynchronous interaction with vkontakte.rusocial network
2012-03-21 20:48:01 +00:00
markd
87247ebfbf Import libkgeomap 2.5.0
Libkgeomap is a wrapper around world map components as Marble, OpenstreetMap
and GoogleMap, for browsing and arranging photos on a map

This library is used by kipi-plugins, digiKam and other kipi host programs.
2012-03-21 20:43:12 +00:00
taca
1721b3c5c2 Update ruby-bundler package to 1.1.2.
## 1.1.2 (March 20, 2012)

Bugfixes:

  - Fix --deployment for multiple PATH sections of the same source (#1782)
2012-03-21 15:44:25 +00:00
taca
3cc04232d2 Update ruby-launchy to 2.1.0.
= Launchy Changlog
== Version 2.1.0 - 2012-03-18

* Fix raising exception when no browser program found
  (copiousfreetime/launchy#42)
* Add LAUNCHY_DRY_RUN environment variable (thanks Mariusz Pietrzyk / wijet)
* Update dependencies
2012-03-20 13:10:54 +00:00
markd
ef4fb5409d Update to 2.3.5
2.3.5 is available.
Features
* Added Amazon.com data sources for China, Spain, and Italy.
* Added filter rules for dates before and after.
* Updated GCstar exporter to include images.
* Updated Discogs fetcher to use API v2.
* Updated Wine.com fetcher to use API v2.
* Updated fetcher for Allocine.fr.
Bug Fixes
* Fixed bug that always showed checkmark for boolean field values
* Fixed importing of multi-line notes from Alexandria
* Fixed bug with merging entries
* Fixed bug with Cancel not working in the Entry Merge dialog.
* Fixed broken script for searching Dark Horse Comics.
* Fixed a crashing bug when using the scanner dialog.
* Improved support for importing movies and music from Delicious Library.

2.3.4 is available.
Features
* Added data sources for Google Book Search and MovieMeter.nl.
* Added capability for searching French, Spanish, and German data from
  TheMovieDB.org.
* Added importer for Goodreads collection.
* Added icon cache for improved performance with large images
* Added UI controls for changing icon size
* Added shortcut keys for showing full-screen and hiding menubar
Bug Fixes
* Fixed bug with image link in Tri-Column report template
* Fixed crashing bug with CSV importer and changing delimiters
* Fixed bug in year from Douban.com data source
* Fixed TMDB search for multiple person results
* Updated filter rules to match against values without diacritics for
  "Contains" criteria
* Fixed showing a doubled filter count
* Fixed bug when editing month in the date widget in KDE 4.7

2.3.3 is available.
Features
* Added data sources for Filmaster and Douban.
* Added capability for importing ADS format from z39.50 sources.
* Added check for duplicate Bibtex keys
* Added manga search for AnimeNfo.com.
* Improved performance for loading and sorting large collections.
Bug Fixes
* Fixed parsing bug for some IMDb results
* Fixed parsing bug for empty table values
* Fixed parsing bug with AnimeNfo.com results.
* Fixed bug when editing existing filters
* Fixed crashing bug for editing some values
* Fixed bug with loans not being updated for removed entries
* Fixed build for Linux kernel 2.6.38+ when using newer libv4l library.
* Fixed build with GCC 4.6.
2012-03-20 11:53:23 +00:00
markd
ba2fb5f0ab remove kdeedu4
add libkdeedu marble kalzium kbruch kgeography kig kiten klettres kstars
ktouch kturtle kwordquiz parley rocs step
2012-03-20 09:01:25 +00:00
markd
22079d1a96 Update to KDE SC 4.8.0.
remove kdeedu4
2012-03-20 08:56:16 +00:00
markd
3c3677c544 Add libkdeedu. part of KDE SC 4.8.0
Common library for KDE educational apps
2012-03-20 08:55:12 +00:00
markd
ec6bd2dee2 Add marble. Part of KDE SC 4.8.0
KDE desktop globe
2012-03-20 08:53:09 +00:00
markd
46c6b11a32 Add kalzium. Part of KDE SC 4.8.0
periodic table of elements
2012-03-20 08:51:13 +00:00
markd
0b59b3f841 Add kbruch. Part of KDE SC 4.8.0
KDE exercise fractions
2012-03-20 08:46:27 +00:00
markd
997b9d1213 Add kgeography. Part of KDE SC 4.8.0
KDE geography trainer
2012-03-20 08:40:13 +00:00
markd
e9e344d8ff Add kig. Part of KDE SC 4.8.0
KDE interactive geometry
2012-03-20 08:38:38 +00:00
markd
a4cab24a56 Add kiten. Part of KDE SC 4.8.0
KDE Japanese reference/learning tool
2012-03-20 08:37:24 +00:00
markd
28d5223ad1 Add klettres. part of KDE SC 4.8.0
KDE app to help learn the alphabet and read some syllables in languages
2012-03-20 08:36:30 +00:00
markd
91d070d799 Add kstars. Part of KDE SC 4.8.0
KDE desktop planetarium
2012-03-20 08:35:30 +00:00
markd
19fd39ad29 Add ktouch. Part of KDE SC 4.8.0
KDE touch typing tutor
2012-03-20 08:34:41 +00:00
markd
0c669eb831 Add kturtle. Part of KDE SC 4.8.0
KDE educational programming environment
2012-03-20 08:33:33 +00:00
markd
677202aeae Add kwordquiz. Part of KDE SC 4.8.0
KDE flash card trainer
2012-03-20 08:32:16 +00:00
markd
1a1f5df218 Add parley. Part of KDE SC 4.8.0
KDE vocabulary trainer
2012-03-20 08:31:05 +00:00
markd
b1e06a7c65 Add rocs. Part of KDE SC 4.8.0
KDE graph theory IDE
2012-03-20 08:29:32 +00:00
markd
f371a7d93b Add step. Part of KDE SC 4.8.0 2012-03-20 08:27:54 +00:00
markd
e3184bd252 add kaccessible, kmag, kmouth, kmousetool
remove kdeaccessibilty4
2012-03-20 06:55:57 +00:00
markd
530dd6a82a Update to KDE SC 4.8.0
remove kdeaccessibility4
add kaccessible, kmag, kmouth, kmousetool
2012-03-20 06:53:23 +00:00
markd
dc2773ec4a add kcharselect, kremotecontrol, superkaramba, sweeper
remove kdeutils4
2012-03-20 06:39:17 +00:00
markd
9abd88afce Update to KDE SC 4.8.0
remove kdeutils4
add kcharselect, kremotecontrol, superkaramba, sweeper
2012-03-20 06:35:25 +00:00
markd
00c20826e8 Add kde-wallpapers4 2012-03-20 00:29:27 +00:00
markd
e81a81b3ca Import kde-wallpapers4, part of KDE SC 4.8.0 2012-03-20 00:28:08 +00:00
markd
89ca5c327a Update to 4.4.11.1 (to use with KDE SC 4.8.0) 2012-03-19 21:01:28 +00:00
markd
fd37fd4f3d Update to KDE SC 4.8.0 2012-03-19 20:50:24 +00:00
markd
7f47301909 Update to KDE SC 4.8.0 2012-03-19 11:46:44 +00:00
taca
e725ecd3e6 Update ruby-sprockets to 2.3.1.
**2.3.1** (February 11, 2012)

* Added bytesize to manifest
* Added Asset#bytesize alias
* Security: Check path for forbidden access after unescaping

**2.3.0** (January 16, 2012)

* Added special Sass importer that automatically tracks any `@import`ed files.

**2.2.0** (January 10, 2012)

* Added `sprockets` command line utility.
* Added rake/sprocketstask.
* Added json manifest log of compiled assets.
* Added `stub` directive that allows you to exclude files from the bundle.
* Added per environment external encoding
  (Environment#default_external_encoding). Defaults to UTF-8. Fixes issues
  where LANG is not set correctly and Rubys default external is set to ASCII.

**2.1.2** (November 20, 2011)

* Disabled If-Modified-Since server checks. Fixes some browser caching issues
  when serving the asset body only. If-None-Match caching is sufficent.

**2.1.1** (November 18, 2011)

* Fix windows absolute path check bug.

**2.1.0** (November 11, 2011)

* Directive comment lines are now turned into empty lines instead of
  removed. This way line numbers in
  CoffeeScript syntax errors are correct.
* Performance and caching bug fixes.
2012-03-18 09:15:36 +00:00
taca
b7428580b8 Update ruby-sprockets to 2.3.1.
Exact changes are unknown.
2012-03-17 16:42:41 +00:00
taca
7d1285e280 Add and enable ruby-sprockets20 and ruby-sprockets21. 2012-03-17 16:30:47 +00:00
taca
4d7cba5688 Importing ruby-sprockets version 2.1.2 as misc/ruby-sprockets21.
This isn't latest version  but this is compatible with Ruby on Rails 3.2.
Changes from 2.0.3 is unknown.
2012-03-17 16:29:43 +00:00
taca
4faa814f09 Importing current ruby-sprockets version 2.0.3nb1 as misc/ruby-sprockets20.
This isn't latest version  but this is compatible with Ruby on Rails 3.1.
2012-03-17 16:27:40 +00:00
taca
e3324c579f Update ruby-daemons to 1.1.8.
= Daemons Release History

== Release 1.1.8: February 7, 2012

* rename to daemonization.rb to daemonize.rb (and Daemonization to Daemonize) to
  ensure compatibility.

== Release 1.1.7: February 6, 2012

* start_proc: Write out the PID file in the newly created proc to avoid race conditions.
* daemonize.rb: remove to simplify licensing (replaced by daemonization.rb).

== Release 1.1.6: January 18, 2012

* Add the :app_name option for the "call" daemonization mode.

== Release 1.1.5: December 19, 2011

* Catch the case where the pidfile is empty but not deleted
  and restart the app (thanks to Rich Healey)
2012-03-17 16:18:12 +00:00
taca
9c44a705b9 Update ruby-commander to 4.1.2.
=== 4.1.2 / 2012-02-17

* Improvement to `ask_editor` to be more portable across *nix
  variants. (thanks to Federico Galassi)

=== 4.1.1 / 2012-02-16

* Update `ask_editor` to work with any *nix editor - emacs, vim, etc. (thanks
  to Federico Galassi)

=== 4.1.0 / 2012-02-12

* Update highline dependency.
* Make optional arguments true when present (issue #2).

=== 4.0.7 / 2012-01-23

* Improved support for JRuby and Windows (and any other platforms that don't support Kernel.fork).
* Fixed bug #33 - support `--help` after commands.
* Reorganized help output to display synopsis before description (issue #12).
2012-03-17 16:17:22 +00:00
taca
2b897bee13 Update ruby-columnize to 0.3.6.
0.3.6 Dec 17, 2011
- rename version.rb columnize/version.rb so as not to conflict with
  another package called version
- Administrivia - shorten gemcutter description
2012-03-17 16:16:32 +00:00
taca
159d9eb2c4 Update ruby-bundler to 1.1.1.
Changes are too many to write here, please refer CHANGELOG.md.
2012-03-17 16:13:32 +00:00
plunky
9fb999b8da fix build for proj-4.8.0 2012-03-15 22:46:01 +00:00
ryoon
df9bb6475d Update to 3.5.1
Changelog:
* Many bugfixes
* Many improvements
* Less Java dependency

In detail see:
http://wiki.documentfoundation.org/Releases/3.5.1/RC1
http://wiki.documentfoundation.org/Releases/3.5.1/RC2
2012-03-15 21:57:34 +00:00
obache
2cd654bab6 Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
plunky
fad5eb2b91 2012-03-11 : zyGrib Version 5.1.3
New translation: Brazilian Portuguese (muito obrigado Leomar Nunes de Souza).
    New option : thinner wind arrows without point, for those who prefer (menu Data->Options), from an idea of zebul666.
    Blue color for current arrows to limit confusion with wind arrows.
2012-03-14 14:49:06 +00:00
gson
9bbe5b09f0 Update misc/py-anita to 1.25. Changes from 1.24:
Before running a shell command on the system under test, change the
shell prompt to a more distinctive one to reduce the risk of command
output being mistaken for a prompt.

Support installing SPARC ISOs having a non-numeric suffix following
the version number, such as NetBSD-6.0_BETA-sparc.iso.

Added experimental support for using Xen instead of qemu as the
virtual machine monitor.  This is enabled by specifying "--vmm xen" on
the anita command line while running as root in a Xen dom0.

New command line option "--persist".
2012-03-13 09:21:33 +00:00
taca
efcb3db944 Reset MAINTAINER since jmcneill@ resinged. 2012-03-13 03:13:48 +00:00
fhajny
8d1a7d7ae9 Remove stale C++ conditionals to fix build on SunOS/GCC.
Add LICENSE information.
2012-03-12 13:29:20 +00:00
markd
890619d84a Update to 2.4.9
2.4.9
=====
 *) Fixed help window (corrects problem related to tooltip api changes)
 *) Fixed regex reference guide (missing exit icon)

2.4.8
=====
 *) Uses the new logo/icons contributed by Konstantin Ryabitsev
 *) Fixed reportBug bug-- dialog would not load due to attribute error

2.4.7
=====
 *) packaging now contains python2.3 and python2.4 specific rpms (rather
    than just an "rpm")
 *) Windows binary is now complied against python2.4 rather than 2.3

Earlier changes unknown.
2012-03-10 21:53:47 +00:00
obache
214f3a9a55 bump PKGREVISION from python default change to 2.7. 2012-03-10 10:56:12 +00:00
wiz
8b5589a2ea Bump PKGREVISION for python default version change to 2.7.
py-* not affected, since it built different versions depending on the
setting already.
2012-03-09 12:33:57 +00:00
plunky
738e96cd8d update to zyGrib 5.1.2
2012-02-26 : zyGrib Version 5.1.2

    Display data of GulfStream (RTOFS model, available from saildocs.com).
    Bug fixed: MAC version : jpeg images recording was broken.
    Dutch translation updated (thanksReinout de Groen).
    Some little bugs fixed, but it remains...

2011-12-22 : zyGrib Version 5.1.1

    Curve drawer from Polaris, the return.
    Bug fixed : random loss of characters in proxy parameters, sometimes.

2011-12-18 : zyGrib Version 5.1.0

    Optional download of files in strict HTTP mode.
    Only for zygrib's forum users (free).
    Limits :
    30 files max each 24h.
    250 MO max each 24h.
    At least 1 connection to zyGrib forum each 4 months.
    New altitude level : 925hPa (# 760m).
    Display sea currents, but zyGrib does not provide these data (thanks to Alain Coat from Actimar).
    Sample currents and weather forecast file (West of France) from Actimar wrf1.grb
    Arabic translation (thanks to Andreas Degwerth from Cassidian).
    Security: encrypted passwords in configuration file.
    Perhaps you have to reconfigure the proxy parameters.
    Bug fixed : date cursor was sometime misplaced in 'local hour' mode.
    Bug fixed : better bounding box for the selection of very small areas.'.
    Bug fixed : crash with grib file with only waves.
2012-03-09 10:22:33 +00:00
shattered
e558556d3e PR/40020 -- provide laptop_portable::has_software_suspend(). This stops
the crash in kcontrol and allows battery monitor to work.
2012-03-08 09:07:28 +00:00
he
bcc6b63812 Remove patch-bo, which is indirectly responsible for placing
-R/usr/X11R7/lib early into the link line in extensions/source/plugin/unx/,
creating another instance of "the pixman problem" when trying to build
this package on NetBSD 5.1.  It appears that some other part of the
makefile setup for OpenOffice3 is now responsible for inserting the
appropriate -Wl,-R/usr/X11R7/lib into the linker line.
The resulting package has been verify to build and start up, and
fixes PR#46131.  Bump pkgrevision.
2012-03-07 15:07:23 +00:00
wiz
e0ec9c2e47 Update to 1.1.20120215:
2012/02/15
	+ modify menubox.c to use the same improvement as in checklist.c
	+ improve auto width computation for checklist widget by using
	  dlg_calc_list_width as in the non-auto case (Edho Arief).
	+ eliminate some bashisms in the sample scripts (Pedro Giffuni).
	+ makefile fixes from FreeBSD ports (Li-Wen Hsu):
	  + make --with-package option of configure script work.
	  + get LIBTOOL_VERSION from configure script, needed by
	    ${LIBTOOL_VERSION} in LIBTOOL_CREATE (LIB_CREATE in configure and
	    aclocal.m4)
	+ update cs.po and sr.po from
		http://translationproject.org/latest/dialog/
	+ updated configure script macros, improving CF_XOPEN_SOURCE among
	  other fixes.
2012-03-07 14:45:55 +00:00
ryoon
45f8f27196 Recursive PKGREVISION bump for xulrunner, nss, and nspr. 2012-03-06 17:38:53 +00:00
obache
8fe388c7b4 Remove RCS tags from patches. 2012-03-05 12:15:59 +00:00
hans
5fdc73348c Fix patch sums. 2012-03-05 08:43:37 +00:00
wiz
e0808f0de0 More pcre PKGREVISION bumps. 2012-03-03 12:54:15 +00:00
wiz
ee311e3b36 Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
hans
84e9420785 Uses cdefs. 2012-03-02 16:21:32 +00:00
taca
8f6f8eef0d Tweak dependency to ruby-rack.
Bump PKGREVISION.
2012-03-02 03:01:28 +00:00
hans
0deed3b3c8 Fix build on SunOS.
- no more __P, just use ansi prototypes
- use sigprocmask instead of sigsetmask
- use dirent.h instead of sys/dir.h
2012-03-01 22:00:44 +00:00
hans
4d36387d6e Fix patch sum. 2012-03-01 17:22:38 +00:00
hans
d1e2108bc0 Fix build on SunOS.
- uses fts functions
- define u_quad_t and S_ISTXT
- no st_flags in struct stat
2012-03-01 16:25:16 +00:00
taca
c4075e91f8 Add and enable ruby-ansi. 2012-03-01 15:11:48 +00:00
taca
537b2e71c5 Importing ruby-ansi package version 1.4.2.
The ANSI project is a collection of ANSI escape code related libraries
enabling ANSI code based colorization and stylization of output.
It is very nice for beautifying shell output.
2012-03-01 15:10:40 +00:00
wiz
2be604c96e Update to 0.3.3:
New sabredav/owncloud support, thanks Davide Gerhard.

    Fixes a bug where properties with no type parameters were not printed.

    This release also fixes a small database bug.

    The config file has a new entry (davserver) which you can set to either davical or sabredav (depending on your CardDAV server).

    Future: The source code has been cleaned up quite a bit (nearly every line of code has been touched) and some features have been added. Write support is nearly finished in the backend (but will probably not be included in the next release yet), but the frontend is still really buggy and a pain to use. If you want to have a look, check the repository out at github and check the branch write_support (but it might me broken).
2012-03-01 12:30:11 +00:00
hans
718bbf4bcf Recursive bump from devel/boost-libs update. 2012-02-29 16:32:19 +00:00
taca
3cbf3fe9eb Update rubygems package to 1.8.17.
=== 1.8.17 / 2012-02-17

* 2 minor enhancements:

  * Add MacRuby to the list of special cases for platforms (ferrous26)
  * Add a default for where to install rubygems itself

* 3 bug fixes:

  * Fixed gem loading issue caused by dependencies not resolving.
  * Fixed umask error when stdlib is required and unresolved dependencies exist.
  * Shebang munging would only take one arg after the cmd
  * Define SUCKAGE better, ie only MRI 1.9.2
  * Propagate env-shebang to the pristine command if set for install.


=== 1.8.16 / 2012-02-12

* 3 bug fixes:

  * Fix gem specification loading when encoding is not UTF-8. #146
  * Allow group writable if umask allows it already.
  * Uniquify the spec list based on directory order priority
2012-02-19 16:32:43 +00:00
hans
c1dcd36aef Uses a BSD makefile. 2012-02-17 14:02:14 +00:00
gls
b8e93811d8 Update misc/calibre to 0.8.39
Upstream changes:

0.8.39
------

New Features

- Auto-adding: Add an option to check for duplicates when auto adding.
- Content server: Export a second record via mDNS that points to the
full OPDS feed in addition to the one pointing to the Stanza feed.
The new record is of type _calibre._tcp.
- Allow specifying a set of categories that are not partitioned even
if they contain a large number of items in the Tag Browser. Preference
is available under Look & Feel->Tag Browser
- Allow setting a URL prefix for the content server that run embedded in the
calibre GUI as well.
- Allow output of identifiers data in CSV/XML/BiBTeX catalogs
- Driver for Motorola Droid XT910, Nokia E71 and HTC EVO 3D.
- Cut down the time taken to launch worker processes by 40%
- You can now configure the calibre settings for the currently connected
device by right clicking on the device icon in the toolbar, instead of
having to go through Preferences->Plugins

Bug Fixes

- Auto-adding: Do not add incomplete files when files are downloaded
directly into the auto add folder.
- When running multiple delete from device jobs, fix the device view
sometimes marking the wrong books as being deleted, after the first delete
job completes.
- MOBI Input: Handle files that have spurious closing </body> and/or </html>i
tags in their markup.
- RTF Input: Strip out false color specifications, as they cause artifacts
when converted to MOBI

New news sources

- Vancouver Province and Windsor Star by Nick Redding
- Onda Rock by faber1971
- Il Manifesto by Giacomo Lacava

Improved news sources

- Updated Postmedia publications
- Foreign Affairs
- Read It Later
- Microwave Journal
- taggeschau.de

0.8.38
------

New Features

- Implement the ability to automatically add books to calibre from a
specified folder.
- calibre can now watch a folder on your computer and instantly add any
files you put there to the calibre library as new books. You can tell
calibre which folder to watch via Preferences->Adding Books->Automatic Adding.
- Conversion: When automatically inserting page breaks, do not put a page
break before a <h1> or <h2> tag if it is immediately preceded by another
<h1> or <h2> tag.
- Driver for EZReader T730 and Point-of-View PlayTab Pro

Bug Fixes

- Fix device entry not visible in menubar even when it has been added\
via Preferences->Toolbars.
- Fix metadata plugboards not applied when auto sending news by email
- Fix regression in 0.8.34 that broke recipes that used skip_ad_pages()
but not get_browser().
- Restore device support on FreeBSD, by using HAL
- Get books: Show no more than 10 results from the Gandalf store
- Content server: Fix metadata not being updated when sending for some
MOBI files.
- Heuristic processing: Fix the italicize common patterns algorithm
breaking on some HTML markup.
- When trying to find an ebook inside a zip file, do not fail if the zip
file itself contains other zip files.
- EPUB Input: Handle EPUBs with duplicate entries in the manifest.
- MOBI Input: Handle files that have extra </html> tags sprinkled through
out their markup.

New news sources

- Strange Horizons by Jim DeVona
- Telegraph India and Live Mint by Krittika Goyal
- High Country News by Armin Geller
- Countryfile by Dave Asbury
- Liberation (subscription version) by Remi Vanicat
- Various Italian news sources by faber1971

Improved news sources

- Metro Nieuws NL
- FHM UK

0.8.37
------

New Features

- Allow calibre to be run simultaneously in two different user accounts on
windows.
- Driver for Motorola Photon and Point of View PlayTab
- Add a checkbox to preferences->plugins to show only user installed plugins
- Add a restart calibre button to the warning dialog that pops up after
changing some preference that requires a restart

Bug Fixes

- Fix regression in 0.8.36 that caused the remove format from book
function to only delete the entry from the database and not delete the
actual file from the disk
- Fix regression in 0.8.36 that caused the calibredb command to not
properly refresh the format information in the GUI
- E-book viewer: Preserve the current position more accurately when
changing font size/other preferences.
- Conversion pipeline: Fix items in the <guide> that refer to files with
URL unsafe filenames being ignored.
- Fix calibre not running on linux systems that set LANG to an empty string
- On first run of calibre, ensure the columns are sized appropriately
- MOBI Output: Do not collapse whitespace when setting the comments metadata
in newly created MOBI files
- HTML Input: Fix handling of files with ä characters in their filenames.
- Fix the sort on startup tweak ignoring more than three levels
- Edit metadata dialog: Fix a bug that broke adding of a file to the book
that calibre did not previously know about in the books directory while
simultaneously changing the author or title of the book.

New news sources

- Mumbai Mirror by Krittika Goyal
- Real Clear by TMcN
- Gazeta Wyborcza by ravcio
- The Daily News Egypt and al masry al youm by Omm Mishmishah
- Klip.me by Ken Sun

Improved news sources

- People's Daily
- Plus Info
- grantland.com
- Eret es irodalom
- Sueddeutsche.de
2012-02-16 21:29:35 +00:00
hans
c0b436a76f Fix build on SunOS. 2012-02-16 19:25:11 +00:00
hans
338cd9beb0 Remove check for fopencookie/funopen. They are not required to build
this package.
2012-02-16 19:15:12 +00:00
hans
e8c9386ce6 Make sure the correct install tool is used. 2012-02-16 19:06:52 +00:00
jmmv
650c74580e Update to window-20120215:
This is the last release extracted from the NetBSD src tree.  The code is
now being moved to othersrc, from which further releases could be generated.

As far as I can tell, this new snapshot of the code only includes a bunch
of code cleanups and no functional changes.
2012-02-16 04:38:45 +00:00
ryoon
33995d220a Update to 3.5.0
* Many new features, http://www.libreoffice.org/download/3-5-new-features-and-fixes/
2012-02-15 12:59:37 +00:00
wiz
59dff9e964 hunspell shlib name change -> recursive bump 2012-02-13 14:46:11 +00:00
drochner
e02f76fd26 +yelp3
CVCVSS: ----------------------------------------------------------------------
2012-02-13 12:42:41 +00:00
drochner
4ec71cd01f add yelp-3.2.1, the gnome3 version of the gnome help browser, from
Patrick Welche per PR pkg/45951
2012-02-13 12:40:00 +00:00
wiz
ca6ca3d74f Set FETCH_USING curl as workaround for https master site. 2012-02-12 13:28:03 +00:00
drochner
956bc73b18 kill G_DISABLE_DEPRECATED to fix build with recent glib2 2012-02-10 16:05:29 +00:00
sbd
cea7c87537 Add SET_LIBDIR=yes 2012-02-09 21:44:27 +00:00
wiz
5a1e8b0499 Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:40:37 +00:00
taca
ad2ff4dd14 Update rubygems package to 1.8.15.
=== 1.8.15 / 2012-01-06

* 1 bug fix:

  * Don't eager load yaml, it creates a bad loop. Fixes #256

=== 1.8.14 / 2012-01-05

* 2 bug fixes:

  * Ignore old/bad cache data in Version
  * Make sure our YAML workarounds are loaded properly. Fixes #250.

=== 1.8.13 / 2011-12-21

* 1 bug fix:

  * Check loaded_specs properly when trying to satisfy a dep

* 2 minor enhancements:

  * Remove using #loaded_path? for performance
  * Remove Zlib workaround for Windows build.
2012-01-31 14:55:19 +00:00
obache
cb970c62b7 Update orca to 2.32.1.
Based on PR#45807 by Patrick Welche, and clean up dependency.

improve application supports, bug fixes, and translation updates.
2012-01-31 12:05:04 +00:00
obache
977a0e5c05 + colorblind 2012-01-31 11:10:56 +00:00
obache
311bb27ceb Import colorblind-0.0.1 as misc/colorblind.
This library provides an unified way to recalculate colors in order to present
alternative views on images for colorblind people.
2012-01-31 11:08:58 +00:00
christos
314940749d PR/45885: Matthias Rampke: [patch] misc/tmux: update to version 1.6 2012-01-28 23:04:53 +00:00
wiz
de14785d30 Recursive bump for removal of jpeg/tiff/png buildlink3.mk files
from SDL_image. If one of these packages needs them, it should
include them itself.
2012-01-28 11:00:51 +00:00
obache
5de8a2d352 * no need to buildlink with py-pexpect, simple DEPENDS is sufficient.
* sort Make blocks
* any of compiler languages are not required to build.
* distutils pkg, switch to use distutils.mk.

Bump PKGREVISION.
2012-01-28 08:43:05 +00:00
ryoon
50aa8d6cf0 Update to 3.4.5
Changelog:
Many bugfixes.
See: http://wiki.documentfoundation.org/Releases/3.4.5_info_about_fixes
2012-01-26 15:33:01 +00:00
sbd
0baf031533 Recursive dependency bump for databases/gdbm ABI_DEPENDS change. 2012-01-24 09:10:50 +00:00
joerg
243fb8d8bd Newer Qt requires a few more explicit GL/glu.h includes. 2012-01-23 20:51:09 +00:00
gls
a62d0b7053 Updated misc/calibre to 0.8.36
pkgsrc changes:
- upstream archive to .tar.xz, modify Makefile accordingly.
- Rely on pkgsrc libraries when possible (py-html5lib and py-chardet).

Upstream changes:
- version: 0.8.36 date: 2011-01-20

  new features: - title: "Decrease startup time for large libraries with at
  least one composite custom column by reading format info on demand"

    - title: "When automatically deleting news older than x days, from the
    calibre library, only delete the book if it both has the tag News and the
    author calibre. This prevents accidental deletion of books tagged with News
    by the user."

    - title: "Driver for Infibeam Pi 2"

    - title: "Add a Tag Editor for tags like custom columns to the edit
    metadata dialog"

  bug fixes: - title: "E-book viewer: Fix regression in 0.8.35 that caused
  viewer to raise an error on books that did not define a language"

    - title: "Content server: Fix grouping for categories based on custom
    columns." tickets: [919011]

    - title: "Edit metadata dialog: When setting the series from a format or
    via metadata download, ensure that the series index is not automatically
    changed, when closing the dialog." tickets: [918751]

    - title: "When reading metadata from Topaz (azw1) files, handle non ascii
    metadata correctly." tickets: [917419]

    - title: "CHM Input: Do not choke on CHM files with non ascii internal
    filenames on windows." tickets: [917696]

    - title: "Fix reading metadata from CHM files with non-ascii titles"

    - title: "Fix HTML 5 parser choking on comments"

    - title: "If calibre is started from a directory that does not exist,
    automatically use the home directory as the working directory, instead of
    crashing"

    - title: "Fix iriver story HD Wi-Fi device and external SD card swapped"
    tickets: [916364]

    - title: "Content server: Fix ugly URLs for specific format download in the
    book details and permalink panels"

    - title: "When adding FB2 files do not set the date field from the metadata
    in the file"

  improved recipes: - OReilly Premuim - Variety - Blic - New Journal of Physics
  - Der Tagesspiegel

  new recipes: - title: Tweakers.net author: Roedi06

    - title: Village Voice author: Barty

    - title: Edge.org Conversations author: levien

    - title: Novi list - printed edition author: Darko Miletic

- version: 0.8.35 date: 2011-01-13

  new features: - title: "Metadata plugboards: Allow creation of plugboards for
  email delivery." tickets: [914012]

    - title: "Tweak EPUB: Also allow tweaking of HTMLZ files (when both EPUB
    and HTMLZ are present, EPUB is preferred, this can be changed via
    Preferences->Tweaks)."

    - title: "TXT Input: Support direct conversion of files with extensions
    .md, .markdown and .textile." tickets: [912931]

    - title: "E-book viewer: Speed up the optional hyphenation algorithm by
    upgrading the hyphenator library calibre uses"

    - title: "Drivers for PocketBook 611, Motorola Razr Droid and Onyx Boox
    i62"

  bug fixes: - title: "MOBI Output: When converting a paragraph that contains
  only a non-breaking space into a line break, ignore paragraphs with height
  less than 2pt." tickets: [915150]

    - title: "MOBI Input: Handle MOBI files that specify anchor point exactly
    at pagebreaks. These are apparently produced by John Wiley and Sons."
    tickets: [914036]

    - title: "Fetch news dialog: The Download now button is no longer scrolled
    out of view on OS X for news sources that require credentials"

    - title: "Fix commas being removed from author names when generating
    filenames in the calibre library"

    - title: "ODT Input: Dont crash on empty links"

    - title: "ebook-convert: Allow use of leading ./ when specifying output
    file names." tickets: [913954]

    - title: "Fix deleting of hierarchical searches broken in Tag Browser"
    tickets: [912345]

    - title: "Metadata search and replace: Fix rendering error when choosing
    {template}" tickets: [913154]

    - title: "Fix calibre not starting when stray .po files are present in the
    working directory" tickets: [913054]

    - title: "Do not error out when getting metadata for authors if the author
    name has either ::: or :#: in it." tickets: [912713]

  improved recipes: - Pagina 12 - USA Today - LWN Weekly - Seattle Times - San
  Jose Mercury - Grantland.com

  new recipes: - title: Lega Nerd and Pambianco author: faber1971

    - title: Various Turkish news sources author: asalet_r

    - title: Microwave Journal author: Kiavash

    - title: OReilly Premium author: TechnoCat

    - title: Hamilton Spectator and Tillsonburg/Norfolk County author: Eric
    Coolman

    - title: Opinion Bolivia author: Piet van Oostrum

    - title: ideal.es author: Josemi Liebana

    - title: Novilist Portal author: Darko Miletic

- version: 0.8.34 date: 2012-01-06

  new features: - title: "Apple driver: Set the year field in iTunes based on
  the published date in calibre." tickets: [909050]

    - title: "EPUB Input: When converting a file that has entries in the
    manifest that do no exist, remove them, instead of aborting the
    conversion." tickets: [910933]

    - title: "Kindle driver: Ensure page counts are correctly sent to the
    device when connecting to Kindle 4/Touch." tickets: [910279]

    - title: "Allow user to set the number of recently viewed books shown in
    the dropdown menu of the view button, via a tweak in Preferences->Tweaks."
    tickets: [910292]

  bug fixes: - title: "Fix regression in 0.8.33 that caused calibre to crash
  when starting the Content Server, if the port the content server is trying to
  listen on is blocked/busy." tickets: [910512]

    - title: "MOBI Input: Fix regression that caused a mixup of images when the
    MOBI file header contains an incorrect first image index pointer." tickets:
    [911243]

    - title: "Do not remove leading and trailing spaces from the replace fields
    in the Search and Replace conversion options" tickets: [910523]

    - title: "Conversion pipeline: Fix regression in 0.8.31 that broke parsing
    of documents containing a self closing <title/> tag." tickets: [910325]

  improved recipes: - Kopalnia Wiedzy - Alternet - Tagesspiegel - Philadelphia
  Inquirer - Seattle Times - La Razon

  new recipes: - title: Various Italian news sources author: faber1971

    - title: money.pl author: intromatyk

    - title: Diario Rio Negro author: Darko Miletic.

    - title: FHM UK author: Dave Asbury

- version: 0.8.33 date: 2011-12-30

  new features: - title: "LIT Input: Switch to non-recursive algorithm, to
  allow conversion of files with deeply nested markup." tickets: [909535]

    - title: "Content server: Do not show the original_* formats in the mobile
    interface. Also upgrade to the latest CherryPy release."

    - title: "E-book viewer: Add option in viewer preferences to control how
    much the font size is changed when you click the make fonts bigger/smaller
    buttons." tickets: [908980]

    - title: "E-book viewer: Allow changing font size via Ctrl+Mouse wheel"
    tickets: [908975]

    - title: "Kobo driver: Hide previews and recommendations from the book
    list. You can customize the Kobo plugin if you would like to see them via
    Preferences->Plugins"

  bug fixes: - title: "Copy to library: Fix title sort not being copied"

    - title: "PDF Output: Add custom size conversion option to the GUI (it was
    only present on the command line before)"

    - title: "Add missing --keep-ligatures option to the ebook-convert command
    line" tickets: [909182]

    - title: "Fix rendering of non ascii characters in generated masthead
    images when downloading news for the Kindle"

    - title: "Linux binary: Disable qt-sp-api as it causes crashes/performance
    issues on various distros"

    - title: "E-book viewer: Ensure that reference mode highlighting is removed
    from the book when reference mode is closed." tickets: [908982]

    - title: "Fix unable to load plugins from files on GNOME/XFCE desktops"

    - title: "Fix regression that broke customizing toolbars on non English
    calibre installs"

    - title: "Conversion pipeline: Disable HTML 5 parsing if it results in
    deeply nested trees." tickets: [908818]

    - title: "Do not loose position in book list on device connection/sync, if
    a search is active." tickets: [908553]

    - title: "Fix regression in 0.8.32 that broke deleting books if the path to
    the library contained non-ascii characters on linux" tickets: [908068]

  improved recipes: - Echo Online - La Razon

  new recipes: - title: NYTimes Global author: Krittika Goyal

    - title: Grantland author: Barty

- version: 0.8.32 date: 2011-12-23

  new features: - title: "Linux: When deleting books, send them to the recycle
  bin, instead of permanently deleting. This is the same behavior as on Windows
  and OS X."

    - title: "Add a checkbox to allow users to disable the popup that asks if
    books should be auto-converted before sending to device"

    - title: "Drivers for Droid Razr, Samsung GT-I9003 and Bookeen Odyssey"
    tickets: [906356, 906056, 905862]

    - title: "Allow passing multiple filenames as command line arguments to
    calibre, to add multiple books." tickets: [907968]

  bug fixes: - title: "MOBI Output: Fix regression in 0.8.30 that caused the
  use of hidden heading elements for the TOC to generate links in the wrong
  place." tickets: [907156]

    - title: "EPUB Output: Ensure directories have the correct permissions bits
    set when unzipping an epub with unzip on Unix"

    - title: "Fix bottom most shortcuts in keyboard shortcuts for viewer not
    editable"

    - title: "EPUB Output: Fix handling of self closing <audio> tags." tickets:
    [906521]

    - title: "MOBI Input: Map invalid <o:p> tags to <p> tags before parsing, to
    handle broken nesting." tickets: [905715]

    - title: "Conversion pipeline: HTML5 parsing: Fix handling of XML
    namespaces. Fixes regression in 0.8.30 that caused some articles in some
    news downloads to appear blank when viewed in Adobe Digital Editions based
    readers"

    - title: "Get Books: Gandalf store, fix price and cover detection"

    - title: "EPUB Output: Fix the Flatten filenames option in EPUB Output
    causing duplicated manifest ids in rare cases." tickets: [905692]

    - title: "When adding books via ISBN, show the user the list of invalid
    ISBNs that will be ignored, if any, before starting the add operation."
    tickets: [905690]

    - title: "Fix unsmarten punctuation conversion option broken in 0.8.31."
    tickets: [905596]

    - title: "Fix broken evaluation of composite columns in save-to-disk"

  improved recipes: - Cosmopolitan UK - Hindustan Times - HVG - moneynews.com -
  Ming Pao - Glasgow Herald - Times of India - Focus Magazine - Hacker News -
  Independent - Sueddeutsche

  new recipes: - title: Prospect Magazine UK author: Barty and duoloz

    - title: Elet es Irodalom and NOL author: Bigpapa

    - title: Salonica Press News author: SteliosGero

    - title: Echo Online author: Armin Geller

    - title: Various Polish news sources author: fenuks

    - title: Various Italian news sources author: faber1971

- version: 0.8.31 date: 2011-12-16

  new features: - title: "Conversion engine: When parsing invalid XHTML use the
  HTML 5 algorithm, for greater robustness." tickets: [901466]

    - title: "Driver for PocketBook 611 and Lenovo IdeaPad"

    - title: "Allow customization of the order in which custom column editing
    is performed in the edit metadata dialog. Setting is available via
    Preferences->Tweaks." tickets: [902731]

    - title: "MOBI news download: Allow recipes to set a thumbnail for entries
    in the periodical table of contents. Currently used by the NYTimes, WSJ,
    Independent, GUardian and Globe and Mail recipes" tickets: [900130]

    - title: "E-book viewer: Add an option to the right click menu to search
    for the currently selected word"

    - title: "Automatically hide the no internet connection available error
    message if the connection is restored before the user clicks OK"

  bug fixes: - title: "Fix comments not hidden in Book details panel when they
  are turned off via Preferences->Look & Feel->Book Details"

    - title: "E-book viewer: Do not popup an error message if the user tries to
    use the mouse wheel to scroll before a document is loaded." tickets:
    [903449]

    - title: "Add docx to the list of ebook extensions." tickets: [903452]

    - title: "When downloading metadata from non-English Amazon websites, do
    not correct the case of book titles."

    - title: "Fix regression in 0.8.30 that broke bulk conversion of a single
    book." tickets: [902506]

    - title: "When minimized to system tray do not display the no internet
    connection error as a dialog box, instead use a system tray notification"

    - title: "Catalog generation: Include the series_index field for custom
    series columns as well"

    - title: "Comic Input: Do not rescale images when using the Tablet output
    profile (or any output profile with a screen size larger than 3000x3000)"

    - title: "HTML Input: Ignore unparseable URLs instead of crashing on them."
    tickets: [902372]


  improved recipes: - La Republica - CND - Berliner Zeitung - Zaman Gazetesi

  new recipes: - title: CND Weekly author: Derek Liang

    - title: descopera.org author: Marius Ignatescu

    - title: Rynek Zdrowia author: spi630

- version: 0.8.30 date: 2011-12-09

  new features: - title: "Get Books: Add amazon.es and amazon.it"

    - title: "Bulk convert dialog: Disable the Use saved conversion settings
    checkbox when none of the books being converted has saved conversion
    settings"

    - title: "ebook-viewer: And a command line switch to specify the position
    at which the file should be opened." tickets: [899325]

    - title: "Distribute calibre source code compressed with xz instead of gzip
    for a 40% reduction in size"

  bug fixes: - title: "Get Books: Fix ebooks.com and amazon.fr. Fix cover
  display in Diesel ebooks store."

    - title: "HTML Input: Fix regression that broke processing of a small
    fraction of HTML files encoded in a multi-byte character encoding."
    tickets: [899691]

    - title: "Greatly reduce the delay at the end of a bulk metadata edit
    operation that operates on a very large number (thousands) of books"

    - title: "Template language: Fix the subitems formatter function to split
    only when the period is surrounded by non-white space and not another
    period"

    - title: "Fix ampersands in titles not displaying in the Cover Browser"

    - title: "MOBI Output: Do not ignore an empty anchor at the end of a block
    element."

    - title: "MOBI Output: Handle links to inline anchors placed inside large
    blocks of text correctly, i.e. the link should not point to the start of
    the block." tickets: [899831]

    - title: "E-book viewer: Fix searching for text that is represented as
    entities in the underlying HTML." tickets: [899573]

    - title: "Have the Esc shortcut perform exactly the same set of actions as
    clicking the clear button." tickets: [900048]

    - title: "Prevent the adding books dialog from becoming too wide"

    - title: "Fix custom column editing not behaving correctly with the
    Previous button in the edit metadata dialog." tickets: [899836]

    - title: "T1 driver. More fixes to datetime handling to try to convince the
    T1's buggy firmware to not rescan metadata." tickets: [899514]

    - title: "Only allow searching via non accented author names if the user
    interface language in calibre is set to English." tickets: [899227]

  improved recipes: - Die Zeit subscription - Metro UK - suedeutsche.de

  new recipes: - title: Blues News author: Oskar Kunicki

    - title: "TVXS" author: Hargikas
2012-01-21 17:53:32 +00:00
gson
c2ff020f8e Update misc/py-anita to 1.24. Changes from 1.23:
Support the new distribution ISO naming scheme, e.g.,
NetBSD-5.99.60-sparc.iso instead of sparccd.iso.

Support installation of the X11 and source sets.

On unknown platforms, use mkisofs instead of genisoimage.

On sparc, the scratch disk is sd1c, not wd1d.

Allow a full hour for extracting sets.

Deal with the backwards incompatible renaming of "qemu" to
"qemu-system-i386" in qemu 1.0.

After running the ATF tests, run "ps" to show any processes possibly
left running by the tests.
2012-01-21 16:53:14 +00:00