Commit graph

162170 commits

Author SHA1 Message Date
pettai
c174d4e656 NSD 3.2.6:
Features:
* Expand command line option '-a' and config option 'ip-address:' with port number.

Bugfixes:
* Bugfix #314: correctly print NSEC next field, escape spaces and fix label overflows.

Operational notes:
* Configure options --disable-dnssec, --disable-nsid, --disable-tsig are removed
* Configure option --max-interfaces is renamed to --max-ips
2010-08-30 18:00:17 +00:00
drochner
24a5fbe0f8 move BUILDLINK_LDFLAGS definition from bl3.mk to builtin.mk -- in theory,
the linker flag should be filtered out by a rule in builtin.mk, but
apparently this doesn't always work. If in builtin.mk, it doesn't get
defined unnecessarily.
2010-08-30 17:27:11 +00:00
drochner
271bc85822 back out libsoup bl3 inclusion -- it is not referred to by brasero
dorectly, only indirectly through totem-pl-parser
2010-08-30 17:22:09 +00:00
drochner
d316fd9108 propagate libsoup dependency 2010-08-30 17:19:49 +00:00
gson
35a1893417 Updated misc/py-anita to 1.13 2010-08-30 14:43:39 +00:00
gson
4624ac0209 Update misc/py-anita to 1.13. Changes from 1.12:
When installing NetBSD/sparc, use a terminal type of "xterm" rather
than "sun", as anita is more likely run from an xterm or other
ANSI-like terminal than from a sun console.

In the BUGS section of the man page, mention the specific NetBSD ports
affected.

Fix typos in the man page.
2010-08-30 14:42:27 +00:00
pettai
f83e08e523 Updated security/opendnssec to 1.1.2 2010-08-30 13:52:24 +00:00
pettai
4ef9b45f02 OpenDNSSEC 1.1.2:
Dnsruby 1.49 now required (for correct zone parsing)
ldns 1.6.6 is required to fix the zone fetcher bug

Bugfixes:
* ods-control stop did not stopped zone fetcher (bug was introduced in 1.1.0)
* Auditor correctly handles chains of empty nonterminals
* Zone fetcher can block zone transfers if AXFR once failed.
  This is a bug in ldns versions 1.6.5 and lower.
  See KNOWN_ISSUES for more information.
* Bugreport #165: Ensure Output SOA serial is always bigger than Input SOA serial.
* Bugreport #166: Correct exit value from signer.
* Bugreport #167: Zone fetcher now also picks up changes when zonelist is reloaded
* Bugreport #168: ods-control with tightened control for the Enforcer
* Bugreport #169: Do not include config.h in the distribution
* Bugreport #170: Typo in a man page (ods-signer)
* Bugreport #172: Correction of some macros in a man page (ods-timing)
* Bugreport #173: A man page used a macro that does not exist (ods-ksmutil)
2010-08-30 13:51:57 +00:00
pettai
c472d7b3ff Corrected dates for my commits 2010-08-30 13:43:03 +00:00
pettai
43f8e2c7eb Updated net/ldns to 1.6.6 2010-08-30 13:39:20 +00:00
pettai
ecacac4f88 Updated net/ruby-dnsruby to 1.49 2010-08-30 13:38:51 +00:00
wiz
4bc24e627c Updated textproc/mdoclint to 1.10 2010-08-30 12:20:53 +00:00
wiz
703b62ad32 Mark "IMPLEMENTATION NOTES" and "COMPATIBILITY" as NetBSD only. Bump version. 2010-08-30 12:20:44 +00:00
obache
e229321963 Note clutter option. 2010-08-30 11:51:56 +00:00
obache
7c07169164 +eekboard 2010-08-30 11:49:08 +00:00
obache
1b5635fc76 Added x11/eekboard version 0.0.5 2010-08-30 11:47:55 +00:00
obache
677b7fd1ee Import eekboard-0.0.5 as x11/eekboard.
eekboard is a virtual keyboard software package which ships with a standalone
virtual keyboard application (eekboard), and a library to create keyboard-like
UI (libeek).
2010-08-30 11:47:34 +00:00
adam
d52306d323 Changes 2.7.3:
* Lots of little incremental bug fixes and enhancements in this release.
* Finally got some fixes out there for you Yahoo users behind some
  particularly annoying firewalls and proxies, among other fixes.  Enjoy!

