Commit graph

147442 commits

Author SHA1 Message Date
seb
4569622284 Note update of devel/p5-Perl-Critic to version 1.104 2009-08-29 23:28:19 +00:00
seb
12b3bcb05e Update p5-Perl-Critic from version 1.103 to version 1.104.
Pkgsrc changes:
- Adjust/fix dependencies

Upstream changes:
[1.104] Released 2009-08-23

    This release is dedicated to Tom Wyant in appreciation of the amount of
    effort he put into the enhancements and bug fixes in this release, for
    having the patience to wait for the amount of time that it took to get
    them out, and for overall awesomeness.  Thank you, Tom.

    New Policies:
      Objects::ProhibitIndirectSyntax
      ValuesAndExpressions::ProhibitComplexVersion
      ValuesAndExpressions::RequireConstantVersion

    New Optional Requirement:
    * Email::Address, if you want
      ValuesAndExpressions::ProhibitInterpolationOfLiterals to properly ignore
      emaila addresses.

    New Features:
    * Perlcritic will list the names of files with violations if given the
      --files-with-violations option, or the names of files without
      violations if given the --files-without-violations options. These
      have synonyms -l and -L respectively.
    * Perlcritic has a new --list-enabled option, which lists the Policies
      that will be enforced, given the current configuration.  This is
      useful if you've written a complex command-line or modified your
      .perlcriticrc file and you want to see which Policies *would*
      be used with the current configuration, if you were actually going
      to critque a file with it.
    * Perl::Critic::Violation now takes #line directives into account in the
      %F, %f, and %l formats.  You can get the old values via the new %G, %g,
      and %L formats.

    Policy Changes:
    * CodeLayout::ProhibitParensWithBuiltins was complaining in certain cases
      where parentheses are required due to operator precedence.  RT #46862.
    * ControlStructures::ProhibitMutatingListFunctions no longer complains
      about uses of tr/// that don't modify the operand.  Reported by EDAVIS,
      RT #44515.
    * Miscellanea::RequireRcsKeywords now accepts "qw$Keyword: ...$".  RT
      #45196.
    * Modules::RequireFilenameMatchesPackage now respects logical filenames
      defined by the "#line" directives.  This allows the Policy to work
      properly with IDEs and code generators.
    * NamingConventions::Capitalization now allows fully qualified subroutine
      declarations ( e.g. "sub Foo::Bar::baz {...}" ).  However, the
      non-package part of the subroutine name must still conform to whatever
      capitalization rule you have chosen.
    * RegularExpressions::ProhibitCaptureWithoutTest no longer complains if
      the regex is followed by an "or die" or similar.  Reported by EDAVIS,
      RT #36081.
    * RegularExpressions::ProhibitComplexRegexes no longer counts variable
      substitutions in the length.   Reported by EDAVIS, RT #36098.
    * RegularExpressions::ProhibitUnusedCapture now considers the body of
      while loops and not just their condition.  Reported by EDAVIS, RT
      #38942.
    * ValuesAndExpressions::ProhibitInterpolationOfLiterals can now properly
      ignore email addresses if you have Email::Address installed.
    * ValuesAndExpressions::ProhibitVersionStrings was getting confused by
      comments.  Reported by Kevin Ryde,  RT #44986.
    * ValuesAndExpressions::RequireInterpolationOfMetachars now allows sigils
      in the arguments to "use vars".  Contributed by Kevin Ryde, RT #47318.
    * ValuesAndExpressions::RequireInterpolationOfMetachars now properly
      ignores email addesses, if you have Email::Address installed.  Inspired
      by the Kevin Ryde contribution in RT #47318.
    * Variables::ProhibitPunctuationVars gained the ability to look inside
      interpolated strings.  Doing this correctly is challenging and things
      may not work out right; how the policy does this can be controlled via
      the new "string_mode" option.  Contributed by Edgar Whipple
      <perlmonk at misterwhipple dot com>.
    * Variables::ProhibitPunctuationVars now ignores $] by default since there
      is no English.pm equivalent.

    Other Bug Fixes:
    * Perl::Critic::Utils::parse_arg_list() was slurping up the "or die ..."
      portion of "open my $foo, 'somefile' or die ...", causing
      InputOutput::ProhibitTwoArgOpen to not complain about this example.
      Reported by Alexandr Ciornii,  RT #44554.

    Minor Changes
    * The line count emitted by the --statistics option is further broken down
      by line content.

    Minor Documentation Fixes:
    * ValuesAndExpressions::ProhibitInterpolationOfLiterals.  Reported by
      Debian in http://bugs.debian.org/542814,  RT #48936

    Build Fixes:
    * There wasn't a specific version given for the List::MoreUtils dependency
      and we're using features that weren't avialable until 0.19.  So, we now
      require version 0.19.  Noticed by John J. Trammell,  RT #48917.
    * Some tests were tied to the specific "true" and "false" values that some
      functions were returning.  Reported by Michael Schwern,  RT #43910.

    Other News:
    * Komodo version 5.1.1 now has built-in support for Perl-Critic,
      if you have the Perl::Critic and criticism modules installed.
      Both should be available through the ActiveState Perl Package
      Manager ppm(1).
