Commit graph

147160 commits

Author SHA1 Message Date
jnemeth
11077f2e1c Change DIST_SUBDIR to avoid people having to manually remove the old
distfile.  Requested by wiz@.
2009-08-21 08:34:25 +00:00
jnemeth
da9e03b509 Change DIST_SUBDIR to avoid problems with checksum failures on the old
distfile.  Requested by wiz@.
2009-08-21 08:30:51 +00:00
wiz
1d5faa1ee2 Updated devel/meld to 1.3.1 2009-08-21 08:30:42 +00:00
wiz
eb543f6c9e Update to 1.3.1:
2009-08-14 meld-1.3.1
=====================

	* Add svk support (Vincent Legoll)

	* Add support for marking conflicts as resolved (Matthijs van de Water,
	  Vincent Legoll)

	* Warp the text cursor to the start of jumped-to diff chunks (Vincent
	  Legoll)

	* Allow toggling of toolbar and statusbar visibility, and add a fullscreen
	  option (Michael Budde, Stephen Kennedy, Kai Willadsen)

	* Improved change merging and conflict resolution (Piotr Piastucki)

	* Speed up file comparisons and highlighting, significantly improving
	  interactive editing performance (Kai Willadsen, Piotr Piastucki)

	* Meld has a shiny new application icon (Josef Vybíral)
2009-08-21 08:30:30 +00:00
abs
268e423ea5 fix build on NetBSD.amd64 using x11 from base (tested on modular x11)
- krfb/libvncserver/rfb.h had cope apparently copied from X11's Xmd.h,
but it missed setting LONG64, resulting in a mismatched typedef for CARD32
bump pkgrevision. Found on Alex's new kde3 playbox.
2009-08-21 08:27:29 +00:00
plunky
f3b1a6bbf6 update to obexapp 1.4.12
main new feature is Virtual root folders (per-device)
2009-08-21 07:16:18 +00:00
taca
eee4aed0ad Update distinfo. 2009-08-21 07:16:03 +00:00
agc
ddf9c7b55a Fix tyop 2009-08-21 06:18:55 +00:00
sno
fed703c8ec Adding license 2009-08-21 05:36:37 +00:00
adam
9db6ad0082 Updated databases/sqlite3 to 3.6.17 2009-08-21 03:39:21 +00:00
adam
2663a6407e Changes 3.6.17:
* Expose the sqlite3_strnicmp() interface for use by extensions and
  applications.
* Remove the restriction on virtual tables and shared cache mode. Virtual
  tables and shared cache can now be used at the same time.
* Many code simplifications and obscure bug fixes in support of providing 100%
  branch test coverage.
2009-08-21 03:37:15 +00:00
minskim
5af440e883 Note update of ragel. 2009-08-21 03:22:08 +00:00
minskim
ac8189ed38 Update ragel to 6.5.
Changes since 6.3:
-Moved back to a single executable. The old intermediate format can still be
 generated using the -x option. Ragel was split into frontend and backend
 programs in version 5.0. This was done to encourage interoperability with
 other tools. Since then, ragel has been made to work with qfsm, with ragel
 producing the intermediate format and qfsm consuming it. However, there has
 been no use of Ragel as a consumer of state machine data, with Ragel used as
 a code generator for DFAs. This is not surprising given that much of the
 complexity of Ragel is in the frontend, where the regular language to DFA
 compilation happens. Since the full benefits of the split have not
 materialized, and the split increases the complexity for users, Ragel has
 been made once again into a single executable.
-Applied a fix to the documentation Makefile from John D. Mitchell.
-Use CXXFLAGS instead of CFLAGS for C++ compiling. Patch from Diego
 'Flameeyes' Pettenò.
-Added support for DESTDIR variable. Patch from Diego 'Flameeyes' Pettenò.
-Added a script called unicode2ragel.rb for generating unicode machines to
 the examples directory. From Rakan El-Khalil.
-Fixed a copy-paste error in the documentation that was reported by Jose
 Quinteiro.
-Added three new write commands:
    write start;
    write first_final;
    write error;
 These generate a reference to the start, first final and error state. When
 there are many different machine specifications in one file it is easy to
 get the prefix for these wrong (especially when you do a lot of copy-pasting
 of boilerplate). The problem can be avoided by using write commands.