Changes 2.7.2:
* We discovered a security issue in Pidgin 2.7.0 and 2.7.1 and decided to
  release a patched version quickly.  This release contains the fix for that
  crash, and a few other minor fixes.
2010-08-30 11:18:01 +00:00
adam
c448e288e3 Changes 1.1.10 (toolkit):
* More string format fixes in silcd and client libary
* configure: changed AC_PROG_LIBTOOL order to fix disabling shared libs
* configure: check threads support in OpenBSD
* Fixed string format vulnerability in client entry handling
* Reported and patch provided by William Cummings
* silcd: Fixed IDENTIFY command reply handling for channels

Changes 1.1.18 (server):
* silcd: Added heartbeat support
* Added support for sending SILC_PACKET_HEARTBEAT packets to connection,
  to make sure they keep alive and to detect if they have died
* Set SO_KEEPALIVE for all accept()ed sockets
* silcd: Fixed SIGUSR1 signal handling
* Fixed the SIGUSR1 signal handling which can be used to dump the server
  internals to /tmp.
* Changed also End of Stream handling to handle NULL idata pointer instead
  of ignoring the EOS in case it is NULL.
* Changed also the DETACH timeout handling to use the packet stream
  directly instead of looking up client in the callback
* More string format fixes in silcd and client libary
2010-08-30 11:17:16 +00:00
obache
c3f527e04f + libfakekey 2010-08-30 09:44:05 +00:00
obache
884f47be8c Added x11/libfakekey version 0.1 2010-08-30 09:42:58 +00:00
obache
122a933c6d Import libfakekey-0.1 as x11/libfakekey.
X Virtual Keyboard Library of the Matchbox WM project.
2010-08-30 09:42:41 +00:00
obache
56f43212b2 Updated inputmethod/ibus-skk to 1.0.0 2010-08-30 07:37:20 +00:00
obache
8acdc3cdc2 Update ibus-skk to 1.0.0.
* fix 'hh' not handled correctly.
* Don't use "==" in sh script (Issue#2).
* Don't set $ENV in Makefile (Issue#3).
* Add "Initial Input Mode" configuration.
* Add test for zl.
* Fix zl conversion.
* Add links to external resources.
2010-08-30 07:36:48 +00:00
dsainty
14b400109a Reinstate patch-ac, which is still needed for Perl 5.12.1.
We intentionally wire down the 'libswanted' list in the package Makefile, so
don't let the hints file add new libraries that may be found outside Pkgsrc
control.

Fixes build on Gentoo and SuSE systems, and possibly other Linux systems too
that might have stray -lgdbm_compat libraries lying around.
2010-08-30 07:36:30 +00:00
obache
02b701ffb9 Set WRKOBJDIR=${workdir}/pkgsrc to target mk.conf if --workdir is specified. 2010-08-30 06:21:49 +00:00
asau
cffba6ce9f Updated math/wxMaxima to 0.8.6 2010-08-30 03:02:54 +00:00
asau
14ac72ab1b Remove duplicate entry.
"make commit-changes-entry" doesn't like duplicate entries in TODO.
2010-08-30 02:51:07 +00:00
asau
e6a84470f3 Updated math/mathomatic to 15.2.0 2010-08-30 02:49:48 +00:00
asau
27c62bb1d5 Update to Mathomatic 15.2.0
CHANGES MADE TO MATHOMATIC 15.2.0 TO BRING IT UP TO THE NEXT VERSION:

All makefiles were improved.  Library test/example program is renamed to "testmain".

Package maintainers please take note: support for the DESTDIR environment variable was
added to the makefiles; for proper operation when packaging version 15.2.1 or higher,
please remove any patches for missing DESTDIR support.
m4 Mathomatic should work now when included in the Mathomatic package (make m4install).
Thank you for packaging Mathomatic!  If I did anything wrong, please let me know.

8/26/10 - Added the -e option, which processes mathematical expressions and Mathomatic commands
          instead of input files on the shell command line.  For example, entering
          "mathomatic -eq 2+3" gives "answer = 5".  This functionality has been requested
          many times by Mathomatic command line users.  A complete example:


CHANGES MADE TO MATHOMATIC 15.1.6 TO BRING IT UP TO THE NEXT VERSION:

Minor improvements were made to the user documentation.