2009-08-29 23:27:50 +00:00
wiz
5f4ad5e36f regen, did not match patches. 2009-08-29 23:04:55 +00:00
wiz
fa87c6f1e8 Same as for kdelibs3:
Disable openssl on NetBSD>=5.99.15 because of openssl problems (STACK etc)
until someone fixes it.
2009-08-29 23:03:34 +00:00
seb
7b40230735 Note update of devel/p5-MooseX-Declare to version 0.28 2009-08-29 23:00:54 +00:00
seb
c04d48347d Update p5-MooseX-Declare from version 0.27 to version 0.28.
Pkgsrc changes:
- Adjust dependencies
- Add missing dependencies on devel/p5-MooseX-AttributeHelpers and
devel/p5-List-MoreUtils

Upstream changes:
0.28  Thu, 27 Aug 2009 22:44:34 +0200
  * Bump prereqs on MooseX::Method::Signatures, Moose, and namespace::clean in
    order to avoid test failure.
2009-08-29 23:00:39 +00:00
adrianp
c11687a541 Updated chat/inspircd to 1.1.23 2009-08-29 22:48:00 +00:00
adrianp
32410d82b1 After releasing rc5 yesterday, I took a look over the changelog for 1.1 and decided that we were long overdue a fix-only release to our stable branch, so here it is, containing a few memory leak/possible crash fixes.
All users of 1.1 are recommended to upgrade.

http://www.inspircd.org/forum/showthread.php?t=6321
2009-08-29 22:47:47 +00:00
adrianp
2d8e7492f9 Updated chat/inspircd12 to 1.2.0 2009-08-29 22:43:01 +00:00
adrianp
fabcff0494 1.2.0 Final
- This contains a number of (hopefully fairly small) changes which should round up, most of the fixes are config reading regressions introduced in rc4 as a result of race condition bugs found in rc3.
- A few years in the making, months in the testing, thousands of lines of code in the writing, we're finally done. 1.2.0 is ready for every day usage. A grand total of 0 issues have been reported since rc5, so we are confident that things should have settled down now, though we will remain ready to rectify any problems that arise.
- 1.2.0 is now recommended for usage.

http://www.inspircd.org/forum/showthread.php?t=6381
2009-08-29 22:42:46 +00:00
seb
1439fc539d Note update of devel/p5-App-Cmd to version 0.300 2009-08-29 22:35:41 +00:00
seb
6768a79c4b Update p5-App-Cmd from version 0.206 to version 0.300.
Upstream changes:
0.300     2009-09-28
          DEPRECATED -run OPTION TO APP CLASS IMPORT
          "use MyApp -run;" is deprecated; it will be removed after no less
          than a year

          this led to problems where normal exit-on-error messages confused
          users by complaining about failing to compile; magic to stop this is
          not worth the tiny savings

          COMMANDS SHOULD NOW HAVE ->execute RATHER THAN ->run
          this will not break you code... except:

          WILL BREAK YOUR CODE: App::Cmd::Simple programs must use ->execute
          rather than ->run

0.207     2009-09-27
          add option to allow any unambiguous command abbreviation
          (thanks, Jerome Quelin)
