Commit graph

18140 commits

Author SHA1 Message Date
adam
b76c2757b4 Changes 3.8.0:
* New module ``zope.interface.registry``.  This is code moved from
  ``zope.component.registry`` which implements a basic nonperistent component
  registry as ``zope.interface.registry.Components``.  This class was moved
  from ``zope.component`` to make porting systems (such as Pyramid) that rely
  only on a basic component registry to Python 3 possible without needing to
  port the entirety of the ``zope.component`` package.  Backwards
  compatibility import shims have been left behind in ``zope.component``, so
  this change will not break any existing code.
* New ``tests_require`` dependency: ``zope.event`` to test events sent by
  Components implementation.  The ``zope.interface`` package does not have a
  hard dependency on ``zope.event``, but if ``zope.event`` is importable, it
  will send component registration events when methods of an instance of
  ``zope.interface.registry.Components`` are called.
* New interfaces added to support ``zope.interface.registry.Components``
  addition: ``ComponentLookupError``, ``Invalid``, ``IObjectEvent``,
  ``ObjectEvent``, ``IComponentLookup``, ``IRegistration``,
  ``IUtilityRegistration``, ``IAdapterRegistration``,
  ``ISubscriptionAdapterRegistration``, ``IHandlerRegistration``,
  ``IRegistrationEvent``, ``RegistrationEvent``, ``IRegistered``,
  ``Registered``, ``IUnregistered``, ``Unregistered``,
  ``IComponentRegistry``, and ``IComponents``.
* No longer Python 2.4 compatible (tested under 2.5, 2.6, 2.7, and 3.2).
2012-04-20 15:38:18 +00:00
dholland
a1455de5ed Ignore the result of the configure test that checks if certain
arguments to speex are floats or ints. They are, as far as I can tell,
always ints in pkgsrc. This test has been getting the wrong answer in
my test-build environment, leading to build failure later on.

Admittedly the test gets the wrong answer because I've been having the
wrappers insert -Wall -Wno-error, but that has value (as does being
able to test-build this and ekiga) and as best I can tell the test is
pointless.
2012-04-20 07:24:39 +00:00
joerg
5b4e0f7b3c Fix main(). 2012-04-19 21:04:02 +00:00
joerg
d29c8bf952 Fix dependencies for modular Xorg. 2012-04-19 21:03:15 +00:00
hans
1201146d83 Make this build on SunOS. 2012-04-19 12:34:43 +00:00
ryoon
444a2a1e37 Update 3.13.4
* Change distfile to separated source.

Changelog is not shown.
Probably some bugs are fixed.

Tested on NetBSD/i386 6.99.4 and DragonFly/i386 3.0.1.
2012-04-18 21:01:42 +00:00
ryoon
8eda4e1ee9 Add distinfo and patches. 2012-04-18 20:57:33 +00:00
ryoon
14db271894 Bump PKGREVISION.
* Change distfile to separated source.

Tested on NetBSD/i386 6.99.4 and DragonFly/i386 3.0.1.
2012-04-18 20:51:12 +00:00
dholland
e09c476674 Fails with python25:
ERROR: 'IPython requires Python Version 2.6 or above.'

Mark it so.
2012-04-18 09:16:15 +00:00
drochner
2a23da0f5b +ipython012 2012-04-17 17:48:56 +00:00
drochner
48674c2567 add pkg for ipython-0.12, the next major release, adding a nice
qt4 console (if py-qt4 is installed) and a web notebook (also needs
additional pkgs, see the docs)
Its APIs are incompatible to ipython-0.11 (which is used by the
"accerciser" pkg), thus imported as a separate pkg.
2012-04-17 17:45:40 +00:00
joerg
6f91bbabab Remove bogus inline. 2012-04-17 17:42:33 +00:00
joerg
cdc66f8142 Make loop finite. Bump revision. 2012-04-17 17:41:40 +00:00
wiz
3249e0a82f Reset maintainer, developer has left the building 2012-04-15 22:00:58 +00:00
wiz
ef22c2b322 Update to 1.5.4:
2012-4-3 meld 1.5.4
====================

  Fixes:

    * Slightly faster diff calculation (Piotr Piastucki)
    * Avoid too-tall commit dialogues (Nguyễn Hồng Quân)
    * Minor bug fixes and performance improvments (Kai Willadsen)

  Translation updates:

    * Alexander Shopov (bg)
    * Fran Diéguez (gl)
    * Kjartan Maraas (nb)
    * Kristjan SCHMIDT (eo)
    * Nguyễn Thái Ngọc Duy (vi)
    * Toshiharu Kudoh (ja)
    * Trương Ứng Minh (vi)
    * Мирослав Николић (sr) (sr@latin)
