Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wiedi ed003103f6 Update protobuf to 2.6.1
Changelog:

2014-10-20 version 2.6.1:

  C++
  * Added atomicops support for Solaris.
  * Released memory allocated by InitializeDefaultRepeatedFields() and
    GetEmptyString(). Some memory sanitizers reported them as memory leaks.

  Java
  * Updated DynamicMessage.setField() to handle repeated enum values
    correctly.
  * Fixed a bug that caused NullPointerException to be thrown when
    converting manually constructed FileDescriptorProto to
    FileDescriptor.

  Python
  * Fixed WhichOneof() to work with de-serialized protobuf messages.
  * Fixed a missing file problem of Python C++ implementation.

2014-08-15 version 2.6.0:

  General
  * Added oneofs(unions) feature. Fields in the same oneof will share
    memory and at most one field can be set at the same time. Use the
    oneof keyword to define a oneof like:
      message SampleMessage {
        oneof test_oneof {
          string name = 4;
          YourMessage sub_message = 9;
        }
      }
  * Files, services, enums, messages, methods and enum values can be marked
    as deprecated now.
  * Added Support for list values, including lists of mesaages, when
    parsing text-formatted protos in C++ and Java.
      For example:  foo: [1, 2, 3]

  C++
  * Enhanced customization on TestFormat printing.
  * Added SwapFields() in reflection API to swap a subset of fields.
    Added SetAllocatedMessage() in reflection API.
  * Repeated primitive extensions are now packable. The
    [packed=true] option only affects serializers. Therefore, it is
    possible to switch a repeated extension field to packed format
    without breaking backwards-compatibility.
  * Various speed optimizations.

  Java
  * writeTo() method in ByteString can now write a substring to an
    output stream. Added endWith() method for ByteString.
  * ByteString and ByteBuffer are now supported in CodedInputStream
    and CodedOutputStream.
  * java_generate_equals_and_hash can now be used with the LITE_RUNTIME.

  Python
  * A new C++-backed extension module (aka "cpp api v2") that replaces the
    old ("cpp api v1") one.  Much faster than the pure Python code.  This one
    resolves many bugs and is recommended for general use over the
    pure Python when possible.
  * Descriptors now have enum_types_by_name and extension_types_by_name dict
    attributes.
  * Support for Python 3.
2015-06-10 01:31:51 +00:00
archivers Update archivers/lz4 to 130. 2015-06-09 12:04:19 +00:00
audio Update libsoup buildlink path. 2015-06-07 14:05:57 +00:00
benchmarks Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
biology Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
bootstrap Introduce preliminary support for Bitrig to pkgsrc 2015-06-04 15:48:45 +00:00
cad Remove double whitespace. 2015-05-31 23:08:09 +00:00
chat Avoid using an uninitialised variable by reading from, not writing to 2015-06-08 13:38:12 +00:00
comms Update jpilot to 1.8.2. 2015-05-19 10:58:46 +00:00
converters Bump PKGREVISION for hs-hashable-1.2.3.2 2015-06-08 20:56:14 +00:00
cross Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
databases Remove stale patch file. 2015-06-09 15:07:42 +00:00
devel Update protobuf to 2.6.1 2015-06-10 01:31:51 +00:00
distfiles
doc Updated textproc/hs-parsec to 3.1.9 2015-06-09 22:09:01 +00:00
editors Update nano to 2.4.1 2015-06-05 01:32:38 +00:00
emulators Update xnp2 to 0.84. 2015-06-06 17:30:35 +00:00
filesystems Reapply fix for broken build system after defuzzing. 2015-06-08 13:40:08 +00:00
finance Update magento to 1.9.1.1. 2015-06-02 19:06:19 +00:00
fonts Allow this package build on Ruby 2.2. 2015-06-07 10:29:59 +00:00
games Update to 2.23: 2015-05-27 06:49:59 +00:00
geography Update libsoup references in buildlink files. 2015-06-07 14:14:04 +00:00
graphics Update dia to 0.97.3, provided by David H. Gutteridge in PR 49954. 2015-06-09 08:55:22 +00:00
ham Deal with C++11 user defined string literals. Add missing includes. 2015-04-27 23:51:52 +00:00
inputmethod Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
lang Update to OpenJDK7, Update 80. 2015-06-09 15:03:43 +00:00
licenses Add lppl-1.2, an older version of lppl-1.3c, and add it to default-allowed 2015-05-08 10:37:32 +00:00
mail Pass down libgnome-keyring. 2015-06-09 14:18:47 +00:00
math Bump PKGREVISION for hs-hashable-1.2.3.2 2015-06-08 20:56:14 +00:00
mbone Fix PKGNAME to be 'mpd' instead of 'src-mpd'. 2015-04-24 12:40:15 +00:00
meta-pkgs Allow ruby-gnome2 packages build on Ruby 2.2. 2015-06-07 16:05:41 +00:00
misc Fix PLIST, noted by joerg@. 2015-06-09 00:57:36 +00:00
mk Describe libnotify. 2015-06-08 14:58:43 +00:00
multimedia Pass down libgcrypt. 2015-06-09 14:19:16 +00:00
net Bump PKGREVISION for hs-parsec-3.1.9 2015-06-09 22:09:41 +00:00
news Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
packages
parallel Recursive revbump following MesaLib update, categories p through x. 2015-04-25 14:24:44 +00:00
pkgtools As the seemingly untested -Werror changes break the bootstrap at least 2015-06-08 00:44:46 +00:00
print Update ruby-prawn to 2.0.1. 2015-06-08 16:05:45 +00:00
regress Sync spec with reality. 2015-06-07 03:46:39 +00:00
security Update ruby-net-ssh-multi to 1.2.1. 2015-06-08 16:25:36 +00:00
shells Update to 4.3.039 2015-06-07 05:49:28 +00:00
sysutils Update sysutils/rsyslog to 8.10.0. 2015-06-09 15:00:33 +00:00
templates
textproc Bump PKGREVISION for hs-parsec-3.1.9 2015-06-09 22:09:41 +00:00
time Update libsoup buildlink path. 2015-06-07 14:05:57 +00:00
wm Use PKGVERSION_NOREV and add bash:run, as noted by Kamil Krytarowski on IRC 2015-06-05 23:01:28 +00:00
www Bump PKGREVISION for hs-parsec-3.1.9 2015-06-09 22:09:41 +00:00
x11 Update to 0.10.0 2015-06-09 13:10:00 +00:00
Makefile Remove old bulk build code. Use pbulk. 2014-06-02 10:24:05 +00:00
pkglocate
README

$NetBSD: README,v 1.18 2005/05/07 22:18:28 wiz Exp $

Please see doc/pkgsrc.txt for information.