Commit graph

193844 commits

Author SHA1 Message Date
ryoon
25618a5f8f Update to 1.480.1
Changelog:
What's new in 1.480.1 (2012/11/17)

    FilePath.validateAntFileMask too slow for /configure (issue 7214)
    java.io.InvalidClassException (issue 14667)
    Log recorders do not work reliably (issue 15226)
    Invalid JSON is produced during remote api operations when a changeSet contains duplicate keys. (issue 13336)
    Memory exhaustion parsing large test stdio from Surefire (issue 15382)
    Fixed security vulnerabilities. (SECURITY-43,SECURITY-44,SECURITY-45)
2012-11-26 14:22:14 +00:00
ryoon
08dfcf1307 Updated misc/calibre to 0.9.7 2012-11-26 14:04:49 +00:00
ryoon
e3a0efaa5d 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
ryoon
097d3e1023 Added net/py-netifaces version 0.8 2012-11-26 13:56:30 +00:00
ryoon
0ff27e8049 Import py27-netifaces-0.8 as net/py-netifaces.
Portable network interface information.

netifaces provides a (hopefully portable-ish) way for Python
programmers to get access to a list of the network interfaces on
the local machine, and to obtain the addresses of those network
interfaces.
2012-11-26 13:55:00 +00:00
fhajny
32a6462c13 Fix build on SunOS as per
http://bugs.ruby-lang.org/projects/ruby-193/repository/revisions/37653
2012-11-26 12:37:52 +00:00
pettai
a976e79f4c Updated security/softhsm to 1.3.4 2012-11-26 11:33:13 +00:00
pettai
9564067a80 SoftHSM 1.3.4 - 2012-11-24
* SOFTHSM-28: Support RSASSA-PSS signature scheme.
* SOFTHSM-29: The default location of the token database is
  now $localstatedir/lib/softhsm/.
2012-11-26 11:29:01 +00:00
jperkin
93b5fb4099 Default to builtin solaris-pam, allows PREFER_PKGSRC=yes to work. 2012-11-26 10:40:32 +00:00
shattered
16b1f613f9 Updated x11/xkbset to 0.5 2012-11-25 21:38:19 +00:00
shattered
0bb0d2eedb Update to 0.5. No change log. 2012-11-25 21:37:50 +00:00
cheusov
4fa28ba07d Updated pkgtools/pkg_online-server to 0.13.1 2012-11-25 20:51:18 +00:00
cheusov
2c54d3c0d2 Update to 0.13.1
pkg_online server defaults to dict://dict.mova.org:26280

  "onlineinfo" has pkg_summary(5) raw format. Appropriate changes were
  made for pkg_online_client(1) and pkg_summary2onlineinfo(1).
2012-11-25 20:51:03 +00:00
cheusov
91c95bf216 Updated pkgtools/pkg_summary-utils to 0.60.0 2012-11-25 20:50:33 +00:00
cheusov
ca7e889809 Update to 0.60.0
pkg_update_src_summary:
     - Fix for the case when there are no updated/new packages, but
       removals exist.
     - Resulting summaeries are postprocessed by pkg_summary2bb_pkgs.
     - Option -v was added

  pkg_subgraph_deps:
     - Fix for option -1

  pkg_digger:
     - Minor fix. -sf outputs both fields and strategies.
     - All pkg_digger(1) backends return plain summaries on -1|-3|-9.
       Option -r was removed from pkg_digger_{summary,installed}

  pkg_digger_summary:
     - Implementation for option -n.

  pkg_summary2bb_pkgs:
     - Additional error checks.

  Man pages for pkg_digger, pkg_digger_summary, pkg_digger_installed
  were updated.
2012-11-25 20:49:46 +00:00
ryoon
c9f65aa006 Updated graphics/libwebp to 0.2.1 2012-11-25 17:28:37 +00:00
ryoon
d7d877e4c2 Update to 0.2.1
Changelog:
- 10/30/12: version 0.2.1
  * Various security related fixes
  * cwebp.exe: fix import errors on Windows XP
  * enable DLL builds for mingw targets
2012-11-25 17:28:04 +00:00
ryoon
306ed955e9 Updated fonts/ricty-ttf to 3.2.1 2012-11-25 16:54:13 +00:00
ryoon
7ec8e735cc Update to 3.2.1
* Remove mplus from LICENSE

Changelog:
* Remove reference to M+ FONTS LICENSE, like Migu 1M
* Fix fixed width problem
* Fix em dash problem
2012-11-25 16:53:45 +00:00
ryoon
0b0c229e84 Updated fonts/migu-ttf to 20121030 2012-11-25 16:49:07 +00:00
ryoon
353d948fed Update to 20121030
* Update LICENSE, and do not install mplus license file

Changelog:
2012-10-30
* Sync with M+ TESTFLIGHT 052 (2012-10-30 CVS)
* Make han-dakuten in Zenkaku-hiragana, Zenkaku-katakana, and Hankaku-katakana
  smaller (140% to 130%)
