Commit graph

12612 commits

Author SHA1 Message Date
minskim
792c161226 Bump PKGREVISION because the path to m4 was changed on Darwin<9.
The tools framework changed m4 on Darwin<9 from the native one to the
pkgsrc version last month.  bison needs a PKGREVISION bump because it
embeds the path to m4 in its binary.
2009-02-12 18:43:21 +00:00
minskim
d71356c9a9 Add lua-stdlib and lua-stdlib-doc. 2009-02-12 01:49:44 +00:00
minskim
2b024c56de Import lua-stdlib-doc-8 from pkgsrc-wip. Packaged by Aleksey Cheusov.
This package provides a documentation for Lua stdlib, a library of
modules for common programming tasks, including list, table and
functional operations, regexps, objects, pretty-printing and getopt.
The whole thing can be loaded with 'require "std"', or modules can be
used individually.
2009-02-12 01:47:49 +00:00
minskim
9c675a239b Import lua-stdlib-8 from pkgsrc-wip. Packaged by Aleksey Cheusov.
lua-stdlib is a library of modules for common programming tasks,
including list, table and functional operations, regexps, objects,
pretty-printing and getopt. The whole thing can be loaded with
'require "std"', or modules can be used individually.
Of course, this for Lua programming language :-)
2009-02-12 01:45:01 +00:00
markd
7198f1734d add DESTDIR support. 2009-02-11 23:09:29 +00:00
joerg
0a3668f28c Doesn't support Python 2.3. 2009-02-11 22:47:05 +00:00
shattered
9c4ebb4990 On Linux, gdbserver is built and installed, but is missing from PLIST.
Copy PLIST.Linux from devel/gdb.  Fixes PR 36621.

OK by wiz@.
2009-02-11 21:58:40 +00:00
joerg
6314a8c9ce DESTDIR support. 2009-02-11 19:19:00 +00:00
minskim
24deb2d057 Remove the post-patch target, which does nothing useful. Suggested by
OBATA Akio in PR 40610.
2009-02-11 18:23:58 +00:00
joerg
198e3d3380 Retire the BSD installer as used by older DragonFly releases. DragonFly
itself ships the sources nowaday, so this has become redundant.
2009-02-11 16:21:03 +00:00
gdt
2bbc285339 user-destdir 2009-02-11 00:33:54 +00:00
he
871628572c Update from version 1.04nb2 to 1.04nb3.
Pkgsrc changes:
 o Fix the broken patch-aa patch, which should have fixed
   PR#39740 but didn't, and instead left the package in an
   unbuildable state.  With this in place, "make test"
   completes, fixing the problem in the CPAN report at
   http://rt.cpan.org/Public/Bug/Display.html?id=29778
2009-02-10 19:46:51 +00:00
rhaen
82da5bfb28 1.20 (2008/12/09)
*   (ms) Using semctl to reset the value of the semaphore in the
             Synchronized appender to prevent "Numerical result out of
             range" problem caused by an unbalanced SEM_UNDO when
             incrementing it. Reported by John Little.
    *   (ms) Added parameters in curly braces to cspecs in PatternLayout.
    *   (ms) As explained in  http://rt.cpan.org/Ticket/Display.html?id=41505
             the latest LWP release (5.822) got rid of all of its internal
             debugging functions, making infiltrate_lwp() and its test
             case useless. Disabling it for LWP>=5.822.
2009-02-10 14:30:31 +00:00
rhaen
a818d76760 4.331 Tue Jan 6 21:07:25 CET 2009
- socketpair fails on many vista machines because vista has
          completely broken accept/getpeername and getsockname functions,
          so we provide our own socketpair emulation that kind of works
          (AnyEvent::Util::portable_pipe).
        - new function: AnyEvent::Util::portable_socketpair.
	- take advantage of the Guard module if it exists.

4.33 Fri Nov 21 02:35:40 CET 2008
	- AnyEvent::Strict did errornously flag a fileno of 0 as
          illegal.
	- reduce memory usage and slightly speed up the pure perl backend
          by only storing the file descriptor, not the file handle.
        - add missing autocork method to AnyEvent::Handle (reported
          by Adam Rosenstein).
        - AnyEvent::DNS->resolve errornously documented an $rcode result
          argument, but there isn't (spotted by Henrik Krohns).
        - the naked truth about Tk - it's basically unmaintained.