-Fixed a problem reading hex numbers that have the high bit set when the
 alphabet is signed and we are on 64 bit. This was reported by _why. The fix
 was provided by Wialliam Morgan. The literal 0xffffffff was used for a fully
 set long when -1L should be used instead.
 -Fixed a bug in graphviz generation. Ragel crashed when using -V and -M and
  the specified machine referenced another machine that wasn't included in the
  build.
 -The name "CS" is in use on OpenSolaris, changed to vCS to ease compiling
  Ragel there.
 -Converted to automake.
 -REALLY fixed a bug that was intended to be fixed in 6.4:
     Fixed a problem reading hex numbers that have the high bit set when the
     alphabet is signed and we are on 64 bit. This was reported by _why. The
     fix was provided by Wialliam Morgan. The literal 0xffffffff was used for
     a fully set long when -1L should be used instead.
  A null patch (whitespace changes) must have gotten checked after I was
  testing with and without the critical one-line patch and I forgot to enable
  make sure it was enabled in the final checkin version.
2009-08-21 03:21:05 +00:00
schnoebe
c6c05f6227 Update chat/jabberd2 to 2.2.2 2009-08-21 02:30:53 +00:00
schnoebe
6c753ebc6d Welcome to jabberd2 2.2.8. 2009-08-21 02:28:12 +00:00
seb
a5af538671 Note initial addition of p5-MooseX-App-Cmd version 0.05 as
devel/p5-MooseX-App-Cmd into The NetBSD Packages Collection.

The Perl 5 module MooseX::App::Cmd marries App::Cmd with MooseX::Getopt.
Use it like App::Cmd advises (especially see App::Cmd::Tutorial),
swapping App::Cmd::Command for MooseX::App::Cmd::Command.  Then you
can write your moose commands as moose classes, with MooseX::Getopt
defining the options for you instead of opt_spec returning a
Getopt::Long::Descriptive spec.
2009-08-21 01:57:54 +00:00
seb
5acbcfd533 Add & enable p5-MooseX-App-Cmd 2009-08-21 01:56:59 +00:00
seb
1978b97b65 Initial import of p5-MooseX-App-Cmd version 0.05 in the NetBSD
Packages Collection.

The Perl 5 module MooseX::App::Cmd marries App::Cmd with MooseX::Getopt.
Use it like App::Cmd advises (especially see App::Cmd::Tutorial),
swapping App::Cmd::Command for MooseX::App::Cmd::Command.  Then you
can write your moose commands as moose classes, with MooseX::Getopt
defining the options for you instead of opt_spec returning a
Getopt::Long::Descriptive spec.
2009-08-21 01:56:16 +00:00
seb
ece74a83f0 Note update of devel/p5-App-Cmd to version 0.206 2009-08-20 23:02:12 +00:00
seb
8253dbad54 Update p5-App-Cmd from version 0.205 to version 0.206.
Pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.206     2009-08-19
          add a ->description to commands (thanks Jerome Quelin)
2009-08-20 23:01:56 +00:00
jnemeth
4711519628 note update of comms/asterisk to 1.2.33nb1 2009-08-20 22:34:54 +00:00
jnemeth
dd334c2803 bump PKGREVISION for previous 2009-08-20 22:33:47 +00:00
jnemeth
d157c1ba82 Digium in its infinite wisdom changed the Music-On-Hold sound files in all
release tarballs.  Update for that change.

While here, do some pkglint cleanup and add LICENSE=gplv2.
2009-08-20 22:31:41 +00:00
seb
d8312edf85 Note update of devel/p5-Getopt-Long-Descriptive to version 0.076 2009-08-20 22:28:41 +00:00
seb
8d18140071 Update p5-Getopt-Long-Descriptive from version 0.074 to version 0.076.
Pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.076   2009-08-20
        bundle the accidentally omitted Usage.pm file
        the $opt returned by described_options is now an object with accessors

0.075   2009-08-19
        significant refactoring, especially to GLD::Usage, which is now a more
        traditional (non-hash-based) object (RJBS)