2012-04-15 15:50:14 +00:00
wiz
63106f10ad Update to 1.11.5:
Bugs fixed in 1.11.5:

* Bugs introduced by 1.11.3:

  - Vala files with '.vapi' extension are now recognized and handled
    correctly again.  See automake bug#11222.

  - Vala support work again for projects that contain some program
    built from '.vala' (and possibly '.c') sources and some other
    program built from '.c' sources *only*.  See automake bug#11229.


New in 1.11.4:

* WARNING: Future backward-incompatibilities!

  - The support for the "obscure" multilib feature has been deprecated,
    and will be moved out of the automake core in the next major Automake
    release (1.12).

  - The support for ".log -> .html" conversion and the check-html and
    recheck-html targets will be removed in the next major Automake
    release (1.12).

  - The obsolescent AM_WITH_REGEX  macro has been deprecated (since the
    GNU rx library has been decommissioned), and will be removed in the
    next major Automake release (1.12).

  - The `lzma' compression format for distribution archives has been
    deprecated in favor of `xz' and `lzip', and will be removed in the
    next major Automake release (1.12).

  - The `--acdir' option of aclocal is deprecated, and will probably be
    removed in the next major Automake release (1.12).

  - The exact order in which the directories in the aclocal macro
    search path are looked up is probably going to be changed in the
    next Automake release (1.12).

  - The Automake support for automatic de-ANSI-fication will be removed
    in the next major Automake release (1.12).

  - Starting from the next Automake release (1.12), warnings in the
    `extra-portability' category will be enabled by `-Wall' (right now,
    one has to use `-Wextra-portability' explicitly).

* Miscellaneous changes:

  - The 'ar-lib' script now ignores the "s" (symbol index) and "S" (no
    symbol index) modifiers as well as the "s" action, as the symbol index
    is created unconditionally by Microsoft lib.  Also, the "q" (quick)
    action is now a synonym for "r" (replace).  Also, the script has been
    ignoring the "v" (verbose) modifier already since Automake 1.11.3.

  - When the 'compile' script is used to wrap MSVC, it now accepts an
    optional space between the -I, -L and -l options and their respective
    arguments, for better POSIX compliance.

  - There is an initial, experimental support for automatic dependency
    tracking with tcc (the Tiny C Compiler).  Its associated depmode is
    currently recognized as "icc" (but this and other details are likely
    to change in future versions).

  - Automatic dependency tracking now works also with the IBM XL C/C++
    compilers, thanks to the new new depmode 'xlc'.

Bugs fixed in 1.11.4:

* Bugs introduced by 1.11.2:

  - A definition of 'noinst_PYTHON' before 'python_PYTHON' (or similar)
    don't cause spurious failures upon "make install" anymore.

  - The user can now instruct the 'uninstall-info' rule not to update
    the '${infodir}/dir' file by exporting the environment variable
    'AM_UPDATE_INFO_DIR' to the value "no".  This is done for consistency
    with how the 'install-info' rule operates since automake 1.11.2.

* Long-standing bugs:

  - It is now possible for a foo_SOURCES variable to hold Vala sources
    together with C header files, as well as with sources and headers for
    other supported languages (e.g., C++).  Previously, only mixing C and
    Vala sources was supported.

  - If "aclocal --install" is used, and the first directory specified with
    '-I' is non-existent, aclocal will now create it before trying to copy
    files in it.

  - An empty declaration of a "foo_PRIMARY" don't cause anymore the
    generated install rules to create an empty $(foodir) directory;
    for example, if Makefile.am contains something like:

      pkglibexec_SCRIPTS =
      if FALSE
      pkglibexec_SCRIPTS += bar.sh
      endif

    the $(pkglibexec) directory will not be created upon "make install".
2012-04-15 15:37:45 +00:00
markd
914ec1e9bc Update KDE SC to 4.8.2
bugfixes.
2012-04-15 05:54:50 +00:00
jmmv
36f6e1d095 Use updated kqueue patch for glib 2.30.3. 2012-04-14 15:43:10 +00:00
obache
96d0a072a2 Update ruby-gnome2 to 1.1.3.
== Ruby-GNOME2 1.1.3: 2012-04-08

This is a bug fix release of 1.1.2.

=== Changes

==== Ruby/GLib2

  * Improvements
    * Added required Ruby version into gemspec.
    * [GitHub#106] glib-mkenums.rb supported macro lines in header.
      This change is required for building with GLib 2.31.20.
      [Reported by mtasaka]
    * [GitHub#107] Supported tests on PPC.
      [Reported by mtasaka]
  * Fixes
    * Fixed handler_id type.

==== Ruby/GTK2

  * Improvements
    * Added Gtk::TreeViewColumn#set_sort_column_id and
      Gtk::TreeViewColumn#sort_column_id= for GTK+ < 2.18.
      [ruby-gnome2-devel-en] Gtk::TreeViewColumn
      [Reported by grant schoep]
    * Added Gtk::InfoBar.
    * Added Gtk::MessageType.
    * Added Gtk::ResponseType.
  * Fixes
    * Fixed build failure with GTK+ < 2.12.
      [ruby-gnome2-devel-en] compile problems gtk2, ruby-gnome2-all-1.1.2
      [Reported by grant schoep]
    * Fixed require failure with GTK+ < 2.14.
      [ruby-gnome2-devel-en] NameError: undefined method
      `color_selection' for class `Gtk::ColorSelectionDialog'
      [Reported by grant schoep]

==== Ruby/Poppler

  * Improvements
    * [GitHub#97] Added Poppler::Page#text_layout.
      [Patch by Andrey Kutejko]
    * [SF.net#3495948] Removed needless poppler-cairo check.
      [Reported by Pino Toscano]
  * Fixes
    * [GitHub#96] Fixed valid state of child index iterator.
      [Patch by Andrey Kutejko]
    * [GitHub#97] Fixed parameter check of Poppler::Page#get_text.
      [Patch by Andrey Kutejko]

==== Ruby/VTE

  * Fixes
    * Fixed build failure with VTE < 0.24.

==== Ruby/GStreamer

  * Improvements
    * Added Gst::Element#seek_simple.
  * Fixes
    * [GitHub#95] Fixed async test.
      [Reported by mtasaka]
2012-04-14 04:27:49 +00:00
hans
cbe0766c91 Add -lrt to LDFLAGS.SunOS to make this build. Not needed on 5.11, but
doesn't hurt either.
2012-04-13 22:44:17 +00:00
shattered
e8bcf3938f PR/43732 -- add svnserve.sh rc.d script (untested). 2012-04-13 21:17:38 +00:00
adam
d8a49db36a Changes 1.7.10:
* various "gitk" updates.
  - show the path to the top level directory in the window title
  - update preference edit dialog
  - display file list correctly when directories are given on command line
  - make "git-describe" output in the log message into a clickable link
  - avoid matching the UNIX timestamp part when searching all fields
  - give preference to symbolic font names like sans & monospace
  - allow comparing two commits using a mark
  - "gitk" honors log.showroot configuration.
* Teams for localizing the messages from the Porcelain layer of
  commands are starting to form, thanks to Jiang Xin who volunteered
  to be the localization coordinator.  Translated messages for
  simplified Chinese, Swedish and Portuguese are available.
* The configuration mechanism learned an "include" facility; an
  assignment to the include.path pseudo-variable causes the named
  file to be included in-place when Git looks up configuration
  variables.
* A content filter (clean/smudge) used to be just a way to make the
  recorded contents "more useful", and allowed to fail; a filter can
  now optionally be marked as "required".
* Options whose names begin with "--no-" (e.g. the "--no-verify"
  option of the "git commit" command) can be negated by omitting
  "no-" from its name, e.g. "git commit --verify".
* "git am" learned to pass "-b" option to underlying "git mailinfo", so
  that a bracketed string other than "PATCH" at the beginning can be kept.
* "git clone" learned "--single-branch" option to limit cloning to a
  single branch (surprise!); tags that do not point into the history
  of the branch are not fetched.
* "git clone" learned to detach the HEAD in the resulting repository
  when the user specifies a tag with "--branch" (e.g., "--branch=v1.0").
  Clone also learned to print the usual "detached HEAD" advice in such
  a case, similar to "git checkout v1.0".
* When showing a patch while ignoring whitespace changes, the context
  lines are taken from the postimage, in order to make it easier to
  view the output.
More...
2012-04-13 20:43:24 +00:00
obache
f8a8e2828d Update gmtk to 1.0.6.
(while here, fixes message catalogue installation with gmake)

1.0.6
	Assign NULL to freed strings
	Updated Japanese translation
	Remove debug message
	Kill GTK widget oversize warning
    Apply recommendation from Issue #6
    Apply patch from Issue #7, codecs not reset to NULL
	Only do the restart on decoding error if the position is 0 (window size issue)
	Allow one decoding error restart
	Fix error when shifting protocol from mms to mmsh
	Updated Turkish translation
1.0.6b1
    Track gtk2 and gtk3 in gmtk.pc file
    Enhance subtitle visibility tracking
    Handle the keyboard masks more correctly
    Only allocate a size for the child window if the parent widget is realized
    Fix volume tracking on default device, even when the device changes
    Switch "PulseAudio" from a softvol to a real PulseAudio control (still can be forced to softvol if needed)
        This allows for better volume control that is synced with the system volume and the default output device
        This should be the default setting on machines with PulseAudio
    Add -zoom to mplayer when vo is x11
    Updated German translation
    Change po file install location
    Do PKG_CHECK for GTK3 when --enable-gtk=yes is specified
    Use the localedir variable in the Makefile may fix Wolfgang's issue
    Add gmlib to the list of referenced libaries Issue #3
    Add pulse cflags and libs to libgmtk Issue #2
    Detect if libm should be used and use if needed Issue #1
    Add files to SVN as recommended by autoreconf -fiv
2012-04-13 12:57:33 +00:00
mspo
06eee5c98a add anyevent-xmpp to makefile 2012-04-13 11:56:39 +00:00
hans
bdd250074e Add inplace.mk to allow building this inside another package. 2012-04-13 11:00:14 +00:00
mspo
1f380bda67 Import p5-AnyEvent-XMPP 2012-04-12 23:57:24 +00:00
joerg
693c786a13 Reorder dependencies slightly, since ruby-actionpack requires a more
restrictive ruby-rack version than ruby-rack-*
2012-04-12 15:03:01 +00:00
bsiegert
d273dfdbfd Add some patches for MirBSD support. More to come, but these are at least
sufficient to make glib2 build successfully.
2012-04-10 19:48:17 +00:00
sno
3391b2b07b Updating package for CPAN module B::Utils in devel/p5-B-Utils from 0.19 to
0.21

Upstream changes (since 0.19):
0.21
   - Avoid undeclared dependency on Test::Exception introduced by 0.19
2012-04-10 14:00:26 +00:00
sno
334d9ff1a3 Updating package for CPAN module Config::Auto in devel/p5-Config-Auto
from 0.38 to 0.42.

pkgsrc changes:
- adjust dependencies

Upstream changes since 0.38:
0.42  Tue Feb  7 16:46:38 GMT 2012
===================================
  - Add a test fstab file instead of relying on the vagaries of system ones

0.40  Mon Feb  6 21:19:29 2012
================================
    - Resolve RT 74711 reported by David Oswald
      ( Calling Config::Auto::parse while $_ aliases a constant value throws exception )
2012-04-10 13:17:50 +00:00
sno
8a139fa574 Updating package for CPAN module App::Cmd in devel/p5-App-Cmd from 0.316
to 0.317.

pkgsrc changes:
- adjust dependencies

Upstream changes:
0.317     2012-03-26 10:11:52 America/New_York
          App::Cmd::Tester now reports exit code 1 for unknown commands, as
          App::Cmd would exit(1) in that case; addresses
          https://rt.cpan.org/Public/Bug/Display.html?id=73084 reported by
          David Golden
2012-04-10 13:10:18 +00:00
wiz
921f67a120 Grammar fix. 2012-04-08 21:28:17 +00:00
wiz
4773e0d7e2 All supported python versions in pkgsrc support eggs, so remove
${PLIST.eggfile} from PLISTs and support code from lang/python.
2012-04-08 20:21:41 +00:00
wiz
4faa202860 Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
2012-04-08 19:08:44 +00:00
bsiegert
952b5d289d POSIX says that the target directory for "pax -rw" must exist. The pax
implementation in MirBSD enforces this.
Use ${MKDIR} to create the target directory before running pax.
Unbreaks things like firefox-l10n and friends on MirBSD.
2012-04-08 16:44:40 +00:00
dholland
cbaabf6b3e Note in the MESSAGE that git-svn requires p5-subversion, as suggested
in PR 45058.
2012-04-08 05:31:07 +00:00
dholland
1d7b71f65c Add missing entry. 2012-04-08 02:14:34 +00:00
dholland
4fea5787c8 Mark BROKEN; has not been buildable (in various differing ways) for
some time. Will be removed in due course unless someone fixes it.
Dead upstream; no successor. If you need this, speak up on pkgsrc-users.
2012-04-07 17:32:40 +00:00
schwarz
a0643209da updated devel/diffutils to 3.2 2012-04-07 16:30:05 +00:00
schwarz
6911866190 corrected patch-lib_isnan.c to correctly terminate with a '\' the line within
a multi-line statement. Gcc does not seem to care about this, however for Sun
cc the missing '\' broke things.
2012-04-07 15:14:04 +00:00
wiz
77dc1c388e Update to 3.0.0, called 3.0za in pkgsrc to be newer than 3.0z.
Changes: not found.
2012-04-07 15:08:55 +00:00
wiz
2c925573c0 Update to 2.1.2:
This is a regularly-scheduled bugfix release.
    alias: abort on missing positional args (issue3331)
    aliases: use empty string for missing position parameters (issue3331)
    bookmarks: clone non-divergent bookmarks with @ in them
    convert/git: abort if git submodules are detected (issue2150)
    convert: deal with empty splicemap path (issue3311)
    dirstate: avoid normalizing letter case on icasefs for exact match (issue3340)
    dirstate: fix some problems for recursive case normalization (issue3342)
    dirstate: normalize case of directory components
    extdiff: escape filenames with vim/DirDiff and make quoting work with Windows
    filemerge: remove temporary files when using internal:dump as merge-tool
    filemerge: restore default prompt for binary/symlink lost in 83925d3a4559
    icasefs: use case preserved root for 'util.fspath()' invocation (issue3302)
    largefiles: suppress unexpected warning of 'hg status' for removed files
    localrepo: fix unpushable repos when using bookmarks (issue3317)
    merge: accept missing revisions in symlink flag merge (issue3316)
    merge: handle linear update to symlink correctly (issue3316)
    mq: fix qpush --move with comments in series file between applied patches
    qfinish: comply with the phases.new-commit option in secret mode (issue3335)
    rebase: move bookmarks as needed with pull --rebase (issue3285)
    rebase: properly calculate descendant set when aborting (issue3332)
    rename: handle case-changing (issue1717)
    setup.py: don't call splitlines twice on the output of xcodebuild (issue3277)
    strip: enhance repair.strip to receive a list of nodes (issue3299)
    strip: ignore -n (issue3326) (BC)
    wix: add phases help text and two more translations (issue3288)
2012-04-07 15:08:21 +00:00
wiz
996f497575 restore kqueue patch checksums 2012-04-06 11:08:55 +00:00
taca
513a593b97 Fix build problem on the platform without RLIMIT_AS; NetBSD 4.
No PKGREVISION bump since it is simply fix of build problem.
2012-04-06 10:42:37 +00:00
taca
b1d216aa78 Make sure to initialize mutex before use it. Should be fix PR pkg/46266
by me.

Bump PKGREVISION but no need to recursive bump since it simply fixes
internal problem of glib2 and no external interface at all.
2012-04-06 10:40:36 +00:00
tron
f78c701a31 Update master site URL and home page.
The old master site URL results in a HTTP authentication request which
hangs (at least) interactive builds.
2012-04-04 17:58:24 +00:00
dholland
563b5178f5 Fix the first two or three build failures. Judging by what comes next
it is probably not worth trying to patch this any further, rather than
updating it (although there are/were some problems with things it may
depend on) but maybe making some progress will inspire someone else to
take this up.

In particular I tracked down the lossage where it was looking for vala
1.0 and the current vala versions are 0.12 and 0.14. It seems that
what someone optimistically intended at some point to be vala-1.0
(after vala-0.9) ended up released as vala-0.10.
2012-04-02 04:02:46 +00:00
rhaen
a4611f7d2c Updated to 4.0
Changes:

no changelog provided by upstream
2012-04-01 20:24:44 +00:00
rhaen
f8910b78c7 Updated to 1.36
Changes:
1.36 (2012/02/11)
   *    (ms) [rt.cpan.org #74833] Reini Urban fixed "defined @array" for
             perl 5.16
   *    (ms) [rt.cpan.org #74836] Cope with Carp's questionable decision to
             add a trailing dot to its messages.

1.35 (2012/01/03)
   *    (ms) [rt.cpan.org #73462] Changed logwarn/logcluck/logcarp/error_warn
             to warn() unconditionally and send the message to log4perl which
             will log it only if the log level conditions are met.
   *    (ms) [rt.cpan.org #73598] Gerda Shank reported test suite problems
             with DBD::CSV-0.26. Bumped up to DBD::CSV-0.33 if installed.

1.34 (2011/11/04)
   *    (ms) InternalDebug now replaces all instances of INTERNAL_DEBUG,
             not just the first one.
   *    (ms) Added test case for get_logger() with a ref() on the actual
             object instead of on a static category. Updated docs.
   *    (ms) %d{e} in PatternLayout now returns epoch seconds
   *    (ms) [RT 72056] Messages blocked by an appender threshold are no
             longer passed on to the L4p::Appender::Buffer as undefined
             entries.

1.33 (2011/05/31)
   *    (ms) [RT 67132] Applied patch by Darin McBride to allow for
             empty syswrite messages in the file appender.
   *    (ms) [RT 68105] Fixed init-hash handling of subroutine references,
             reported by Frew Schmidt.
   *    (ms) Mike Schwern noticed confusing DESTROY calls to clean up loggers
             and appenders (http://stackoverflow.com/questions/5914088 and
             https://github.com/mschilli/log4perl/issues/7), so I put on my
             hazmat suit and cleaned it up. Now perl's garbage collector takes
             care of disposing of logger and appender carcasses.
   *    (ms) Added Log::Log4perl->remove_logger($logger) to remove a logger
             from the system.

1.32 (2011/02/26)
   *    (ms) Fixed %T caller_depth with wrapper_register(), reported
             by David Christensen.
   *    (ms) [RT 63053] Fixed for qw() {} deprecated (Todd Rinaldo)
   *    (ms) [RT 62674] Fixed call to deprecated form of UNIVERSAL::can (Karen
             Etheridge).
   *    (ms) [RT 62896] Log::Log4perl::Appender::ScreenColoredLevels now
             inherits from Log::Log4perl::Appender::Screen and therefore
             supports the utf8 flag.
   *    (ms) [RT 64318] Andrew Sayers provided a better error message for
             "threshold needs to be uppercase".
   *    (ms) CharleyDixon fixed LOGWARN when :no_extra_logdie_message is
             in use to no longer exit().
2012-04-01 20:17:32 +00:00
rhaen
0242f48eb5 Updated to 0.109
Changes:

UNIVERSAL::isa and UNIVERAL::can are no longer called as functions:
          this was deprecated in UNIVERSAL 1.03. (RT#74760, Karen Etheridge)

          the code that builds the exporter configuration is cleaned up; more
          documentation of how it may change (for the better, without breaking
          stuff) should appear in the near futureChanges:
2012-04-01 20:13:18 +00:00