Commit graph

170515 commits

Author SHA1 Message Date
adam
0d522cdc85 Changes 1.76.1:
* Added eu.xml and gl.xml to SOURCES.
* Fixed bug when context was lost due to usage of xsl:key

Changes 1.76.0:
* Apply patch to support named destination in fop1.xsl.
* Remove the namespace mistakingly added with the last upload.
2011-04-14 10:31:18 +00:00
adam
6e65c4419b Updated archivers/xz to 5.0.2 2011-04-14 09:04:28 +00:00
adam
35bfe4e680 Changes 5.0.2:
* LZMA2 decompressor now correctly accepts LZMA2 streams with no
  uncompressed data. Previously it considered them corrupt. The
  bug can affect applications that use raw LZMA2 streams. It is
  very unlikely to affect .xz files because no compressor creates
  .xz files with empty LZMA2 streams. (Empty .xz files are a
  different thing than empty LZMA2 streams.)
* "xz --suffix=.foo filename.foo" now refuses to compress the
  file due to it already having the suffix .foo. It was already
  documented on the man page, but the code lacked the test.
* "xzgrep -l foo bar.xz" works now.
* Polish translation was added.
2011-04-14 09:03:40 +00:00
adam
179c596949 Updated www/ap2-perl to 2.0.5nb1; www/p5-Apache-Reload to 0.11nb1 2011-04-14 08:45:30 +00:00
adam
98df34edcc p5-Apache-Reload is now part of ap2-perl 2011-04-14 08:40:48 +00:00
adam
cb66a9afa3 Fix building with Clang; pkglint complains cleaned-up 2011-04-14 07:26:34 +00:00
adam
376b1f7fd4 Updated databases/sqlite3 to 3.7.6.1 2011-04-14 07:11:19 +00:00
adam
03f2bec07e Changes 3.7.6.1:
* Fix a bug in 3.7.6 that only appears if the SQLITE_FCNTL_SIZE_HINT file
  control is used with a build of SQLite that makes use of the
  HAVE_POSIX_FALLOCATE compile-time option and which has
  SQLITE_ENABLE_LOCKING_MODE turned off.
2011-04-14 07:10:20 +00:00
adam
c37b1a9993 Pass LDFLAGS when linking; adding then removing -lrt on Darwin didn't make much sense; clean-up 2011-04-14 07:08:00 +00:00
obache
bc152e389e Updated mail/cyrus-imapd24 to 2.4.8 2011-04-14 02:18:57 +00:00
obache
24b1e716a0 Update cyrus-imapd to 2.4.8.
Changes to the Cyrus IMAP Server since 2.4.7

      * Bug #3428 - allow charset argument to "thread" to be quoted
      * Bug #3429 - fixed mupdate crash
      * Bug #3404 - had crept back in! Fix LIST "" user properly
      * Bug #3388 - fix reconstruct internaldate flap when file hardlinked
        with different internaldates
      * Bug #3410 - don't require a partition on murder frontends
      * Bug #3406 - fix compile on FreeBSD
      * Bug #3415 - fix nntpd
      * Bug #3390 - add 'proc_path' config variable
      * Bug #3364 - allow setting unlimited quota through a proxy server
      * Bug #3433 - append '0.' file rather than deleting in reconstruct
      * Fixed bug in reconstruct where a record rewrite lost the cache
        pointer until you did a SECOND reconstruct (no bug number)
      * Bug #3440 - fixed cyr_expire crash if run with -x