8/22/10 - Removed "Complex number roots approximated" warning message, since this happens often.

          Capitalized E, I, PI, and Pi are now accepted as the universal constants e, i, and pi,
          without needing to enter "set no case".  This allows Mathomatic to easily
          accept Mathematica style expression input.

          m4 Mathomatic now additionally accepts Mathematica style capitalized function input.
          matho and rmath now display elapsed, CPU, and system times in seconds upon exit.

8/23/10 - Fixed #equation-number entry at the main prompt to always work and allow an expression
          or equation following on the same line to be entered at that equation space.
          For example: "#10 y=1/x" will work now;
          previously only worked if equation space number 10 was previously allocated and used.
          The way it works is: all equation spaces up to and including number 10 are allocated,
          if not already allocated, upon entry of "#10".
          Equations spaces are allocated with the memory allocator malloc(3).


CHANGES MADE TO MATHOMATIC 15.1.5 TO BRING IT UP TO THE NEXT VERSION:

7/26/10 - Disabled ncurses call for auto-color detection when CYGWIN is defined while
          compiling the source code, due to a reported problem of readline failing with
          ncurses in Cygwin.

7/28/10 - Disabled readline history save file for the Cygwin port,
          because it is a filename that starts with a period.

7/31/10 - Added "set fractions_display" option, to allow disabling the automatic conversion of
          fractions like .5 to 1/2 for display.
          Developer requested and useful in the symbolic math library,
          when numerical fraction output isn't wanted.

8/01/10 - Fixed a memory leak when ignoring the output string in the symbolic math library.

8/04/10 - Preserve overflowed powers like 2^2222 rather than aborting with an error message.
          Allow simplification of math like 2*2^2222 and 2/2^2222.

8/08/10 - matho-primes runs twice as fast with the -ffast-math gcc compilation option,
          which is now enabled by default.  Don't try -ffast-math with the main Mathomatic
          program though, because then Mathomatic won't work properly.


CHANGES MADE TO MATHOMATIC 15.1.4 TO BRING IT UP TO THE NEXT VERSION:

Many minor tweaks and improvements.

7/03/10 - Makefiles and compile scripts were corrected and enhanced
          per http://www.gnu.org/prep/standards/

7/06/10 - Changed all "#if true" and "#if false" conditional commenting to "#if 1" and "#if 0"
          in the C source code, thanks to Min Sik Kim of NetBSD pkgsrc.


CHANGES MADE TO MATHOMATIC 15.1.3 TO BRING IT UP TO THE NEXT VERSION:

All of the Unix man pages and user manuals for Mathomatic were fixed.

The compare and "solve verify" commands now simplify more thoroughly with "repeat simplify"
for better expression equality determination.

6/17/10 - Greatly improved file operation error reporting by using the perror(3) function.

6/18/10 - Fixed categories in "icons/mathomatic.desktop";
          Mathomatic now goes under valid categories, mainly Education.


CHANGES MADE TO MATHOMATIC 15.1.2 TO BRING IT UP TO THE NEXT VERSION:

6/6/10 - I made mistakes in the improvement to the simplify command of version 15.1.2,
         the original working simplify logic of version 15.1.1 is now restored, sorry.


CHANGES MADE TO MATHOMATIC 15.1.1 TO BRING IT UP TO THE NEXT VERSION:

A general cleanup was done.
A small improvement was made to the final result of the simplify and fraction commands.
Showing intermediate results in the calculate, sum, and product commands is now done with "set debug 1".

5/28/10 - Added "tests/collatz.in", the Collatz conjecture as an automatically computable equation.


CHANGES MADE TO MATHOMATIC 15.1.0 TO BRING IT UP TO THE NEXT VERSION:

Code and documentation cleanup.

5/21/10 - Added "primes/matho-sum", a utility that sums its command line arguments or standard input.
          Use "matho-primes 0 2000000 | matho-sum" to find the sum of all primes less than 2,000,000.
          Solves Project Euler problem #10: http://projecteuler.net/index.php?section=problems&id=10

