Commit graph

5194 commits

Author SHA1 Message Date
rodent
a0a1f2e57c Fixes:
COMMENT should not be longer than 70 characters.
 COMMENT should not begin with 'A'.
 COMMENT should not begin with 'An'.
 COMMENT should not begin with 'a'.
 COMMENT should not end with a period.
 COMMENT should start with a capital letter.

pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
2013-04-06 03:45:05 +00:00
markd
afc73616a5 Disable building tests as they dont build on DragonFly and they are
not needed.  PR pkg/47715.  Bump PKGREVISION
2013-04-05 23:07:19 +00:00
markd
58421c6785 Update to KDE SC 4.10.2
missed commiting this the other day - thanks to Greg Oster for
noticing.
2013-04-04 19:30:03 +00:00
markd
3d27a19992 Update to 3.1.0
part of digikam 3.1.0
2013-04-03 12:34:52 +00:00
markd
5159879f40 Adjust for KDE 4.10.2. Bump PKGREVISION 2013-04-03 12:30:07 +00:00
markd
82ce8ff3ae add nepomuk-core nepomuk-widgets 2013-04-03 10:54:12 +00:00
markd
ea97be746d Update to KDE SC 4.10.2
bugfixes, other quality improvements, new and improved KDE Applications
2013-04-03 10:51:43 +00:00
fhajny
5b70245255 Update tmux to 1.8.
Incompatible Changes
====================

* layout redo/undo has been removed.

Normal Changes
==============

* Add halfpage up/down bindings to copy mode.
* Session choosing fixed to work with unattached sessions.
* New window options window-status-last-{attr,bg,fg} to denote the last
  window which was active.
* Scrolling in copy-mode now scrolls the region without moving the mouse
  cursor.
* run-shell learnt '-t' to specify the pane to use when displaying output.
* Support for middle-click pasting.
* choose-tree learns '-u' to start uncollapsed.
* select-window learnt '-T; to toggle to the last window if it's already
  current.
* New session option 'assume-paste-time' for pasting text versus key-binding
  actions.
* choose-* commands now work outside of an attached client.
* Aliases are now shown for list-commands command.
* Status learns about formats.
* Free-form options can be set with set-option if prepended with an '@'
  sign.
* capture-pane learnt '-p' to send to stdout, and '-e' for capturing escape
  sequences, and '-a' to capture the alternate screen, and '-P' to dump
  pending output.
* Many new formats added (client_session, client_last_session, etc.)
* Control mode, which is a way for a client to send tmux commands.
  Currently more useful to users of iterm2.
* resize-pane learnt '-x' and '-y' for absolute pane sizing.
* Config file loading now reports errors from all files which are loaded via
  the 'source-file' command.
* 'copy-pipe' mode command to copy selection and pipe the selection to a
  command.
* Changes panes can now emit focus notifications for certain applications
  which use those.
* run-shell and if-shell now accept format placeholders.
* resize-pane learnt '-Z' for zooming a pane temporarily.
* new-session learnt '-A' to make it behave like attach-session.
* set-option learnt '-o' to prevent setting an option which is already set.
* capture-pane and show-options learns '-q' to silence errors.
* New command 'wait-for' which blocks a client until woken up again.
* Resizing panes will now reflow the text inside them.
* Lots and lots of bug fixes, fixing memory-leaks, etc.
* Various manpage improvements.
2013-04-02 10:59:50 +00:00
jmcneill
3ae08ecb53 + raspberrypi-userland 2013-04-01 21:03:05 +00:00
jmcneill
a18462afa7 Initial import of raspberrypi-userland.
This package provides ARM side libraries and utilities used on Raspberry Pi.
2013-04-01 21:02:02 +00:00
joerg
5101a4febb Fix various C++ issues to allow building with Clang. 2013-04-01 12:19:13 +00:00
obache
11942a54c1 missing recursive bump from poppler-0.22.2 shlib major change. 2013-03-31 08:13:27 +00:00
joerg
53b55e2894 Forward declaration must not be qualified with a namespace. Adjust. 2013-03-28 21:43:05 +00:00
joerg
3f362071bd Forward class definitions must not use namespace :: syntax. 2013-03-26 23:30:44 +00:00
joerg
14727d17fc The wv2 headers has a transitive closure defining a prototype with
signal as parameter name. This conflicts with the Qt macro of the same
name, so include the header earlier.
2013-03-26 23:27:09 +00:00
joerg
03f7d63248 Fix build with Clang. 2013-03-23 10:15:26 +00:00
jnemeth
5b2ef9b25c sort 2013-03-21 04:05:41 +00:00
drochner
b67c0ff6f1 fix MASTER_SITES 2013-03-19 12:15:24 +00:00
tsutsui
b07a78ca03 Remove LINKFLAGSRUNPATH lines that specify -Wl,-rpath,${PREFIX}/lib.
These lines were changed as workaround of libcurl part of PR pkg/46567,
but the actual libcurl problem in curl-config is now fixed and
these unconditional -rpath flags seem to cause non-working binaries
as mentioned in PR pkg/46983.

Bump PKGREVISION.
2013-03-17 21:37:31 +00:00
markd
6992c19256 Update to version 1.1.0rc1 (from 2010)
adds support for kde4 and lxde.
2013-03-17 19:56:43 +00:00
taca
935d83b0b7 Update ruby-bundler to 1.3.4.
## 1.3.4 (15 March 2103)

Bugfixes:

  - load YAML on Rubygems version that define module YAML
  - fix regression that broke --without on ruby 1.8.7

## 1.3.3

Features:

  - compatible with Rubygems 2.0.2 (higher and lower already work)
  - mention skipped groups in bundle install and bundle update output (@simi)
  - `gem` creates rake tasks for minitest (@coop) and rspec

Bugfixes:

  - require rbconfig for standalone mode
  - revert to working quoting of RUBYOPT on Windows (@ogra)
2013-03-17 16:04:37 +00:00
obache
d7580cac91 recursive bump from ffmpeg shlib major changes 2013-03-16 06:20:45 +00:00
drochner
2d6f44251c add goffice0.10 for the latest stable branch of the gnumeric helper
library
2013-03-14 18:56:05 +00:00
taca
09c50b19ad Update ruby-bundler to 1.3.2.
Changes are too many to write here, pease refer CHANGELOG.md file.
2013-03-11 15:12:45 +00:00
taca
528e20f1ba Make depends to www/ruby-rack14 instead of www/ruby-rack.
Bump PKGREVISION.
2013-03-10 09:15:19 +00:00
taca
8791672e2f Remove ruby-sprockets21 package which was required by Ruby on Rails 3.1. 2013-03-10 08:12:39 +00:00
taca
fcaa254113 Remove ruby-sprockets21. 2013-03-10 08:11:26 +00:00
joerg
162fc3b0d2 Build and use a libtool object for md5, not a static library of
position-independent code.
2013-03-07 22:03:41 +00:00
pettai
55babaebd1 Added p5-Parse-Win32Registry 2013-03-06 21:58:29 +00:00
pettai
1515f62188 Parse::Win32Registry is a module for parsing Windows Registry files,
allowing you to read the keys and values of a registry file without
going through the Windows API.

It provides an object-oriented interface to the keys and values in
a registry file. Registry files are structured as trees of keys,
with each key containing further subkeys or values.

The module is intended to be cross-platform, and run on those
platforms where Perl will run.

It supports both Windows NT registry files (Windows NT, 2000, XP, 2003,
Vista, 7) and Windows 95 registry files (Windows 95, 98, Millennium).

It is intended to be used to parse offline registry files. If a registry
file is currently in use, you will not be able to open it. However,
you can save part or all of a currently loaded registry file using the
Windows reg command if you have the appropriate administrative access.
2013-03-06 21:56:18 +00:00
pettai
c6bef53bf9 Added p5-Mac-PropertyList 2013-03-05 23:41:56 +00:00
pettai
13a61320ec This module is a low-level interface to the Mac OS X Property List (plist)
format. You probably shouldn't use this in applications--build interfaces
on top of this so you don't have to put all the heinous multi-level object
stuff where people have to look at it.

You can parse a plist file and get back a data structure. You can take that
data structure and get back the plist as XML. If you want to change the
structure inbetween that's your business. :)

