summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2008-10-27Update to 2.24.0:wiz3-14/+15
Changes in 2.24.0 * Fixed dataroot problem * Removed old code (and as such gnome-vfs dependency) * Translation updates: he, sr, ar, et, hr, mr Changes in 2.23.90 * Version increased to match gnome releases. * Use smaller buttons to waste less space * Port to the GtkTooltip API (fixes #457562) * Fixed bug #529457 - Superfluous condition * Fixed bug #539288 - Use gtype macros instead of the deprecated gtk ones. * Translation updates: da, tr, el, it, zh_TW, zh_HK, ru, ar, vi, bg, th, ps, sq, pt_BR, mr
2008-10-27Update from version 0.59 to version 0.60.seb2-7/+7
Changes: 0.60 Fri October 25, 2008 * Moose::Exporter - Passing "-traits" when loading Moose caused the Moose.pm exports to be broken. Reported by t0m. (Dave Rolsky) - Tests for this bug. (t0m) * Moose::Util - Change resolve_metaclass alias to use the new load_first_existing_class function. This makes it a lot simpler, and also around 5 times faster. (t0m) - Add caching to resolve_metaclass_alias, which gives an order of magnitude speedup to things which repeatedly call the Moose::Meta::Attribute->does method, notably MooseX::Storage (t0m) * Moose::Util::TypeConstraint - Put back the changes for parameterized constraints that shouldn't have been removed in 0.59. We still cannot parse them, but MooseX modules can create them in some other way. See the 0.58 changes for more details. (jnapiorkowski) - Changed the way subtypes are created so that the job is delegated to a type constraint parent. This clears up some hardcoded checking and should allow correct subtypes of Moose::Meta::Type::Constraint. Don't rely on this new API too much (create_child_type) because it may go away in the future. (jnapiorkowski) * Moose::Meta::TypeConstraint::Union - Type constraint names are sorted as strings, not numbers. (jnapiorkowski) * Moose::Meta::TypeConstraint::Parameterizable - New parameterize method. This can be used as a factory method to make a new type constraint with a given parameterized type. (jnapiorkowski) - added tests (jnapiorkowski)
2008-10-27Update from version 0.67 to version 0.68.seb2-6/+6
Changes: 0.68 Fri October 25, 2008 * Class::MOP - Make load_class require by file name instead of module name. This stops confusing error messages when loading '__PACKAGE__'. (Florian Ragwitz) - Add load_one_class_of function to enable you to load one of a list of classes, rather than having to call load_class multiple times in an eval. (t0m)
2008-10-27Added p5-MooseX-Param.he1-1/+2
2008-10-27Import p5-MooseX-Param version 0.02.he3-0/+33
This is a very simple Moose role which provides a CGI like param method. I found that I had written this code over and over and over and over again, and each time it was the same. So I thought, why not put it in a role?
2008-10-26Add user-destdir support, from Aleksey Cheusov in PR 38522.wiz1-1/+3
2008-10-26+ p5-Internalsjoerg1-1/+2
2008-10-26Enable devel/ruby-eet.minskim1-1/+2
2008-10-26Import ruby-eet.minskim4-0/+34
Ruby-EET allows you to read and write EET files from Ruby code. Support for Ruby object serialization to EDD (EET Data Descriptor) format is given.
2008-10-26Update eet to 1.1.0.minskim3-7/+36
Changes: - Fixes to data codecs (data descriptors). - Fixes for non-existing files opened READ/WRITE and other miscellanouse bugs found. - Speedups for decoding and lookups, make inline-image decode better on some platforms and add signed-eet file support as well as opening eet files from memory.
2008-10-25No longer required.jmcneill2-45/+0
2008-10-25Update to 3.4.2:jmcneill5-24/+20
* Update version number for beta v3.4.2 * Fix system speex detection. * Simplify setting of LIBS and CFLAGS. * Fix H.261 on solaris. Thanks to Elaine Xiong from SUN. * Fixed line endings * Fixed inclusion of RFC2833 (DTMF) capability in H.323 calls, thanks Hannes Friederich * Fixed bug in "C" API when message callback function is used instead of the normal message queue. Thanks Yuriy Cherniavsky * Fixed SIP INVITE loop detection, forked INVITE request arriving over multiple paths. * Applied patch: [ 2119085 ] "userinput" disables "fax" for H.323 Thanks Vyacheslav Frolov * Note some parts of H.323 still use the numerical form as it is fundamental to the protocol so H323Capability has acquired the DefaultAudioSessionID etc enumeration. * Added IVR sample application. * Fixed IVR media format list being altered by OpalCall::OpenSourceMediaStreams() due to container class referencing single instance. * Fixed release of the call when audio channel ends. IVR cannot continue when no more audio being sent. * Fixed local party URL so does not use a username (meaningless), but uses the VXML reference as the part after the "ivr:". * Added parameter to ivropal set the SIP or H.323 listening interfaces * Fix static x264 compilation. * Fix H.264 helper filename on windows. * Mechanism for forking (over multiple interfaces) the register was incorrect, The specification is typically vague on the subject as it only goes in to detail on forking with respect to INVITE. However the new technique is believed to be compliant by me at least! * When registering, should include all possible interfaces. Especially UDP and TCP should both be registered. * When registering should also do the appropriate STUN handling, depending on if registrar is "inside" or "outside". * Parsing of a URI that is quoted by <> but has no "" based display name was incorrect and would the URI as display name. * Parsing of sips URI when quoted by <> would fail completely. * Creation of a sips URI from username and transport address was broken as well. When fixing this also prevented default transport from being included in URI. * Added mutex when writing simultaneous transactions to same transport, could sometimes cause packet to go out incorrect interface. * Fixed incorrect LID caller line ID field being used for display name. * Fixed crash if H.323 OLC opens codec that fails to be createad late in the process. * Adapt to libavcodec's new interface 52. * Also trigger the presence callback when the NOTIFY body is empty. It is desirable for the client to know something happened. * Update wxWidgets version in OpenPhone ReadMe.txt instructions. * Fixed interoperability issues with Cisco call manager, working around an annoying bug with the Cisco. * Killed the ununsed .major and .major.minor symlinks. The SONAME has always referred to the .major.minor.build lib * Fixed OpenPhone about box. * Fix H.264 flags to request I-frames thanks to Mauro Davi. * Improved LID logging so indicates reason why line was not selected. * Added some H.261 and H.263 annexes to H.263 * Added command line argument to codec tester so can adjust any media option on the encoder. * Added OpenPhone menu and dialog to do transmit video control, in particular, changing the target bit rate. * Reversed stupid change * Fixed issue with propagating changes to media options to transcoders and streams in a patch. * Added video frame rate to OpenPhone statistics. * Fixed phantom "busy" detect in LID. * Fixed incorrect line type (pots/pstn) selection. * Fixed using any line if cannot find specificity requested line, should return "busy" if the line is not available. * Changed ring detect so increments count on "rising edge" of ring cadence. Reduces delay after caller ID is received and routing call. * Added function to get at OpalLine from OpalLineConnection. * Fixed DevStudio compile/link issues with some options removed, in particular IAX2 and H.323. Have gone through every header file and made sure that they are all subject to the #defines in opal/buildops.h. Reported by Giorgio Alfarano. * Also made sure they all have consistent #defines for multiple inclusion, reported by Stefano Sabatini. * Fixed numerous retries using the same authentication credentials. If the first time doesn't work due to bad username or password and nothing changes then is highly unlikely to work one of the other 9 times it retries! * Added priority field when have multiple interfaces being registered. Always prioritise the interface the register as being talked to on. * Fixed listening interfaces port when mapped by STUN being included as first interface in the listener list. * Fixed problem in forked INVITE where remote can be seen my multiple interfaces, a race exists between CANCEL of second dialog and it being accepted by the remote server with a 200 OK. * Fixed numerous retries using the same authentication credentials. If the first time doesn't work due to bad username or password and nothing changes then is highly unlikely to work one of the other 9 times it retries! * Change error for a SIP BYE on a call already destroyed from "405 Method not allowed" to more reasonable "481 Transaction/call does not exist" * Windows Mobile build fixes * Added user defined tone in LIDs. * Backport from TRUNK (Deal with endpoints that use spaces and ; as seperators in the same FMTP string. Sheesh!). * Fixed some Linux weirdness where the first attempt to do TCP listen exclusive prevents the second attempt to listen with REUSEADDR flag set. The reason the code tries one and then the other is lost in the mists of time, so lets just make it do one OR the other and see what gives. * Also, fixed being able to specify socket re-use address mode (a trailing '+' in address string) without a port. Now something like "*+" will work, listening on all interfaces in non-exclusive mode. * Fix second case where simpleopal tries to use SDL for both output and preview video Backport from trunk * Fixed race condition where if reply from SIP server is so fast that it gets in before the second PDU of a forked query, the second PDU is sent via the incorrect interface. * Fixed printing of new LID tone. * Fixed missing party B address when originating PSTN call.
2008-10-25Update to 3.4.2:jmcneill5-39/+39
* Fix static linking for mingw. * Move the defaults so we can overwrite them depending on the platform. * Finally fix static and dynamic plugins on mingw. * Fixed being able to pass a ip%interface form of address string to a PIPSocket::Address and it still works correctly, using the ip part if there. * Add the joined Makefile to the stable branch. Do not use it yet. * Also delete static lib on make clean. * Fixed correct upper/lower case comparisons as per RFC952 for domain names, which is not locale dependent, remove use of toupper(). * Killed the ununsed .major and .major.minor symlinks. The SONAME has always referred to the .major.minor.build lib. * Switch the Makefiles in v2_4 like it was already done in trunk. * Removed obsolete comment... * Fixed gcc warning. Backport from TRUNK. * Fixed Windows Speech API search directory to be more flexible. * Make vfw configurable. * STUN was not working with Open NAT. * Applied patch for VXML not starting if not yet loaded and then not being started if later does get loaded. Thanks Antonio Rivera. * Fixed incorrect port displayed in trace log for STUN, very confusing. * Make sure CreateSocketPair also works with open nat. * Fixed problem with "interface only" ip addresses not being parsed correctly on Windows Mobile systems. * Windows Mobile build fixes * More fixes to VXML, thank you Antonio Rivera * Ensure Windows video output devices are available when using MSVC and not just MingW Backport from trunk * Allow video file output device to work with new files Backport from trunk * Fixed problem with PSafeCollection destructor deleting objects even if they still have a PSafePtr referencing them. * Fix compilation without vfw.
2008-10-25Add an opengrok-source option to build the war locally instead of installingadrianp3-6/+38
the one that comes with the tarball.
2008-10-25It's not much use specifying a path to a java wrapper that may not exist.adrianp3-5/+6
Test for the wrapper and if it does not exist fall back to auto-detection PKGREVISION++
2008-10-25add/enable devel/cprotobjs1-1/+2
2008-10-25Add cproto-4.7f. TODO: integrate into pkgsrc compiler infrastructure?bjs5-0/+50
Cproto is a program that generates function prototypes and variable declarations from C source code. It can also convert function definitions between the old style and the ANSI C style. This conversion overwrites the original files, so make a backup copy of your files in case something goes wrong. The program isn't confused by complex function definitions as much as other prototype generators because it uses a yacc generated parser. By ignoring all the input between braces, I avoided implementing the entire C language grammar.
2008-10-25Fix distinfo.bjs1-4/+4
2008-10-25Update to 1.20.1:wiz2-7/+6
What's new in version 1.20.1: ============================= * bugfix for #502793 (fix symbol conflict with dprintf).
2008-10-25Add buildlink3.mk.bjs1-0/+19
2008-10-25Add/enable devel/libatomic_opsbjs1-1/+2
2008-10-25Import libatomic_ops-20081024 (version 1.2)bjs6-0/+131
The latest code is only found in the boehm-gc CVS repository (see Makefile.version for information). I had to take this from there, as there were bug fixes. This library was imported primarily for the [hopefully] upcoming audio/pulseaudio package. TODO: Add support for NetBSD atomic ops? This package provides semi-portable access to hardware provided atomic memory operations. These might allow you to write code: - That does more interesting things in signal handlers. - Makes more effective use of multiprocessors by allowing you to write clever lock-free code. Note that such code is very difficult to get right, and will unavoidably be less portable than lock-based code. It ia also not always faster than lock-based code. But it may occasionally be a large performance win. - To experiment with new and much better thread programming paradigms, etc. As the latest code for this library is only available via CVS, this package provides a snapshot.
2008-10-24Update to 2.24.1:wiz2-6/+6
libgweather 2.24.1 ================== libgweather * Make sure the returned strings are UTF-8 (Minoru Hashima, Dan) * Code cleanups (Dan) * Fix crash if a timezone in Locations.xml is not known (Dan) * Use the proxy settings (Dan) * Add weather_info_network_error() API to know the type of error when getting the weather (Dan) Locations.xml * Mexican states of Chihuahua, Nayarit, Sinaloa, and Sonora are in Mountain Time, not Central Time (Christopher Aillon) Misc * Distribute gweather.defs so python bindings are buildable (Emilio Pozuelo Monfort) * Add -lm to the build (Frederic Peters, Dan) Translators * Alaksandar Navicki (be@latin) * Fábio Nogueira (pt_BR) * Vasiliy Faronov (ru) * Danishka Navin (si)
2008-10-24Update to 2.24.1:wiz2-6/+6
Major changes in 2.24.1 were: * Fix build error * Translation updates
2008-10-24Add in a line that should not have been commented outadrianp1-2/+2
2008-10-24Add BUILDLINK_API_DEPENDS.gtk2+=gtk2+>=2.14.0 so this gets a gtk2 with gail.wiz1-1/+2
2008-10-24Update to 0.21:wiz3-9/+10
NEW in 0.21: ============ Updated translations: hi, ar, it, sr, sr@latin, pt. Many thanks to the translators: Rajesh Ranjan, Djihed Afifi, Luca Ferretti, Goran Rakić, Duarte Loreto, Francesco Marletta, Khaled Hosny. NEW in 0.20: ============ - Fixed #499050, fix build against xulrunner 1.9 (Josselin Mouette) - Fixed #537093, Does not build with gcc 4.3.0 (Cosimo Cecchi) - Fixed #539624, Crashes when copying text with xulrunner 1.9 (Claudio Saavedra) - Updated translations: vi, kn, sr, or, mr Many thanks to the translators: Clytie Siddall, Shankar Prasad, Goran Rakic, Manoj Kumar Giri, Sandeep Shedmake.
2008-10-24Update to 2.24.1:wiz2-6/+6
2.24.1 ====== Translators - Khaled Hosny (ar) - Dawa pemo (dz) - Claude Paroz (fr) - Luca Ferretti (it) - Vladimir Melo (pt_BR)
2008-10-24Update to 1.4.10:wiz3-7/+9
libgsf 1.14.10 Jody: * Patch some coverity issues [189, 250, 251] Morten: * Work around sshfs bug. [#509883] * Support tar archives. * Improve gsf support for broken archives. [#553861] * Avoid a critical for bad ole2. [#554848]
2008-10-24Update to 1.22.1:wiz2-6/+6
Overview of changes between 1.22.0 and 1.22.1 ============================================= - Fix crasher when freeing PangoLayoutIter's - Fix loading of bogus OpenType anchor tables - Fix OpenType CursiveChain positioning - Misc bug fixes - Bugs fixed in this release: Bug 528272 – "Error loading GPOS table 5503" when using katakana characters Bug 552107 – Small libtool fixes Patch by Patryk Zawadzki Bug 539623 – document that pango_color_parse accepts NULL Bug 555219 – Memory leak when using pango_layout_iter_copy Patch from Falk Rohsiepe Bug 553345 – Japanese pangram. Patch from Takeshi AIHANA
2008-10-24Update to 0.7.2:wiz2-6/+6
This release adds 64-bit Mach-O PIC support, --prefix and --suffix options for naming globals, and support for newly specified AVX/AES instructions not in the original spec. It also generates a GOTPCREL relocation for "rel wrt ..gotpc" and optimizes non-strict push to byte size in all possible cases, along with several other fixes.
2008-10-24Update to 2.18.2:wiz3-23/+23
Overview of Changes from GLib 2.18.1 to GLib 2.18.2 =================================================== * Bugs fixed: 553724 python interpreter path not patched in correctly 553857 gbacktrace.h requires signal.h 554790 g_convert() misbehaves with winiconv versions 555314 mem leak in gmarkup 554970 segfault when update-desktop-database is not available... 555121 Improved build-time handling of gio module-dir 555711 Wrong fallback order of mimetype icons 556334 Warning when building without selinux support * Updated translations: Arabic (ar) Danish (da) Estonian (et) Gujarati (gu) Norwegian (nb) Polish (pl) Brazilian Portugese (pt_BR) Romanian (ro) Russian (ru) Serbian (sr) Tamil (ta)
2008-10-24Add build fix for Interix-3.5, from Bruno Haible.wiz2-1/+25
2008-10-23Update Babel to 0.9.4.obache2-6/+6
Version 0.9.4 http://svn.edgewall.org/repos/babel/tags/0.9.4/ (Aug 25 2008, from branches/stable/0.9.x) * Currency symbol definitions that is defined with choice patterns in the CLDR data are no longer imported, so the symbol code will be used instead. * Fixed quarter support in date formatting. * Fixed a serious memory leak that was introduces by the support for CLDR aliases in 0.9.3 (ticket #128). * Locale modifiers such as "@euro" are now stripped from locale identifiers when parsing (ticket #136). * The system locales "C" and "POSIX" are now treated as aliases for "en_US_POSIX", for which the CLDR provides the appropriate data. Thanks to Manlio Perillo for the suggestion. * Fixed JavaScript extraction for regular expression literals (ticket #138) and concatenated strings. * The `Translation` class in `babel.support` can now manage catalogs with different message domains, and exposes the family of `d*gettext` functions (ticket #137).
2008-10-22Make ${PYPKGPREFIX}-gobject-${PKGVERSION} depend onapb1-1/+4
py-gobject-shared>=${PKGVERSION}, not just any old py-gobject-shared. This should fix a problem in which py25-gobject-2.15.4 was happy to depend on the much older py-gobject-shared-2.14.2, but other packages that depended on py25-gobject-2.15.4 thought that it was incomplete. Bump PKGREVISION.
2008-10-22Add & enable p5-ShipItseb1-1/+2
2008-10-22Initial import of p5-ShipIt version 0.52 in the NetBSD Packagesseb3-0/+37
Collection. Releasing a new version of software (Perl module) takes a lot of steps... finding the next version number (and making sure you didn't already use that version number before), making sure your changelog is updated, making sure your "make dist" results in a tarball that builds, commiting changes (with updated version number), tagging, and uploading the tarball somewhere. Or maybe more steps. Or not some of the above. Maybe you forgot something! And maybe you manage multiple projects, and each project has a different release process. You want to be hacking, not jumping through hoops. Your contributors want to see their patches actually make it into a release, which won't happen if you're afraid of releases. shipit automates all the hell. It makes life beautiful.
2008-10-22Update ruby-gnome2 to 0.18.0.obache3-8/+9
== Ruby-GNOME2 0.18.0: 2008-09-30 This release fixes some memory leak bugs and has new experimental packages. === Changes Ruby/GLib: * mkmf-gnome2.rb: add check_cairo. [Kouhei Sutou] * fixed memory leaks. [Kouhei Sutou] * [#2110165] Gdk::Pixbuf memory leak * install glib-enum-types.h. [Andy Spencer] * [#2106938] Install glib-enum-types.h Ruby/GTK2: * add GTK+ 2.12 related bindings. [Guillaume Cottenceau] * fixed initialize order. [Kouhei Sutou] * [#2113491] Incorrect initialize order (compiling with mingw) Ruby/GooCanvas [NEW][EXPERIMENTAL]: * added. [Kouhei Sutou] Ruby/Pango: * fixed memory leaks. [Kouhei Sutou] Ruby/GtkSourceView2 [NEW][EXPERIMENTAL]: * add. [yselkowitz]
2008-10-22Update from version 0.58 to version 0.59.seb2-8/+7
Changes: 0.59 Tue October 14, 2008 * Moose - Add abridged documentation for builder/default/initializer/ predicate, and link to more details sections in Class::MOP::Attribute. (t0m) * Moose::Util::TypeConstraints - removed prototypes from all but the &-based stuff (mst) * Moose::Util::TypeConstraints - Creating a anonymous subtype with both a constraint and a message failed with a very unhelpful error, but should just work. Reported by t0m. (Dave Rolsky) * Tests - Some tests that used Test::Warn if it was available failed with older versions of Test::Warn. Reported by Fayland. (Dave Rolsky) - Test firing behavior of triggers in relation to builder/default/ lazy_build. (t0m) - Test behavior of equals/is_a_type_of/is_a_subtype_of for all kinds of supported type. (t0m) * Moose::Meta::Class - In create(), do not pass "roles" option to the superclass - added related test that creates an anon metaclass with a required attribute * Moose::Meta::TypeConstraint::Class * Moose::Meta::TypeConstraint::Role - Unify behavior of equals/is_a_type_of/is_a_subtype_of with other types (as per change in 0.55_02). (t0m) * Moose::Meta::TypeConstraint::Registry - Fix warning when dealing with unknown type names (t0m) * Moose::Util::TypeConstraints - Reverted changes from 0.58 related to handle parameterized types. This caused random failures on BSD and Win32 systems, apparently related to the regex engine. This means that Moose can no longer parse structured type constraints like ArrayRef[Int,Int] or HashRef[name=>Str]. This will be supported in a slightly different way via MooseX::Types some time in the future. (Dave Rolsky)
2008-10-22Update from version 0.66 to version 0.67.seb2-7/+6
Changes: 0.67 Tue October 14, 2008 * Class::MOP::Class - Call a method on the class after setting the superclass list so that we can get Perl to detect cycles before MRO::Compat spirals into an infinite loop (sartak) - Reported by Schwern, [rt.cpan.org #39001] - In create(), pass unused options on to initialize() - added test for this
2008-10-21jflex is only needed to *build* opengrokadrianp1-2/+2
PKGREVISION++
2008-10-20+ nccwiz1-1/+2
2008-10-20Initial import of wip/ncc-2.8, last updated by Marko Schütz.wiz8-0/+138
ncc is a compiler that produces program analysis information. ncc is a decent replacement of cflow and cscope able to analyze any program using the gcc compiler. The program also includes a graphical call-graph navigator and source browser which is extremely practical for hacking and comprehending large projects.
2008-10-19Set MAINTAINER to the maintainer of wip/eet.minskim1-2/+2
Since both devel/eet and wip/eet have the same version, wip/eet will be removed shortly.
2008-10-19Update to 0.7adrianp3-11/+10
In brief: -Q option is not taken into account Add initial support for clearcase Added support for Git repositories Emma support Initial support for JMX Agent See http://src.opensolaris.org/source/history/opengrok/trunk/ for all the details.
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he388-453/+776
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-10-19Add CONFLICT with latest gtk2+, since it is included there.wiz1-1/+3
2008-10-19Depend on p5-Internals. This is actually needed only for perl-5.10apb1-1/+7
(p5-PerlIO-via-dynamic worked with perl-5.8 without needing p5-Internals), but I don't know a way to encode that sort of conditional dependency.
2008-10-19Add devel/p5-Internals version 1.1. This is needed byapb3-0/+51
p5-PerlIO-via-dynamic when using perl-5.10. This module allows you to write-protect and write-enable your Perl variables, objects and data structures. Moreover, the reference count of any Perl variable can be read and set.
2008-10-18Add HOMEPAGE.obache1-1/+2