2009-08-20 22:28:00 +00:00
jnemeth
b4de396a2d note update of comms/asterisk16 to 1.6.1.4nb1 2009-08-20 20:38:41 +00:00
jnemeth
cc94752141 Digium in their infinite wisdom decided to replace the Music-On-Hold
sounds files in all release tarballs of Asterisk.  This is just an
update for the new sound files.
2009-08-20 20:37:06 +00:00
adam
b84bc13470 Added graphics/libpano13, graphics/autopano-sift-C 2009-08-20 20:27:57 +00:00
adam
c47cb70a60 Added libpano13, autopano-sift-C 2009-08-20 20:26:00 +00:00
adam
360b20dc72 The SIFT algorithm provides the capability to identify key feature points within
arbitrary images. It further extracts highly distinct information for each
such point and allows to characterize the point invariant to a number of
modifications to the image. It is invariant to contrast/brightness changes, to
rotation, scaling and partially invariant to other kinds of transformations.
The algorithm can be flexibly used to create input data for image matching,
object identification and other computer vision related algorithms.

This package provides an implementation of the SIFT algorithm and a set of
utilities to utilize the algorithm to match two or more images. As output, a
number of control points are created, which specify one and the same image
location in two images.
2009-08-20 20:24:28 +00:00
adam
084466dd18 The pano13 library is the backend library used by many applications.
Also included are:
* PTOptimizer, a utility for optimising control points.
* panoinfo a utility for querying the library version.
* PTmender a replacement for PTStitcher.
* PTblender implements just the colour and brightness correction of PTmender.
* PTtiff2psd Converts a set of TIFF files into a PSD file.
* PTuncrop Converts 'cropped TIFF' files into 'normal' TIFF files.
2009-08-20 20:07:29 +00:00
sno
0f5b80c9b0 Updated textproc/p5-XML-Generator to 1.03 2009-08-20 19:13:57 +00:00
sno
d19d8ed13d Updating package textproc/p5-XML-Generator from 1.01 to 1.03
pkgsrc changes:
  - Adding license

Upstream changes:
1.03     Thu Jul 30 17:02:00 2009
	- Version bump because somebody released an unauthorized
	  XML-Generator-1.02
2009-08-20 19:13:46 +00:00
sno
8fdcb5534e Updated databases/p5-Rose-DBx-AutoReconnect to 0.03 2009-08-20 19:00:02 +00:00
sno
1f437bbb7c Updating databases/p5-Rose-DBx-AutoReconnect from 0.02 to 0.03
pkgsrc changes:
  - Adding license

Upstream changes:
0.03    18 Aug 2009
        * if $db->host not set, default to 'localhost' in logger
2009-08-20 18:59:50 +00:00
sno
8daf3703aa Updated databases/p5-Rose-DB-Object to 0.782 2009-08-20 18:56:10 +00:00
sno
f2d77d3bca Updating package databases/p5-Rose-DB-Object from 0.781 to 0.782
pkgsrc changes:
  - Adjusting license and dependencies according to META.yml

Upstream changes:
0.782 (07.09.2009) - John Siracusa <siracusa@gmail.com>

    * Altered tests to confirm the fix for RT 45836.
    * Detect enum-like columns in PostgreSQL.  (RT 46214)
    * Added optional warning to the Loader for missing primary keys.
      (Patch by Ed Loehr)
    * Fixed a memory leak in the Iterator class.  (RT 47294)
      (Patch by Thomas Whaples)
    * Unique indexes that have predicates are now skipped by the auto-
      initialization process.  Use the include_predicated_unique_indexes
      Metadata attribute and/or Loader attribute to override the default.
      This feature is currently only supported in PostgreSQL.
      (Patch by Ed Loehr)
    * Improved unknown method error messages.  (Suggested by Brian Miller)
    * Updated some example code in the documentation.
2009-08-20 18:55:57 +00:00
sno
43e98c078d Updated net/p5-IO-Socket-Multicast to 1.07 2009-08-20 18:46:00 +00:00
sno
94e707056c Updating package net/p5-IO-Socket-Multicast from 1.05nb1 to 1.07
pkgsrc changes:
  - Adding license (perl5 license)

Upstream changes:
1.07	Tue Jul 14 12:54:46 EDT 2009
        Patches to run correctly on Windows platforms under Perl 5.10
		courtesy Andrew Bramble
        Regression test fixes.
1.06    Beta test
2009-08-20 18:45:48 +00:00
sno
5419035a8b Updated www/p5-CGI-Application to 4.31 2009-08-20 18:28:52 +00:00
sno
8229d48025 Updating package www/p5-CGI-Application from 4.21 to 4.31
pkgsrc changes:
  - Adding license

