Commit graph

188314 commits

Author SHA1 Message Date
wiz
a952cbdb51 Update to 0.0.18:
Disable optimization in debug build
	Fix prefix ++/-- operators for non-primitive types
	This langid does not make sense and we don't even use it
	Trying to make encoding work in version 6
	Sync this with libcdr
	Fix utf16 parsing
	Some more rework of text encoding conversions
	Some character conversion rework + some debug messages
	Some belts and braces
	Related: fdo#48601 FILEOPEN: Open Visio's file with bitmap's blocks
	This fdo contains 2 files with which I had a different crash for each of them.
	This patch fixes one of the 2 crashes.
	For the moment no more cppcheck reports
	Resolves: fdo#50988
	bumping version
	Fix another crash in exotic circumstances
	And make it even compile
	Don't push_back(.back())
	Fix some crashes on windows
	And produce a valid xml too
	Avoid SVG crash for missing svg:id
	Make the thing even build
	Break line only at the end of the line
	Add vsd2text tool to dump text from Visio diagrams
	More warnings to be safer later
	Unused variable
	Resolves: fdo#50178 Reading Visio file causes crash
	include stdint.h and inttypes.h inconditionally in no-autofoo no-windows build
	Group the filled and stroked paths that are part of the same geometry
2012-07-01 14:05:07 +00:00
sbd
a1ef2e7bc8 Improve the sed command used in GET_OS_CMD to work with '*-*-linux-gnu' 2012-07-01 10:18:58 +00:00
sbd
0ea6cf1977 If the obsolete CLK_TCK isn't defined use CLOCKS_PER_SEC. 2012-07-01 10:13:04 +00:00
sbd
94f59e49d7 Revert last. 2012-07-01 09:56:13 +00:00
sbd
b8142aa2a9 <time.h> needs to be included for CLK_TCK 2012-07-01 09:51:13 +00:00
sbd
4608d78324 You don't need to pass a pointer to a gzFile as the first arguement to
gzprintf() only a gzFile.  Fixes the build with zlib-1.2.7
2012-07-01 09:42:20 +00:00
sbd
d326cb02d7 Cast away the const in a strstr call. 2012-07-01 09:24:44 +00:00
asau
5cf722b370 Updated math/mathomatic to 16.0.0 2012-07-01 08:02:20 +00:00
asau
73ceaf0866 Update to Mathomatic 16.0.0
CHANGES MADE TO MATHOMATIC 15.8.5 TO BRING IT UP TO THE NEXT VERSION:

Code, documentation, and user interface improvements, corrections,
and cleanup.  Fixed many possible bugs, some where the wrong level global
expression buffers were being used.

05/26/12 - Push command improved with better responses.  Same functionality.

           In the source code, tune-up variable integer_coefficients was
           renamed to "factor_out_all_numeric_gcds", because Mathomatic always
           tries to have integer coefficients this year, but it doesn't always
           factor out all numeric GCDs unless factor_out_all_numeric_gcds
           is true, or the factor command is used.  The default is false,
           for more orderly and revealing coefficients.
           Of course, much of what Mathomatic does is
           try to improve readability and simplicity.
           There is no need to set this variable, just use the factor command.

05/27/12 - Removed C declarations for memmove(3), the defaults in
           /usr/include/string.h are probably better and what's wanted in
           every case.  It would be very odd if this didn't work 100%.

05/28/12 - readline history file renamed to "~/.matho_history" from
           "~/.mathomatic_history".  File name was too long for CygWin.
           Tested thoroughly compiling, installing, and running under
           the latest CygWin.  Works fine, except for rlwrap.  "rlwrap -v"
           returns with error, a successful return is how I test for its
           existence.

           Made output redirection work with the "list primes" command.

06/02/12 - Cleanup of Linux, Mac OS X, and Windows binary distributions.
           The Windows binary distribution now includes m4 scripts, in case
           CygWin is installed, allowing use of m4 Mathomatic in Windows.

           Fixed MinGW version to not output two carriage returns at the
           end of every line of list command output.

06/03/12 - If compiled with -DSHOW_RESOURCES, will give total CPU usage and
           RSS size in the "version status" command.  Requires OS support.
           Some OSes will show even more information.  Uses getrusage(2).

06/04/12 - Allow breaking out of user line-input requests with Control-C.
           Still have to hit the Enter key, but the command will be aborted.

