pkgsrc/misc
ryoon 5ea6e87ca4 Update to 5.1.0.3
Changelog:
New features:
Writer:
Spelling dialog no longer automatically closes once spellcheck is complete. tdf#79312 (Marek Dolezel)
Widow/Orphan paragraph text-flow enabled by default for new documents. tdf#89714 (SIL)
Hide Whitespace option added to View menu tdf#39080 (Ashod Nakashian, Collabora)
Outline split button available in formatting toolbar, but hidden by default tdf#95403 (Maxim Monastirsky)
While in print preview mode to jump a specific page, the only thing you have to do to enter the page number on the numeric field in the toolbar. tdf#80657 (Gülşah Köse)

Calc:
New commands to add rows below and columns right. (Philippe Jung)
Formula Wizard shows the values of parameters and results on the Structure page. (Benjamin Ni)
Statistics regression: linear, logarithmic, power: Add a new statistics dialog for calculating regression. tdf#74667 commit (Tomaz Vajngerl, Collabora)
Organize sheet level context menus. commit (Yousuf Philips)
PNG export in LibreOffice Calc was added, as in Writer and Impress. blog entry (Miklos Vajna, Collabora)
Option to search formatted display strings using find bar and also "Find & Replace" dialog. tdf#48456 (Dennis Francis)
INDIRECT function: better compatibility for legacy OOo documents, improved interoperability with Excel tdf#92256,tdf#93688 (Katarina Behrens, CIB)
Custom number formats with question mark in decimal part (such as 0.???), to get decimal alignment without '0', are now saved in ODF tdf#40517 (Laurent BP)

Formula engine:
Table structured references

tdf#85063 (Eike Rathke, Red Hat)

    The following restrictions of Table structured references that were present in 5.0 were addressed:
        The column names must not be present as cell content in the table's header row any more; column-header-less tables are now supported.
            For this, for new database ranges without header cells or with empty header cell content, internal names are generated, for example Column1, Column2, ...
            Internal names are imported from OOXML spreadsheet documents and continue to function in formula expressions.
        Saving to OOXML, structured references are now written (not transformed to A1 notation any more) and the table context is maintained.
        Saving to OOXML, the defined database ranges are now exported as <table> elements.
    Modifying header cell content updates the internal table column names.
        When deleting header cell content, formulas referring the column name continue to function and are still editable using the previous name.
        When duplicating header cell content, duplicated column names internally are numbered. For example, having two FooBar header cells the column names will be FooBar and FooBar2. This is automatically reflected in existing formula expressions.
        When inserting columns within a table, numbered column names are internally generated for empty header cells, starting with the column number within the table. For example, inserting two columns before the third column of a table the generated names are Column3 and Column4.
            The generated column names are updated if text is entered in such an empty cell.
        All internal column names are unique within one table, which is reflected when displaying existing formula expressions.

Sticky end column/row anchors

tdf#92779 (Eike Rathke, Red Hat)

    For range references that encompass at least two columns or rows where the end reference points to the last column or row, i.e. AMJ or 1048576, the end column or row is sticky now and not moved when inserting or deleting columns or rows.
    When inserting columns or rows and updating a reference the end reference would be shifted out of the sheet bounds, the reference is anchored at the last column or row instead of generating a #REF! error.
        For example a reference B2:B1048575 when inserting two rows will be updated to B2:B1048576.
        The column or row will become sticky then, in the example row 1048576.
    A reference like B1048576:C1048576 does not have a sticky end row anchor, because only one row is referenced.

Compatibility with ODF 1.2

