Commit graph

12062 commits

Author SHA1 Message Date
bjs
4e18960be4 add/enable devel/cproto 2008-10-25 06:15:55 +00:00
bjs
e2baee1ed8 Add cproto-4.7f. TODO: integrate into pkgsrc compiler infrastructure?
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-25 06:15:38 +00:00
bjs
7ecda0dfb5 Fix distinfo. 2008-10-25 05:46:01 +00:00
wiz
a983c13139 Update to 1.20.1:
What's new in version 1.20.1:
=============================

* bugfix for #502793 (fix symbol conflict with dprintf).
2008-10-25 02:15:50 +00:00
bjs
03c187a464 Add buildlink3.mk. 2008-10-25 00:36:10 +00:00
bjs
25a6c5a9e1 Add/enable devel/libatomic_ops 2008-10-25 00:32:42 +00:00
bjs
666636bffd Import libatomic_ops-20081024 (version 1.2)
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-25 00:32:23 +00:00
wiz
2e1eeef40c Update to 2.24.1:
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-24 22:27:10 +00:00
wiz
e4b73cb257 Update to 2.24.1:
Major changes in 2.24.1 were:
* Fix build error
* Translation updates
2008-10-24 22:04:17 +00:00
adrianp
0ef77fe00d Add in a line that should not have been commented out 2008-10-24 21:26:37 +00:00
wiz
b28e441bc0 Add BUILDLINK_API_DEPENDS.gtk2+=gtk2+>=2.14.0 so this gets a gtk2 with gail. 2008-10-24 19:30:32 +00:00
wiz
8df824ebb9 Update to 0.21:
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-24 16:56:55 +00:00
wiz
849077b6fa Update to 2.24.1:
2.24.1
======

 Translators

  - Khaled Hosny (ar)
  - Dawa pemo (dz)
  - Claude Paroz (fr)
  - Luca Ferretti (it)
  - Vladimir Melo (pt_BR)