* Make Dakuten in Hankaku-katakana smaller, and fix glyph of Choon
* Revert two characters to M+ design
* [Migu 1C] Add slash to Zenkaku and Hankaku Zero. And serif to l character,
  bearings, kerning information of all characters in M+1C except l and I was
  revert to M+1c default
* [Migu 2M] Glyph of WAVE DASH make the same as FULLWIDTH TILDE
* [Migu 1P/1C] Make up arrow and down arrow to Zenkaku width
* Change font version to 0.20121031 to 2012.1031 to compliance with standatd
* Change script structure

2012-06-07
* Change LICENSE from IPA's request
* [Migu 1VS/2DS] Do not distribute ttf files

2012-04-11
* Sync with M+ TESTFLIGHT 048
* Change Hankaku-katakana glyphs to M+'s ones from IPA's ones
* Change policy for vertical align
* U+200B(ZERO WIDTH SPACE), U+2060(WORD JOINER), U+FEFF(ZERO WIDTH NO-BREAK
  SPACE & Byte Order Mark) is width 0 character now.
* Remove '.notdef', like MS Gothic and Meiryo
* Change some character's width like MS Gothic
* Make Han-dakuten bigger, and change choon glyph
* [Migu 2DS] Make character width of Zenkaku-hiragana and -katakana smaller
2012-11-25 16:48:17 +00:00
gls
4254a49e31 Updated net/synergy to 1.3.8 2012-11-25 16:40:07 +00:00
gls
54de7e234f Update net/synergy to 1.3.8.
No obvious Changelog found.
2012-11-25 16:39:40 +00:00
imil
219619db95 Added sysutils/polysh version 0.4 2012-11-25 11:17:36 +00:00
imil
7f3d6b18c8 add & enable polysh 2012-11-25 11:15:27 +00:00
imil
b507827aaa Initial import of polysh, version 0.4, into the NetBSD Packages Collection.
Polysh is a tool to aggregate several remote shells into one. It is used to
launch an interactive remote shell on many machines at once. It is written in
Python and requires Python >= 2.4.
2012-11-25 11:14:14 +00:00
ryoon
f93323e465 Updated fonts/vlgothic-ttf to 20121109 2012-11-25 10:59:18 +00:00
ryoon
9bb7cc9775 Update to 20121109
Changelog:
* M+1C and 1M parts sync with 2012.11.09 CVS HEAD of them
* Add 458 glyphs (Kuruma-hen, Yumi-hen, and Nin-ben have completed)
2012-11-25 10:58:31 +00:00
adam
a1959834ce Updated www/py-django-reversion to 1.6.4; www/py-django-cms to 2.3.4 2012-11-25 08:52:36 +00:00
adam
fa232c5c8a Changes 2.3.4:
- Fixed WymEditor
- Fixed Norwegian translations
- Fixed a bug that could lead to slug clashes
- Fixed page change form (jQuery and permissions)
- Fixed placeholder field permission checks
2012-11-25 08:51:07 +00:00
adam
577b3611d6 Changes 1.6.4:
Bug fixes.
2012-11-25 08:46:23 +00:00
cheusov
2a6b4f1371 Fix DESTDIR support 2012-11-24 22:48:08 +00:00
cheusov
535515ad30 Fix bad pattern in BUILD_DEPENDS 2012-11-24 22:32:11 +00:00
wiz
09cad81d23 Add 5 more option descriptions from diro@nixsyspaus.org in PR 47185. 2012-11-24 22:28:36 +00:00
adam
28ae93c9f5 Updated tcl/tk to 8.5.13 2012-11-24 21:40:47 +00:00
adam
ed559071f5 Additional files for Aqua on Darwin 2012-11-24 21:39:12 +00:00
adam
87c958b3cb Changes 8.5.13:
* --enable-aqua build for Mac OS X is now a Cocoa implementation.
* Support has been added for Cygwin network pathnames.
* Updated to Unicode 6.2 support. Fixes for several crashes and bugs.
2012-11-24 21:38:49 +00:00
ryoon
526e56c490 Updated fonts/sourcesans-fonts to 1.038 2012-11-24 17:39:33 +00:00
ryoon
13736122e1 Update to 1.038
Changelog:
version 1.038 created 2012/09/12

  * Updates the metrics of Majuscule letters in lighter weights.
  * Updates fonts to add small capitals and superior capital letters to upright
    styles.
  * Adds the following characters for transliteration: Blinebelow, blinebelow,
    Klinebelow klinebelow, Emacronacute, emacronacute, Omacronacute,
    omacronacute, primemod
  * Adds the following punctuation characters: bardbl, iterrobang, ceilingleft,
    ceilingright, floorleft floorright, bracketleftwhite, bracketrightwhite,
    brackhalftopleft, brackhalftopright, brackhalfbotleft, brackhalfbotright
  * Adds dotted zero and slashed zero.
2012-11-24 17:38:54 +00:00
manu
ddbfe75831 Update SOGo (and its SOPE dependency) to 2.0.2a
ChangeLog since 2.0.0