06/05/12 - Added "lib/example.c", the simplest example yet of Symbolic Math
           Library usage.  Compile with "compile.testmain" or practice
           compiling it by hand.

           The simplify command now returns the number of expressions
           simplified, so you can tell if "simplify sign" worked.

           The solve command can now require verification, by using the
           "verifiable" option, instead of the "verify" option.  This causes
           unverifiable solves to return with failure, aborting any reads.

           Fixed missing code in internal C function free_mem().
           I don't think it was used by anyone.  A call to free_mem() is
           now made on exit, if Mathomatic is compiled with -DVALGRIND, to
           check for memory leaks.

06/08/12 - Added polynomial factoring to GCD result of divide command.
           It is always handy to know what the factors are of the GCD.

           Allow comma (,) at the end of most input lines.  A comma now
           terminates an expression instead of giving an error.  Allow
           commas all over the place, where-ever logical, in any
           Mathomatic command-line.  They are used as separators,
           more so than spaces.

06/09/12 - Cleaned up variables command to always allow the count parameter,
           and to line up everything with 8 character wide tabs.

           Added ability to place the definite integration bounds on the
           integrate command-line, just like the nintegrate command.

           Added titles to most help command pages.

06/10/12 - The "factor number" command works much nicer now, and allows comma
           separators and zero.

           Developers should note that to remain the same as past versions,
           HTML mode needs to be "set html all" to output HTML at all times
           in both the application and the symbolic math library, even when
           redirecting output.  Now setting all HTML mode with
           "make pdfsheet".  "set html" only outputs HTML code to standard
           output.

06/13/12 - Added warning in "misc/known_bugs.txt" about LLVM/Clang optimizer
           failure when compiling Mathomatic with LLVM/Clang instead of gcc.
           If you enable any optimization at all, entering (32^.5) and the
           like will hang Mathomatic, putting it in an endless loop.
           So when compiling Mathomatic with LLVM/Clang, always disable
           optimization with "-O0", so that it will then run and pass
           all of the tests in 1 second and not be infinitely slower.
           Mathomatic will hang during "make test"
           if compiled with optimization enabled using LLVM.  Mathomatic is
           not noticeably slower when compiled without any optimization,
           because everything is memmove(3)s and floating point arithmetic.

06/15/12 - Added repeat option to replace command.  A handy feature that
           lets you try plugging different values into an equation.  It
           checks if the result is an identity, too.

06/18/12 - The version command now has a "status" option, which behaves
           as before, displaying all version and status information.
           The version command by itself now only displays the Mathomatic
           version number.  Running "mathomatic -v" is now a good way of
           testing for the existence of Mathomatic on your system, only
           outputting the version number to standard output and exiting
           successfully.

06/19/12 - Removed the parenthesizing of variable names in all messages.

           If the current expression is a non-equation, then prefixing or
           suffixing an expression with "=" will add that expression as
           the other equation side now, conveniently making it an equation
           you can solve.

06/22/12 - Added equation number ranges option to tally command.  Type
           "tally -" to resume if the current equation hasn't changed.  Type
           "tally all" to add together all stored expressions as the starting
           value.  Specifying equation numbers or ranges will silently add
           them, then prompt for the next things to add.  The average option
           now displays the number of entries (count) each time the average
           is displayed.  When you exit by typing an empty line, the current
           total is saved in the next available equation space and made
           current, so it can easily resume with "tally -".  "-" by itself
           always means the current equation.

           gnuplot now works with MS-Windows better.  Tried running a Windows
           gnuplot test from scratch, without Cygwin, and it didn't work.
           It should be mostly fixed now.  So go ahead and try plotting
           in Windows, after downloading and installing gnuplot.  Please
           complain if any problems.

           Fixed a long-running problem with the plot command, by asking the
           user questions, only if needed, so that gnuplot will not give an
           error if you are multi-expression plotting.

06/23/12 - Moved load_rc() out of main.c so that the Mathomatic startup set
           options file can be loaded by the library, if the developer wishes.
           Changed a few things so that "set save" and "set no save" will work
           if load_rc() is called beforehand.