4.32 Mon Nov  3 22:46:32 CET 2008
	- fix AnyEvent::Socket::resolve_sockaddr to properly support
          unix sockets again and choose a proper default for
          the socket type.
        - fix call to resolve_sockaddr in tcp_connect.

4.31 Thu Oct 30 04:41:48 CET 2008
	- implemented AnyEvent::Handle->destroy method.
	- hint about unexpected effects in TLS mode.
        - speed up AnyEvent::Impl::Perl by using more arrays
          instead of hashes without the slightest loss of readability :)
        - work around a perl argument refcounting bug.
        - with some perl patches applied, AnyEvent now seems leak-free.

4.3  Fri Oct  3 09:18:43 CEST 2008
	- AnyEvent will now install a no-op signal handler for SIGPIPE,
          unless one has been installed already.
        - warn about not loaidng AnyEvent::Impl::POE early enough
          (patch by Adam Rosenstein).
	- fixed a great number of bugs and corner cases in AnyEvent::Handle:
        - fix a bug in where in SSL connect mode, the
          client would first wait for some data by the server and
          otherwise hang. (reported and analyzed in an absolutely
          exemplary manner by Adam Rosenstein).
        - fix a bug in where SSL EOF would not be treated
          as stream EOF, putting the connection into a hung state.
          (reported and analyzed in an absolutely exemplary manner by Adam
          Rosenstein).
        - fix a potential segfault when the TLS context
          would go missing in a read callback (e.g. due to stoptls) -
          Net::SSLeay of course makes no type checking whatsoever.
        - AnyEvent::Handle will not stop the read watcher in TLS mode.
        - AnyEvent::Handle->stoptls will send a TLS close notify
          instead of simply destroying the stream now.
        - fix a bug where large blocks of data written in TLS mode
          would not be sent unless triggered by receives.
        - on_drain will now take the tls write buffer into account.
        - SSL operations have been streamlined a bit and should be faster
          now, more to come, though.
        - added a FAQ section, will document nontrivial issues in there.

4.234 Mon Sep 29 04:08:13 CEST 2008
	- fix child watcher documentation: only child exits will be reported,
          no trace events.
        - mention SIGPIPE in AnyEvent::Handle.
	- perl backend will now use POSIX::times as monotonic clock
          when available and the monotonic clock option is not.
        - run even without Time::HiRes in some cases now, but do not
          provide sub-second accuracy (all *supported* perl versions have
          Time::HiRes).
2009-02-10 14:25:25 +00:00
seb
d4c740e0f1 Update from version 0.15 to version 0.16.
Upstream changes:
0.16 Mon Feb 9 20:56:27 2009
    * Implement get_all_method_names

    * Support for anonymous enums: enum [elements]

    * Moose's make_immutable returns true allowing calling code to skip
      setting an explicit true value at the end of a source file. (obra)
2009-02-10 05:51:04 +00:00
seb
7d82a9fc20 Update from version 0.13 to version 0.14.
Pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.14    Mon Feb 9 17:21:13 2009
        Devel::REPL no longer depends on Lexical::Persistence, so we must
2009-02-10 05:41:16 +00:00
abs
78bc713eb9 Add missing BUILD_DEPENDS on p5-ExtUtils-Depends 2009-02-09 23:23:56 +00:00
joerg
3c645bb7fc Switch to Python 2.5 as default. Bump revision of all packages that have
changed runtime dependencies now.
2009-02-09 22:56:21 +00:00
joerg
e2107c85f6 Remove Python 2.1 support. 2009-02-09 21:09:20 +00:00
joerg
6f37763f33 Remove chat/aap and devel/aap, the last Python 2.1 only packages. 2009-02-09 19:11:59 +00:00
joerg
705dd13309 configure wants Python 2.5. 2009-02-09 18:40:25 +00:00
seb
b01e7f7e0b Add & enable p5-MouseX-Types 2009-02-08 18:52:20 +00:00
seb
fdb2ac6134 Initial import of p5-MouseX-Types version 0.01 in the NetBSD Packages
Collection.

The Perl 5 module MouseX::Types allows types definition to be
organized in libraries. Such libraries and hence types can then be
used in Mouse based classes.
2009-02-08 18:51:57 +00:00
seb
d54d6e9f32 Update from version 0.14 to version 0.15.
pkgsrc changes:
* No language is needed to build this package.