Function WEEKNUM strictly complies with ODF 1.2 function definition and ISOWEEKNUM has been introduced. tdf#50950 (Winfried Donkers + Eike Rathke)

    In the UI the WEEKNUM_ADD function has been renamed to WEEKNUM_EXCEL2003 to point out it exists for interoperability of documents created with Microsoft Excel.
        Importing such documents created with older Microsoft Excel versions map the WEEKNUM function to WEEKNUM_EXCEL2003
        Saving to ODF or OOXML writes WEEKNUM, older LibreOffice and OpenOffice.org release map that to WEEKNUM_ADD.
        For new documents the WEEKNUM function should be used.
    WEEKNUM now supports all arguments of the second parameter as defined in ODF OpenFormula (ODFF), see http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part2.html#WEEKNUM
    The ISOWEEKNUM function has been implemented to calculate the week number according to ISO 8601, see http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part2.html#ISOWEEKNUM
    WEEKNUM_OOO provides compatibility with older LibreOffice and OpenOffice.org releases for cases that can not be mapped to WEEKNUM or ISOWEEKNUM as defined in the standard, specifically if the mode argument is 1 the old WEEKNUM implementation returned a week number calculated as if it was an ISO 8601 calculation but with the week starting on Sunday instead of Monday. This is not covered by any standard.
        Not offered in the Function Wizard to prevent accidental use. Use it only if interoperability with older LibreOffice or OpenOffice.org releases is required.
        Currently still saved wrongly as ISOWEEKNUM with 2 parameters for interoperability with older LibreOffice or OpenOffice.org releases.
            This will be changed in future for release 5.3 and the function will be saved as ORG.LIBREOFFICE.WEEKNUM_OOO, the current 5.1 release is already enabled to read that.

Impress and Draw:

    Slide navigation and sorting commands were added with corresponding shortcut keys. tdf#91909 (Philippe Jung, Yousuf Philips)
    Master slide view appears in a different background color to normal view. tdf#87905 (Katarina Behrens, CIB)
    KDE, XFCE, and Mate ScreenSavers are now also inhibited when presenting (Andrzej Hunt).

Impress Mode selection

Several modes were active in Impress:

    Page to edit slides content
    Page Master to edit slides container
    Notes to add Notes
    Notes Master to edit Notes container
    Plan to sketch a presentation
    Handout to define the handout format
    Slide sorter to organise presentation

It was hard to navigate between Master / non master modes. Tabs above the working area were jumping right and left, consuming screen space.

Now, two toolbox icons have been added:

    one to toggle Tab bar visibility. It is hidden by default. Clicking the toggle disables the new Mode Selection tool and restores the previous behaviour.
    one to Select the Working mode among the 7 modes listed above. It is divided in two zones: top zone is regular mode (dealing with content of the presentation), bottom zone is the Master mode (dealing with container).

Slide Design

Slide Design dialog in Slide ▸ Slide Design now affects all selected (standard) slides. (Caolán McNamara, Red Hat)
Equalize Width/Height

When multiple objects are selected, the right click context menu Shapes submenu now supports Equalize Width and Equalize Height which adjusts the width/height of the selected objects to the width/height of the last selected object. (Caolán McNamara, Red Hat)

Save Background Image

Right clicking a slide now supports saving a background image to file, this matches the pre-existing set background image option. (Caolán McNamara, Red Hat)

View/Edit Control Points

The Shape Properties dialog for enhanced shapes now lists and enables editing the control points. This is in addition to the preexisting mechanism of selecting with the mouse the yellow control handle of the shape, but enables viewing and fine control over the control values. (Caolán McNamara, Red Hat)

Presenter Console

There is now a button on the presenter console to restart the timer of the slideshow without restarting the slideshow itself (see this blog entry) (Miklos Vajna, Collabora; Andreas Kainz)

OpenGL Transitions

All OpenGL transitions have been ported to OpenGL 2.1+, which removes support for very old GPUs but allows a better usage of modern ones. Four new transitions have been added and exploit these new available features. (Emmanuel Gil Peyrot, Collabora; Tomaž Vajngerl, Collabora)

Math:

    Autoclosing brackets is optional now tdf#43090

Import MathML from Clipboard