2009-08-29 22:35:23 +00:00
seb
09741f01cb Note initial addition of p5-Devel-FindRef version 1.421 as
devel/p5-Devel-FindRef into The NetBSD Packages Collection.

The Perl 5 module Devel::FindRef helps to track down reference
problems (e.g. you expect some object to be destroyed, but there
are still references to it that keep it alive).
2009-08-29 22:24:56 +00:00
seb
a595a2507e Add & enable p5-Devel-FindRef 2009-08-29 22:24:30 +00:00
seb
e36dd43ee1 Initial import of p5-Devel-FindRef version 1.421 in the NetBSD
Packages Collection.

The Perl 5 module Devel::FindRef helps to track down reference
problems (e.g. you expect some object to be destroyed, but there
are still references to it that keep it alive).
2009-08-29 22:23:43 +00:00
wiz
aeee6a9690 Fix path name after case-sensitivity change. Reported by hasso. 2009-08-29 19:29:06 +00:00
wiz
743d152f6d Change patches for case-sensitive file names.
Reported by hasso.
2009-08-29 19:26:01 +00:00
wiz
41c32c43ee Fix file name after unzip changes. Bump PKGREVISION.
Reported by hasso.
2009-08-29 18:53:57 +00:00
hasso
0105afa231 Updated misc/taskjuggler to 2.4.3. 2009-08-29 18:41:12 +00:00
hasso
52bcaf1734 Update to 2.4.3.
Changes in 2.4.3:
=================
       Fix to build TaskJuggler without KDEPIM3.

Changes in 2.4.2:
=================

Chris Schlaeger (44):
       Added support for 'accounts' columns in reports.
       Add 'accounts' column to interactive reports as well.
       Fix crash on template dialog with some older Qt versions.
       Properly report summary columns in CVS account reports and use
         separators for all columns.
       Fix manual error reported by coyote_x.
       Add changes suggested by coyote_x.
       Added logical expression function 'isDependencyOf()'.
       Merge branch 'master' of
         ssh://office.taskjuggler.org/srv/www/vhosts/www.taskjuggler.org/htdocs/git-repos/taskjuggler
       Get rid of some empty *.cpp files.
       The sum in CSV account reports was wrong.
       Fix ICal bug with missing start times on certain tasks.
       Revert "Kill some redundant checks."
       Added some more checks to prevents crashes in the GUI.
       Merge branch 'master' of
         ssh://office.taskjuggler.org/srv/www/vhosts/www.taskjuggler.org/htdocs/git-repos/taskjuggler
       No need to create an empty ExpressionTree. 0 will do fine as
         well.
       Don't overwrite table frames with alternating background in
         print reports.
       Fix crash when the UI is started with a project without reports.
       Add support for misalined time zones.
       Don't use the historic time zone names. They cause problems on BSDs.
       Remove more historic time zones.
       Fixed a booking related bug.
       Correct desciption of legal ID characters.
       Mark version as snapshot release.
       Merge branch 'master' of
         ssh://office.taskjuggler.org/srv/www/vhosts/www.taskjuggler.org/htdocs/git-repos/taskjuggler
       Fixed problem with completion degree reporting.
       Fixed crash for vacation date outside of project.
       Add last fix to change log.
       Attempt to contain rounding errors.
       Merge branch 'master' of
         ssh://office.taskjuggler.org/srv/www/vhosts/www.taskjuggler.org/htdocs/git-repos/taskjuggler
       Merge branch 'master' of
         ssh://office.taskjuggler.org/srv/www/vhosts/www.taskjuggler.org/htdocs/git-repos/taskjuggler
       Fix duration tasks with bookings.
       Improved version of last patch.
       More improvements for the duration + bookings code.
       Get rid of ugly DOS linebreaks.
       Another refinement of the duration-booking code.
       Make sure booking tasks align with timing resolution.
       Adapt example to new algorithm.
       There is no difference for duration task with bookings.
       Improved the description of 'isDependencyOf'.
       Eliminate compiler warning with newer GCCs.
       Set version to 2.4.2_beta2
       Vacations are now included in export reports.
       Make iCal support optional.
       Finally, getting ready to release 2.4.2

