Commit graph

198595 commits

Author SHA1 Message Date
wiz
d553786f8d Updated security/libgpg-error to 1.11 2013-03-15 22:06:11 +00:00
wiz
c9fd9bff6e Update to 1.11:
Noteworthy changes in version 1.11 (2013-02-25)
-----------------------------------------------

 * New error source GPG_ERR_SOURCE_ASSUAN for Libassuan related
   errors.

 * New macros GPG_ERROR_VERSION and GPG_ERROR_VERSION_NUMBER.  New
   function gpg_error_check_version.

 * Interface changes relative to the 1.10 release:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 GPG_ERR_NO_KEYSERVER          NEW.
 GPG_ERR_INV_CURVE             NEW.
 GPG_ERR_UNKNOWN_CURVE         NEW.
 GPG_ERR_DUP_KEY               NEW.
 GPG_ERR_AMBIGUOUS             NEW.
 GPG_ERR_SOURCE_ASSUAN         NEW.
 gpg_error_check_version       NEW.
 GPG_ERROR_VERSION             NEW.
 GPG_ERROR_VERSION_NUMBER      NEW.
2013-03-15 22:06:01 +00:00
wiz
8eb4c173bd Updated devel/meld to 1.7.1 2013-03-15 22:01:06 +00:00
wiz
5bdca21ee8 Update to 1.7.1:
2012-2-28 meld 1.7.1
====================

  Features:

    * Folder comparisons can now show extra information, such as file size and
      modification times. Column visibility and ordering are properly
      configurable. (Philipp Müller, Kai Willadsen)
    * Shallow comparison (i.e., based on size and timestamp) are now supported
      for folder comparisons, including timestamp resolution preferences for
      cross-filesystem comparisons. (Cristian Dinu)
    * The UI for launching new comparisons has been reworked to have a clearer
      workflow, and is now shown on startup if no other comparisons have been
      opened (Kai Willadsen)
    * Recently-used comparisons are now supported, allowing you to re-open
      previous comparisons directly. (Kai Willadsen)
    * Read-only files are now not editable by default, making merge actions
      clearer and more consistent. Individual read-only files can easily be set
      as editable as desired. (Kai Willadsen)

  Fixes:

    * New version control API, currently used by Git and Subversion (Kai
      Willadsen)
    * Version control compatibility updates and fixes (Cedric Le Dillau, Louis
      des Landes, Kai Willadsen)
    * Command line labelling options now apply to folder tabs (Kai Willadsen)
    * Regressions from parallel inline highlighting calculations have been
      fixed (Kai Willadsen)
    * Diff algorithm cleanups (Piotr Piastucki)
    * Compatibility fixes for Python 3; this does *not* mean that Meld works on
      Python 3 yet, just that 2to3 issues have been addressed (Kai Willadsen)

  Translations:
    * Daniel Mustieles (es)
    * Dominique Leuenberger (pt)
    * Enrico Nicoletto (pt_BR)
    * Florencio Neves (pt_BR)
    * Fran Diéguez (gl)
    * Marek Černocký (cs)
    * Matej Urbančič (sl)
    * Мирослав Николић (sr, sr@latin)
    * Piotr Drąg (pl)


2012-11-07 meld 1.7.0
=====================

  Features:

    * File comparisons are faster! Meld now has a smarter pre-processing step
      for inline highlighting of differences (Piotr Piastucki) and does its
      highlighting calculations asynchronously (Kai Willadsen), leading to
      better overall performance and interactivity.
    * Auto-merge mode is now available from the command-line (Piotr Piastucki)
    * Comparisons can be opened in new tabs (rather than in a new window) from
      the command line (Kacper Wysocki, Antoine, Kai Willadsen)
    * Custom colours can now be configured for all Meld drawing (Kai Willadsen)

  Fixes:

    * Improved behaviour when opening many tabs at once (Peter Tyser)
    * Notification of searches wrapping around the buffer (Philipp Müller)
    * Better compatibility with non-standard keyboard layouts (Stephan Hilb)
    * Better error reporting for failed VC comparisons (Kai Willadsen)
    * Version control compatibility updates and fixes (Jan Danielsson, Tim
      Babych, Kai Willadsen)
    * Other miscellaneous bug fixes (Jeff Oliver, Pacho Ramos, Rainer Suhm, Kai
      Willadsen)

  Translations:

    * Alexandre Franke (fr)
    * Daniel Mustieles (es)
    * Fran Diéguez (gl)
    * Gabor Kelemen (hu)
    * Matej Urbančič (sl)
    * Marek Černocký (cs)
    * Mario Blättermann (de)
    * Martin Srebotnjak (sl)
    * Мирослав Николић (sr, sr@latin)
    * Piotr Drąg (pl)