(Regina Henschel)

    The tool “Math Input Panel” in Windows or the context menu of a formula in a browser allow to copy the MathML source to clipboard. The Math module in LibreOffice has got a new item “Import MathML from Clipboard” in menu Tools to import such source and convert it into LibreOffice’s own formula syntax StarMath.

MathML and StarMath have some differences and therefore sometimes corrections on the imported formula are needed, but most of the formula should be correct. If a conversion is not possible, nothing happens.

The import expects, that a <math> element exists, which has an attribute xmlns="http://www.w3.org/1998/Math/MathML".

Base:
Ancient SeaMonkey based mozab driver was only used on Windows 32 bit and is removed now. This functionality is replaced with mork driver, that supports Thunderbird address book.

Given that SeaMonkey based mozab driver also provided Outlook and Outlook Express address book integration, that Windows 32 bit only feature is lost for now. Note that Windows 64 bit never supported ancient SeaMonkey based mozab driver.

Chart:
Trend Line

    Exponential and Power trend lines accept negative Y values tdf#70673 (Laurent BP)
    Improve equation rendering by removing some useless 1: (Laurent BP)
        polynomial: f(x) = 1x^2 + 1x +1 => f(x) = x^2 + x +1

Core:

Unicode character input with Alt+X

Some Windows applications, such as Microsoft Word and WordPad, permit the user to input arbitrary Unicode characters by typing an hexadecimal code point (for example, 2026 for …) and then pressing Alt+X. LibreOffice now includes this functionality as well. (Note: This feature adds to the long-existing, equivalent Linux/GTK functionality of pressing Ctrl+⇧ Shift+U+hexadecimal code point.) tdf#73691 (SIL)

Details:

    Toggles (switches back and forth) between the character before the cursor and its Unicode notation.
    Intelligently handles combining characters, expanding the entire character immediately.
    Selection is not necessary, but if used will limit the input to those characters. (Draw/Impress/Calc have the final result selected, but not Writer.)
    Handles all 16 Unicode planes
    Available in Writer, Draw, Impress, Calc and Math.
    Re-assignable keyboard shortcut: Tools ▸ Customize ▸ Keyboard ▸ Category:Options ▸ Function:Toggle Unicode Notation. Defaults to Alt+X assigned at the global level. (Alt+C used for Basque/Dutch/Galician/German/Brazilian-Portugese locales and ⌘ Command+⌥ Option+X used for MacOS).

WebDav Improvements

    Better LOCK/UNLOCK support tdf#82744 (Giuseppe Castagno)
    Support a (https-like) non-standard vnd.sun.star.webdavs URL scheme in addition to the non-standard (http-like) vnd.sun.star.webdav scheme, core commit d3de490437df4c9093f32e97fc185066d64c0f46 (Stephan Bergmann, Red Hat)

Filters:
New import filters

    Gnumeric is now an officially supported import format (does not work on Windows) (It was supported as part of the experimental features for some time) (Markus Mohrhard)
    Microsoft Write (.wri files) can now be imported, via libwps. (Sean Young)
    Apple Keynote 6 files can now be imported, via libetonyek. tdf#88682 (David Tardon, Red Hat)

Improvements in OpenXML filter

    Export of the modified VBA stream back to binary Microsoft formats and OOXML (Rosemary Sebastian, Markus Mohrhard)
        There is a new configuration value that allows to control whether to use this feature (by default yes) or switch back to the old behavior of discarding or writing back the unchanged stream
        The following features are not yet (completely) supported: Protected macros, macro sheets, active x and some of the designer features.
    Improved export of embedded objects to DOCX and PPTX, including export of Math formulas (Michael Stahl, Red Hat)
    Numerous other improvements to the Microsoft OOXML import and export filters, the Microsoft Office binary file formats and the RTF format. Details:
        OOXML Filters → OOXML, DOCX, XLSX, PPTX, VML, drawingML
        Microsoft Office binary file filters → DOC, XLS, PPT, "ww8"
        RTF Filters → RTF