2011-04-14 02:18:27 +00:00
drochner
5a754f73d8 update to 2.28.3
changes:
-bugfixes
-translation updates
2011-04-13 17:05:20 +00:00
drochner
11312b44a3 update to 2.32.1
This switches to the gnome-2.32 release branch.
2011-04-13 16:39:14 +00:00
drochner
5886e8f2a9 add patch from upstream to fix crash and possible code injection
by run-in styling (CVE-2010-1806), bump PKGREVISION
2011-04-13 16:19:14 +00:00
drochner
3e01a53f28 sync w/ base pkg 2011-04-13 16:14:10 +00:00
drochner
7f93ed6222 update to 0.7
too many changes to list here, see the release notes
2011-04-13 14:47:18 +00:00
drochner
b432218038 update to 0.9.4
changes:
-Language Coverage:
 -Add support for using the &&, || and ! operators with real
  constant values
 -Add support for passing -0.0 from the compiler to the run time
 -Add support for parsing pull devices that have two strengths specified
 -Allow multiple attribute instances
-bugfixes
pkgsrc change: clean up DESTDIR support
2011-04-13 14:19:29 +00:00
obache
b4dcc1a229 Updated inputmethod/uim-elisp to 1.6.1 2011-04-13 13:50:53 +00:00
obache
bcaa7959f0 Updated inputmethod/uim to 1.6.1 2011-04-13 13:45:57 +00:00
obache
39974415a6 Update uim to 1.6.0.
patch provided by YAMASHIRO, Jun via PR#44861.

pkgsrc changelog:
* remove "canna" option from default.

Overview of changes from 1.6.0 to 1.6.1
=======================================
* Fixes
  - IM management system
    * Fix crash while switching to the IM which has been once used but
      then disabled and re-enabled again by "Enabled input methods"
      widget of uim-pref.

  - uim-skk
    * Don't crash with malformed words having brackets which are not
      intended for skk-henkan-strict-okuri-precedence.

  - libuim-skk.so
    * Fix possible contamination of dictionary files of SKK-JISYO and
      tutcode's mazegaki dictionary when user switches between uim-skk
      and uim-tutcode dynamically.