2.0.2a (2012-11-15)
-------------------

Enhancements
 - improved user rights editor in calendar module
 - disable alarms for newly subsribed calendars

Bug fixes
 - fixed typos in Spanish (Spain) translation
 - fixed display of raw source for tasks
 - fixed title display of cards with a photo
 - fixed null address in reply-to header of messages
 - fixed scrolling for calendar/addressbooks lists
 - fixed display of invitations on BlackBerry devices
 - fixed sogo-tool rename-user for MySQL database
 - fixed corrupted attachments in Webmail
 - fixed parsing of URLs that can throw an exception
 - fixed password encoding in user sources

2.0.2 (2012-10-24)
------------------

New features
 - added support for SMTP AUTH
 - sogo configuration can now be set in /etc/sogo/sogo.conf
 - added support for GNU TLS

Enhancements
 - speed up of the parsing of IMAP traffic
 - minor speed up of the web interface
 - speed up the scrolling of the message list in the mail module
 - speed up the deletion of a large amounts of entries in the contacts module
 - updated the timezone files to the 2012.g edition
 - openchange backend: miscellaneous speed up of the synchronization
   operations
 - open file descriptors are now closed when the process starts

Bug fixes
 - the parameters included in the url of remote calendars are now taken into
   account
 - fixed an issue occurring with timezone definitions providing multiple entries
 - openchange backend: miscellaneous crashes during certain Outlook
   operations, which have appeared in version 2.0.0, have been fixed
 - fixed issues occuring on OpenBSD and potentially other BSD flavours

2.0.1 (2012-10-10)
-------------------

Enhancements
 - deletion of contacts is now performed in batch, which speeds up the
   operation for large numbers of items
 - scalability enhancements in the OpenChange backend that enables the first
   synchronization of mailboxes in a more reasonable time and using less
   memory
 - the task list is now sortable

Bug Fixes
 - improved support of IE 9
2012-11-24 14:06:43 +00:00
adam
057dd5a68e Updated devel/p5-Tree-DAG_Node to 1.09 2012-11-24 13:55:10 +00:00
adam
276916bc6f Changes 1.09:
- No code changes.
- Oops. The changes in V 1.08 we made in the other 10 distros, but not in this one. My apologies.

Changes 1.08:
- No code changes.
- For pre-reqs such as strict, warnings, etc, which ship with Perl, set the version # to 0.
2012-11-24 13:54:17 +00:00
tonio
9e86393abf Update chat/weechat to 0.3.9.2 2012-11-24 11:16:32 +00:00
tonio
d343445498 Update chat/weechat to 0.3.9.2
Changes:
Security:
- CVE-2012-5854: Fix buffer overflow when decoding IRC colors in strings
- CVE-2012-5534: Fix untrusted command for function hook_process could lead to
  execution of commands, because of shell expansions
Among the new features:
- add plugin "script" (replacement of weeget.py and script.pl)
- add support of SSL in relay plugin
- add color for offline nicks
- add system resource limits for WeeChat process
- add zoom on merged buffer (default key: alt+"x")
- add "Day changed to" in logger backlog
- add command line option "-r" (or "--run-command") to run command(s) after startup of WeeChat
- add option "swap" for command /buffer
- generate alternate IRC nicks dynamically (when all nicks are already in use)
- fix rejoin of password protected IRC channels
- fix freeze in irc and relay plugins with sockets
- fix color of long lines (displayed on more than one line on screen) under FreeBSD
- allow update for some variables of hdata
- add japanese user's guide, scripting guide and tester's guide
- many bugs fixed.
2012-11-24 11:16:06 +00:00
marino
ac9e8de72d devel/cssc: Replace corrupt patch
I am not sure how this new patch was overwritten with the distinfo.
Replace it with the intended contents.
2012-11-24 08:43:18 +00:00
marino
1ab6d72705 graphics/tesseract: #include <unistd.h>
Fixes out-of-scope errors seen on gcc 4.7.x
2012-11-23 23:52:33 +00:00
pettai
81f8c74261 Updated net/knot to 1.1.2 2012-11-23 23:25:24 +00:00
pettai
5380c3b383 v1.1.2 - Nov 21, 2012
---------------------

Bugfixes:
        * Fixed debug message.

v1.1.2-rc1 - Nov 14, 2012
-------------------------

Bugfixes:
        * Fixed crash on reload when config contained duplicate zones.
        * Fixed scheduling of transfers.
2012-11-23 23:24:52 +00:00
marino
19b112d928 devel/cssc: #include <unistd.h>
Fixes out-of-scope errors seen on gcc 4.7.x
2012-11-23 23:03:12 +00:00
marino
ff26a4d0d6 devel/omake: Disable treat error as warnings
GCC 4.7.x will emit warnings on ocaml if a function or a constant is
unreferenced.  There are a few dozen of these in omake.  The alternative
to disabling warnings=errors is to remove functions and contants over
many files (probably more than a dozen).
2012-11-23 22:55:22 +00:00