06/25/12 - The simplify command has been fixed for optimal integer coefficient
           factoring results and so "180*(sides-2)" simplification works
           nicely, by keeping the result the same as the start by
           factoring out rational constants greater than 1 (this is new),
           along with less than 1,
           if the coefficients remain or become integers.

           Many things cleaned up and finished, like the official
           documentation, the "code integer" command, and "examples/fact.c".

06/27/12 - Allow an ASCII string after the "set save" command, to save only
           that string in ~/.mathomaticrc, so that string, which should be set
           options, is for every Mathomatic session to start with.
           For example, "set save bold color" will start out Mathomatic in
           bold color mode every time.  Enter "set no save" to remove.
           "set save" by itself saves all of the current set options for every
           future session.

Mathomatic version 16.0.0 released Friday 06/29/12.
2012-07-01 08:02:04 +00:00
plunky
c37dc8ea99 Updated misc/zyGrib to 5.1.4 2012-07-01 07:23:12 +00:00
plunky
9412e63152 bump for zyGrib 5.1.4 2012-07-01 07:22:14 +00:00
plunky
11a03ca57d update to zyGrib 5.1.4
2012-06-03 : zyGrib Version 5.1.4

    New translation: Finnish (paljon kiitoksia Kari Salovaara).
    Bug fixed: memory leak while saving images of animations.
    User can choose the type of wave arrows.
2012-07-01 07:21:35 +00:00
dholland
27f4571939 Doesn't support python25. 2012-07-01 03:52:54 +00:00
sbd
38589bded1 In audio_dev.c allways include stdint.h 2012-07-01 03:25:51 +00:00
dholland
65c4490022 Remove references to xine_trick_mode(), which was not actually used
here and got removed from xine-lib. While here, add desktopdb.mk and
set BUILDLINK_DEPMETHOD.libXt correctly. PKGREVISION -> 10.
2012-07-01 02:02:52 +00:00
jakllsch
07b4c1f075 +py-audiotools 2012-07-01 01:59:01 +00:00
jakllsch
246a212911 Added audio/py-audiotools version 2.18 2012-07-01 01:57:15 +00:00
jakllsch
251308db17 Add audiotools 2.18.
Python Audio Tools are a collection of audio handling programs
which work from the command line. These include programs for CD
extraction, track conversion from one audio format to another,
track renaming and retagging, track identification, CD burning from
tracks, and more. Supports internationalized track filenames and
metadata using Unicode. Works with high-definition, multi-channel
audio as well as CD-quality. Track conversion uses multiple CPUs
or CPU cores if available to greatly speed the transcoding process.
Track metadata can be retrieved from FreeDB, MusicBrainz or compatible
servers.
2012-07-01 01:56:16 +00:00
dholland
d32c51e372 Merge change from upstream to fix build. 2012-07-01 01:43:02 +00:00
schmonz
28f4b62d4e Updated www/ikiwiki to 3.20120629 2012-07-01 01:35:07 +00:00
schmonz
7d77187c2f Update to 3.20120629. From the changelog:
* mirrorlist: Add mirrorlist_use_cgi setting that avoids usedirs or
    other config differences by linking to the mirror's CGI. (intrigeri)
2012-07-01 01:34:56 +00:00
dholland
2eb467f68a Fix some pkglint. 2012-07-01 01:33:39 +00:00
dholland
f6d531439e Fix some pkglint, mostly whitespace. 2012-07-01 01:33:13 +00:00
dholland
8437dac68d Whitespace. 2012-07-01 01:32:53 +00:00
dholland
0936128b41 Fix some pkglint. 2012-07-01 01:32:21 +00:00
dholland
ff0efb8739 note bump of p5-Sys-Filesystem, which I did yesterday. 2012-07-01 00:20:10 +00:00
dholland
58b75b75cd Fix build with latest automake. 2012-07-01 00:10:51 +00:00
agc
1c7f573e17 Note the end of the freeze in preparation for the pkgsrc-2012Q2 branch. 2012-06-30 23:43:04 +00:00
dholland
66645e1edd Mask this on apache24 as it doesn't compile. 2012-06-30 20:20:44 +00:00
wiz
1c40f0c82c + bluefish-2.2.3, calibre-0.8.58, calligra-2.4.3 [koffice successor],
john-1.7.9jumbo6, ktorrent-2.4.1, libdrm-2.6.37, mathomatic-16.0.0,
  pixman-0.26.2, xf86-video-ati-6.14.6.