Improvements in MS Visio filter

    Implement overriding of colour of lines and of text from layer properties and the visibility and/or printability of a layer. tdf#50309, tdf#68392 (Fridrich Strba)
    Fix incorrect handling of stencil text. tdf#90154 (Fridrich Strba)
    Basic initial implementation of hatch fill. tdf#44552, tdf#76835 (Fridrich Strba)
    Implement support of bullets/lists. tdf#92349 (Fridrich Strba)
    Implement support of default tab-stops and custom tab-sets in paragraph properties. (Fridrich Strba)
    Instead of line-break, spit out a new paragraph when a paragraph break is found. (Fridrich Strba)
    Initial emulation of line rounding property. (tdf#90603) (Fridrich Strba)
    VSDX theme color import fix (tdf#92270) (Andras Timar, Collabora)
    fix VSDX char background handling (tdf#92271) (Andras Timar, Collabora)

Improvements in CorelDRAW filter

    Do not drop empty text lines. tdf#67873 (David Tardon)


GUI:
    In dialog Tools ▸ Options ▸ LibreOffice ▸ View was added displays the current status OpenGL: Enabled or Disabled

Reorganization of the menus

The main menus in Writer, Calc and Impress were reorganized to improve usability, group similar functions together, add functions that were not present and sorting items based on their usage and importance. blog entry

    Reorganization of the menus in Writer, including the addition of a Styles menu tdf#91781 (Yousuf Philips)


    Reorganization of the menus in Calc, including the addition of a Sheet menu tdf#91820 (Yousuf Philips)

Remote Files Dialog

    In Start screen and menu File was added item Open remote files for opening file on remote resources such as Google Drive, OneDrive, SharePoint, etc.
    In menu File was added item Save to remote server for saving file on remote resources such as Google Drive, OneDrive, SharePoint, etc.
    Blog entry

Sidebar

    Sidebar Deck and Panel states are saved between sessions tdf#67770 (Laurent Godard)

    Reorganize the Area content panel found in the Properties deck. tdf#90078 (Rishabh Kumar, Yousuf Philips)

To left section Area in Libreoffice 5.0, to right - in LibreOffice 5.1

    Reorganize the Line content panel found in the Properties deck. tdf#89543 (Rishabh Kumar, Yousuf Philips, Katarina Behrens [CIB])

To left section Line in Libreoffice 5.0, to right - in LibreOffice 5.1

    Creation of a Shadow content panel found in the Properties deck in Calc, Impress and Draw. tdf#87702 (Rishabh Kumar, Yousuf Philips)

New section Shadow in Sidebar in LibreOffice 5.1

    Addition of new contour and spacing controls to the Wrap content panel in Writer. core commit 30c2ae28eecb3f1a4454784974c0c2bffc60334e tdf#93775 (Rishabh Kumar, Yousuf Philips)

To left section Wrap in Libreoffice 5.0, to right - in LibreOffice 5.1

    Increase and decrease font size buttons added to sidebar properties pane in Calc. tdf#86179 (Maxim Monastirsky)

On top - section Character in Calc 5.0, from below - in Calc 5.1

    Cell reference edge added to alignment section of sidebar in Calc. tdf#91802 (Rishabh Kumar)

    Cell styles added to properties pane in Calc. tdf#73071 (Rishabh Kumar, Yousuf Philips, Maxim Monastirsky)

    Grouped Slide Transitions for easy selection and added icon based selection palette to Sidebar in Impress tdf#36946 (Tor Lillqvist, Collabora; Michael Meeks, Collabora; Andreas Kainz, Yousuf Philips)

Section Slide Transition in Impress 5.1

    New Chart sidebar tdf#91063 (Markus Mohrhard, Yousuf Philips, Heiko Tietze)
        Some limitations still apply

    Image flip buttons are now available in Writer also (Samuel Mehrbrodt [CIB])


    Icons now honor RTL/Vertical Text settings and rotate/flip accordingly, as in the toolbar. tdf#85767 (Samuel Mehrbrodt [CIB])

    An "AutoCorrect Options" item has been added in the spell checking context menu. Users can now directly enter the autocorrect replacement table when there's no satisfying suggestion in the "Always correct to" submenu. tdf#92341 (Yousuf Philips, Samuel Mehrbrodt [CIB])

    The Spelling Dialog now has a toolbar for pasting and inserting special characters. tdf#95682 (Caolán McNamara, Red Hat, Inc.)

Linux/Gtk

    Enable auto-accelerator behaviour for gtk tdf#92630 (Simon Long, Raspberry Pi)


Localization:
New languages/locales with locale data

Available as default document language and for locale specific formatting.

    Added locale data for Arabic [ar-BH] [ar-IQ] [ar-JO] [ar-LY] [ar-MA] [ar-QA] [ar-SY] [ar-YE]. tdf#95485 (Ghasan Al-Sakkaf and Eike Rathke)

Improvements to proofing tools and language support

    Proofing tools for German language (de-AT, de-CH, de-DE) have been largely improved (tdf#96782):
        The spell-check dictionary now contains over 250,000 words. The new version adds over 20,000 new words.
        The thesaurus now contains over 135,000 words in over 35,000 meaning groups. The new version adds ~ 35,000 new words.
        The hyphenation patterns have been updated and contain an improved exception list.
    Updated Slovenian thesaurus (Martin Srebotnjak)
    New Guarani (gug-PY) thesaurus (Giovanni Caligaris and Olivier Hallot)
    Updated Hungarian spell-check dictionary (tdf#95024), major update, implemented the spelling reform defined by the 12th edition of Rules of Hungarian Spelling (by the Hungarian Academy of Science, 2015) (László Németh, Collabora)
    Updated Greek spell-check dictionary (tdf#94415)
    Updated Portuguese (pt-PT) spell-check dictionary
    Updated Swedish spell-check dictionary
    Updated Spanish spellcheck dictionary (Ricardo Palomares)
2016-02-11 09:45:26 +00:00
..
9menu Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
Addresses Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
ansiweather Update misc/ansiweather to 1.06 2016-01-01 23:54:16 +00:00
ascii Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
asr-manpages Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
astrolog Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
attica Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
autocue Use nbcompat headers. Fix pid_t printing. Fixes build on at least SunOS. 2015-07-09 09:44:18 +00:00
basket Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
bbappconf Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
bbdb Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
bbweather Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
bibletime Revbump after updating graphics/libwebp 2016-01-06 10:46:49 +00:00
blccc Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
bottlerocket Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
brs Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
bsdiff Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
bsdstats
buffer Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
byobu Reset PKGREVISION 2015-12-31 22:17:37 +00:00
calibre Update calibre to 2.50.1: 2016-01-31 08:36:29 +00:00
calibre1 Recursive PKGREVISION bump for poppler shlib bump. 2016-01-27 10:31:28 +00:00
celestia Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
chipmunk Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
chord Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
chordii Update 4.5.1 to 4.5.3 (from ChangeLog) 2015-11-24 12:04:23 +00:00
cksfv Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
color-theme Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
colorblind Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
colorize Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
colorls Use nbcompat correctly, add patch comments. Fixes build on SunOS. 2015-07-09 11:44:09 +00:00
colortail
cowsay Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
cstream Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
cuecat Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
cuetools Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
cw Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
deskbar-applet Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
dgpsip Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
dialog Update dialog to 1.3.20160126: 2016-02-01 12:00:09 +00:00
dirdiff Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
dose3 Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
dotfile Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
dpkg Update dpkg to 1.16.17. This fixes several security issues. 2015-12-30 12:47:57 +00:00
dt Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
dtach Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
dvorakng Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
dvtm Update misc/dvtm to 0.15. 2016-01-20 14:34:35 +00:00
dync Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
easymenu Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
ec2-ami-tools Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
ec2-api-tools Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
edict Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
elizatalk Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
elscreen Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
emacs-wiki Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
epm Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
erlang-p1_utils Change misc/erlang-p1_utils to use erlang/module.mk. 2016-01-16 18:55:38 +00:00
esniper Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
fbreader Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
fd Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
fep Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
figlet Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
figlet-fonts Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
firelib Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
gaupol Depend on fonts/paratype-ttf, since that's what gaupol prefers. 2016-02-07 17:51:35 +00:00
gelemental Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
getopt Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
gkrellm-flynn Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
gkrellm-launch Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
gkrellm-leds Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
gkrellm-moon Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
gkrellm-weather Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
gnome-devel-docs Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
gnome-user-docs Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
gnome-utils Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
gnuls
goffice0.6 Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
goffice0.8 Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
goffice0.10 Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
gok Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
gone Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
gperiodic Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
granulate Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
gwaei Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
hanzim Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
heirloom-banner
heirloom-cal
heirloom-calendar
heirloom-hd
heirloom-more Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
heirloom-od
heirloom-printenv
heirloom-printf
heirloom-random
heirloom-sleep
heirloom-sum
heirloom-tcopy
heirloom-time Instead of ONLY_FOR_PLATFORM, fix the PLIST for non-Linux. 2015-01-04 09:21:40 +00:00
heyu Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
howm Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
ibutton-pdkit Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
ipbt Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
iselect Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
ja-less Fix missing/broken rcsids. 2015-12-29 04:04:26 +00:00
ja-man Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
JBidwatcher Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
jhd Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
jive Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
JMdict Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
kaccessible Update kaccessible to 15.12.0 2016-01-10 19:37:55 +00:00
kalzium Update kalzium to 15.12.0 2016-01-10 19:37:10 +00:00
kanjidic Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
kanjidic2 Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
kanjipad Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
kbruch Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
kcharselect Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
kchm Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
kchmviewer Revbump after updating graphics/libwebp 2016-01-06 10:46:49 +00:00
kde-wallpapers4 Update kde-wallpapers4 to 15.08.3 2016-01-10 19:36:30 +00:00
kdeaccessibility3 Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
kdeaddons3 Recursive revbump from multimedia/libvpx 2015-11-18 14:19:46 +00:00
kdeadmin3 Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
kdeartwork3 Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
kdeartwork4 Update kdeartwork4 to 15.08.3 2016-01-10 19:35:37 +00:00
kdeedu3 Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
kdepim-runtime4 runtime dependency on qt4-tools. 2016-01-11 01:27:10 +00:00
kdepim3 Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
kdepim4 Update kdepim4 to 4.14.10 2016-01-10 19:33:43 +00:00
kdepimlibs4 Update kdepimlibs4 to 4.14.10 2016-01-10 19:33:04 +00:00
kdeplasma-addons4 library minor version update. Bump PKGREVISION. 2016-01-10 19:31:19 +00:00
kdeutils3 Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
kdrill Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
kgeography Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
khard Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
kig Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
kiten library minor version update. Bump PKGREVISION. 2016-01-10 19:31:19 +00:00
klettres Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
kmag Update kmag to 15.12.0 2016-01-10 19:30:52 +00:00
kmousetool Update kmousetool to 15.12.0 2016-01-10 19:30:19 +00:00
kmouth Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
koffice Revbump after updating graphics/libwebp 2016-01-06 10:46:49 +00:00
koffice-l10n-da Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
koffice-l10n-de Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
koffice-l10n-en_GB Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
koffice-l10n-es Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
koffice-l10n-et Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
koffice-l10n-fi Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
koffice-l10n-fr Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
koffice-l10n-pl Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
kp Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
kremotecontrol Update kremotecontrol to 15.12.0 2016-01-10 19:29:44 +00:00
kstars Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
kteatime Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
ktouch Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
kturtle Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
ktux Update ktux to 15.08.3 2016-01-10 19:28:58 +00:00
kwordquiz Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
kz_h8write Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
labelnation Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
latin-words-bin Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
less Update less to 481: 2015-11-07 20:18:41 +00:00
libcarddav Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
libcdio Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
libcdio-paranoia Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
libcec add bl3 glue 2015-11-17 00:02:13 +00:00
libkdeedu library minor version update. Bump PKGREVISION. 2016-01-10 19:28:22 +00:00
libkgeomap Update to 4.13.0 (part of digikam 4.13.0) 2015-11-03 20:16:51 +00:00
libkkc-data Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
libkvkontakte Fix build with recent cmake. 2016-01-23 01:25:31 +00:00
libquantum Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
libreoffice Update to 5.1.0.3 2016-02-11 09:45:26 +00:00
libreoffice4 Recursive PKGREVISION bump for poppler shlib bump. 2016-01-27 10:31:28 +00:00
libreoffice4-bin Add conflict pattern for libreoffice5-bin 2016-01-08 23:57:17 +00:00
libreoffice5-bin Import libreoffice5-bin-5.0.4 as misc/libreoffice5-bin for PR pkg/50617. 2016-01-08 23:53:13 +00:00
libreoffice43 Recursive PKGREVISION bump for poppler shlib bump. 2016-01-27 10:31:28 +00:00
libutf Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
lile Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
linux-words Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
loco Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
logsurfer Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
lookup Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
lv Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
m17n-db Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
m17n-docs Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
marble Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
mbuffer Update misc/mbuffer to 20151002 2015-11-26 00:27:23 +00:00
mirmon Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
mkcue Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
mmv Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
mnemosyne Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
molden Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
most
mousetweaks Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
mtail Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
multitail Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
nxtvepg Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
ocaml-cudf Removed the automatic setting of PKGNAME to ocaml-${DISTNAME} from 2016-02-06 12:06:07 +00:00
ocaml-opam Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
open2300 Link network libs for SunOS 2015-12-12 22:57:22 +00:00
open2300-mysql
openoffice3 Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
orca Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
p5-App-MrShell Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
p5-Array-PrintCols Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
p5-Business-CreditCard Update to 0.34 2016-02-07 01:52:48 +00:00
p5-Business-ISBN Update p5-Business-ISBN to 2.010: 2015-12-30 11:07:08 +00:00
p5-Business-ISBN-Data Update p5-Business-ISBN-Data to 20140910.003. 2015-12-27 23:46:26 +00:00
p5-Business-ISMN Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
p5-Business-ISSN Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
p5-Business-UPS Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
p5-ControlX10-CM11 Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
p5-ControlX10-CM17 Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
p5-File-MMagic Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
p5-File-MMagic-XS Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
p5-File-Tail Update 1.0 to 1.3 2016-02-08 03:13:38 +00:00
p5-Locale-Codes Update 3.33 to 3.37 2016-02-07 04:36:23 +00:00
p5-Locale-libintl Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
p5-Locale-Maketext Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
p5-Locale-Maketext-Fuzzy Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
p5-Locale-Maketext-Lexicon Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
p5-Locale-Maketext-Simple Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
p5-Locale-US Update2.112150 to 3.04 2016-02-07 04:41:55 +00:00
p5-Mac-Macbinary Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
p5-Mac-PropertyList Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
p5-Msgcat Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
p5-Parse-Win32Registry Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
p5-Search Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
p5-Vroom Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
parchive Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
parley Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
pciids Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
pdmenu Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
php-orangehrm Explicitly restrict PHP_VERSIONS_ACCEPTED to 55 and 56 for packages which 2015-12-06 12:13:12 +00:00
pinfo Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
ppower Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
pty-redir Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
py-anita Update to 1.39 2015-12-25 13:29:16 +00:00
py-anki2 Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-carddav Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-stdnum Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-trytond-company New Tryton release 3.8 2015-11-22 08:05:07 +00:00
py-trytond-party New Tryton release 3.8 2015-11-22 08:05:07 +00:00
py-trytond-party-relationship New Tryton release 3.8 2015-11-22 08:05:07 +00:00
py-trytond-party-siret New Tryton release 3.8 2015-11-22 08:05:07 +00:00
py-trytond-product New Tryton release 3.8 2015-11-22 08:05:07 +00:00
py-trytond-product-attribute New Tryton release 3.8 2015-11-22 08:05:07 +00:00
py-trytond-production New Tryton release 3.8 2015-11-22 08:05:07 +00:00
py-trytond-stock New Tryton release 3.8 2015-11-22 08:05:07 +00:00
py-trytond-stock-inventory-location New Tryton release 3.8 2015-11-22 08:05:07 +00:00
py-trytond-stock-lot New Tryton release 3.8 2015-11-22 08:05:07 +00:00
py-trytond-stock-product-location New Tryton release 3.8 2015-11-22 08:05:07 +00:00
qbrew Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
qterm Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
raspberrypi-userland Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
reed Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
rhash Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
rlwrap Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
rocs library minor version update. Bump PKGREVISION. 2016-01-16 18:54:22 +00:00
root Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
root-tail Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
routeplanner-cli Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
rox-memo Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
rpm Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
ruby-ansi Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
ruby-args_parser Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
ruby-bundler Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
ruby-colorator Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
ruby-colorize Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
ruby-columnize Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
ruby-commander Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
ruby-configuration Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
ruby-daemons Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
ruby-descendants_tracker Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
ruby-equalizer Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
ruby-gem_plugin Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
ruby-hashie Update ruby-hashie to 3.4.3. 2015-12-12 14:47:00 +00:00
ruby-hashie1 Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
ruby-hashie2 Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
ruby-launchy Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
ruby-memoizable Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
ruby-method_source Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
ruby-mini_portile Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
ruby-mini_portile2 Import ruby-mini_portile2-2.1.0 as misc/ruby-portile2. 2016-01-10 11:51:36 +00:00
ruby-naught Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
ruby-ohai Remove RUBY_VERSION_SUPPORTED which has the samve value as default. 2015-12-30 04:22:59 +00:00
ruby-parallel Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
ruby-progressbar Mark as allowing ruby18 as well. 2016-01-24 08:17:45 +00:00
ruby-pry Update ruby-pry to 0.10.3. 2015-12-12 14:50:16 +00:00
ruby-rainbow Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
ruby-slop Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
ruby-sprockets Update ruby-sprockets to 3.5.2. 2015-12-13 17:23:25 +00:00
ruby-sprockets22 Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
ruby-systemu Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
ruby-thread_safe Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
ruby-transaction-simple Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
ruby-typed-array Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
rubygems Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
rump Sort. 2015-12-29 06:23:20 +00:00
sch Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
sci Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
screen Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
send-pr Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
siag Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
since Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
softmaker-office-demo document NOT_FOR_PLATFORM 2015-01-04 03:39:11 +00:00
splitvt
starplot Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
stellarium Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
step Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
superkaramba Update superkaramba to 15.08.3 2016-01-10 19:27:41 +00:00
sweeper Update sweeper to 15.12.0 2016-01-10 19:26:44 +00:00
sword Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
taskjuggler Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
tds Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
team Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
tellico Recursive PKGREVISION bump for poppler shlib bump. 2016-01-27 10:31:28 +00:00
tellico-kde3 Recursive revbump from multimedia/libvpx 2015-11-18 14:19:46 +00:00
teseq Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
tmux Fix two issues with autoconf. 2016-01-09 11:13:15 +00:00
toilet Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
topless Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
ttyrec union wait 2015-11-08 21:02:49 +00:00
udfclient Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
ukpostcodes Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
uptimec Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
urjtag Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
usbids Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
usbprog Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
utftools Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
vera Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
vfu Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
vimpager Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
visual-regexp Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
vttest Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
vym Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
watch Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
wdic Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
wemux Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
whohas Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
window Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
xchm Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
xdg-utils Remove duplicate SHA512 digests that crept in. 2015-11-04 17:41:15 +00:00
xfce4-smartbookmark-plugin Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
xfce4-time-out-plugin Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
xfce4-weather-plugin Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
xjdic Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
xorg-docs Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
xorg-sgml-doctools Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
xrolodex Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
xtail Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
xtend Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
yelp Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
yelp3 Update yelp3 to 3.18.1 2016-01-20 09:32:28 +00:00
yrolo Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
zorro Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
zyGrib Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
zyGrib-maps Add SHA512 digests for distfiles for misc category 2015-11-03 23:49:31 +00:00
Makefile + ruby-mini_portile2 2016-01-10 11:52:05 +00:00