Georg Hofmann (3):
       Fixed possible values for sloppy in the reference from 0-3 to 0-2.
       Added a dash between dates to meet TJ 2.4.1 date interval syntax.
       Corrected date-tool shortcut in 'Tip of the day' message.

Jean-Yves (2):
       Fix issue on vacation resource display
       Added *~ to .gitignore

Ray Lehtiniemi (13):
       Make example installation work with --prefix.
       Dead code removal
       Use initializer list
       Fix several crashes with repeated rescheduling.
       Missed a kotrus variable
       Use local vars to reduce code clutter.
       Kill some redundant checks.
       Loosen reportDef pointer type to eliminate a static cast.
       Use Report::generate() virtual function to dispatch reports.
       Constify getTable() to eliminate some const_cast<>() calls.
       Kill a bunch of unneeded static_cast<>
       Cache return value in local var
       Dead code

Rene Kuettner (1):
       Change error for missing ICal support to warning.

Stefan Kamphausen (1):
       added a new tasjuggler emacs mode

j.taskjugg...@gindre.org (7):
       Added double and middle click facility in interactive report
       Added complements info in task and resource Details window
       Added taskbarprefix and taskbarpostfix
       Updated documentation for taskbarprefix and taskbarpostfix.
       Fixed documentation 'isDependencyOf'
       Fix issue on vacation resource display for the day of time change.
       Use TJ standart period format for vacation ressource display.
2009-08-29 18:39:37 +00:00
wiz
83b2fd2417 Updated x11/gtk2 to 2.16.6nb2 2009-08-29 18:00:10 +00:00
wiz
00599e2ca2 Update to 2.16.6:
* Bugs fixed:
 161489 Make left/right arrows change focus between bookmarks...
 592883 Spin cell rendererer problem with double click
 478519 GtkTooltip segfaults on NULL gdk-display-current-tooltip.
 592003 Shift+click should always modify selection
 589195 gtktreeview.c warning
 588199 GtkTreeView rendering glitch while using a default sort...
 526149 GtkCellRendererAccel editing conflicts with mnemonics
 592901 Crash in JPEG pixbuf loader instead of error
 592461 preserve errno and use g_strerror
 589745 Apply message in GtkAssistant
 588943 set correct selection before emitting cursor-changed...
 592606 Activate the default button in a respose-request callback
 591526 Accelerator keys with <super> modifier also triggered...
 588958 Typo in startup-id window property
 580511 gdk_x11_atom_to_xatom_for_display translates GDK_NONE...
 564695 Pressing enter key in print to file "Name" box does not print
 528283 Problems when using PageUp & PageDown to navigate...
 534462 Focus issues in file chooser
 543310 set_enable_tree_lines doesn't work when a cellrenderer...

* Translation updates:
 Brazilian Portuguese
 Catalan (Valencian)
 Galician
2009-08-29 18:00:00 +00:00
wiz
ec8794a4d5 Updated wm/awesome to 2.3.6 2009-08-29 17:51:15 +00:00
wiz
4d5c97bffe Update to 2.3.6:
Julien Danjou (4):
      awesome: define SUN_LEN if not already defined
      build: use backquote rather then $()
      build: check for connect in socket lib
      build: use back quote instead of $()