* Enhancements
  - uim-tutcode
    * Interactive bushu conversion
    * Postfix bushu conversion in yomi of mazegaki.
    * Completion
    * Input prediction in mazegaki conversion
    * Input prediction in bushu conversion
    * Kanji combination guide on completion and input prediction
    * Another symbol (kigou) input mode like "KI"
    * Add function to redisplay last auto help
    * Show kanji on auto help
    * Show hint kanji for intermediate sequence on virtual keyboard

  - uim-pref
    * Add configuration 'uim-pref-suppress-dot-uim-warning-dialog?'
      (Set this variable #t in ~/.uim if you'd like to suppress the
      dialog)

  - uim.el
    * Support Emacs24 (by Kan-Ru Chen, #31539)

* Others
  - Enable compilation even when the home directory of chrooted build
    environment is non-writable (e.g. nobody user)

  - tcode, trycode, and hangul modules are no longer enabled by
    default.  Use more sophisticated tutcode and byeoru modules
    instead.
2011-04-13 13:45:16 +00:00
adam
a93be2d228 Install module correctly 2011-04-13 13:23:39 +00:00
adam
ac8e91f332 Fix pkglint complains 2011-04-13 13:23:05 +00:00
obache
436b4cfc69 fix a typo. 2011-04-13 13:21:29 +00:00
obache
c49a95b0ef + ruby-spreadsheet 2011-04-13 13:17:59 +00:00
obache
f0779ebfd0 Added math/ruby-spreadsheet version 0.6.5.3 2011-04-13 13:17:18 +00:00
obache
3cab221a25 Import ruby-spreadsheet-0.6.5.3 as math/ruby-spreadsheet.
The Spreadsheet Library is designed to read and write Spreadsheet Documents.
As of version 0.6.0, only Microsoft Excel compatible spreadsheets are
supported.  Spreadsheet is a combination/complete rewrite of the
Spreadsheet::Excel Library by Daniel J. Berger and the ParseExcel Library by
Hannes Wyss. Spreadsheet can read, write and modify Spreadsheet Documents.
2011-04-13 13:17:00 +00:00
obache
3df670d452 + ruby-ole 2011-04-13 13:05:47 +00:00
obache
fa8d8c422b Added devel/ruby-ole version 1.2.11.1 2011-04-13 13:05:08 +00:00
obache
2424060c4b Import ruby-ole-1.2.11.1 as devel/ruby-ole.
The ruby-ole library provides a variety of functions primarily for
working with OLE2 structured storage files, such as those produced by
Microsoft Office - eg *.doc, *.msg etc.
2011-04-13 13:04:30 +00:00
bouyer
e77da7a679 Added net/snmptt version 1.3 2011-04-13 10:27:52 +00:00
bouyer
d2c74a4352 Add snmptt 2011-04-13 10:26:49 +00:00
bouyer
a3262f1504 Import of snmptt 1.3
SNMPTT (SNMP Trap Translator) is an SNMP trap handler written in Perl for
use with the Net-SNMP / UCD-SNMP snmptrapd program (www.net-snmp.org).
SNMPTT supports Linux, Unix and Windows.

Snmptt can log to any of the following destinations: text log, syslog,
NT Event log or a SQL database. External programs can also be run to pass
the translated trap to an email client, paging software, Nagios etc.

In addition to variable substitution, SNMPTT allows complex configurations
allowing:

    * the ability to accept or reject a trap based on the host name,
      ip address, network range, or variable values inside of the trap
      enterprise variables
    * execute external programs to send pages, emails etc
    * perform regular expression search and replace on the translated message
      such as translating the variable value "Building alarm 4" to
      "Moisture detection alarm"
2011-04-13 10:23:47 +00:00
wiz
8c57298cc8 + evince-3.0.0, gst123-0.2.0, libfolks-0.5.0, opera-11.10,
puzzles-9151, vlc-1.1.9, xorp-1.8.3.

Remove dbus-1.2.24 entry and warning; of course, testing needs
to be done before migrating to 1.4, but this particular bug
shouldn't bother us much.
2011-04-13 10:06:16 +00:00
wiz
bed91a9d0e Bump PKGREVISION for abs' PLIST fix.
While here, set COMMENT (!) and HOMEPAGE.
2011-04-13 09:53:32 +00:00
abs
95572ec2f6 Add info/assuan.info to PLIST 2011-04-13 09:11:39 +00:00
minskim
081dab58f9 Sync tex-metafont with TeX Live r21566. No functional change. 2011-04-13 01:48:55 +00:00
asau
a1c53e7ce5 Updated lang/swi-prolog-lite to 5.11.18
Updated lang/swi-prolog-packages to 5.11.18
Updated lang/swi-prolog to 5.11.18
2011-04-12 23:18:19 +00:00
asau
14fa55c862 Update to SWI-Prolog 5.11.18
Notable changes in 5.11.18
--------------------------

Experimental extension to run the development tools in a
separate thread, so you can edit away while your program runs.


Notable changes in 5.11.17
--------------------------

Fix error with quoted wide atoms. This causes write/read to fail
for any term that contains an atom that needs quotes and has
Unicode points >= 256.

This also contains the copy_term/2 patch to exploit sharing ...


Notable changes in 5.11.16
--------------------------

Unicode handling is certainly a step forward wrt. character
classification.  Unicode symbols have been modified to `glue'
like ==, =<, etc.

Finally, there is per-thread CPU statistics for MacOS

Finally, selection handling in the Windows console is a bit better.

Trail-stack usage is now significantly less.


Notable changes in 5.11.15
--------------------------

Revert the change to write_canonical/1


Notable changes in 5.11.14
--------------------------

There is a lot of mostly small fixes. The most notably are changes
to the ODBC interface, which now supports Unicode (at least for queries,
not for all aspects).  It's got a new option to ODBC connections:
the encoding.  The default should work fine on Windows and UTF-8 based
Unix databases.  Thanks to Matt Lilley and Carlo Capelli.

There is quite some reorganisation in the sources due to work on sharing
most of the OS interface and I/O between YAP and SWI and make the setup
of packages such that the makefiles can be shared between SWI and YAP.


Notable changes in 5.11.13
--------------------------

This version fixes some more issues in =@=/2, various minor issues
and may have big impact on trail-stack usage of your program.
It also fixes the reported socket issue with XPCE on Win64.


Notable changes in 5.11.12
--------------------------

This contains some quite important fixes, avoiding simply wrong
answers as well as some crashes.  Besides the usual small stuff,
it has two important rewrites:

  - Standard order comparison now avoids recursion using the C-stack.
    This is a bit of a trial.  Timing shows that processing last-argument
    nested terms is about 10% slower and other nesting is about 50% faster
    and no longer causes uncrontrolled stack-overflows.  This is promising,
    but the amount of work is considerable, notably for this case, where
    the possibility of comparison to raise an exception is new.

  - =@=/2 is completely rewritten.  If you are looking for a challenge,
    there is one in the current version of =@=/2 (variant/2). The
    implementation is in src/pl-prims.c and the test cases in
    src/Tests/core/test_term.pl.  =@=/2 has gone through some
    iterations.  If all is right, the current version

	- Fails as soon as it finds a difference, without processing
	  a whole term.
	- Handles rational trees (cyclic terms).
	- Deals with variables shared between the argument terms.


Notable changes in 5.11.11
--------------------------

Top level now reveals the internal `sharing' of subterms in answer
substitutions. This notably deals with cyclic terms.


Notable changes in 5.11.10
--------------------------

Floats are no longer printed through the C-library printf using %g.
Instead, Prolog write writes a float such that reading it back
recontructs a float that is bitwise equivalent (==) to the input.
This is based on a library by David M. Gay.  The output routine uses
the same rules on when to use exponential notation as the GNU C-library's
%g format.  It prints as few as possible digits to reach == equivalence,
but this is typically more than it used to print. If you want fewer digits,
use format/3 (e.g., ~6f) or round (A is round(F*10000)/10000, write(A)).

rdf_reachable/2 now, like rdf_has/3, respects defined RDF predicate properties.
In addition, it provides look-ahead which ensures deterministic success on
the last answer.  This means that rdf_reachable(A, owl:sameAs, B) (with either
or both A and B instantiated) behaves as expected and much more efficiently.

There are a lot of changes to quoted syntax, notably for 0'<char> and
some for quoted atoms.  Except for \e being read as 27 (esc), all sensible
previously valid input is parsed consistently (I wouldn't be surprised if
it is possible to construct cases where you get different output, but I
would be surprised if any real program is affected).  See mailinglist for
details.
2011-04-12 23:16:42 +00:00
tron
b502acef82 Make build warnings non-fatal unless developer mode is enabled. 2011-04-12 22:36:11 +00:00
tron
29e48a4e5b Note update of the "rpm2pkg" package to version 3.2.2. 2011-04-12 22:13:03 +00:00
tron
5e63f2a5e7 Update "rpm2pkg" package to version 3.2.2:
- Remove unused CheckSymLinks() function to fix build problems under
  DragonFly BSD.

This fixes PR pkg/44862 by Francois Tigeot.
2011-04-12 22:12:41 +00:00
wiz
3e1dce8ca4 Fix build with png-1.5. 2011-04-12 21:48:01 +00:00
wiz
56ee7379e6 Added chat/libfolks version 0.4.2 [drochner 2011-04-05] 2011-04-12 21:15:23 +00:00
adam
f2568d094f Updated databases/sqlite3 to 3.7.6 2011-04-12 19:04:36 +00:00
adam
7f1a719504 Updated docs for sqlite3-3.7.6 2011-04-12 19:03:48 +00:00
adam
1384ff44a3 Changes 3.7.6:
* Added the sqlite3_wal_checkpoint_v2() interface and enhanced the
  wal_checkpoint pragma to support blocking checkpoints.
* Improvements to the query planner so that it makes better estimates of plan
  costs and hence does a better job of choosing the right plan, especially when
  SQLITE_ENABLE_STAT2 is used.
* Fix a bug which prevented deferred foreign key constraints from being
  enforced when sqlite3_finalize() was not called by one statement with a
  failed foreign key constraint prior to another statement with foreign key
  constraints running.
* Integer arithmetic operations that would have resulted in overflow are now
  performed using floating-point instead.
* Increased the version number on the VFS object to 3 and added new methods
  xSetSysCall, xGetSysCall, and xNextSysCall used for doing full-coverage
  testing.
* Increase the maximum value of SQLITE_MAX_ATTACHED from 30 to 62 (though the
  default value remains at 10).
* Enhancements to FTS4:
  - Added the fts4aux table
  - Added support for compressed FTS4 content
* Enhance the ANALYZE command to support the name of an index as its argument,
  in order to analyze just that one index.
* Added the "unix-excl" built-in VFS on unix and unix-like platforms.
2011-04-12 19:00:50 +00:00
adam
e19e7f02fd Updated devel/gettext to 0.18.1.1 2011-04-12 17:50:19 +00:00
adam
55f7376043 Changes 0.18.1:
* msggrep: A '$' anchor in a regular expression now also matches the end of
  the string, even if it does not end in a newline.
* Dependencies:
  The libraries and programs are now linked with libunistring if this library
  is already installed.
* Installation options:
  The configure option --with-cvs is deprecated. The 'autopoint' program will
  now use the 'git' program by default to compress its archive. If the
  configure option --without-git is specified, 'autopoint' will not rely on
  'git', but will instead rely on a locally installed a 3 MB large archive.

Changes 0.18:
* Runtime behaviour:
  - On MacOS X and Windows systems, <libintl.h> now extends setlocale() and
    newlocale() so that their determination of the default locale considers
    the choice the user has made in the system control panels.
  - On MacOS X systems, the gettext()/dgettext()/... functions now respect the
    locale of the current thread, if a thread-specific locale has been set.
* PO file format:
  There is a new field 'Language' in the header entry.  It denotes the language
  code (plus optional country code) for the PO file.  This field can be used
  by automated tools, such as spell checkers.  It is expected to be more
  reliable than looking at the file name or at the 'Language-Team' field in
  the header entry.
  msgmerge, msgcat, msgen have a new option --lang that allows to specify
  this field.  Additionally, msgmerge fills in this new field by looking at
  the 'Language-Team' field (if the --lang option is not given).
* xgettext and PO file format:
  For messages with plural forms, programmers can inform the translators
  about the range of possible values of the numeric argument, like this:
    /* xgettext: range: 0..15 */
  This information 'range: 0..15' is stored in the PO file as a flag attached
  to the message.  Translators can produce better translations when they know
  that the numeric argument is small.
* Colorized PO files:
  msgattrib, msgcomm, msgconv, msgen, msgfilter, msggrep, msginit, msgmerge,
  msgunfmt, msguniq, xgettext now have options --color and --style, like msgcat
  has since version 0.17.
* msgmerge is up to 10 times faster when the PO and POT files are large.
  This speedup was contributed by Ralf Wildenhues.
* msgcmp has a new option -N/--no-fuzzy-matching, like msgmerge has since
  version 0.12.
* msgfilter now sets environment variables during the invocation of the
  filter, indicating the msgid and location of the messge being processed.
* xgettext now can extract plural forms from Qt 4 programs. The recommended
  xgettext command-line options for this case are:
    --qt --keyword=tr:1,1t --keyword=tr:1,2c,2t --keyword=tr:1,1,2c,3t
* xgettext --language=GCC-source now recognizes also the format strings
  used in the Fortran front-end of the GCC compiler, and marks them as
  'gfc-internal-format'.
* autopoint can now be used to update several PO directories all together.
2011-04-12 17:41:28 +00:00
drochner
3d3f8c4569 cosmetical fix: use correct N/E/S/W letters in GPS display with gpsd 2011-04-12 17:14:53 +00:00
adam
e2bc85ba0a Updated security/fwbuilder to 4.1.3 2011-04-12 13:49:04 +00:00