5/23/10 - Primes (') are allowed in variable names now, if not using the symbolic math library, so that the
          derivative, integrate, and nintegrate commands can change the dependent variable to y', y'', etc.
          This can be turned on in the symbolic math library by the command "set special_variable_characters='".

          Non-alphanumeric characters in variable names are now converted to underline characters (_)
          when exporting to a programming language or to a different program.


CHANGES MADE TO MATHOMATIC 15.0.8 TO BRING IT UP TO THE NEXT VERSION:

5/10/10 - Added "help constants" command.

5/11/10 - Integer variables are now specified by using a variable name that starts with "integer",
          like "integer1", "integer_x", etc.  Currently only the modulus operator "%" checks
          for integer variables, to help with simplification.

5/12/10 - Corrected the output string type of the symbolic math library API.  It was erroneously declared
          as type "const", possibly causing a memory leak.

5/13/10 - Moved and adapted "makefile.lib" to "lib/makefile", so the symbolic math library build is isolated.
          Previously "make clean" was required between different builds.  All makefiles require GNU make now.


CHANGES MADE TO MATHOMATIC 15.0.7 TO BRING IT UP TO THE NEXT VERSION:


4/26/10 - Allow "make pdf" to generate PDF documentation from the HTML documentation with htmldoc.
          Please read the comments in the makefile for all available options.

4/29/10 - For every makefile, CFLAGS has been modified to include OPTFLAGS as required by the Fedora Linux
          build system, and OPTFLAGS defaults to the optional gcc specific flags like optimization.

          In the symbolic math library, made available the equation number of the result of calling the API,
          if also stored in an equation space.  The result equation number is stored in the global "result_en".
          Useful if you want to know where the result was stored, to act on it with further commands.


CHANGES MADE TO MATHOMATIC 15.0.6 TO BRING IT UP TO THE NEXT VERSION:

Corrections and improvements to the documentation were made.

4/3/10 - Vastly improved the "factor number" user interface, now factors integer expressions like 2^32-1.
         "factor number" is disabled in library mode.

4/13/10 - The real and imaginary commands no longer fail when the expression is not complex,
          just a warning is given.

4/14/10 - Changed normal display of "-1*" to "-", for prettier 2D expression output,
          so things like "-a" display properly, not as "-1*a".


CHANGES MADE TO MATHOMATIC 15.0.5:

1/28/10 - Added a Python utility called "primorial" to the Prime Number Tools install
          that multiplies together the results of matho-primes, displaying the primorials
          of the integers given on the command line.

3/18/10 - Changed author email address to "gesslein@linux.com".

3/23/10 - Catch SIGHUP and SIGTERM signals for proper termination of the Mathomatic program;
          readline was messing up when Mathomatic was terminated by closing the shell window.
          The plot command now always plots expressions with grid marks displayed for reference.


CHANGES MADE TO MATHOMATIC 15.0.4:

1/21/10 - In the makefile, changed the HTML man page generator back to rman because
          groff HTML output looks really bad and rman allows linking to other man pages.
          groff is no longer used.

1/24/10 - Fixed "make m4install", the installed rmath and matho programs weren't working.

1/27/10 - Added GNU LGPL license notices to every C source file with a copyright notice,
          for proper protections.


CHANGES MADE TO MATHOMATIC 15.0.3:

1/9/10 - Fixed a problem only in the version 15.0.3 makefile, where it didn't respect
         the CC environment variable set by the user, instead it always used "gcc"
         as the C compiler.


CHANGES MADE TO MATHOMATIC 15.0.2:

12/27/09 - Moved get_screen_size() from main.c to am.c because it is used in the library when
           compile-time options UNIX or CYGWIN are defined.
           Thanks to Cygwin port maintainer Reini Urban for noticing and fixing this problem.
           Defining UNIX or CYGWIN in library mode is not recommended.

12/31/09 - Added code to allow any command to be preceded by "repeat", which sets the
           repeat flag for the following command.  Most commands ignore the repeat flag.

1/1/10 - Ported divide and roots commands to be repeatable.  Also repeatable are the
         calculate and eliminate commands.

1/2/10 - Allow Taylor series computation even if the specified differentiation variable
         is not found in the expression, giving a warning.
         Ported simplify command to be a repeatable full simplify; that is, typing
         "repeat simplify" repeatedly runs the simplify command until the result stabilizes
         to the smallest size expression.

1/7/10 - Thanks to pretty C code submitted by Simon Geard,
         the code and variables commands have been made much more readable.

1/8/10 - Made Mathomatic easier to compile under Solaris, thanks to Michael Pogue of Sun.
         Fixed failure to compile under BSD Unix when compiling with readline support.


CHANGES MADE TO MATHOMATIC 15.0.1:

12/19/09 - The last few versions fix the ugliness caused by the GCD factoring change made on 6/22/09.
           Today's change factors out the numerical GCD of rational coefficients as needed to simplify.
           Most simplification results should be beautiful and the simplest possible again now,
           without the misleading observed magnitude caused by always factoring out the GCD,
           which was why the change of 6/22/09 was made.


CHANGES MADE TO MATHOMATIC 15.0.0:

12/12/09 - Fixed a problem with the -q (quiet mode) option being ignored if the session options
           were ever saved with the "set save" command.

12/13/09 - Added code to allow Mathomatic output to be redirected by default.
           Fixed the derivative command to be successful even when the result is 0,
           when compiled as a library.

12/14/09 - Added ability to log symbolic math library results, and made command behavior
           more consistent in the library by always returning the final result string.

12/16/09 - The factor command now factors more by factoring out the GCD of rational coefficients.


CHANGES MADE TO MATHOMATIC 14.6.3 TO BRING IT UP TO 15.0.0:

Cleanup and more bug fixes.

11/26/09 - Added detection of the terminal's ANSI color availability, when readline is enabled.

11/28/09 - Added detection of divide by zero and NaN when using the "solve verify" command,
           for more correct results.
           Solving now factors out the GCD of rational coefficients, for improved results.
           The fixes today are from errors solving equations like (2*x/(x - 3)) + 3 = 6/(x - 3)

11/29/09 - Disallow the variable named "nan".  NaN cannot be directly entered into Mathomatic.

11/30/09 - Added shell scripts "t" and "tests/t" to easily test Mathomatic by typing "./t".

12/2/09 - The fraction command now factors out the GCD of rational coefficients like the
          solve command does, so that coefficients in algebraic fractions become integers.
          The GCD verifying routine was perfected by making it very strict, like it should be.
2010-08-30 02:48:40 +00:00
obache
9f4a5c30fb * set LICENSE=gnu-gpl-v3
* honor PKG_SYSCONFDIR
* exactly buildlink with libiconv and tell library for iconv to configure,
  fixes PR#43809.
2010-08-30 02:22:32 +00:00
obache
fa283f42c7 tell iconv.h for Haiku. 2010-08-30 02:04:58 +00:00
asau
fc18ac575f Updated lang/sbcl to 1.0.42 2010-08-30 00:19:35 +00:00
asau
d5a1ac5beb Update to SBCL 1.0.42
changes in sbcl-1.0.42 relative to sbcl-1.0.41
  * build changes
    ** Cross-compilation host is now specified to make.sh using
       command-line argument --xc-host=<command> instead of a positional
       argument. (thanks to Daniel Herring)
    ** Install location can be specified to make.sh using command-line
       argument --prefix=<path>. (lp#550889s, thanks to Daniel Herring)
  * optimization: The default implementation of
    COMPUTE-DISCRIMINATING-FUNCTION does much less wasted work.
  * enhancement: Explicit memory barrier operations are now available for use
    by multithreaded code.  See documentation for details.
  * enhancement: Experimental support for threading on Linux/PPC.
  * bug fix: RENAME-PACKAGE returns the package.  (Thanks to Eric Marsden)
  * bug fix: EXPT signals an error if first argument is a zero and second
    argument is a floating point zero. (lp#571581, thanks to Roman Marynchak)
  * bug fix: DEFTYPE signals an error for non-list lambda-lists.
    (lp#576594, thanks to Roman Marynchak)
  * bug fix: make ASDF-INSTALL compatible with the now-included ASDF2.
    (lp#612998, reported by Phil Hargett; patch from Jim Wise)
2010-08-30 00:18:57 +00:00
pettai
158ba5d037 1.6.6
* Fix ldns_rr_clone to copy question rrs properly.
        * Fix ldns_sign_zone(_nsec3) to clone the soa for the new zone.
        * Fix ldns_wire2dname size check from reading 1 byte beyond buffer end.
        * Fix ldns_wire2dname from reading 1 byte beyond end for pointer.
        * Fix crash using GOST for particular platform configurations.
        * extern C declarations used in the header file.
        * Removed debug fprintf from resolver.c.
        * ldns-signzone checks if public key file is for the right zone.
        * NETLDNS, .NET port of ldns functionality, in contrib.
        * Fix handling of comments in resolv.conf parse.
        * GOST code enabled if SSL recent, RFC 5933.
        * bugfix #317: segfault util.c ldns_init_random() fixed.
        * Fix ldns_tsig_mac_new: allocate enough memory for the hash, fix use of
          b64_pton_calculate_size.
        * Fix ldns_dname_cat: size calculation and handling of realloc().
        * Fix ldns_rr_pop_rdf: fix handling of realloc().
        * Fix ldns-signzone for single type key scheme: sign whole zone if there
          are only KSKs.
        * Fix ldns_resolver: also close socket if AXFR failed (if you don't,
          it would block subsequent transfers).
        * Fix drill: allow for a secure trace if you use DS records as trust
          anchors.

1.6.5
        * Catch \X where X is a digit as an error.
        * Fix segfault when ip6 ldns resolver only has ip4 servers.
        * Fix NSEC record after DNSKEY at zone apex not properly signed.
        * Fix syntax error if last label too long and no dot at end of domain.
        * Fix parse of \# syntax with space for type LOC.
        * Fix ldns_dname_absolute for escape sequences, fixes some parse errs.
        * bugfix #297: linking ssl, bug due to patch submitted as #296.
        * bugfix #299: added missing declarations to host2str.h
        * ldns-compare-zones -s to not exclude SOA record from comparison.
        * --disable-rpath fix
        * fix ldns_pkt_empty()
        * fix ldns_resolver_new_frm_fp not ignore lines after a comment.
        * python code for ldns_rr.new_question_frm_str()
        * Fix ldns_dnssec_verify_denial: the signature selection routine.
        * Type TALINK parsed (draft-ietf-dnsop-trust-history).
        * bugfix #304: fixed dead loop in ldns_tcp_read_wire() and
          ldns_tcp_read_wire_timeout().
        * GOST support with correct algorithm numbers.  The plan is to make it
          enabled if openssl support is detected, but it is disabled by
          default in this release because the RFC is not ready.
        * Fixed comment in rbtree.h about being first member and data ptr.
        * Fixed possibly leak in case of out of memory in ldns_native2rdf...
        * ldns_dname_is_wildcard added.
        * Fixed: signatures over wildcards had the wrong labelcount.
        * Fixed ldns_verify() inconsistent return values.
        * Fixed ldns_resolver to copy and free tsig name, data and algorithm.
        * Fixed ldns_resolver to push search onto searchlist.
        * A ldns resolver now defaults to a non-recursive resolver that handles
          the TC bit.
        * ldns_resolver_print() prints more details.
        * Fixed ldns_rdf2buffer_str_time(), which did not print timestamps
          on 64bit systems.
        * Make ldns_resolver_nameservers_randomize() more random.
        * bugfix #310: POSIX specifies NULL second argument of gettimeofday.
        * fix compiler warnings from llvm clang compiler.
        * bugfix #309: ldns_pkt_clone did not clone the tsig_rr.
        * Fix gentoo ebuild for drill, 'no m4 directory'.
        * bugfix #313: drill trace on an empty nonterminal continuation.
2010-08-29 21:51:34 +00:00
minskim
5b7a530a81 Note update of emacs-snapshot. 2010-08-29 18:23:55 +00:00
minskim
9c7dcd0741 Update emacs-snapshot to 24.0.50.20100829.
Changes:
- Sync with Tramp 2.1.19.
- Minor bug fixes.
2010-08-29 18:23:19 +00:00
seb
0bbb597ecc Updated www/p5-CGI-Compile to 0.12 2010-08-29 17:56:44 +00:00
seb
62fe9979f4 Update p5-CGI-Compile from version 0.11nb1 to version 0.12.
Pkgsrc changes:
- adjust dependencies

Upstream changes:
0.12  Sun Aug  8 23:35:52 PDT 2010
        - better mod_perl compatibility (chain to CORE::GLOBAL::exit) (rkitover)
2010-08-29 17:56:33 +00:00
seb
9491061fe4 Updated devel/p5-IO-All to 0.41 2010-08-29 15:06:38 +00:00
seb
3d84eddba0 Update p5-IO-All from version 0.39nb1 to version 0.41.
Pkgsrc changes:
- adjust dependencies

Upstream changes:
---
version: 0.41
date:    Mon Aug 16 22:33:45 PDT 2010
changes:
- Recent Test::More was triggering errors in file_spec.t.
- Thanks to Torsten Raudssus for a fix. Getty++
---
version: 0.40
date:    Sun Aug 15 15:22:12 PDT 2010
changes:
- Fixed a bug in t/chdir.t
2010-08-29 15:06:28 +00:00
wiz
dd8a6b0636 Updated games/rftg to 0.7.4 2010-08-29 14:42:53 +00:00
wiz
bc681cc629 Update to 0.7.4:
Many multiplayer improvements and several minor bug fixes
2010-08-29 14:42:43 +00:00
wiz
226c61bd6a + ImageMagick-6.6.3.10, apr-1.4.2, arirang-1.70, audacious-plugins-2.4.0,
awesome-3.4.7, calibre-0.7.16, dd_rescue-1.20, digikam-1.4.0,
  empathy-2.30.3, etm-655, feh-1.9, fuse-archivemount-0.6.1,
  gammu-1.28.90, gmime24-2.4.18, gnash-0.8.8, gsharutils-4.10,
  inkscape-0.48, kipi-plugins-1.4.0, libgda-4.0.11 [GNOME 2.30],
  lighttpd-1.4.28, lilypond-2.12.3, mathomatic-15.2.0,
  mysql51-client-5.1.50, mysql51-server-5.1.50, nut-15.8, openssh-5.6,
  p5-PerlMagick-6.6.3.10, p5-Text-vFile-asData-0.07, p5-YAML-Syck-1.14,
  parallel-20100822, phpmyadmin-3.3.6, python26-2.6.6, rasqal-0.9.20,
  remind-3.1.9 [pkg/43791], stella-3.2.1, vlc-1.1.4, wyrd-1.4.4
  [pkg/43792], x264-devel-20100828.
2010-08-29 14:35:59 +00:00
seb
1bbd156a82 Updated devel/p5-Devel-StackTrace-WithLexicals to 0.06 2010-08-29 14:15:21 +00:00
seb
349420613f Update p5-Devel-StackTrace-WithLexicals from version 0.05nb1 to version 0.06.
Pkgsrc changes:
- adjust dependencies

Upstream changes:
0.06    Mon Jul 19 2010
        Depend on PadWalker 1.92 for bugfixes (rafl)
2010-08-29 14:15:10 +00:00
seb
0c34b118b7 Updated www/p5-HTTP-Body to 1.09 2010-08-29 13:30:16 +00:00
seb
8f534a269a Update p5-HTTP-Body from version 1.07nb1 to version 1.09.
Pkgsrc changes:
- adjust dependencies
- set PERL5_MODULE_TYPE to Module::Install::Bundled
- placate pkglint about whitespace

Upstream changes:
1.09    Thu 19 Aug 2010 19:08:55 UTC
        - remove blib for PAUSE indexing.

1.08    Thu 19 Aug 2010 18:08:42 UTC
        - Temp files now preserve the suffix of the uploaded file. This makes
          it possible to feed the file directly into a mime-type-determing
          module that may rely on this suffix as part of its heuristic. (Dave
          Rolsky)
        - Fix for RT#54443 Xforms buffering incorrectly (Simon Elliott)
        - Move to Dist::Zilla
2010-08-29 13:30:06 +00:00
seb
e3c01619f8 Updated net/p5-Test-TCP to 1.04 2010-08-29 13:01:59 +00:00
seb
9c07d89a2c Update p5-Test-TCP from version 0.16nb1 to version 1.04.
Pkgsrc changes:
- adjust dependencies

Upstream changes:
1.04

    - fixed local $@ issue. this happens on some version of perl5.

1.03

    - release to cpan
    - fixed win32 issue(charsbar)

1.02_02

    - use randomness on finding empty port(suggested by kazuhooku)
    - try to connect the port before bind(Tatsuhiko Miyagawa)

1.02_01

    - better cleanup code by RAII pattern.
      https://rt.cpan.org/Ticket/Display.html?id=60657
      (reported by dgl)

1.02

    - lazy loading issue was fixed at Test::SharedFork 0.12.
      Depend to it.
      https://rt.cpan.org/Public/Bug/Display.html?id=60426
      (reported by J.)

1.01

    - remove unused deps for use_test_base().

1.00

    - bump up version!

0.16_02

    - oops. packaging miss.

0.16_01

    - Do not depend to IO::Socket::INET 1.31.
      Test::TCP works well with older IO, I hope.
      (suggested by mst)
2010-08-29 13:01:48 +00:00