You don't need to be on Mac OS X to use this. It simply parses and
manipulates a text format that Mac OS X uses.
2013-03-05 23:41:00 +00:00
shattered
bdbee46544 Update to 0.2. No changelog. 2013-03-03 11:03:29 +00:00
wiz
a8730d5aa1 Bump PKGREVISION for mysql default change to 55. 2013-03-02 20:33:21 +00:00
tron
19fd9a3b46 Reset maintainer to "pkgsrc-users@NetBSD.org". 2013-03-02 10:44:33 +00:00
markd
8055472d17 Work around moc inability to parse a boost macro 2013-02-27 19:29:33 +00:00
taca
1582dcffb8 Add correct dependency to ruby-rdoc.
Since dependency has also changed with ruby193, bump PKGREVISION.
2013-02-27 03:58:12 +00:00
joerg
ad8c20e185 Require C++11 when building with Clang. Fix fallout of Boost update due
to MOC's limited C preprocessor. Derive template arguments of make_pair
automatically.
2013-02-26 23:37:32 +00:00
joerg
d5ade1ca31 Use plain tar. 2013-02-26 11:07:06 +00:00
joerg
1ecd6daf6c Fix return types. 2013-02-26 11:06:52 +00:00
taca
64fb19a345 Remove ruby-sprockets20 which was required only by www/ruby-actionpack31. 2013-02-24 14:48:28 +00:00
taca
e605b182c7 Remove ruby-sprockets20. 2013-02-24 14:47:05 +00:00
dholland
384132a8a7 Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
dholland
f84f8c9e20 Fix build with png 1.6. 2013-02-17 09:39:09 +00:00
wiz
d1b820f37b Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
wiz
5f461dbea7 Recursive bump for png-1.6. 2013-02-16 11:18:48 +00:00
wiz
0602d449ce Recursive bump for png-1.6. 2013-02-16 11:17:56 +00:00
shattered
9df9bdeb86 Update to 0.8. No change log. 2013-02-16 09:28:59 +00:00
obache
07659b9b8d recursive bump from boost-lib shlib update. 2013-02-15 11:53:59 +00:00
taca
56ac26bce6 Update ruby-launchy to 2.2.0.
= Launchy Changlog
== Version 2.2.0 - 2013-02-06

* Change XFCE detection to not depend on grep (copiousfreetime/launchy#52 -
  thanks bogdan)
