Commit graph

208269 commits

Author SHA1 Message Date
richard
1521eb6304 replace non-portable 'echo -n' utilisation with simple 'awk' statement 2013-10-28 06:37:17 +00:00
asau
fa7996bc42 + minisat 2013-10-28 04:17:27 +00:00
asau
e8ded60114 Added math/minisat version 2.2.0 2013-10-28 04:17:02 +00:00
asau
1996ed378f Import MiniSat version 2.2.0 as math/minisat.
MiniSat is a minimalistic, industrial strength, open-source SAT solver,
developed to help researchers and developers alike to get started on SAT.
2013-10-28 04:15:11 +00:00
wiz
60554d0c4d Updated math/gnumeric112 to 1.12.8 2013-10-27 23:35:11 +00:00
wiz
0732d8d356 Update to 1.12.8:
Gnumeric 1.12.8

Andreas:
	* Update/fix documentation [#708679][#707075][#708556]
	* Fix paste into locked cells [#702292]

Jean:
	* Fix radio buttons behavior in covariance dialog. [#707595]
	* Add a border around font selector in cell format dialog. [#708567]

Morten:
	* Fix fuzzed file crash.  [#707875]
	* Use lighter green for function markers.  [#708573]
	* Fix item cursor problem.  [#709320]
	* Fix win32 compilation.
2013-10-27 23:35:01 +00:00
wiz
a767475a32 Updated misc/goffice0.10 to 0.10.8 2013-10-27 23:26:01 +00:00
wiz
3cd133fd48 Update to 0.10.8:
goffice 0.10.8:

Jean:
	* Do not destroy axes after adding a plot using a restricted set. [#708292]
	* Don't crash when there are no x values for a moving average smoothing.
	[#708562]
	* Never redefine GtkJustfication, use GoJustification instead. [#709007]

Morten:
	* Build fixes.
	* Win32 work.
	* Fix font selector crash.  [#709438]
2013-10-27 23:25:51 +00:00
wiz
ae233ae4ba Updated textproc/grep to 2.15 2013-10-27 23:23:03 +00:00
wiz
9efd1a7194 Update to 2.15:
* Noteworthy changes in release 2.15 (2013-10-26) [stable]

** Bug fixes

  grep's \s and \S failed to work with multi-byte white space characters.
  For example, \s would fail to match a non-breaking space, and this
  would print nothing: printf '\xc2\xa0' | LC_ALL=en_US.UTF-8 grep '\s'
  A related bug is that \S would mistakenly match an invalid multibyte
  character.  For example, the following would match:
    printf '\x82\n' | LC_ALL=en_US.UTF-8 grep '^\S$'
  [bug present since grep-2.6]

  grep -i would segfault on systems using UTF-16-based wchar_t (Cygwin)
  when converting an input string containing certain 4-byte UTF-8
  sequences to lower case.  The conversions to wchar_t and back to
  a UTF-8 multibyte string did not take surrogate pairs into account.
  [bug present since at least grep-2.6, though the segfault is new with 2.13]

  grep -E would segfault when given a regexp like '([^.]*[M]){1,2}'
  for any multibyte character M. [bug introduced in grep-2.6, which would
  segfault, but 2.7 and 2.8 had no problem, and 2.9 through 2.14 would
  hit a failed assertion. ]

  grep -F would get stuck in an infinite loop when given a search string
  that is an invalid byte sequence in the current locale and that matches
  the bytes of the input twice on a line.  Now grep fails with exit status 1.

  grep -P could misbehave.  While multi-byte mode is only supported by PCRE
  with UTF-8 locales, grep did not activate it.  This would cause failures
  to match multibyte characters against some regular expressions, especially
  those including the '.' or '\p' metacharacters.

** New features

  grep -P can now use a just-in-time compiler to greatly speed up matches,
  This feature is transparent to the user; no flag is required to enable
  it.  It is only available if the corresponding support in the PCRE
  library is detected when grep is compiled.
2013-10-27 23:22:54 +00:00
wiz
f62af4b902 Updated misc/py-anki2 to 2.0.15 2013-10-27 23:19:11 +00:00
wiz
7b6e4b2bfc Update to 2.0.15:
Add an option to disable burying of reviews.

Added a "bury card" option to the review screen, and changed the
shortcut to bury a note to "=".

Added a new is:buried search, and is:suspend no longer shows buried
cards.

Added a new cid:<card id> search to search for a particular card
by its ID, and IDs are now shown in the Card Info screen.

Don't mark cards as modified when automatically burying, which
could potentially cause issues.

Increase sync timeout

When Anki detects the clock is wrong, it now shows how far it is
off.

Fix an issue working around a broken trash folder on Windows.

Fix problems double clicking on files to import when path contains
non-latin text, thanks to wlhuang.

Display a more informative error when the user's temp folder
permissions are wrong.

When double-clicking on a backup file to restore, skip the sync on
startup.

Log some scheduling operations to make it easier to debug issues.
2013-10-27 23:19:01 +00:00
wiz
68391897bb + abcm2ps-7.6.3, calibre-1.8, grep-2.15, kid3-3.0, poppler-0.24.3,
py-anki2-2.0.15, py-django-1.5.5, py-psutil-1.1.2, py-xattr-1.3.3,
  wordpress-3.7, x264-devel-20131026.
2013-10-27 23:17:58 +00:00
wiz
095f58aa30 Updated security/gnutls to 3.2.5 2013-10-27 23:13:18 +00:00
wiz
7d75cd6031 Update to 3.2.5:
* Version 3.2.5 (released 2013-10-23)

** libgnutls: Documentation and build-time fixes.

** libgnutls: Allow the generation of DH groups of less than 700 bits.

** libgnutls: Added several combinations of ciphersuites with SHA256 and SHA384 as MAC,
as well as Camellia with GCM.

** libdane: Added interfaces to allow initialization of dane_query_t from
external DNS resolutions, and to allow direct verification of a certificate
chain against a dane_query_t. Contributed by Christian Grothoff.

** libdane: Fixed a buffer overflow in dane_query_tlsa(). This could be
triggered by a DNS server supplying more than 4 DANE records. Report and fix
by Christian Grothoff.

** srptool: Fixed index command line option. Patch by Attila Molnar.

** gnutls-cli: Added support for inline commands, using the
--inline-commands-prefix and --inline-commands options. Patch by Raj Raman.

** certtool: pathlen constraint is now read correctly. Reported by
Christoph Seitz.

** API and ABI modifications:
gnutls_certificate_get_crt_raw: Added
dane_verify_crt_raw: Added
dane_raw_tlsa: Added


* Version 3.2.4 (released 2013-08-31)

** libgnutls: Fixes when session tickets and session DB are used.
Report and initial patch by Stefan Buehler.

** libgnutls: Added the RSA-PSK key exchange. Patch by by Frank Morgner,
based on previous patch by Bardenheuer GmbH and Bundesdruckerei GmbH.

** libgnutls: Added ciphersuites that use ARCFOUR with ECDHE. Patch
by Stefan Buehler.

** libgnutls: Added the PFS priority string option.

** libgnutls: Gnulib included files are strictly LGPLv2.

** libgnutls: Corrected gnutls_certificate_server_set_request().
Reported by Petr Pisar.

** API and ABI modifications:
gnutls_record_set_timeout: Exported
2013-10-27 23:13:09 +00:00
joerg
9704b9d06d Don't use -fno-defer-pop. 2013-10-27 22:22:31 +00:00
kleink
1b75e99ab9 Updated www/py-wtforms to 1.0.5.
Updated www/py-flask-wtf to 0.9.3.
Updated www/py-flask-admin to 1.0.7.
2013-10-27 22:00:15 +00:00
kleink
c7975bc8d4 Update py-flask-admin to 1.0.7.
Changes since 1.0.6:

* Python 3 compatibility fixes
* Redis CLI
* Dropped Flask-WTF dependency
* Upgraded to Select2 3.4.0
* Additional unit tests
* Separate loggers for each Flask-Admin component
* New, much more configurable datetime picker
* Spanish translation
* Form rendering rules
* Models: AJAX drop-down population for related models
* Models: Filter options can be translated
* Models: on_model_change now accepts third parameter is_created
* Models: New configurarion property form_extra_columns
* Models: Proper child field error highlighting
* Models: Save and continue button for edit views
* Models: FileUploadField and ImageUploadField
* Models: If Flask is running in debug mode, rethrow all exceptions
* Models: Backrefs are now displayed by default
* Models: If there are no models in the list view, message will be displayed
* MongoEngine: GridFS support for file and image uploads
* MongoEngine: Backend supports form_overrides, choices and other field
  configuration properties
* MongoEngine: URLField and EmailField are now searchable
* MongoEngine: Embedded document configuration
* SQLAlchemy: Backend was renamed as flask.ext.admin.contrib.sqla
* SQLAlchemy: Automatic join for many-to-many relations
* SQLAlchemy: Fixed ambiguous primary key when building complex search query
  in SQLAlchemy backend
* SQLAlchemy: Use joinedload for related model instead of subqueryload for
  performance reasons
* SQLAlchemy: Improved inline model handling logic
* SQLAlchemy: Initial multi-pk support for inherited models
* SQLAlchemy: BigInt filtering support
2013-10-27 21:58:30 +00:00
kleink
6fb96f50fa Update py-flask-wtf to 0.9.3.
(No changelog for 0.9.3 supplied, but includes maintainer change.)

Version 0.9.2
-------------

Released 2013/9/11

- Upgrade wtforms to 1.0.5.
- No lazy string for i18n `#77`_.
- No DateInput widget in html5 `#81`_.
- PUT and PATCH for CSRF `#86`_.

.. _`#77`: https://github.com/lepture/flask-wtf/issues/77
.. _`#81`: https://github.com/lepture/flask-wtf/issues/81
.. _`#86`: https://github.com/lepture/flask-wtf/issues/86


Version 0.9.1
-------------

Released 2013/8/21

This is a patch version for backward compitable for Flask<0.10 `#82`_.

.. _`#82`: https://github.com/lepture/flask-wtf/issues/82

Version 0.9.0
-------------

Released 2013/8/15

- Add i18n support (issue #65)
- Use default html5 widgets and fields provided by wtforms
- Python 3.3+ support
- Redesign form, replace SessionSecureForm
- CSRF protection solution
- Drop wtforms imports
- Fix recaptcha i18n support
- Fix recaptcha validator for python 3
- More test cases, it's 90%+ coverage now
- Redesign documentation
2013-10-27 21:55:23 +00:00
joerg
8873e9f488 Missing include. 2013-10-27 21:52:53 +00:00
joerg
51c3a4cd8c Pull libxml2 explicitly in. 2013-10-27 21:52:17 +00:00
kleink
7727e43f0f Update py-wtforms to 1.0.5.
Version 1.0.5
-------------
Released September 10, 2013

- Fix a bug in validators which causes translations to happen once then
  clobber any future translations.
- ext.sqlalchemy / ext.appengine: minor cleanups / deprecation.
- Allow blank string and the string 'false' to be considered false values
  for BooleanField (configurable). This is technically a breaking change,
  but it is not likey to affect the majority of users adversely.
- ext.i18n form allows passing LANGUAGES to the constructor.
2013-10-27 21:51:02 +00:00
dholland
579e00e0f1 celestia 2013-10-27 21:22:59 +00:00
dholland
ebcd261201 Update to 1.6.1. Reset PKGREVISION from 38 (!).
Upstream changes: 5+ years of development; try these links:
   http://www.shatters.net/celestia/161changes.txt
   http://www.shatters.net/celestia/features/160-features.html
   http://www.shatters.net/celestia/151changes.txt
   http://www.shatters.net/celestia/150-feature-summary.html

Restrictions:
   1. The Lua support still does not build, and given that I had to
      patch it to compile at all with Lua disabled it may not work all
      that well this way.
   2. The optional KDE (kde3) build is almost certainly broken; I will
      get to this in a few days if nobody beats me to it.
2013-10-27 21:21:26 +00:00
joerg
53bcf42769 NetBSD with native clang won't have libgcc, so fake a static library.
Avoids going to the great hacks in the build system to avoid it.
2013-10-27 20:47:53 +00:00
joerg
6a890de541 Use tradcpp for clang build, fallback to cpp -traditional otherwise. 2013-10-27 20:41:49 +00:00
joerg
a89d4eef5a Wants pkg-config and the Qt build tools. 2013-10-27 20:38:50 +00:00
joerg
6c132dabb1 Don't use -fno-check-new, it is the default behavior of GCC anyway. 2013-10-27 20:38:25 +00:00
joerg
c2d8f99314 Drop -frename-registers. -finline-functions is the default for optimised
builds anyway.
2013-10-27 20:35:48 +00:00
joerg
8c6b77896c When extracting rpath options from the Fortran linker, qualify them with
-Wl before passing them to CC.
2013-10-27 20:35:16 +00:00
joerg
70b0d328e8 Don't force -fno-defer-pop. 2013-10-27 20:33:59 +00:00
joerg
347ff29d77 Fix rpath options to be passed down as linker flags. 2013-10-27 20:33:39 +00:00
joerg
a88d29d347 Make the GCC version check specific enough to not match clang. 2013-10-27 20:33:18 +00:00
joerg
ab283e3373 Don't force -fno-defer-pop. 2013-10-27 20:32:56 +00:00
joerg
fff8c601f2 Don't use -frename-registers. 2013-10-27 20:32:36 +00:00
joerg
76b25fc76c Fix header to be self-contained. Bump boost-headers. 2013-10-27 20:31:58 +00:00
joerg
b627c8a56d When extracting -R... from the Fortran link line, prefix it with -Wl
before passing it again to CC.
2013-10-27 20:31:21 +00:00
joerg
3dc03fd067 Don't use -fno-regmove. 2013-10-27 20:30:44 +00:00
joerg
d927070cca Don't use -fforce-addr. 2013-10-27 20:30:01 +00:00
joerg
29a8f1ac33 Don't play with -fno-schedule-insns2 or -fno-strength-reduce. 2013-10-27 20:29:44 +00:00
markd
ae047fa531 Fix configure test for expect library.
Also merge patch-aa into patch-af as patching same file.
2013-10-27 20:17:40 +00:00
adam
cb4fc73081 Avoid -fgnu89-inline when using Clang 2013-10-27 20:05:14 +00:00
kleink
66af15bf3c Updated www/py-flask-babelex to 0.9.1. 2013-10-27 18:28:31 +00:00
kleink
d531882a7e Update py-flask-babelex to 0.9.1.
Changes since 0.8.1 (no changelog provided):
* Allow init_app to be called after package load;
* Merged with upstream (Flask-Babel), python 3 support
2013-10-27 18:27:33 +00:00
adam
ff23430f73 Updated graphics/gnuplot to 4.6.4; databases/openldap to 2.4.37 2013-10-27 18:20:49 +00:00
adam
5641e879a0 Changes 2.4.37:
Added liblmdb nordahead environment flag
Fixed client tools CLDAP with IPv6
Fixed libldap CLDAP with IPv6
Fixed libldap lock ordering with abandon op
Fixed liblmdb segfault with mdb_cursor_del
Fixed liblmdb when converting to writemap
Fixed liblmdb assert on MDB_NEXT with delete
Fixed liblmdb wasted space on split
Fixed slapd cn=config with olcTLSProtocolMin
Fixed slapd-bdb/hdb optimize index updates
Fixed slapd-ldap chaining with cn=config
Fixed slapd-ldap chaning with controls
Fixed slapd-mdb optimize index updates
Fixed slapd-meta chaining with cn=config
Fixed slapo-constraint to no-op on nonexistent entries
Fixed slapo-dds assert on startup
Fixed slapo-memberof to not replicate internal ops
Fixed slapo-refint to not replicate internal ops
Build Environment
	Fixed slapd-mdb ptr arithmetic on void *s
Documentation
	ldapsearch(1) minor typo fix
	slapd-passwd(5) minor typo fix
2013-10-27 18:18:49 +00:00
adam
c3c6ed3ffd Changes 4.6.4:
* NEW Ctrl-Break interrupts fitting run in wgnuplot
* CHANGE treat empty fields in a csv file as "missing" rather than "bad"
* CHANGE allow reference to more than one column header in 'using' or 'title'
* CHANGE install-info is no longer a default "make install" target
* CHANGE if a polar plot is autoscaled, try to place the origin at the center
* FIX svg and canvas terminal mousing of inverted axis coordinates
* FIX emf failed to initialize font correctly on some systems
* FIX timedata columns can now be referred to via column(N) and column("HEAD")
* FIX qt terminal toggling of enhanced text elements in plot with labels
* FIX color/pattern generated for key entries of columnstacked histograms
* FIX hitting ^C twice forces temination of wxt session hung by lost X-server
* FIX win terminal failed to properly adjust plot border after window resize
* FIX several conditions in which macros were not expanded during command input
* FIX promote a string containing only digits to INTGR rather than CMPLX
* FIX 'set grid front' caused failure to initialize location of axis zero point
* FIX very poor precision in mouse coords reported by x11 in -persist mode
* FIX parsing of $# (the number of arguments in a "call"). It's not a comment!
* FIX memory leak of cropped images using pngcairo terminal
* FIX "lc variable" now iterates over linetype colors (not styles) as documented
* FIX rtics were sometimes drawn with length 0
2013-10-27 18:17:14 +00:00
dholland
161bae4f13 Make lua support optional. Leave it enabled right now, even though it
doesn't build, in the hopes that somone will take it in hand; it needs
to be updated to match the new lua version.
2013-10-27 17:17:57 +00:00
hubertf
88c1a50d88 Make this build on Mac OS X 10.7.x - the linker needs ranlink ran
(via ar), else it will fail to link.

OK joerg@
2013-10-27 16:33:25 +00:00
wen
5e1ed0cb6b Updated www/p5-HTML-Scrubber to 0.11 2013-10-27 15:03:33 +00:00