Upstream changes:
0.15 Thu Feb 5 11:44:05 2009
    * Don't export Mouse's sugar into the package 'main'

    * Rename Mouse::TypeRegistry to Mouse::Util::TypeConstraints

    * "type" sugar for when you're not subtyping anything

    * Keep track of the source package of each type

    * Moose lets you redefine a type within the same package, so we now do too

    * Borrow more of Moose's meta API

    * Mouse::Util::TypeConstraints now uses Exporter so you can select which
      sugar you want

    * class_type shouldn't load the class (Moose compat; no easy fix :/)

    * suppress warnings when we use "around" and "has '+...'" (dann)

    * use Data::Util to make method modifiers fast if it's available (dann)

    * Implement "enum" type constraints

    * Implement "override" and "super"

    * MouseX::Types is now in its own dist
2009-02-08 18:49:34 +00:00
seb
c2586d3169 Update from version 0.16 to version 0.17.
Upstream changes:
0.17 Thu 05 Feb 2009
    - ensure require() happens against plugin specified in force_plugins.
    - add JSON::XS to the top of the JSON loaders list
2009-02-08 13:41:59 +00:00
seb
747146a629 Update from version 1.003002 (1.3.2) to version 1.003003 (1.3.3)
Upstream changes:
1.3.3
  - make Nopaste attribute lazy
  - make ReadLineHistory history file location portable
  - resolve rt.cpan#42904 Nopaste plugin handle undef error messages
2009-02-08 10:14:08 +00:00
joerg
c0abf6078d DESTDIR support. 2009-02-07 23:54:39 +00:00
joerg
9ec8b8c918 Add missing directories for installation. 2009-02-07 21:42:35 +00:00
seb
3941c2d35c Add & enable p5-Carp-REPL 2009-02-07 21:37:38 +00:00
seb
124f10d763 Initial import of p5-Carp-REPL version 0.13 in the NetBSD Packages
Collection.

When the Perl 5 module Carp::REPL is loaded and the perl interpreter
dies, a read-eval-print-loop (REPL), with a few debugger like
commands, is spawned before it quits. A REPL can also be spawned
when a warning is issued.  This module is intended to be used mostly
through the command line but can also be used for testing or any
other situation.
2009-02-07 21:36:55 +00:00
seb
f4b3f28cd7 Add & enable p5-Test-Expect 2009-02-07 20:08:08 +00:00
seb
bc70e696f9 Initial import of p5-Test-Expect version 0.31 in the NetBSD Packages
Collection.

The Perl 5 module Test::Expect is a module for automated driving
and testing of terminal-based programs. It is handy for testing
interactive programs which have a prompt, and is based on the same
concepts as the Tcl Expect tool. As in Expect::Simple, the Expect
object is made available for tweaking.
2009-02-07 20:07:32 +00:00
joerg
583ab85693 DESTDIR support 2009-02-07 17:51:59 +00:00
seb
ae7da2a1df Add & enable p5-Expect-Simple 2009-02-07 17:37:20 +00:00
seb
2cc7a1fecc Initial import of p5-Expect-Simple version 0.04 in the NetBSD
Packages Collection.

The Perl 5 module Expect::Simple is a wrapper around the Expect
module which should suffice for simple applications. It hides most
of the Expect machinery; the Expect object is available for tweaking
if need be.
2009-02-07 17:37:00 +00:00
seb
e6a95ed37a Add & enable p5-Devel-StackTrace-WithLexicals 2009-02-07 15:12:51 +00:00
seb
5b65e0a007 Initial import of p5-Devel-StackTrace-WithLexicals version 0.03 in
the NetBSD Packages Collection.

The Perl 5 module Devel::StackTrace::WithLexicals by combining the
modules Devel::StackTrace and PadWalker, generates stack traces
with all the callers' lexical variables.
2009-02-07 15:12:11 +00:00
seb
9923ff465d Update from version 0.65 to version 0.68.
Upstream changes:
0.68 Wed, February 4, 2009
    * POD
      - Many spelling, typo, and formatting fixes by daxim.

    * Moose::Manual::Attributes
      - The NAME section in the POD used "Attribute" so search.cpan
        didn't resolve links from other documents properly.

    * Moose::Meta::Method::Overriden
      - Now properly spelled as Overridden. Thanks to daxim for
        noticing this.

0.67 Tue, February 3, 2009
    * Moose::Manual::*
      - Lots of little typo fixes and a few clarifications. Several
        pages didn't have proper titles, and so weren't actually
        visible on search.cpan.org. Thanks to hanekomu for a variety
        of fixes and formatting improvements.