2012-06-30 18:27:06 +00:00
dholland
ed8b48f292 Fix remaining build problems. 2012-06-30 08:30:35 +00:00
dholland
954ed0dcaa Add upstream patches taken from https://bugs.kde.org/show_bug.cgi?id=149906
to fix build problems.
2012-06-30 08:29:59 +00:00
dholland
a5eda8c240 Fix broken build with gcc 4.5. 2012-06-30 07:05:08 +00:00
dholland
86e41ace3b Mark this BROKEN. It has been unbuildable for years and appears to be
dead upstream. It will be removed in due course (not immediately) unless
someone steps up to fix it.
2012-06-30 06:15:54 +00:00
dholland
6f1546a252 Honor PATH_FSTAB in the environment if present. Allows this package to
configure in a chroot that doesn't have an fstab file. Cloned from
the corresponding freebsd file.
2012-06-30 05:10:51 +00:00
taca
a5666019e3 - rails-3.2.3.
+ ruby-1.8.7.370.
2012-06-29 16:12:57 +00:00
christos
495f604421 Make this work with our cvs which prints out an extra line in version
because of the cvsacl patch.
2012-06-29 14:59:24 +00:00
taca
04f993550b Note update of mail/sylpheed package to 3.2.0. 2012-06-29 14:56:54 +00:00
taca
03a2bdc257 Update sylpheed to 3.2.0.
Changes since Sylpheed 3.1.4
----------------------------

[New features]

      * Each attachments on the message view now have graphical label
        and popup menu.
      * The UI for Attachments tab was changed to save the space. Users
        now also can do 'Save all' without switching the view.
      * The 'show_attach_tab' option (without UI), which reverts the
        attachments interface to the old one, was added.
      * Multiple keywords search of the quick search was implemented.
      * The context menu of the folder view and the summary view can be
        popped up using Menu key or Shift+F10.
      * Win32: IPv6 support was enabled again.
      * Win32: SylFilter is now also included in the installer. The
        default junk commands were also changed to sylfilter.
      * Win32: an option to play sound when new messages arrive was
        added.
      * Win32: The file selector now follows Windows shortcut (.lnk).

[Improvements]

      * Number of maximum characters per line of configuration files
        was increased.
      * Compose window will not be closed if saving of message to
        outbox failed.
      * Sender's e-mail address became not guessable from generated
        Message-Id.
      * New plug-in APIs were added.
      * 'Account Preferences - Advanced - Put deleted messages in'
        account setting actually works now.
      * MIME debug output was modified.
      * Both filtered and original numbers of messages are displayed on
        the status label now.
      * The POP3 remote mailbox now supports SOCKS proxy.
      * The POP3 remote mailbox now retrieves headers from the newer
        messages (useful for slow connection).
      * The POP3 remote mailbox can now reload message headers after
        the loading is stopped.
      * News (NNTP) now supports SOCKS proxy.
      * The details of new message counts are displayed on the tooltip
        of the tray icon.
      * Address auto-completion now also matches to the subsequent part
        of the name of contacts.
      * On file selection dialog, the last selected folders are
        preserved between sessions now.
      * DNS lookup error is now distinguished from other connection
        errors.
      * The clip icon was replaced with more visible one on selected
        row.

[Performance improvements]

      * The performance of reading cache files was improved by using
        memory mapped file (requires GTK+ >= 2.8).
      * Win32: the launch of Windows installer became faster.

[Other changes]

      * Sylfilter command was added as a preset of junk filter program.
      * The blinking period of the tray icon was extended to 10 seconds.
      * 'Is shorter than' became the default for 'Age' filter condition.
      * The Japanse manual was updated, and the encoding of Japanese
        manual was changed to UTF-8 to prevent display failure on some
        browsers.