* Suppress forked process output (copiousfreetime/launchy#51)
* Display help/usage if no url is given (copiousfreetime/launchy#54)
* Detect the fluxbox environment (copiousfreetime/launchy#53)
* Automatically detect 'http' url's if they are missing the 'http://'
  (copiousfreetime/launchy#55)
* Update to latest project management rake tasks
2013-02-13 15:37:05 +00:00
wiz
8008f66c55 Update to 2.0.8: bugfixes and localization updates. 2013-02-11 11:54:18 +00:00
ryoon
9bef86f5fd Bump PKGREVISION from audio/jack. 2013-02-09 22:11:28 +00:00
jperkin
becd113253 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
drochner
0ca4e622d2 update to 0.12.0
from the announcement:
This release brings some interesting new features:
- New rendering engine (Now you can see shadows on planets surfaces).
- New key-binding engine (Now all key-bindings can be edited).
- Improvements to scripting engine.
- Improvements to DSO
- Improvements to search tool
- Improved accuracy for archaeo-astronomical events
There have also been a large number of bug fixes and GUI improvements.
We are strongly recommended resetting all Stellarium settings
if you upgrade your previous installation!
2013-02-05 17:45:05 +00:00
wiz
d515229fec Update to 2.0.7: bugfixes and translation updates. 2013-02-03 16:40:18 +00:00
taca
a2e43c05c5 Update rubygems to 1.8.25.
=== 1.8.25/ 2013-01-24

* 6 bug fixes:

  * Added 11627 to setup bin_file location to protect against errors.
    Fixes #328 by ConradIrwin
  * Specification#ruby_code didn't handle Requirement with multiple
  * Fix error on creating a Version object with a frozen string.
  * Fix incremental index updates
  * Fix missing load_yaml in YAML-related requirement.rb code.
  * Manually backport encoding-aware YAML gemspec
2013-02-03 16:04:04 +00:00
ryoon
dc59066d06 Update to 382.262.03 using less-382-iso262.ext03.patch.gz
from http://bogytech.blogspot.jp/2011/07/kterm-jless-screen.html .

This update is based on isaki@'s work.

* Set PATCH_SITES as my non-NetBSD web space.

Changelog:
* Add UTF-8 support (Japanese part only)
* Change japanese83 behavior
* Change G1 default
* Add ISO-8859-10,11,13,14,15 support
* Ignore case in JLESSCHARSET and LANG variables
* Fix bugs in search
* Add .xz support (not enabled on pkgsrc)
* Some packport from less-443
2013-02-02 13:59:57 +00:00
adam
f4c3b89da7 Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
reed
dc391ed95f increase BUILDLINK_ABI_DEPENDS.icu due to so change from 49 to 50.
Also bump PKGREVISION for a few packages using it.

The packages I did this for:
net/yaz
lang/parrot
misc/openoffice3 (where I noticed the run-time failure due to missing shared library)
www/webkit-gtk
sysutils/open-vm-tools
inputmethod/ibus-qt

I didn't do this recursively or for all packages using icu
since I didn't know if they used the shared library directly,
some use was optional. The list of packages I didn't touch:
devel/devhelp
databases/idzebra
databases/sqlite3
devel/gnustep-base/
finance/gnucash
games/openttd
graphics/shotwell
lang/mono
meta-pkgs/boost
misc/calibre
misc/libreoffice
news/tin
textproc/php-intl
www/deforaos-surfer
www/epiphany
www/liferea-current
www/midori
2013-01-25 19:18:08 +00:00
wiz
b3186bc257 Update to 2.0.6: Minor bugfixes and localization updates. 2013-01-25 10:34:44 +00:00
wiz
3cf4714c02 Update to 1.23:
Version 1.23 - 24 Jan 2013

* New message retrieval backend Locale::gettext_dumb(3pm) which produces
  translations even, when the corresponding locale is not present in
  the system.

* Fixed a bug where the Perl backend under certain circumstances clobbered
  the environment variable LC_ALL.

* Avoid test failures by skipping all tests that depend on the de_AT
  locale, when that locale is not installed.

* Bugs fixed:
  https://rt.cpan.org/Ticket/Display.html?id=82856

Version 1.22 - 24 Jan 2013

* Version 1.22 outsmarted PAUSE (the CPAN upload facility) and had to
  be removed.

Version 1.21 - 15 Jan 2013

* Environment variables LANGUAGE and LANG are interpreted in the same way
  in the XS and the pure Perl version.

* Package design closer to GNU standards.

* If present, File::ShareDir is used for searching message catalogs.

* Cleaned up distribution.

* Bugs fixed:
  https://rt.cpan.org/Ticket/Display.html?id=78341
  https://rt.cpan.org/Ticket/Display.html?id=81315
  https://rt.cpan.org/Ticket/Display.html?id=79461
  https://rt.cpan.org/Ticket/Display.html?id=71509
  https://rt.cpan.org/Ticket/Display.html?id=49744
  https://rt.cpan.org/Ticket/Display.html?id=49744
  https://rt.cpan.org/Ticket/Display.html?id=64284
2013-01-25 09:19:16 +00:00
wiz
7c7b2472be + labelnation. 2013-01-23 21:41:31 +00:00
wiz
a2ff1aa56d Remove straggler. 2013-01-23 21:41:13 +00:00
wiz
c0a04d3a97 Import labelnation-1.212 as misc/labelnation.
Packaged for wip by solevis.

LabelNation is a command-line program for making labels: address labels,
business cards, or anything else involving regularly-arranged rectangles
on a printer-ready sheet. It is for users who are comfortable dealing with
text- and option-based configuration, as opposed to a graphical user interface.
2013-01-23 21:40:40 +00:00
wiz
70732fd2da Update to 2.0.5. No list of changes found. 2013-01-21 14:35:22 +00:00
wiz
1fd677f6f6 Update to 1.2.20121230:
2012/12/30 - release 1.2
	+ improve some older changelog entries to help with HTML'izing content.
	+ various fixes/improvments for scrollbar appearance.
	+ add mappings for some equivalent options provided by whiptail;
	  add configure option --disable-whiptail to allow suppressing these.
	+ add configure option --disable-Xdialog2 to allow suppressing the
	  newer features, i.e., for cdialog 1.2
	+ add --no-items option, for consistency.
	+ add --no-tags option, like Xdialog.
	+ add buildlist, rangebox and treeview dialogs, like Xdialog.
	+ remove obsolete workaround for ncurses 4.2 scrolling in checklist
	  and menubox.
	+ improve dialog_helpfile() by preventing it from showing extra buttons
	  (suggested by xDog Walker).
	+ correct logic in formbox's scroll_next() function (report by xDog
	  Walker).
	+ fix a case with inputbox widget where preset input text is not shown
	  until moving the cursor within the text (report by xDog Walker).
	+ handle SIGCHLD in dialog_prgbox() to eliminate defunct processes
	  (report by xDog Walker).
	+ improve the way "hotkeys" are assigned to widget buttons by checking
	  if a given key has already been used in the row of buttons (Debian
	  #684933).
	+ amend fix for --trace parsing from 2012/07/03, which sometimes
	  skipped a parameter (report by xDog Walker).
	+ drop copismall and install files from samples, which were essentially
	  nonfunctional.
	+ correct secondary border colors in samples/slackware.rc and
	  samples/whiptail.rc
	+ update gl.po, add ia.po from
		http://translationproject.org/latest/dialog/
	+ fix various issues reported by coverity scan.
	+ miscellaneous configure script fixes/updates:
	  + require autoconf 2.52+patches
	  + support --datarootdir option
	  + check for clang compiler
	  + check for tinfo library when looking for ncurses
	  + add 3rd parameter to AC_DEFINE for autoheader
	  + remove unused macros from aclocal.m4
	+ update config.guess, config.sub
2013-01-21 13:13:08 +00:00
reed
47e266d13f moved misc/git to sysutils/gnuit 2013-01-19 21:53:47 +00:00
joerg
1d08adedb5 Fix main() 2013-01-17 16:00:02 +00:00
joerg
6655c87ce9 Allow strict lookup of fields. 2013-01-17 15:58:01 +00:00
joerg
c51db0b751 Include uvm/uvm_extern.h on NetBSD. 2013-01-17 15:56:54 +00:00
joerg
70300a813d Don't add default arguments during method implementation. 2013-01-15 15:27:19 +00:00
joerg
96994c161a NetBSD/current explicitly needs uvm/uvm_extern.h 2013-01-15 15:25:21 +00:00
joerg
fad3b5e573 Don't introduce default arguments during method implementation. 2013-01-15 15:24:19 +00:00
jakllsch
2f35aced4c add runtime depency on py-cssselect, bump pkgrev 2013-01-13 15:48:03 +00:00
obache
f15c9f617e Update m17n-contrib to 1.1.14.
* Changes in the m17n-contrib 1.1.14

** Improved input method:

im/ml-mozhi.mim
im/pa-jhelum.mim
im/si-phonetic-dynamic.mim
im/si-trans.mim


* Changes in the m17n-contrib 1.1.13

** New input method:

im/uz-kbd.mim (Uzbek)
im/ks-inscript.mim (Kashmiri Devanagari)
im/bo-ewts.mim (Tibetan) -- moved from m17n-db package
im/hi-vedmata.mim (Hindi)
im/si-singlish.mim (Sinhala)
2013-01-12 07:08:45 +00:00
obache
b02ed09708 Update m17n-db to 1.6.4.
PR 47411.

* Changes in the m17n database 1.6.4

This release is just for bug fixing.

* Changes in the m17n database 1.6.3

** A new input method is added.

ua-kbd.mim -- Ukrainian input method with Ukrainian/Russian keyboard layout

** An input method is deleted.

bo-ewts.mim is moved to m17n-contrib package.
2013-01-12 06:59:05 +00:00
joerg
630f3ac801 Use void and add some missing includes. 2013-01-11 23:28:36 +00:00
joerg
7a358be519 Fix main. 2013-01-11 13:30:32 +00:00
joerg
913456968f Return value in fall-through case. 2013-01-11 00:00:49 +00:00
pooka
b6a816835b Update a bit, inspired by conversation with stacktic. 2013-01-08 13:39:22 +00:00
jperkin
f5ed6432ef Add support for Solaris. 2013-01-08 12:36:07 +00:00
obache
1d0e1f9c77 + ruby-typed-array 2013-01-05 06:51:04 +00:00
obache
dbadcea1a3 Import ruby-typed-array-0.1.2 as misc/ruby-typed-array.
All methods that alter the contents of an array that implements this Gem are
first checked to ensure that the added items are of the types allowed.  All
methods behave exactly as their Array counterparts, including additional forms,
block processing, etc.
2013-01-05 06:48:53 +00:00
ryoon
4cb79f44e5 Update to 2.2.4
* Add some dependencies
* Update HOMEPAGE

Changelog:
no changelog
2013-01-03 15:44:19 +00:00
joerg
db86b5c66a Fix path to bash 2013-01-01 19:14:45 +00:00
obache
4453971212 Update p5-Locale-Maketext to 1.23, to newer than perl-5.16.1 core.
Revision history for Perl suite Locale::Maketext

2012-12-04
    * Fix misparsing of maketext strings.

2012-11-22
    * Fix hash order dependcy bug in tests

2012-01-14
    * Minor POD documentation update to sync with upstream blead.

2011-12-23
    * No changes. Production release after CPAN testers cleared.

2011-12-14
    * Update to 1.19_01 from upstream blead for release testing

    Fix broken URLs in dist/Locale-Maketext/lib/Locale/Maketext/TPJ13.pod for RFCs

    Keep verbatim pod in various dist/* pods within 79 cols

2011-05-25
    * Update to 1.19 from upstream blead

    [perl #89896] Locale::Maketext test failure
    when environment has variable containing unbalanced brackets

    Suppress "Name used only once" warnings.

    [perl #81888] Fix typos (spelling errors) in dist/*

2010-10-20
    * Release 1.17

    Test release of 1.16_01, versioning even deprecated Guts modules.
    This prevents CPAN upgrade circular heck. Thanks BinGOs

    Tested version fix for CPAN by BinGOs. Bump to stable version and release to public

2010-10-07
    * Release 1.16

    Blead commit bac7bf8 - Copy @_ to @_ to de-alias passed variables
    to assure that the aliases cannot be altered during maketext calls.

    Fix for CPAN RT #40727: infinite loop in
    Locale::Maketext::Guts::_compile() when working with tainted values

    Fix for CPAN RT #34182: Don't localize $@.
    ->maketext calls will now backup and restore $@ so that die messages are not suppressed.

    Fix for CPAN RT #55461
    %hash deprecated messages cleaned up with perl 5.12

    Fix for CPAN RT #48118. Perl 76674
    Speed and efficiency tweaks in _compile calls when string has no ~][ in it.

    Fix for CPAN RT #48808. Perl 76668
    I18N::LangTags use() fixups.

2010-06-22
    * Release 1.15 (included in perl 5.13.3; not released separately)

    Locale::Maketext guts have been merged back into the main module

    Fix for CPAN RT #46738. Perl 76354
    Support for RO Lexicon hashes (External cache support)

2009-11-20
    * Release 1.14 (included in perl 5.11.2; not released separately)

    In Locale::Maketext, avoid using defined @array and defined %hash.

    Convert the odd Locale::Maketext test out from Test to Test::More.

2009-06-23  Adriano Ferreira
    * Development release 1.13_82

    One more recipe: on [numf,...] with decimal precision

2009-06-23  Adriano Ferreira
    * Development release 1.13_81

    Change a few straggling 'DEBUG and print' to 'DEBUG and warn' (thanks Dan Muey)

    A start of a cookbook.

2009-06-23  Adriano Ferreira
    * Development release 1.13_80

    Fixes CPAN RT #25877 (thanks imacat)

    Add a test for failure_handler_auto()
2012-12-29 01:41:27 +00:00
wiz
96e21f26a9 Use latest distfile with same name.
Changes are minor code changes and lots of translation updates.

Checksum mismatch noted by joerg.
2012-12-25 15:33:34 +00:00
marino
3a9a2c352b misc/libreoffice: DRAGONFLY_CCVER=gcc44
F.Tigeot confirmed that it builds with DragonFly's gcc 4.4 and
does not build with gcc 4.7.  Due to upcoming version 3.6, this
is not worth fixing for gcc 4.7 (at least it is not worth it to us.)
2012-12-23 15:42:44 +00:00
dholland
ef54a9a0b3 This package installs stuff in the vendor_perl directory and knows
about the Perl version. Instead of baking the version number into the
PLIST, control it from the Makefile. Also, depend on the current
major/minor version of Perl. Ideally this version should come from
something in lang/perl5, but there isn't any obvious way to do that.
But at least now this only has to be updated in one place when Perl
changes.

Bump PKGREVISION because of the depends changes.
2012-12-21 04:55:10 +00:00
joerg
f40075eae8 Revert, the real issue was in cyrus-sasl. 2012-12-20 23:00:06 +00:00
joerg
749e7bb2c5 Stop clang from caring about return usage, this is way too messy to fix up. 2012-12-20 21:46:16 +00:00
jaapb
54c3b5db8b Fixed build failure with newest version of cyrus-sasl. 2012-12-20 13:21:48 +00:00
jperkin
ccceec3eae Avoid "error: call of overloaded 'pow(int, int&)' is ambiguous".
Fixes build on Solaris.
2012-12-19 17:21:48 +00:00
taca
23ebbc8aa6 Update ruby-commander to 4.1.3.
=== 4.1.3 / 2012-12-15

* Remove use of eval in Array.parse
* Make generated template executable and set better defaults (@suan)
* Fixed valid_command_names_from to match exact commands only (@fgalassi)
2012-12-17 12:35:11 +00:00
taca
8f96be9018 Update ruby-bundler to 1.2.3.
## 1.2.3 (Nov 29, 2012)

Bugfixes:

  - fix exceptions while loading some gemspecs

## 1.2.2 (Nov 14, 2012)

Bugfixes:

  - support new Psych::SyntaxError for Ruby 2.0.0 (@tenderlove, @sol)
  - `bundle viz` works with git gems again (@hirochachacha)
  - recognize more cases when OpenSSL is not present

## 1.2.1 (Sep 19, 2012)

Bugfixes:

  - `bundle clean` now works with BUNDLE_WITHOUT groups again
  - have a net/http read timeout around the Gemcutter API Endpoint
2012-12-17 12:34:38 +00:00
taca
1efe8b21e1 Add and enable ruby-sprockets22. 2012-12-17 12:10:38 +00:00
taca
551896f4ac Add Ruby Sprockets version 2.2.2 as ruby-sprockets22 which is part of
Ruby on Rails 3.2.9.

Sprockets: Rack-based asset packaging

Sprockets is a Ruby library for compiling and serving web assets.
It features declarative dependency management for JavaScript and CSS
assets, as well as a powerful preprocessor pipeline that allows you to
write assets in languages like CoffeeScript, Sass, SCSS and LESS.
2012-12-17 12:09:39 +00:00
wiz
0ce771aee0 + py-anki2. 2012-12-17 11:57:04 +00:00
wiz
2bd5f9acee Mention v1 and conflict with py-anki2. 2012-12-17 11:56:53 +00:00
wiz
567488e6a5 Import py27-anki2-2.0.3 as misc/py-anki2.
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 major version 2 of the program.
2012-12-17 11:55:46 +00:00
obache
64deda1dc9 recursive bump from cyrus-sasl libsasl2 shlib major bump. 2012-12-16 01:51:57 +00:00
ryoon
35263110cb Bump PKGREVISION from devel/nss 3.14.0. 2012-12-15 10:36:18 +00:00
wiz
d72a09d894 Update to 1.4.0, provided by ISIHARA Takanori in PR 47075.
1.3.9.2 to 1.4.0

INCOMPATIBLE update. If you need compatibility with 1.3.*, put
(setq howm-compatible-to-ver1dot3 t) before (require 'howm) in your
.emacs. See M-x customize-group RET howm-compatibility RET for
details.

Though howm-1.4.0 has a new menu file, your old menu file is not
updated automatically. Copy en/0000-00-00-000000.txt into howm/
directory if you like. Alternatively, you can cut and paste some
parts of it to your howm/0000-00-00-000000.txt by hand.

1.3.9.1 to 1.3.9.2

small bug fix.
2012-12-12 13:10:54 +00:00
wiz
e1acde4ddb Reset maintainer on his request. 2012-12-12 10:44:06 +00:00
ryoon
50cf488bd4 Bump PKGREVISION from graphics/sane-backends. 2012-12-10 12:32:39 +00:00
wiz
0bc8d1d0f5 Bump PKGREVISION for libexttextcat shlib name change. 2012-12-09 15:19:48 +00:00
ryoon
fe3c7ec33d Update to 0.9.7
* Add dependency to net/py-netifaces

Changelog:

Release: 0.9.7 [23 Nov, 2012]
New Features

    Edit metadata dialog: Show the size of the current book cover in the edit metadata dialog.

    Closes tickets: 1079781
    Get Books: Allow easy searching by title and author in addition to any keyword, to prevent large numbers of spurious matches.
    An option to automatically convert any added book to the current output format, found under Preferences->Adding books
    E-book viewer: Allow viewing tables in a separate popup window by right clicking on the table and selecting 'View table'. Useful for reference books that have lots of large tables.

    Closes tickets: 1080710
    Catalogs: Add the current library name as an available field when generating catalogs in csv/xml format.

    Closes tickets: 1078422
    Enable colored text in the output from the command line tools on windows
    E-book viewer: Add an option to hide the help message when entering full screen mode
    E-book viewer: Add an option to always start the viewer in full screen mode
    E-book viewer: Add many more controls to the context menu, particularly useful in full screen mode
    E-book viewer: Allow easy searching of the selected word or phrase in google via the context menu
    Add a new type of FileType plugin, postimport, that runs after a book has been added to the database.
    Get Books: Remove Gandalf store, add Publio store. Update the Legimi store plugin for website changes

Bug Fixes

    Conversion: Correctly handle values of left and right for the deprecated align attribute of images, mapping them to the CSS float property instead of to text-align.

    Closes tickets: 1081094
    MOBI Output: When generating joint MOBI6/KF8 files do not set incorrect display CSS values for tables in the KF8 part
    Connect to iTunes: Ignore AAC audio files.

    Closes tickets: 1081096
    E-book viewer: Fix restoring from fullscreen not respecting maximized window state
    Fix rows in the device books view sometimes being too high
    Catalogs: Fixed a problem occurring when merging comments with a custom field whose type is a list.
    Linux binary: Use exec in the wrapper shell scripts that are used to set env vars and launch calibre utilities.

    Closes tickets: 1077884
    E-book viewer: Fix blank pages after every page when viewing some comic files in paged mode
    E-book viewer: When printing, respect the specified page range.

    Closes tickets: 1074220
    Font subsetting: Parse the GSUB table for glyph substitution rules and do not remove any glyphs that could act as substitutes. Keep zero length glyphs like the glyphs for non printable characters when subsetting TrueType outlines.
    Smarten punctuation: Fix self closing script tags causing smarten punctuation to fail

New news sources

    Various Czech and Hungarian news sources by bubak
    Various Polish recipes by Artur Stachecki
    Buchreport by a.peter
    Red Voltaire by atordo
    Autosport by Mr Stefan
    House News by Eddie Lau

Improved news sources

    Arguments and facts
    Business Standard
    The New Yorker

Release: 0.9.6 [10 Nov, 2012]
New Features

    Experimental support for subsetting fonts

    Subsetting a font means reducing the font to contain only the glyphs for the text actually present in the book. This can easily halve the size of the font. calibre can now do this for all embedded fonts during a conversion. Turn it on via the 'Subset all embedded fonts' option under the Look & Feel section of the conversion dialog. calibre can subset both TrueType and OpenType fonts. Note that this code is very new and likely has bugs, so please check the output if you turn on subsetting. The conversion log will have info about the subsetting operations.
    EPUB Input: Try to workaround EPUBs that have missing or damaged ZIP central directories. calibre should now be able to read/convert such an EPUB file, provided it does not suffer from further corruption.
    Allow using identifiers in save to disk templates.

    Closes tickets: 1074623
    calibredb: Add an option to not notify the GUI
    Catalogs: Fix long tags causing catalog generation to fail on windows. Add the ability to cross-reference authors, i.e. to relist the authors for a book with multiple authors separately.

    Closes tickets: 1074931
    Edit metadata dialog: Add a clear tags button to remove all tags with a single click
    Add search to the font family chooser dialog

Bug Fixes

    Windows: Fix a long standing bug in the device eject code that for some reason only manifested in 0.9.5.

    Closes tickets: 1075782
    Get Books: Fix Amazon stores, Google Books store and libri.de
    Kobo driver: More fixes for on device book matching, and list books as being on device even if the Kobo has not yet indexed them. Also some performance improvements.

    Closes tickets: 1069617
    EPUB Output: Remove duplicate id and name attributes to eliminate pointless noise from the various epub check utilities
    Ask for confirmation before removing plugins
    Fix bulk convert queueing dialog becoming very long if any of the books have a very long title.

    Closes tickets: 1076191
    Fix deleting custom column tags like data from the Tag browser not updating the last modified timestamp for affected books

    Closes tickets: 1075476
    When updating a previously broken plugin, do not show an error message because the previous version of the plugin cannot be loaded
    Fix regression that broke the Template Editor

New news sources

    Various Polish news sources by Artur Stachecki

Improved news sources

    Various updated Polish recipes
    London Review of Books
    Yemen Times

Release: 0.9.5 [02 Nov, 2012]
New Features

    Font embedding: Add support for the CSS 3 Fonts module, which means you can embed font families that have more that the usual four faces, with the full set of font-stretch and font-weight variations. Of course, whether the fonts actually show up on a reader will depend on the readers' support for CSS 3.
    Sharing by email: Allow specifying an 'alias' or friendly name by which to identify each email recipient.

    Closes tickets: 1069076
    Embedding fonts: Allow adding ttf/otf font files to calibre directly to be used for embedding. That way the fonts do not have to be installed system wide. You can add a font to calibre via the 'Add fonts' button in the font chooser dialog for embedding fonts.
    E-book viewer: Add the ability to rotate images to the popup image viewer.

    Closes tickets: 1073513
    Generate cover: Speedup searching the system for a font that can render special characters
    A new custom font scanner to locate all fonts on the system. Faster and less crash prone that fontconfig/freetype
    Font family chooser: Show the faces available for a family when clicking on the family

Bug Fixes

    Get Books: Fix eHarlequin and Kobo stores.

    Closes tickets: 1072702
    Kobo driver: Fix a bug that could cause the on device book matching to fail in certain circumstances.

    Closes tickets: 1072437
    Kobo driver: When using a SD card do not delete shelves that contain on books on the card (there might be books in the shelf in the main memory).

    Closes tickets: 1073792
    Workaround for bug in the windows API CreateHardLink function that breaks using calibre libraries on some networked filesystems.
    Template editor: Use dummy metadata instead of blank/unknown values
    Windows: abort setting of title/author if any of the books' files are in use. Results in less surprising behavior than before, when the title/author would be changed, but the on disk location would not.

New news sources

    Pravda in english, italian and portuguese by Darko Miletic
    Delco Times by Krittika Goyal

Improved news sources

    Financial Times UK
    Science AAAS
    The Atlantic

Release: 0.9.4 [26 Oct, 2012]
New Features

    Conversion: Add an option to embed a font family into the book.

    The embedded font is used as the base font for all text that does not specify its own font family in the input document. Works only with output formats that support font embedding, principally EPUB/AZW3. Option is found under Look & Feel in the conversion dialog. You can ensure that the font is used for all text, regardless of the input document's styles by filtering out font family styles via the Filter Style Information option in the Conversion dialog.
    When changing the title/author of a book, use hard links instead of copying the books' files, for a large speedup. Only works on filesystems that support hardlinks.
    Linux installer: Resume interrupted downloads and verify the SHA-512 signature of the downloaded file before installing it.

Bug Fixes

    Windows: Check if any of the files of a book are in use before changing the title/author, this prevents the creation of duplicate files if one of the files is open in another program
    Kobo driver: Fix the ondevice status for some books getting lost.

    Closes tickets: 1069403
    Catalogs: Fix regression that broke use of prefix rules.

    Closes tickets: 1070086
    Tag Browser: Fix sorting incorrect for accented letters

    Closes tickets: 1069835
    Make the bundled Liberation fonts available on all platforms for embedding
    Use mimetype for fonts from the EPUB 3 specification
    Get Books: Handle website change that broke the SONY Store plugin
    Generate cover: If the default font cannot render characters in the metadata (for example for east asian languages) try to automatically find a font on the system that is capable of rendering the characters
    Fix regression that broke certain types of CSS selectors.

    Closes tickets: 1068937
    Use font-weight:bold instead of font-weight:bolder for the <b> and <strong> tags as ADE cant handle bolder when embedded fonts are used

New news sources

    Yazihane by A Erdogan

Improved news sources

    New York Post
    PC World
    TIME Magazine
    Associated Press

Release: 0.9.3 [19 Oct, 2012]
New Features

    Conversion: Add support for CSS 3 selectors by switching to the new cssselect module
    Drivers for the WayteQ xBook and the Topwise Android tablet

    Closes tickets: 1066083, 1067105
    Add an output profile for the Kindle PaperWhite
    Kobo driver: Improve performance when a large number of shelves are created on the device.

    Closes tickets: 1066633
    Catalogs: Put catalog sections at top level of ToC for EPUB/AZW3 catalogs.
    Adding books: When duplicates are found, show the list of possible duplicates in calibre with title and author.

Bug Fixes

    KF8 Input: Fix conversion/viewing of KF8 files generated with the unreleased? kindlegen 2.7.

    Closes tickets: 1067310
    Kindle driver: Increase the size of the cover thumbnails sent by calibre to the device. This fixes the problem of cover thumbnails not showing up on the PaperWhite
    MTP driver: Fix sorting on the title column of the device view.

    Closes tickets: 1067562
    Catalogs: Fix regression that caused authors and titles to be be incorrectly listed under symbols on OSX < 10.8.
    Catalogs: Fix error when generating catalog in non English locale and the user has specified a prefix rule using a Yes/no column.

    Closes tickets: 1065452
    E-book viewer: Remove the reload entry from the context menu as it is not supported in paged mode.

    Closes tickets: 1065615

New news sources

    Various Polish news sources by fenuks

Improved news sources

    Richmond Times Dispatch
    Various Polish news sources
    Aksiyon dergisi
    Spektrum der Wissenschaft
    Zeit Online
    Baltimore Sun
    LWN Weekly
    The Sun

Release: 0.9.2 [11 Oct, 2012]
New Features

    Wireless driver: Speed up deleting of multiple books
    E-book viewer: Add options to hide the scrollbar and show reading position in full screen mode.

    Closes tickets: 1047450
    News download: Add a field to allow recipe authors to tell calibre to remove duplicate articles that a re present in more than one section from the download.
    Metadata download: Turn off the use of the published date for the earliest edition a book as the published date. The earliest edition was identified via worldcat.org, which has rather poor data, leading to the occasional incorrect result. If you want this feature back, you can turn it on again via Preferences->Metadata download.

Bug Fixes

    ODT Input: More workarounds for the image positioning markup produced by newer versions of LibreOffice.

    Closes tickets: 1063207
    Metadata download dialog: Fix selected cover being changed when covers are re-sorted after download completes
    MTP driver: Ignore errors when getting the driveinfo.calibre file from the device and simply regenerate it
    E-book viewer: Use the system locale settings to display the 24/12 hour clock in full screen mode

    Closes tickets: 1063209
    Content Server: Make OPDS initial page respect the fields to display tweak
    Fix regression that caused calibre to not use OPF files when adding books recursively from directories with multiple books per directory
    KF8 Output: Fix handling of input documents that have URL unsafe characters in the file names of their images.

    Closes tickets: 1062477
    Fix enumeration type custom column not being merged.

    Closes tickets: 1061602

New news sources

    PVP Online, Mobile Nations, The Verge and Television Without Pity by Krittika Goyal

Improved news sources

    Pubblico Giornale
    Der Spiegel
    Shortlist
    FHM UK
    Countryfile
    Cosmo UK
    The Sun UK
    NME

Release: 0.9.1 [05 Oct, 2012]
New Features

    New driver for the Kobo Touch version 2.0+ firmware and Kobo Glo and Mini. See http://www.mobileread.com/forums/showthread.php?t=192863 for details

    Closes tickets: 1024983, 1059585
    Driver for Motorola Defy XT

    Closes tickets: 1061903
    Wireless driver: Always use automatic metadata management, regardless of the setting in Preferences->Devices
    Sending books by email: Allow sending to multiple email addresses at once separated by commas.

    Closes tickets: 1052332
    KF8 Output: Add the css passed in through the extra css conversion option to the generated inline ToC.

    Closes tickets: 1052343
    Windows: No longer use fontconfig to scan the system for available fonts. Instead use the Windows API. Should fix crashes/instability caused by fonts that fontconfig cannot handle
    When editing a blank (undefined) published date in the edit metadata dialog, have the calendar popup jump to the current date instead of the date 1-1-101

    Closes tickets: 1058531
    FB2 Input: Add support for th, code and strikethrough tags and also rowspan, colspan and align attributes.

    Closes tickets: 1059351, 1058591

Bug Fixes

    Get Books: Update Woblink
    Position the next selected book better after deleting multiple books from the library view

    Closes tickets: 1051135
    Allow using the Enter key to select the cover in the metadata download dialog

    Closes tickets: 1060472
    PDF Output: Handle embedded fonts better on linux
    HTML Input: Guess mimetype correctly for references to image files without file extensions.

    Closes tickets: 1059349
    Catalog generation: Workaround for bug in the ICU library on older OS X systems that caused catalog generation to fail when certain non-ascii characters are present in the metadata.

    Closes tickets: 1057862
    Wireless driver: Do not abort if BonJour registration fails, as we can still use broadcast to connect
    KF8 Output: Fix invalid output being generated for some files with very large blocks of contiguous non-ascii text

New news sources

    IOL News and The New Age by Darko Miletic

Improved news sources

    FC Knudde
    Stamgaten
    Foreign Policy
    Washington Post
    Twitch Films
    Nature News

Release: 0.9.0 [28 Sep, 2012]
New Features

    For a summary of the major changes in calibre between 0.8 and 0.9, see http://calibre-ebook.com/new-in/nine

Bug Fixes

    KF8 Output: Fix handling of &amp; &lt; and &gt; entities in the text. They were sometimes being incorrectly unescaped.
    Calibre portable: Add a manifest to the portable installer exe to prevent the application compatibility wizard from warning about a possible failed installation on windows 7. Also fixes installer requiring admin privileges on some computers

    Closes tickets: 1057042
    EPUB metadata: Fix book producer not being set when updating EPUB metadata
    EPUB metadata: Fix incorrect namespace on the role attribute of <dc:creator> tags when updating the metadata in EPUB
    Get Books: Fix incorrect price retrieval from ebooks.com.

    Closes tickets: 1055785
    MTP windows driver: Fix main memory and storage card sometimes swapped

    Closes tickets: 1055129
    PDF Output: On windows, remove any embedded fonts before generating the PDF as on windows, Qt generates image based PDFs when embedded fonts are present.

    Closes tickets: 1053906
    MTP windows driver: Do not try to connect to unsuitable devices such as the iPhone.

    Closes tickets: 1054562
    KF8 Input: Handle files that use non ascii paths/anchor names in the guide entries.

    Closes tickets: 1053751

New news sources

    Pubblico Giornale by iusvar

Improved news sources

    Monitor Online
    El Pais
    Chronicle of Higher Education
    Baltimore Sun
    Mac World
    Maximum PC
    Financial Times UK

Release: 0.8.70 [21 Sep, 2012]
New Features

    Support for connecting MTP (non disk based) devices via USB, such as the Nexus 7 and the Kindle Fire HD (Windows Vista and newer and Linux only)

    calibre can now detect and connect to devices that do not present themselves as USB disks to the operating system. Newer Android devices all use the 'MTP' protocol when connected via USB. calibre now supports devices using this protocol on both Windows (Vista and newer) and Linux.
    Calibre Portable: Create a new installer that does not require manually unzipping the Calibre Portable folder. Instead just run the installer and point it to the location you want to install to.
    Calibre Portable: Add support for multiple libraries created inside the 'Calibre Portable' folder.
    In the main book list when editing a blank published date, use a default value of Jan 2000 so that changing the date it easier
    Template language: Add function approximate_formats() to get list of formats saved in the db for a book as opposed to the formats that actually exist on disk
    Template language: Add a couple of new functions to get the path to individual book formats and the calibre library as a whole
    Drivers for HTC Flyer and Trekstor 4ink

Bug Fixes

    Conversion: Do not error out when tags have unparseable color attributes.

    Closes tickets: 1053583
    AZW3 Output: Do not error out if the input document contains embedded fonts of less than 1040 bytes.

    Closes tickets: 1052892
    Catalogs: Fix AZW3 output not properly indexed
    Get Books: Remove Beam Books due to lack of response to issues with the store.
    Windows: Ignore drives A: and B: when scanning for the drives belonging to a device
    Kindle driver: Fix generation of apnx files for newer kindle firmware.
    News download: If the output format is set to azw3, generate periodicals in mobi format as amazon does not support azw3 periodicals.

New news sources

    Various Hungarian recipes by laca
    NSFW Corp by Darko Miletic.
    FC Knudde and Stamgasten by drMerry

Improved news sources

    Indian Express
    Anadtech
    London Review of Books (subscrption version)
    Livemint
    xkcd
    Doghouse Diaries
2012-11-26 14:02:49 +00:00
joerg
7302fa4465 Welcome the void. 2012-11-23 12:11:41 +00:00
joerg
3173c95fd0 Since headers of this program can throw exceptions, don't use
-fno-exceptions.
2012-11-19 02:57:15 +00:00
joerg
da44b51d13 Fix clang patch with outdated patchsum to actually fix the issue. It is
simply not correct to pass references to variadic functions.
2012-11-11 22:49:20 +00:00
joerg
8373b36d36 Add missing template reference. Fix visibility inconsistencies. 2012-11-11 22:29:13 +00:00
joerg
b304fad545 Fix clang patch with outdated patchsum to actually fix the issue. It is
simply not correct to pass references to variadic functions.
2012-11-11 22:28:28 +00:00
joerg
64c27e3a71 Fix incorrect namespace to allow building with C++ compilers that have
strict template checks.
2012-11-11 22:27:32 +00:00
adam
2ff76ed439 Cosmetics 2012-11-07 23:41:01 +00:00
shattered
66325d0e23 Update to vttest-20120506; 7 years worth of changes omitted. 2012-10-30 20:45:06 +00:00
prlw1
cc21639d2b Update yelp3 to 3.6.1
* Fixed gettext warnings for man and info
* Allow dots in man page names, #676482 (Matthias Clasen)
* Fixed new-style Mallard conditional processing
* Updated translations
2012-10-29 12:46:30 +00:00
rh
4b9cf7aec1 Update Addresses to 0.4.8
Notable changes include:

Since 0.4.8:
============

  o relative link during framework installing, helps building in a separate
    root, like when building RPMs
  o fixed some portability issues of the Framework to solaris and windows
  o handle also PNG images
  o fixed a link in the framework from absolute to relative, for FHS
    (fix by Richard Stonehouse)
  o Many fixes in VCFviewer GWorkspace inspector, thanks also to
    Philippe Roussel
  o use GSMimeDocument to decode base64 instead of custom code
  o Makefiles work on windows
  o Birthday support (for SimpleAgenda)
  o fixes in VCF import (encoding, CR-LF)
  o fixed deleting of a person

Since 0.4.7:
============

  o Updated Makefiles to GNUstep Make 2.0
  o Fixed text editing to work with current GNUstep gui
  o Improved import of VCF files: tries to interpret HEX (by Guenther
    Noack) and the escape \, from Apple cards
2012-10-22 02:48:40 +00:00
wiz
24e93cf80f Update to 20120719.001:
20120719 - Mon Jul 23 18:02:31 2012
	* Support data from RangeMessage.xml. You can use the latest
	data from ISBN without updating this module.

20120719.01 - Thu Jul 26 08:57:14 2012
	Specify the Test::More version so I cna use subtest.
	No code or feature changes

20120718 - Mon Jul 23 12:59:52 2012
	* Daniel Jakubik updated the data for July 18, 2012
2012-10-21 22:10:44 +00:00
wen
65e5e3b0a9 Update to 1.7
Upstream changes:
CHANGES FROM 1.6 to 1.7, 13 October 2012

* tmux configuration files now support line-continuation with a "\" at the
  end of a line.
* New option status-position to move the status line to the top or bottom of
  the screen.
* Enforce history-limit option when clearing the screen.
* Give each window a unique id, like panes but prefixed with @.
* Add pane id to each pane in layout description (while still accepting
  the old form).
* Provide defined ways to set the various default-path possibilities: ~
  for home directory, . for server start directory, - for session start
  directory and empty for the pane's working directory (the default). All
  can also be used as part of a relative path (eg -/foo). Also provide -c
  flags to neww and splitw to override default-path setting.
* Add -l flag to send-keys to send input literally (without translating
  key names).
* Allow a single option to be specified to show-options to show just that
  option.
* New command "move-pane" (like join-pane but allows the same window).
* join-pane and move-pane commands learn "-b" option to place the pane to
  the left or above.
* Support for bracketed-paste mode.
* Allow send-keys command to accept hex values.
* Add locking around "start-server" to avoid race-conditions.
* break-pane learns -P/-F arguments for display formatting.
* set-option learns "-q" to make it quiet, and not print out anything.
* copy mode learns "wrap-search" option.
* Add a simple form of output rate limiting by counting the number of
  certain C0 sequences (linefeeds, backspaces, carriage returns) and if it
  exceeds a threshold (current default 250/millisecond), start to redraw
  the pane every 100 milliseconds instead of making each change as it
  comes. Two configuration options - c0-change-trigger and
  c0-change-interval.
* find-window learns new flags:  "-C", "-N", "-T" to match against either or
  all of a window's content, name, or title.  Defaults to all three options
  if none specified.
* find-window automatically selects the appropriate pane for the found
  matches.
* show-environment can now accept one option to show that environment value.
* Exit mouse mode when end-of-screen reached when scrolling with the mouse
  wheel.
* select-layout learns -u and -U for layout history stacks.
* kill-window, detach-client, kill-session all  learn "-a" option for
  killing all but the current thing specified.
* move-window learns "-r" option to renumber window sequentially in a
  session.
* New session option "renumber-windows" to automatically renumber windows in
  a session when a window is closed.  (see "move-window -r").
* Only enter copy-mode on scroll up.
* choose-* and list-* commands all use "-F" for format specifiers.
* When spawning external commands, the value from the "default-shell" option
  is now used, rather than assuming /bin/sh.
* New choose-tree command to render window/sessions as a tree for selection.
* display-message learns new format options.
* For linked-windows across sessions, all flags for that window are now
  cleared across sessions.
* Lots and lots of bug fixes, fixing memory-leaks, etc.
* Various manpage improvements.
2012-10-21 14:49:01 +00:00
cheusov
ffd0fd5a91 CONFLICTS between siag and siod packages 2012-10-21 11:39:12 +00:00
cheusov
e2db3e54f8 Fix pkglint warnings; Add LICENSE 2012-10-21 11:35:51 +00:00
joerg
994a344f44 Add missing prototypes. 2012-10-20 22:14:05 +00:00
obache
750d684c02 m17n projects has moved to Savannah. 2012-10-13 01:35:43 +00:00
adam
3f2cc57b2b Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
asau
9912a3809d Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
ryoon
0e7a6e4778 Update to 3.6.2
Changelog:
* Many important bugfixes
2012-10-06 05:30:40 +00:00
wiz
a4e2d15fd1 Add missing pkg-config tool. 2012-10-04 20:04:42 +00:00
wiz
84037564dc Remove unnecessary python restriction (to all supported versions). 2012-10-04 07:05:53 +00:00
wiz
79434c2ac7 Update for python25 removal. 2012-10-03 22:14:00 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
tron
14215633d2 Mass recursive bump after the dependence fix of the "cairo" package
requested by Thomas Klausner.
2012-10-02 17:10:28 +00:00
gson
24033661ee Update misc/py-anita to 1.29. Changes from 1.27:
The "xl" Xen interface can now be selected with "--vmm xl".

Increase the default memory size for amd64 to 128M.

Improve progress messages when creating the disk image.

When execing /bin/sh, wait for its prompt before sending
it a command.
2012-10-02 14:52:28 +00:00
ryoon
37c361f13b Update to 3.6.1
* Remove obsolete deoendency to binpatch

Changelog:
* Many bugfixes
2012-10-01 13:27:01 +00:00
wiz
52c0876a4b Add comment to patch. 2012-10-01 12:47:30 +00:00
ryoon
5588cd14b0 Update to 0.99.2
* By default, use Qt4 instead of gtk2, gtk2 support is broken in this version

Changelog:
===== 0.99.2 (September 7, 2012) =====

* Has been added "My Books" (purchased books) section for LitRes catalog
* Hebrew localization (by David Kachan)
* Updated Finnish localization (by Marko Vertainen)

===== 0.99.1 (July 26, 2012) =====

* Fixed bug with freezing at start
* List of network libraries is updated now from fbreader.org
* Fixed working with secured connections (now authentification and books buying on LitRes.ru catalog works)
* Image support for Ms-Word doc format

===== 0.99.0 (July 5, 2012) =====

* Esperanto interface localization has been added (by Katarína Nosková)
* Hyphenation patterns for Polish (by Tomasz Długosz)
* Polish interface localization (by Tomasz Długosz)
* Speed of library scanning has been increased
* Plugin for reading MsWord (*.doc) books
* Fixed zip reading for several ePub books (e.g. for “äie Zeit” ePubs)
* Support for book series in ePubs with point format (e.g. "2.5") has been added
* Fixed image support in RTF books
* Encoding & language recognizing has been improved
* As from version 0.99.0 FBReader for Linux supports qt4 interface only

===== 0.14.20100422 (April 22, 2010) =====

* Chinese text drawing optimization (thanks to You Sheng (SmartDevices) for
  idea)
* Mobipocket image processing has been fixed
* Standard file open dialog is now used instead of the old specially written
  for FBReader
* CSS processing for multi-xhtml epubs has been fixed (in 0.12.* the CSS
  loaded for the first xhtml was also applied for all other xhtmls)
* Chinese encodings detection has been improved
* Language/encoding detection for small files has been improved
* A problem with TOC in newest O'Reilly ePubs has been fixed
* A detection of book format by mime-type (not by file extension) has been
  partially implemented (in Gtk+ version only)
* Polish interface localization has been added (by Rafał Bakuła)

===== 0.12.10 (April 1, 2010) =====

* Processing of external hyperlinks in epubs has been fixed

===== 0.12.9 (March 25, 2010) =====

* Processing of epub local hyperlinks of form "../dir/file.html" has been
  fixed
* Code is now compilable with gcc 4.4.* (missing include directives have been
  added)

===== 0.12.8 (March 22, 2010) =====

* Smashwords library support has been improved: purchase links have been added
* LitRes library support has been updated: since this version FBReader uses an
  OPDS proxy located at http://data.fbreader.org/ for most operations with the
  LitRes catalog
* Processing of the xhtml hyperlinks in html encoded form (like
  '/files/This%20is%20a%20link') has been fixed
* A seg.fault during scanning several archives has been fixed
* Lithuanian localization has been updated
* Vietnamese language/encoding detection patterns have been added
* Parsing of decimal point in CSS files has been fixed (it doesn't depend on
the current locale now)

===== 0.12.7 (March 5, 2010) =====

* Vietnamese localization has been added
* LitRes catalog browsing broken in 0.12.6 has been fixed

===== 0.12.6 (March 3, 2010) =====

* A processing of ePub files with incorrect CRC/entry size information
  has been fixed. Such files are available e.g. from the FictionWise site.
2012-10-01 12:40:36 +00:00
dholland
40f058d25a Update to 0.37; closes PR 46078.
Now depends on perl.

0.37  Commands that emit "status lines" using backspaces and carriage
      returns could confuse rlwrap

      rlwrap uses C strings internally, and thus cannot cope with
      command output that contains zero bytes (padding). It used to
      replace these with spaces, now the zero bytes are removed.

      if the RLWRAP_HOME is set, but $RLWRAP_HOME doesn't exist, rlwrap
      will create it

      typo: SIGERR instead of SIG_ERR in signals.c

0.36  Entering a line from vi command mode would echo the input twice

      Output from very busy commands would not always be printed on time

      When rlwrap kills itself after a command crash it will not dump
      core, in order to avoid clobbering command's much more interesting
      core dump.

      Premature filter death is now reported properly (it used to only
      say: "EOF reading from filter" or "Broken pipe writing to filter")

0.35  config.{guess,sub} have been updated to version 2009-12-13

      Corrected array bounds error in my_putstr("") (which could make
      rlwrap write an extra newline when exiting, but might even crash
      on some systems)

      Many small improvements and fixes for multi-line input:

        Multi-line inputs are now written to the inferior command one
        line at a time, so that command's response (e.g. a continuation
        prompt) can be interleaved with the echo'ed (multi-line) input.

        Calling an external editor will no longer obliterate the prompt,
        and line/column positions are now correct.

        After a multi-line edit in vi-mode, the cursor will no longer
        end up one line too high.

      CTRL-D on an empty line was handed directly to command, but also
      (erroneously) put in readline's input buffer

      Many small fixes and improvements in signal handling:

         SIGSEGV, and other "error" signals like SIGFPE, are now unblocked
         all of the time, so that rlwrap can always clean up after a crash.

         Since version 0.25 rlrwap's transparency extends to signals: if
         the inferior command segfaults, rlwrap will kill itself with a
         SIGSEGV. In order to get the bug reports where they belong,
         rlwrap now reports explicitly that it has not crashed itself.

         rlwrap's call to sigaction forgot to set the signal mask (!)

         Continuing after CTRL-Z on QNX now wakes up command

      Added --one-shot (-o) and --only-cook (-O) options

      debug log is now in a format that works well with emacs' grep-mode

      rlwrap's bindable readline function names (like rlwrap-call-editor) are
      now in hyphen-style instead of underscore_style (use of the
      old_style_names will now be flagged as an error)

      Filters can now prevent a prompt from being cooked by "rejecting" it.

      Rlwrapfilter.pm would set $_ incorrectly in echo and output handlers.

      RlwrapFilter.pm manpage is now created by newer (and less buggy)
      version of pod2man

      Added EXAMPLES section and -t option to rlwrap manpage

0.34  Binding wide (e.g. utf-8) chars in .inputrc now works

      prefix arguments are now correctly reset (M-5 a b now
      yields aaaaab instead of aaaaabbbbb)


0.33  rlwrap incorrectly fed terminfo-style capnames ("dl1") instead of
      termcap codes ("dl") into tgetstr(). On newer Debian systems this
      exposed a bug where random garbage would be printed by rlwrap

      Hyphens in rlwrap manpage are now all properly escaped

      RlwrapFilter.pm now only re-sets $filter->cumulative_output when an
      INPUT message is received


0.32  Major new feature: filtering. Filters sit between rlwrap and the
      wrapped command, re-writing command output, input, prompts,
      history, and completion word lists.

      System-wide filters live in DATADIR/rlwrap/filters (where DATADIR =
      /usr/local/share by default, installation-dependent) Because of this,
      completions now live in DATADIR/rlwrap/completions (until now:
      DATADIR/rlwrap)

      To make filter writing easy, a perl module RlwrapFilter.pm has
      been added. It doesn't become part of your perl installation, but lives
      in DATADIR/rlwrap/filters

      rlwrap didn't properly check errno after reading from inferior pty.
      This could lead to a spurious "read error on master pty"

      Instead of using crusty old signal(), signal handlers are now set
      by sigaction() without SA_RESTART (BSD semantics) Different
      syscall-restarting behaviour among systems caused hard-to-trace
      bugs

      Now copies inferior pty's c_oflags to stdout before
      output. (some editors like joe would mess up the screen)

      prompt handling logic has been streamlined. Coloured prompt handling is
      reliable now, even for long prompts.

      At program exit, rlwrap now outputs a newline only when the client
      didn't.

      Added -g, -I, -N, -S, -w and -z options

      Removed -F option (and added a filter to replace it)

      -p option now takes colour names (-pYellow)

      rlwrap (and readline) uses C strings internally, which could cause problems
      with commands that output '\0' bytes. In direct mode, such
      characters are left untouched, but in readline mode they are
      replaced by spaces.

      the tools directory has been updated, so that configure will
      feel at home even on newer systems

      tested on SunOS, AIX, FreeBSD, HP/UX, QNX (thanks to polarhome.com), as
      well as cygwin and linux
2012-09-30 22:10:42 +00:00
adam
652f481bc2 Fix building with Clang 2012-09-30 13:15:03 +00:00
obache
09e3c10616 recursive bump from libcdio shlib major change. 2012-09-23 05:36:22 +00:00
ryoon
296f76c77e Recursive revbump from multimedia/libvpx 1.1.0 update 2012-09-22 13:48:15 +00:00
ryoon
9395f159f9 Update to 0.8.69
* Depend on qt4-qdbus
* Fix build on NetBSD at least
* Many improvements
* Many bugfixes

Changelog:
In detail, see http://www.calibre-ebook.com/whats-new

E-book viewer: Support the display of mathematics in e-books. Supports both embedded TeX and MathML [0.8.66]

The calibre ebook viewer can now display embedded mathematics (symbols, equations, fractions, matrices, etc.) in EPUB and HTML ebooks. For details, see: http://manual.calibre-ebook.com/typesetting_math.html [External link]
A new wireless device driver. This allows connecting wirelessly to a device running a 'smart' calibre client [0.8.65]

The wireless connection functions just as if the device was plugged into the computer by USB cable. Currently, Android devices are supported. See https://play.google.com/store/apps/details?id=com.multipie.calibreandroid [External link]
E-book viewer: Add a paged mode that splits up the text into pages, like in a paper book instead of presenting it as a single column. To activate click the button with the yellow scroll icon in the top right corner. [0.8.61]

In paged mode, the ebook viewer no longer cuts off the last line of text at the bottom of the screen, and it respects CSS page-break directives. You can also set page margins and control the number of pages displayed on screen by clicking the Preferences button in the viewer and going to 'Text layout in paged mode'.
When searching, allow use of un-accented characters to match accented characters in all fields and all languages (not just authors and English as before) [0.8.60]

The rules for matching un-accented characters are done in a language dependent way. So if your calibre interface language is set to English, n will match both n and ©ç, but if it is set to Spanish, it will match only n, as in Spanish ©ç is a separate alphabet in Spanish. This makes searching a little slower, so if you have a very large library you can turn it off via Preferences->Searching.
PDF Output: Full pagination support. No more cutoff bottom line. [0.8.57]

Fixes a long standing bug in calibre's PDF Output that caused the bottom line of some pages to be partially cut off and prevented top and bottom margins from working.
Make the new calibre style default on Windows and OS X. [0.8.56]

This change gives a more 'modern' feel to the calibre user interface with focus highlighting, gradients, rounded corners, etc. In case you prefer the old look, you can restore under Preferences->Look & Feel->User interface style
E-book viewer: The Table of contents panel now tracks the current position in the book. As you scroll through the book, the entry you are currently on is highlighted. [0.8.54]

To see this feature in action, open the Table of Contents panel in the viewer by clicking the button with three blue lines on it. As you page through the book, the chapter you are reading currently is highlighted in the Table of Contents Panel. Obviously, this will only work if the book you are reading has a Table of Contents. You can also use the Ctrl+PgUp and Ctrl+PgDn keys to quickly skip between chapters.
2012-09-19 15:38:26 +00:00
taca
0e9ae78e9e Make dependency to ruby-rack13 and strict range of package.
Bump PKGREVISION.
2012-09-16 15:55:30 +00:00
taca
6cb2315ac8 Remove support of ruby19 (Ruby 1.9.2). 2012-09-16 15:30:44 +00:00
taca
77b34e71f3 Update ruby-transaction-simple to 1.4.0.2.
== 1.4.0.2 / 2012-06-20
* Bookkeeping release that fixes install in scenarios where the RubyGem
  indicated it had a runtime dependency on hoe. Thanks to Michael Grosser
  (https://github.com/grosser) for the inspiration.
* Marked all files as UTF-8.

== 1.4.0.1 / 2007-10-01
* Fixed a simple bug with the #transaction method handling.
2012-09-16 06:47:39 +00:00
taca
ce0e0f2361 Update ruby-sprockets to 2.4.5.
**2.4.5** (July 10, 2012)

* Tweaked some logger levels
2012-09-16 06:46:45 +00:00
taca
543b4f5192 Update ruby-launchy to 2.1.2.
= Launchy Changlog
== Version 2.1.2 - 2012-08-06

* Fix where HostOS would fail to convert to string on JRuby in 1.9
  mode (copiousfreetime/launchy#45)
2012-09-16 06:46:02 +00:00
taca
fb010422cf Update ruby-configuration to 1.3.2.
Changes are unavailable.
2012-09-16 06:45:23 +00:00
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