0.66 Tue, February 3, 2009
    * Moose::Manual
      - This is a brand new, extensive manual for Moose. This aims to
        provide a complete introduction to all of Moose's
        features. This work was funded as part of the Moose docs grant
        from TPF. (Dave Rolsky)

    * Moose::Meta::Attribute
      - Added a delegation_metaclass method to replace a hard-coded
        use of Moose::Meta::Method::Delegation. (Dave Rolsky)

    * Moose::Util::TypeConstraints
      - If you created a subtype and passed a parent that Moose didn't
        know about, it simply ignored the parent. Now it automatically
        creates the parent as a class type. This may not be what you
        want, but is less broken than before. (Dave Rolsky)

    * Moose::Util::TypeConstraints
      - This module tried throw errors by calling Moose->throw_error,
        but it did not ensure that Moose was loaded first. This could
        cause very unhelpful errors when it tried to throw an error
        before Moose was loaded. (Dave Rolsky)

    * Moose::Util::TypeConstraints
      - You could declare a name with subtype such as "Foo!Bar" that
        would be allowed, but if you used it in a parameterized type
        such as "ArrayRef[Foo!Bar]" it wouldn't work. We now do some
        vetting on names created via the sugar functions, so that they
        can only contain alphanumerics, ":", and ".". (Dave Rolsky)
2009-02-07 11:03:00 +00:00
sketch
e650402bc4 Forgot to remove obsolete patches. 2009-02-05 14:03:20 +00:00
is
d9ad52ab6c Update to pmccabe-2.5-CVS20081026, similar as suggested by Marko Schuetz
in PR 39749, but later version. Passes test target.
2009-02-04 12:30:14 +00:00
adrianp
365c4078d9 Update to 3.2.2
*  Attachments, charts, and graphs would sometimes be garbled on Windows. (Bug 464992)
* Saving changes to parameters would sometimes fail silently (particularly on Windows when the web server didn't have the right permissions to update the params file). Bugzilla will now throw an error in this case, telling you what is wrong. (Bug 347707)
* If you were using the usemenuforusers parameter, and a bug was assigned to (or had a QA Contact of) a disabled user, that field would be reset to the first user in the list when updating a bug. (Bug 465589)
* If you were using the PROJECT environment variable to have multiple Bugzilla installations using one codebase, project-specific templates were being ignored. (Bug 467324)
* Some versions of the SOAP::Lite Perl module had a bug that caused Bugzilla's XML-RPC service to break. checksetup.pl now checks for these bad versions and will reject them. (Bug 468009)
* The font sizes in various places were too small, when using the Classic skin. (Bug 469136)
Security fix for: http://www.bugzilla.org/security/3.0.7/
2009-02-03 23:11:13 +00:00
adrianp
cecb427bcf Update to 2.22.7
+ Saving changes to parameters would sometimes fail silently. Bugzilla
  will now throw an error instead of failing silently. (bug 347707)
Security fixes for: http://www.bugzilla.org/security/2.22.6/
2009-02-03 23:05:28 +00:00
sborrill
a2b0ff180c Scratch previous change. nsis won't build with scons-devel, so switch to
devel/scons and bump PKGREVISION for dependency change.
2009-02-03 15:29:46 +00:00
sborrill
14fef36f8f devel/scons-devel contains the scons-devel, not scons, so fix dependency. 2009-02-03 15:24:46 +00:00
seb
fbee629a48 Add & enable p5-Config-Auto 2009-02-03 06:02:21 +00:00
seb
71ef2b6600 Initial import of p5-Config-Auto version 0.20 in the NetBSD Packages
Collection.

The Perl 5 module Config::Auto provides an interface to diverse
config file formats 'magically': colon separated, space separated,
equals separated, XML, Perl code, Windows INI, BIND9 and irssi style
config files format are supported.
2009-02-03 06:01:40 +00:00
abs
d961b6a6ee Updated devel/cpuflags to 1.38
Handle Intel Core 2 (Merom) - from Steffen Beyer
2009-02-02 17:09:46 +00:00
obache
31bff67f16 Not depend on openldap-client directly, it came from ptlib with ldap support.
It should be handled by ptlib/buildlink3.mk, so not include here.
2009-02-02 06:35:44 +00:00
obache
a9f61c5065 Fix HOMEPAGE. 2009-02-02 06:20:33 +00:00
seb
ad779f6561 Add & enable p5-local-lib 2009-02-01 17:39:24 +00:00