2013-03-15 22:00:57 +00:00
wiz
27cd7d0e22 Updated devel/global to 6.2.8 2013-03-15 21:55:25 +00:00
wiz
70f3d76ab9 Update to 6.2.8:
Version 6.2.8 - February 28 2013

[CHANGES]
New facilities:
o htags: Added support of Python's built-in web server.
  Required python 2.4 or later.

  Please try this: (CGI and AJAX work completely)
        $ htags --suggest2
        $ cd HTML
        $ python -m CGIHTTPServer               # Python 2.X(2.4-)
        ($ python3 -m http.server --cgi         # Python 3.X)
        Serving HTTP on 0.0.0.0 port 8000 ...

        (in another terminal)
        $ firefox http://localhost:8000/

o gtags.conf: Added a new record for Drupal(Content management platform).

o global: New --path-style=<format> option.
  <format> may be relative, absolute, shorter, abslib and through.
        shorter: use shorter one among relative and absolute paths.
        abslib: use absolute path only in library projects.
        through: raw path name as is in GPATH.

        The --path-style option is given more priority than the -a options.

[INCOMPATIBLE CHANGES]
o htags: End of support of customization of HTML tag using gtags.conf.
  Please use CSS(cascading style sheets) instead.
  - The --html option of htags(1) was removed.
  - The tag definitions in gtags.conf were removed.
2013-03-15 21:55:15 +00:00
wiz
cdcfaf9b11 Updated devel/py-virtualenv to 1.9.1 2013-03-15 21:54:09 +00:00
wiz
58c07fdedb Update to 1.9.1:
1.9.1 (2013-03-08)
~~~~~~~~~~~~~~~~~~

* Updated to pip 1.3.1 that fixed a major backward incompatible change of
  parsing URLs to externally hosted packages that got accidentily included
  in pip 1.3.

1.9 (2013-03-07)
~~~~~~~~~~~~~~~~

* Unset VIRTUAL_ENV environment variable in deactivate.bat (Pull #364)
* Upgraded distribute to 0.6.34.
* Added ``--no-setuptools`` and ``--no-pip`` options (Pull #336).
* Fixed Issue #373. virtualenv-1.8.4 was failing in cygwin (Pull #382).
* Fixed Issue #378. virtualenv is now "multiarch" aware on debian/ubuntu (Pull #379).
* Fixed issue with readline module path on pypy and OSX (Pull #374).
* Made 64bit detection compatible with Python 2.5 (Pull #393).
2013-03-15 21:54:01 +00:00
wiz
96298a265b Updated textproc/raptor2 to 2.0.9 2013-03-15 21:51:53 +00:00
wiz
aad04992c7 Update to 2.0.9:
2013-02-26 Raptor2 Version 2.0.9 Released

   Added full parsing and serializing support for Turtle Terse RDF Triple
   Language W3C Candidate Recommendation 19 February 2013
   Added CMake build framework for building Raptor on Microsoft (Daniel
   Richard G.)
   Made a few minor fixes and improvements
   Fixed reported issues: 0000499, 0000508, 0000520, 0000521 and 0000526
2013-03-15 21:51:45 +00:00
wiz
08fe380a49 Updated databases/shared-mime-info to 1.1 2013-03-15 21:50:23 +00:00
wiz
9ad70677b8 Update to 1.1:
shared-mime-info 1.1 (2012-02-13)
* Mime-type changes:
- Add application/x-ccmx
- Add zz-application/zz-winassoc-* aliases
- Make application/x-xz-compressed-tar a subclass of application/x-xz
- Add DTS and DTS-HD mime-types
- Add test for PPM bug
- Fix comment and add glob for application/pkcs7-mime
- Add application/x-qtiplot mime-type
- Add AMZ (AmazonMP3 Download File) mime-type
- Add separate mime-type for Apple broken PNGs
- Add *.mk and *.mak text/x-makefile globs
- Match application/vnd.palm to IANA standard
- Use IANA registered application/gzip instead of x-gzip
- Add application/gml+xml
- Fix Scream Tracker instrument magic
- Add application/x-gtk-builder type
- Add magic for v1 and v2 XCF files
- Add LZMA test file
- Fix some globs for OGG files
- Move *.taz from application/x-compressed-tar to application/x-tarz
- Add some sub-class-of tags for compressed files
- Add *.tb2 as a glob for application/x-bzip-compressed-tar
- Add support for DOS EPS files
- Add *.ar archives to the test suite
- Add xlr mime-type
- Add application/vnd.lotus-wordpro
- Put bz2 patterns before bz ones for bzip-related mimetypes
- Add simple magic for text/x-gettext-translation-template
- Add test case for application/x-gettext-translation
- Add mime-type for source RPMs
- Add AMR audio test
- Add test case for TTF fonts
- Add Woff font mime-type
- Add FLTK acronym
- Add application/ics as an alias for text/calendar
- Add RAR acronym
- Add dicomdir glob
- Add *.di as a glob for D source files
- Add magic for MNG animations
- Add magic for PICT v2 images
- Add JNLP file to the test suite
- Add support for the AVF AVI container variant
- Add EMF and WMF aliases
- Improve magic of uncompressed TGA files
- Add application/winhlp
- Add text/x-uuencode
- Add MHTML mime-type
- Make the main docbook mime-type be application/x-docbook+xml
- Add application/x-lzh-compressed as alias to application/x-lha
- Add IFF super-type
- Split off the AAC mime-type from the M4A one
- Add text/x-modelica mime-type
- Add magic for GNU gettext message catalogs (.mo)

* Specification changes:
- Fix mimetype names used as examples
- Document that the first extension is the main one
- Fix missing plural

* Honor NOCONFIGURE=1
* Allow builders to not run make check by default
* Fix build for platforms with executable extensions
* Disable checks when cross compiling
* Use non-installed update-mime-database in install-data-hook
* Use native update-mime-database for install when cross compiling
* Add a local-test target to print mime info
2013-03-15 21:50:14 +00:00
wiz
7a88b3b4f0 Updated security/kpcli to 1.6 2013-03-15 21:24:43 +00:00
wiz
dbdf06fae8 Update to 1.6:
2012-Nov-25 - v1.6 - Hide passwords (red on red) in the show
command unless the -f option is given. Added the --readonly command
line option. Added support for multi-line notes/comments; input
ends on a line holding a single ".".
2013-03-15 21:24:34 +00:00
wiz
5c48b26deb Updated security/KeePass to 2.21 2013-03-15 21:21:16 +00:00
wiz
fe791b669f Update to 2.21:
Changes from 2.20.1 to 2.21:

New Features:

    Generic CSV importer: a group separator can be specified now (for importing group trees).
    Internal data viewer: added hex viewer mode (which is now the default for unknown data types).
    In the 'Show Entries by Tag' menu, the number of entries having a specific tag is now shown right of the tag.
    In the 'Add Tag' menu, a tag is now disabled if all selected entries already have this tag.
    Auto-Type: added support for right modifier keys.
    Added special key codes: {WIN}, {LWIN}, {RWIN}, {APPS}, {NUMPAD0} to {NUMPAD9}.
    Interleaved sending of keys is now prevented by default (if you e.g. have an auto-type sequence that triggers another auto-type, enable the new option 'Allow interleaved sending of keys' in 'Tools' -> 'Options' -> tab 'Advanced').
    Added '-auto-type-selected' command line option (other running KeePass instances perform auto-type for the currently selected entry).
    Added option to additionally show references when showing dereferenced data (enabled by default).
    The selection in a secure edit control is now preserved when unhiding and hiding the content.
    The auto-type association editing dialog now does not hang anymore when a window of any other application hangs.
    When an application switches from the secure desktop to a different desktop, KeePass now shows a warning message box; clicking [OK] switches back to the secure desktop.
    Added 'OK'/'Cancel' buttons in the icon picker dialog.
    Added support for importing LastPass 2.0.2 CSV files.
    KeePass now shows an error message when the user accidentally attempts to use a database file as key file.
    Added support for UTF-16 surrogate pairs.
    Added UTF-8 BOM support for version information files.
    The KeePass version is now also shown in the components list in the 'About' dialog.
    File operations are now context-independent (this e.g. makes it possible to use the 'Activate database' trigger action during locking).
    Plugins can now register their placeholders to be shown in the auto-type item editing dialog.
    Plugins can now subscribe to IO access events.
    Added workaround for .NET bug 694242; status dialogs now scale properly with the DPI resolution.
    Added workaround for Mono DataGridView.EditMode bug.
    Added workaround for Mono bug 586901; high Unicode characters in rich text boxes are displayed properly now.

Improvements / Changes:

    When the main window UI is being unblocked, the focus is not reset anymore, if a primary control has the focus.
    When opening the icon picker dialog, KeePass now ensures that the currently selected icon is visible.
    Internal data viewer: improved visibility updating.
    The e-mail box icon by default is not inherited by new entries anymore.
    The database is now marked as modified when auto-typing a TAN entry.
    Enhanced AnyPassword importer to additionally support CSV files exported by AnyPassword Pro 1.07.
    Enhanced Password Safe XML importer (KeePass tries to fix the broken XML files exported by Password Safe 3.29 automatically).
    IO credentials can be loaded over IPC now.
    Enhanced user switch detection.
    Even when an exception occurs, temporary files created during KDB exports are now deleted immediately.
    Improved behavior on Unix-like systems when the operating system does not grant KeePass access to the temporary directory.
    Improved critical sections that are not supposed to be re-entered by the same thread.
    Improved secure desktop name generation.
    When a dialog is closed, references within the global client image list to controls (event handlers) are removed now.
    .NET 4.5 is now preferred, if installed.
    PLGX plugins are now preferably compiled using the .NET 4.5 compiler, if KeePass is currently running under the 4.5 CLR.
    Updated KB links.
    Changed naming of translation files.
    The installer now always overwrites the KeePassLibC 1.x support libraries.
    Upgraded installer.
    Various code optimizations.
    Minor other improvements.

Bugfixes:

    When locking multiple databases and cancelling a 'Save Changes?' dialog, the UI is now updated correctly.
    '&' characters in dynamic menu texts, in dialog banner texts, in image combobox texts, in text box prompts and in tooltips are now displayed properly.
2013-03-15 21:21:07 +00:00
wiz
086c2cec33 Update HOMEPAGE. 2013-03-15 21:09:56 +00:00
schmonz
b22a92e977 Added devel/p5-Test-More-Behaviour version 1.0.0 2013-03-15 21:00:55 +00:00
schmonz
d283666983 Add and enable p5-Test-More-Behaviour. 2013-03-15 21:00:37 +00:00
schmonz
d236c8be3e Initial import of p5-Test-More-Behaviour:
Test::More::Behaviour is a Behaviour-Driven Development module for
Perl programmers. It is modeled after Rspec (http://rspec.info),
the BDD tool for Ruby programmers. Test::More::Behaviour uses the
words `describe` and `it` so we can express concepts of the application
as we would in conversation.

Because Test::More::Behaviour uses Test::More as its 'base', you
can treat every Test::More::Behaviour test as if it were Test::More!
2013-03-15 20:59:52 +00:00
wiz
e9723a9043 Update HOMEPAGE. 2013-03-15 20:58:31 +00:00
drochner
dc7e95e7b2 note updates 2013-03-15 19:14:58 +00:00
drochner
f80a7d088d update to 1.1.3
changes:
-bugfixes
-improved camera support
2013-03-15 19:14:05 +00:00
drochner
10e7cab446 update to 1.0.16
changes:
-Plotting improvements, new functions
-lots of fixes
-translation updates
2013-03-15 19:10:39 +00:00
drochner
4ed54577af update to 3.1.2
changes:
-bugfixes (were patched in 3.1.1plX)
-updated examples
2013-03-15 19:09:06 +00:00
wiz
2212d9ef33 Bump PKGREVISION for more files in PLIST. 2013-03-15 18:57:17 +00:00
drochner
2dcb793faf update to 2.9.1
changes:
-Xinerama fix
-desktop integration
2013-03-15 18:43:16 +00:00
drochner
717e2c3a0b add test target 2013-03-15 18:41:30 +00:00
drochner
b96684b1e1 build cleanup 2013-03-15 18:40:53 +00:00
drochner
839f5301e6 reset PKGREV for base pkg update 2013-03-15 18:36:47 +00:00
drochner
f229217cb4 update to 1.0.5
changes: bugfixes
2013-03-15 18:34:46 +00:00
drochner
703e68f738 update to 2.2.4
changes:
-minor fixes
-small improvements: speed, language support
2013-03-15 18:32:01 +00:00
drochner
03dba333b0 update to 0.4.9
changes:
-bugfixes
-UI improvements
2013-03-15 18:28:50 +00:00
drochner
505addc849 update to 1.8.12
changes: minor fixes
2013-03-15 18:24:10 +00:00
drochner
c04ade8bb8 update to 2.6
changes:
-support for PKCS #5 PBKDF2, SHA3, GOST R 34.11-94
-bugfixes
-minor improvements
2013-03-15 18:22:03 +00:00
drochner
d2d9b52ac0 update to 1.3.0
changes:
-licensing change: gplv3 -> lgplv3 + gplv2
-minor fixes
2013-03-15 18:17:55 +00:00
drochner
f9f4572900 update to 0.2.2
changes: build fixes
2013-03-15 18:13:46 +00:00
drochner
96b9afdd69 update to 0.8.5
changes: fixes, minor cleanup
2013-03-15 18:12:03 +00:00
drochner
92f62f907b update to 0.12.0
This switches to the new stable release branch.
2013-03-15 18:10:43 +00:00
drochner
d9c98077fd update to 0.20.1
This switches to the new stable release branch.
2013-03-15 18:09:30 +00:00
drochner
773aa6ca34 update to 0.14.2
This switches to the new stable release branch.
2013-03-15 18:07:48 +00:00
drochner
92cb8f5dd1 update to 1.21
changes:
-bugfixes
-support more id3v2 tags
2013-03-15 17:47:03 +00:00
drochner
2d7f2b0367 update to 2.40.3
changes:
-bugfixes, minor improvements
-minor doc fixes
-translation updates
2013-03-15 17:41:27 +00:00
drochner
07a66cd19a bump PKGREV for libpthread linkage change 2013-03-15 17:07:14 +00:00
is
9ea80f2ec0 xentools41-4.1.4nb2 2013-03-15 16:21:48 +00:00
drochner
8148db4353 don't link against libpthread on NetBSD, to avoid problems with
xdm loading the library dynamically, reported by Takahiro Kambe
2013-03-15 16:20:13 +00:00
bsiegert
d35d58370a Add a new subcommand "mozilla-rootcerts install" that unpacks and installs
the certificates with a single command.

ok gdt, wiz
2013-03-15 16:14:55 +00:00
is
be2d05565d Make oxenstored (more) usable, as originally researched by
Aaron J. Grier, with implementation changes by myself:

- rules to add the run-time path correctly when building shared versions
  of libraries. Using -dllpath to ocamlmklib for this - ',' would need
  to be clumsily escaped from gmake.

  (This also needs a patched ocamlmklib - from ocaml 4.00.1nb2 -
  that has -elfmode which prevents -L paths being added to the
  run-time path).

- Path fixes, but not using fixed paths as originally proposed,
  but the SUBST framework.

- Trim whitespace off a numeric string read out of the kernel.
  Instead of open coding the function, use String.trim, as the
  String library is used, anyway. (available in ocaml >= 4.00.1)
2013-03-15 16:10:57 +00:00
is
b90b5eb4f5 Note that there's a difference using this rather than the older. 2013-03-15 15:41:51 +00:00
jperkin
6d383a8c55 *** empty log message *** 2013-03-15 15:36:40 +00:00