Nikos Ntarmos (2):
      uicb: check before overwriting DISPLAY (FS#318)
      titlebar: unmap when going to Off position (FS#156)

Hannes Schueller (1):
      awesome-menu: make autocomplete behaviour configurable (FS#336)
2009-08-29 17:51:05 +00:00
wiz
5908f30432 + awesome-3.3.3, cherokee-0.99.23, cups-1.4.0, guile-1.9.0,
level9-4.1, libsigc++-2.2.4.1, py-clutter-1.0, py-karaoke-0.7.1,
  quagga-0.99.15, rep-gtk-0.90.0, t-prot-2.7.1, xf86-video-geode-2.11.4
  [wip], xf86-video-glide-1.0.3.
2009-08-29 15:53:31 +00:00
wiz
1678c86858 Updated x11/pixman to 0.16.0 2009-08-29 15:50:29 +00:00
wiz
4a3195ff18 Update to 0.16.0:
New features since the last stable release, 0.14.0, include:

   * Support for PDF blend modes [Benjamin Otte, Carlos Garcia Campos]

   * A number of fast paths for ARM NEON [Jeff Muizelaar, Jonathan
        Morton, Siarhei Siamashka, Ian Rickards]

   * Support for PIXMAN_REPEAT_REFLECT for images [Thomas Jaeger]

   * New image formats:
        a2r10g10b10, x2r10g10b10 [Ben Skeggs]
        b8g8r8a8, b8g8r8x8 [Mike Kettenis]

   * Support for MMX and SSE2 on Sun compilers and Solaris [Alan
        Coopersmith]

   * Support for SSE2 on Windows x64 [George Yohng]

Also new in this release:

   * A reorganisation of pixman's internals to make future development
     and maintenance easier [Søren Sandmann Pedersen]

   * A substantial expansion of pixman's test suite [Siarhei Siamashka]

Thanks to everyone who contributed to pixman 0.16.0, including Adam
Jackson, Adrian Bunk, Alan Coopersmith, Andre Tupinamba, Ben Skeggs,
Benjamin Otte, Carlos Garcia Campos, Chris Wilson, George Yohng,
Guillaume Letellier, Ian Rickards, Jeff Muizelaar, Jonathan Morton,
Loïc Minier, Luca Barbato, M Joonas Pihlaja, Magnus Kessler, Makoto
Kato, Mark Kettenis, Michel Dänzer, Miha Vrhovnik, Siarhei Siamashka,
Søren Sandmann Pedersen, Thomas Jaeger, and William Bonnet.
2009-08-29 15:50:18 +00:00
tnn
569505f41d Upon giving this some more thought, I think the gnome option is better
left disabled by default. Correct me if I'm wrong but it feels like
most pkgsrc users don't use gnome. If someone can comment on the
benefits of these dependencies in the GNOME environment, speak up.
2009-08-29 15:47:58 +00:00
wiz
35a57638dd Updated sysutils/libpciaccess to 0.10.7 2009-08-29 15:41:43 +00:00
wiz
eeac6dd95c Update to 0.10.7:
Aaron Plattner (1):
      Don't try to write boot_vga since that fails with EACCES

Dave Airlie (15):
      pciaccess: provide a method to detect if a device is boot VGA
      vgaarb: fixup api and decode rsrc.
      add support for finding if something has a kernel driver
      vgaarb: fixup api for new count reporting + decodes interface was wrong.
      vgaarb: clean up debug output
      vgaarb: add support for targetting default device
      vgaarb: change API to target taking a device + lock/unlock not taking one
      vgaarb: more api changes + cleanup
      vgaarb: add vga count + resource accessor
      pciaccess: make linux rom reading fallback optional
      pciaccess: make linux rom reading fallback optional
      pciaccess: make linux rom reading fallback optional
      Revert "vgaarb: delete stub functions"
      vgaarb: update stub interface
      libpciaccess: bump to 0.10.7 for vga arb interface addition

Jesse Barnes (1):
      Don't try to use bogus bridge data

Julien Cristau (2):
      configure.ac: fix help text for the linux-rom-fallback option
      Silence compiler warning about pci_id_file_open definition

Tiago Vignatti (11):
      Import libvgaaccess (VGA Arbiter) implementation from C3SL repository:
      vgaarb: make it compile.
      vgaarb: a bunch of clean ups to fit in libpciaccess style.
      Delete vga_arb_rec.
      Fix typo in vgaarb stubs.
      Reorganize the code.
      Comment typo.
      vgaarb: delete stub functions
      vgaarb: fix indentation and remove trailing white spaces
      vgaarb: fix pci_device_vgaarb_get_info() return value.
      Revert "vgaarb: fix pci_device_vgaarb_get_info() return value."
2009-08-29 15:41:33 +00:00
wiz
ce7716a71b Updated x11/libdrm to 2.4.13 2009-08-29 15:37:57 +00:00
wiz
a6d6b89ae5 Update to 2.4.13:
New release for a function I should have exposed from libdrm a long time
ago.  It lets us fix ARB_oq support, and I needed it for
ARB_map_buffer_range.

Alex Deucher (3):
      Add R600_SCRATCH_REG_OFFSET to radeon_drm.h
      Add RADEON_INIT_R600_CP too
      radeon: pull in z pipe changes from kernel

Anssi Hannula (1):
      link libdrm_intel with -lrt for new use of clock_gettime().

Ben Skeggs (6):
      nouveau: drm api 0.0.15, update object header, remove fake
      bo support
      nouveau: user buffers need to be mappable
      nouveau: don't overwrite user-specified bo size needlessly
      nouveau: for the moment, assert if we exceed some reloc limits
      nouveau: support for copy-less pushbuf ioctl
      nouveau: fix a thinko in copyless pushbuf ioctl

Christoph Brill (1):
      Filter radeon pkgconfig file as do intel and nouveau

Dave Airlie (4):
      radeon: don't map/unmap explicitly.
      libdrm_radeon: add tiling support
      radeon: fix GTT writing space check
      radeon: fix bo wait at map time.

Eric Anholt (2):
      Add drm_intel_bo_busy to query whether mapping a BO would block.
      Bump to version 2.4.13 for release.

Jakob Bornecrantz (1):
      Kill last remnant of replacefb ioctl

Maarten Maathuis (1):
      libdrm/nouveau: unmap before ufree means nvbo->sysmem != NULL,
      which inbalances cpu_prep/cpu_finish

Michel Dänzer (2):
      libdrm_radeon: Always wait for BO idle in bo_map.
      Revert "libdrm_radeon: Always wait for BO idle in bo_map."

Pauli Nieminen (4):
      libdrm/radeon: Update head of linked list not to point freed
      memory.
      libdrm_radeon: Fix loops so that compiler can optimize them.
      libdrm_radeon: Optimize copy of table to cs buffer with
      specialized call.
      radeon: add support for busy/domain check interface.
2009-08-29 15:37:47 +00:00
wiz
045eb11809 Updated x11/libXcursor to 1.1.10 2009-08-29 15:36:06 +00:00
wiz
970d3b1c66 Update to 1.1.10:
Just a few packaging changes and cleanups.

Alan Coopersmith (1):
      Add README with pointers to mailing list, bugzilla & git repos

James Cloos (1):
      Replace static ChangeLog with dist-hook to generate from git log

Matthieu Herrb (1):
      nuke RCS Ids

Paulo Cesar Pereira de Andrade (1):
      Janitor: make distcheck, compiler warnings, extra .gitignore files.

Peter Hutterer (1):
      libXcursor 1.1.10
2009-08-29 15:35:51 +00:00
wiz
0992a0b982 Updated x11/libXau to 1.0.5 2009-08-29 15:35:07 +00:00
wiz
4f81ab53a0 Update to 1.0.5:
Improved file locking for file systems w/o support for hardlinks. Other than
that one general packaging cleanup, removal of some really old kerberos
code.

Alan Coopersmith (1):
      Restore FamilyKrb5Principal definition

Jeremy Huddleston (1):
      Make file locking more robust for network shares like AFP

Paulo Cesar Pereira de Andrade (2):
      Janitor: Correct make distcheck and remove extra .gitignore file.
      Remove old api kerberos.

Peter Hutterer (1):
      libXau 1.0.5
2009-08-29 15:34:56 +00:00
wiz
85bad4828b Updated fonts/libfontenc to 1.0.5 2009-08-29 15:34:10 +00:00
wiz
7ead327a0f Update to 1.0.5:
Just a few packaging cleanups.

Alan Coopersmith (1):
      Add README with pointers to mailing list, bugzilla & git repos

James Cloos (1):
      Add missing PHONY line for automatic ChangeLog generation

Paulo Cesar Pereira de Andrade (1):
      Janitor: Correct make distcheck and compiler warnings.

Peter Hutterer (1):
      libfontenc 1.0.5
2009-08-29 15:34:00 +00:00
wiz
95b6bf7dc5 Updated x11/xf86driproto to 2.1.0 2009-08-29 15:33:05 +00:00
wiz
e37f284dfa Update to 2.1.0:
No protocol changes, packaging changes only.

Julien Cristau (1):
      Bump to 2.0.4

Paulo Cesar Pereira de Andrade (1):
      Janitor: Correct make distcheck and dont distribute autogen.sh

Peter Hutterer (4):
      Remove RCS tags
      Move xf86dristr.h to xf86driproto.h for consistency with other modules.
      Remove Xfuncproto.h include.
      Bump to 2.1.0
2009-08-29 15:32:55 +00:00
wiz
dc0f0f043c Updated x11/xf86bigfontproto to 1.2.0 2009-08-29 15:32:05 +00:00
wiz
c804b874aa Update to 1.2.0:
No protocol changes, packaging changes only.

Alan Coopersmith (1):
      renamed: .cvsignore -> .gitignore

James Cloos (2):
      Add *~ to .gitignore to skip patch/emacs droppings
      Replace static ChangeLog with dist-hook to generate from git log

Paulo Cesar Pereira de Andrade (1):
      Janitor: Correct make distcheck and dont distribute autogen.sh

Peter Hutterer (4):
      Rename xf86bigfstr.h to xf86bigfproto.h for consistency with other modules.
      Remove RCS tags
      Remove server-specific declarations.
      xf86bigfontproto 1.2.0
2009-08-29 15:31:55 +00:00
wiz
fe2e352b9d Updated x11/xcmiscproto to 1.2.0 2009-08-29 15:31:07 +00:00
wiz
cadd6ab88e Update to 1.2.0:
No protocol changes, packaging changes only.

Alan Coopersmith (1):
      renamed: .cvsignore -> .gitignore

James Cloos (2):
      Add *~ to .gitignore to skip patch/emacs droppings
      Replace static ChangeLog with dist-hook to generate from git log

Paulo Cesar Pereira de Andrade (1):
      Janitor: Correct make distcheck and dont distribute autogen.sh

Peter Hutterer (3):
      Remove RCS tags
      Rename xcmiscstr.h to xcmiscproto.h for consistency with other modules.
      xcmiscproto 1.2.0
2009-08-29 15:30:49 +00:00
wiz
3361d1329c Updated x11/videoproto to 2.3.0 2009-08-29 15:29:58 +00:00
wiz
222214fbe4 Update to 2.3.0:
No protocol changes, packaginc changes only.

Unlike the other protocol modules, this one hasn't seen the Xlib header
cleanup. If you want to untangle this, be my guest.


Alan Coopersmith (1):
      renamed: .cvsignore -> .gitignore

James Cloos (2):
      Add *~ to .gitignore to skip patch/emacs droppings
      Replace static ChangeLog with dist-hook to generate from git log

Paulo Cesar Pereira de Andrade (1):
      Janitor: Correct make distcheck and dont distribute autogen.sh

Peter Hutterer (2):
      Remove RCS tags
      videoproto 2.3.0
2009-08-29 15:29:47 +00:00
wiz
1a332b64c1 Updated x11/libICE to 1.0.6 2009-08-29 15:29:02 +00:00
wiz
470ae169a7 Update to 1.0.6:
Some warning fixes, documentation update.

Alan Coopersmith (1):
      Add README with pointers to mailing list, bugzilla & git repos

Paulo Cesar Pereira de Andrade (1):
      Janitor: Correct sparse warnings.

Peter Hutterer (1):
      libICE 1.0.6
2009-08-29 15:28:51 +00:00
wiz
4f0eb7fc33 Updated x11/fontsproto to 2.1.0 2009-08-29 15:27:39 +00:00
wiz
d757d656b0 Update to 2.1.0:
Packaging changes only.

Alan Coopersmith (1):
      renamed: .cvsignore -> .gitignore

James Cloos (2):
      Add *~ to .gitignore to skip patch/emacs droppings
      Replace static ChangeLog with dist-hook to generate from git log

Paulo Cesar Pereira de Andrade (1):
      Janitor: Correct make distcheck and dont distribute autogen.sh

Peter Hutterer (2):
      Remove RCS tags
      fontsproto 2.1.0
2009-08-29 15:27:29 +00:00