2008-10-24 16:50:44 +00:00
wiz
8619d39b19 Update to 1.4.10:
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-24 16:46:39 +00:00
wiz
d330e31ffd Update to 1.22.1:
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-24 16:22:35 +00:00
wiz
3e789cb363 Update to 0.7.2:
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-24 16:03:17 +00:00
wiz
a1e819f983 Update to 2.18.2:
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-24 15:59:52 +00:00
wiz
4f2f0ff6c7 Add build fix for Interix-3.5, from Bruno Haible. 2008-10-24 12:37:37 +00:00
obache
260d729b0f Update Babel to 0.9.4.
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-23 06:10:30 +00:00
apb
e7b6bac28e Make ${PYPKGPREFIX}-gobject-${PKGVERSION} depend on
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-22 19:55:23 +00:00
seb
161a28240b Add & enable p5-ShipIt 2008-10-22 18:42:42 +00:00
seb
c736b8549e Initial import of p5-ShipIt version 0.52 in the NetBSD Packages
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-22 18:40:54 +00:00
obache
bdbef3d062 Update ruby-gnome2 to 0.18.0.
== 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-22 10:42:02 +00:00
seb
0d593dfa59 Update from version 0.58 to version 0.59.
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-22 00:58:28 +00:00
seb
c4adf13195 Update from version 0.66 to version 0.67.
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-22 00:57:56 +00:00
adrianp
9ac5861a01 jflex is only needed to *build* opengrok
PKGREVISION++
2008-10-21 19:29:57 +00:00
wiz
02207dbb19 + ncc 2008-10-20 07:52:53 +00:00
wiz
4bc80e7c50 Initial import of wip/ncc-2.8, last updated by Marko Schütz.
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-20 07:52:26 +00:00
minskim
7db9999220 Set MAINTAINER to the maintainer of wip/eet.
Since both devel/eet and wip/eet have the same version, wip/eet will be
removed shortly.
2008-10-19 23:52:20 +00:00
adrianp
8b67d43ff2 Update to 0.7
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-19 19:36:13 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
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-19 19:17:40 +00:00
wiz
d2c168e955 Add CONFLICT with latest gtk2+, since it is included there. 2008-10-19 17:43:30 +00:00
apb
1d1750648a Depend on p5-Internals. This is actually needed only for perl-5.10
(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-19 09:49:26 +00:00
apb
4aa578df8f Add devel/p5-Internals version 1.1. This is needed by
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-19 09:46:45 +00:00
obache
b64f5c1443 Add HOMEPAGE. 2008-10-18 11:00:09 +00:00
wiz
8ff130af95 Bump gtk2 depends -- this needs gail. 2008-10-17 10:41:53 +00:00
gson
3345745faf Update devel/sdcc to 2.8.0.
The changes since 2.4.0 are far too numerous to list here; please
refer to the ChangeLog file.
2008-10-17 07:20:22 +00:00
wiz
d150578c8e PKGREVISION bump for libevent shlib name change. 2008-10-16 21:52:16 +00:00
wiz
e504a189f7 Update to 1.4.8:
Changes in 1.4.8-stable:
 o Match the query in DNS replies to the query in the request; from Vsevolod Stakhov.
 o Fix a merge problem in which name_from_addr returned pointers to the stack; found by Jiang Hong.
 o Do not remove Accept-Encoding header

Changes in 1.4.7-stable:
 o Fix a bug where headers arriving in multiple packets were not parsed; fix from Jiang Hong; test by me.

Changes in 1.4.6-stable:
 o evutil.h now includes <stdarg.h> directly
 o switch all uses of [v]snprintf over to evutil
 o Correct handling of trailing headers in chunked replies; from Scott Lamb.
 o Support multi-line HTTP headers; based on a patch from Moshe Litvin
 o Reject negative Content-Length headers; anonymous bug report
 o Detect CLOCK_MONOTONIC at runtime for evdns; anonymous bug report
 o Fix a bug where deleting signals with the kqueue backend would cause subsequent adds to fail
 o Support multiple events listening on the same signal; make signals regular events that go on the same event queue; problem report by Alexander Drozdov.
 o Deal with evbuffer_read() returning -1 on EINTR|EAGAIN; from Adam Langley.
 o Fix a bug in which the DNS server would incorrectly set the type of a cname reply to a.
 o Fix a bug where setting the timeout on a bufferevent would take not effect if the event was already pending.
 o Fix a memory leak when using signals for some event bases; reported by Alexander Drozdov.
 o Add libevent.vcproj file to distribution to help with Windows build.
 o Fix a problem with epoll() and reinit; problem report by Alexander Drozdov.
 o Fix off-by-one errors in devpoll; from Ian Bell
 o Make event_add not change any state if it fails; reported by Ian Bell.
 o Do not warn on accept when errno is either EAGAIN or EINTR
2008-10-16 21:51:47 +00:00
wiz
c4279e8232 Update to 2.2.3:
2.2.3 (stable):

* Windows:
  - Added project files (and property sheets) for
  MSVC++ 2005 and 2008.
  (Armin Burgmeier)
  - Removed unnecessary dependency on afxrefs.h, so it builds
  with MSVC++ Express editions.
  (Cedric Gustin)
2008-10-16 21:49:12 +00:00
adam
747f4001d9 Added devel/pangomm version 2.14.0 2008-10-16 18:05:02 +00:00
adam
a3ec41a70d pangomm (used to be part of gtkmm) is the official C++ interface for the
popular GUI library GTK+. Highlights include typesafe callbacks, widgets
extensible via inheritance and a comprehensive set of widget classes that
can be freely combined to quickly create complex user interfaces.
2008-10-16 18:01:30 +00:00
drochner
fbae3cf983 update BUILDLINK_API_DEPENDS.cairo 2008-10-16 14:11:56 +00:00
drochner
68a4e6e32f sync w/ base pkg 2008-10-16 13:52:29 +00:00
drochner
bb92b6bfe1 update to 2.15.4
This switches to the gnome-2.24 release branch.
2008-10-16 13:52:05 +00:00
drochner
320f94129e update to 2.24.0
This switches to the gnome-2.24 release branch.
2008-10-16 13:46:59 +00:00
drochner
fbf57bcecf update to 2.24.0
This switches to the gnome-2.24 release branch.
2008-10-16 13:36:46 +00:00
drochner
e3dde773a0 update to 2.6.3
changes: minor fixes, documentation improvements
2008-10-16 13:28:07 +00:00
drochner
b2038960aa update to 2.24.0
This switches to the gnome-2.24 release branch.
2008-10-16 13:25:02 +00:00
drochner
6441cfa361 update to 2.24.1
This switches to the gnome-2.24 release branch.
2008-10-16 13:24:07 +00:00