Upstream changes since 4.21:
4.31 Wed Jul 29, 2009
    [FEATURES]
    - html_tmpl_class() now allows setting an an alternate HTML::Template class
      at a run time. This makes it easy to set the class to be
      'HTML::Template::Dumper' for debugging. You can then see and precisely
      test the Perl data structure that would be sent your template, taking
      into account the template tokens that are actually set there.  (Mark Stosberg)

    [DOCUMENTATION]
    - More typo fixes (Lyle)
2009-08-20 18:28:40 +00:00
sno
a5d58fa462 Updated www/p5-Catalyst-Plugin-Session-State-Cookie to 0.13 2009-08-20 18:22:47 +00:00
sno
eb2a79e677 Updating package www/p5-Catalyst-Plugin-Session-State-Cookie from 0.12
to 0.13

pkgsrc changes:
  - Adjusting dependencies

Upstream changes:
0.13    2009-08-19
        - Remove Test::MockObject from the test suite as prone to failing on
          some platforms and perl versions due to its UNIVERSAL:: package
          dependencies.
        - Remove Class::Accessor::Fast and replace with Moose. This allows
          us to not have a ->new method, This is more correct for Plugins
          and also means that Catalyst is not forced to invoke the scary
          replace_constructor at scope end handling.
2009-08-20 18:22:35 +00:00
sno
2507ba572e Updated audio/p5-CDDB to 1.21 2009-08-20 18:12:39 +00:00
sno
740a90edb4 Updating package audio/p5-CDDB from 1.17nb1 to 1.21
pkgsrc changes:
  - Adding license
  - Adjusting PKGNAME (including CONFLICTS and SUPERSEDES)

Upstream changes:
=================================
2009-07-27T16:02:08.268109Z v1_21
=================================

  2009-07-27 16:01:44 (r9) by rcaputo; lib/CDDB.pm M

    Reorganize documentation links.

  2009-07-27 04:39:24 (r8) by rcaputo; lib/CDDB.pm M; Makefile.PL M

    Add machine-readable repository directory. Add BUG TRACKER,
    REPOSITORY and OTHER RESOURCES to the documentation.

=================================
2009-07-26T03:54:46.902679Z v1_20
=================================

  2009-07-26 03:54:11 (r6) by rcaputo
  lib/CDDB.pm M; t/01_cddb.t M; Makefile.PL M

    Upgrade tests to Test::More. Fix track offset calculations according
    to documented test input. Fix test input to match FreeDB
    documentation. Many thanks to Chuck Cranor for reporting the issue.

  2006-11-06 19:20:39 (r5) by rcaputo; Makefile.PL M

    Set a LICENSE. Cheap kwalitee points!

==============
End of Excerpt
==============
2009-08-20 18:12:29 +00:00
sno
6d3b788f85 Updated www/p5-Catalyst-Plugin-Session to 0.26 2009-08-20 18:04:26 +00:00
sno
de31302051 Update package www/p5-Catalyst-Plugin-Session from 0.25 to 0.26
pkgsrc changes:
  - Adjusting dependencies according to META.yml

Upstream changes:
0.26 2009-08-19
        - Remove Test::MockObject from the test suite as prone to failing on
          some platforms and perl versions due to it's UNIVERSAL:: package
          dependencies.
2009-08-20 18:04:16 +00:00
sno
5e5c6ec333 Updated www/p5-Apache2-AuthCookieDBI to 2.05 2009-08-20 18:02:09 +00:00
sno
1ae80a4ae5 Updating package www/p5-Apache2-AuthCookieDBI from 2.04 to 2.05
pkgsrc changes:
  - Adding license
  - Removing dependency to CORE module Digest::MD5

Upstream changes:
2.05 - Thu May 14 18:37:07 PDT 2009
       - Fixed bug in _get_cipher_type() where it was not memoizing the
         Crypt::CBC objects.
       - Fixed https://rt.cpan.org/Ticket/Display.html?id=45207
         Hash keys for configuration values were wrong in several places.
       - Improved test coverage a little.
2009-08-20 18:01:58 +00:00
joerg
9a94c8658f Allow using libXp with xsrc for NetBSD/current. 2009-08-20 17:59:10 +00:00