[Bugfixes]

      * Queue control headers are removed when moving messages from
        queue folders to trash.
      * Duplicated keyboard accelerators on some dialogs were fixed.
      * The focus on quick search entry is not stolen by the refresh of
        summary.
      * The HTML parser was modified.
      * The check of IMAP AUTHENTICATE response was fixed.
      * The compilation failure with GLib 2.32 or later was fixed.
      * The bug that a MIME part that didn't have its name could not be
        saved was fixed.
      * Address autocomplete drop-down list with newer version of GTK+
        was fixed (#52).
      * Line-space for auto-wrapped lines now reflects the line-space
        setting (#64).
      * Some minor fixes for IMAP were made.
      * Some memory leaks were fixed.
      * Other bugfixes were made.
      * Some compiler warnings were removed.
      * Win32: OpenSSL was updated to 0.9.8x. (0.9.8w in Sylpheed 3.1.4
        is also not vulnerable)
2012-06-29 14:56:16 +00:00
taca
2649b23ad8 Note update of F-PROT Antivirus packages to 6.2.1:
security/f-prot-antivirus6-fs-bin
	security/f-prot-antivirus6-ms-bin
	security/f-prot-antivirus6-ws-bin
2012-06-29 14:50:26 +00:00
taca
63c956ee25 Update F-PROT Antivirus packages to 6.2.1.
===
F-PROT Antivirus for Unix, version 6.2.1

Compatibility for older Linux distros improved (glibc 2.3 for 32 bit version and glibc 2.4 for 64 bit version)

Compatibility for older Solaris/SunOS version improved (both 32 and 64 bit versions are compatible with solaris 8 now)

64 bit FreeBSD now supported

===
F-PROT Antivirus for Unix, version 6.2.0

Scan engine upgraded from 4.6.2 to 4.6.5 with improved detection rates and fewer false positives.

Multiple issues with the mail scanners have been fixed.

===
F-PROT Antivirus for Unix, version 6.1.1

fpupdate fix to prevent crash on certain 64 bit Linux systems.
2012-06-29 14:49:38 +00:00
joerg
cfc164ceb7 Fix backtrace(3) fallout on NetBSD. 2012-06-29 12:39:17 +00:00
joerg
a126c83656 Fix inline usage. 2012-06-29 12:37:45 +00:00
joerg
66c4f935f1 Fix build for NetBSD current/GCC. Almost fix build with Clang. 2012-06-29 12:36:39 +00:00
joerg
4a91e24547 Consistently return a value. 2012-06-29 12:34:28 +00:00
joerg
ccdfd65a56 Fix vexing parse errors to declare variable. Add missing implementation
of constructor.
2012-06-29 12:32:23 +00:00
joerg
34e196a071 Fix build with clang. 2012-06-29 12:31:12 +00:00
morr
bc10d8e4ad Note update of www/wordpress 2012-06-29 10:41:28 +00:00
morr
5acc902824 Security update to version of Wordpress 3.4.1.
ChangeLog:

Wordpress 3.4.1:

* Fixes an issue where a theme’s page templates were sometimes not detected.
* Addresses problems with some category permalink structures.
* Better handling for plugins or themes loading JavaScript incorrectly.
* Adds early support for uploading images on iOS 6 devices.
* Allows for a technique commonly used by plugins to detect a network-wide activation.
* Better compatibility with servers running certain versions of PHP (5.2.4, 5.4)
or with uncommon setups (safe mode, open_basedir), which had caused warnings or
in some cases prevented emails from being sent.

Additionally: Version 3.4.1 fixes a few security issues and contains some security
hardening. These issues were discovered and fixed by the WordPress security team:

* Privilege Escalation/XSS. Critical. Administrators and editors in multisite
were accidentally allowed to use unfiltered_html for 3.4.0.
* CSRF. Additional CSRF protection in the customizer.
* Information Disclosure: Disclosure of post contents to authors and contributors
(such as private or draft posts).
* Hardening: Deprecate wp_explain_nonce(), which could reveal unnecessary information.
* Hardening: Require a child theme to be activated with its intended parent only.

Wordpress 3.4:

* Enhanced theme control
    * Customize theme options before activating a new theme using Theme Customizer
    * Use Theme Previewer to customize current theme without changing the front-end design

* Custom Headers
    * Improved Custom Headers with flexible sizes
    * Selecting Custom Header Images and Custom Background Images from Media Library Screen

* Media improvements
    * Support HTML in image captions

* Under the Hood improvements
    * Improvements in WordPress internationalization and localization (more info)
    * Different split in translation POT files for faster translations
    * Codex XML-RPC information update accessed via XML-RPC_WordPress_API
    * WP_Query improvements
2012-06-29 10:40:13 +00:00
wiz
82ff9fbce3 Fix typo (PKGREVISON -> PKGREVISION). 2012-06-29 06:31:35 +00:00