Commit graph

120117 commits

Author SHA1 Message Date
wiz
0bd9c5b655 Update to 5.425:
* VERSION 5.425 RELEASED

	* (bugfix) A stub for MIME::Parser's tmp_recycling() method has been
	  re-added to preserve compatibility.  Since recycling of tempfiles
	  never worked and has been removed, any code calling tmp_recycling()
	  should stop attempting to use the feature.

	* VERSION 5.424 RELEASED

	* (bugfix) [rt.cpan.org #29864] - lines in $entity->body() should be
	  newline-terminated.
2007-11-29 15:13:06 +00:00
wiz
556e048d6d Updated devel/p5-Test-Manifest to 1.22 2007-11-29 15:10:19 +00:00
wiz
0bd09584e9 Update to 1.22:
1.22 - Sat Oct 27 21:24:10 2007
	* distro cleanups after moving from CVS to SVN

1.21 - Wed Sep 19 19:45:27 2007
	* [BUGFIX] getting rid of Test::More
2007-11-29 15:09:39 +00:00
wiz
c986fa9ecf Updated devel/p5-Storable to 2.18 2007-11-29 15:07:56 +00:00
wiz
2e18f91680 Update to 2.18:
Version 2.18

	Compile fixes for older Perls. (No functional changes.)

    Version 2.17

	Various broken tests fixed. (No functional changes.)
2007-11-29 15:07:16 +00:00
wiz
0071763a97 Updated textproc/p5-XML-Atom to 0.28 2007-11-29 15:04:02 +00:00
wiz
c220cdd323 Update to 0.28:
0.28  2007.11.06
    * Fixed Namespace handling in extensions so that both URL and NS object work
      (Thanks to Brian Cassidy)

0.27_01 2007.10.04
    * Removes most of hacks to deal with LibXML insane unicode stuff which are fixed with 1.64

0.27 2007.09.15
    * Fixed $feed->as_xml_utf8 to work with latest XML::LibXML

0.26 2007.09.15
    * This be 0.26

0.25_02  2007.06.20
    * Fixed tests that fail with newer libxml (Thanks to knagano)

0.25_01 2007.04.27

    * Fixed XML::Atom::Base element accessor to work with attributes
      (Patch from LTjake and Jshirley for OpenSearch extension)
    * Make XML::Atom::Link easily subclassable
      (Patch from Simon Wistow for Google Calendar support)
2007-11-29 15:03:21 +00:00
wiz
ed4c085162 Updated textproc/p5-XML-LibXML to 1.65 2007-11-29 14:29:25 +00:00
wiz
20c408a0b4 Update to 1.65:
1.65
   - fix bug in t/40reader.t revealed by a bugfix in Test::More 0.71 (Jonathan Rockway)
   - fix possible SIGSEGV when PI's or attrs created with
     createDocument can get garbage-collected after their owning
     document (old-standing bug suddenly caught by XML::Compile regression tests)
   - skip tests for unsupported features on unsupported versions of Perl/libxml2
   - make Reader interface require Perl 5.8 (patches to extend to 5.6 are welcome)

1.64
   - fix reconcilation of the "xml" namespace [rt.cpan.org #26450]
   - make tests pass with libxml2 2.9.29 - PI regression tests now
     accept "" as data of an empty PI [rt.cpan.org #27659]
   - strip-off UTF8 flag with $node->toString($format,1) for consistent
     behavior independent on the actual document encoding
   - fix in XML::LibXML::Reader::nextSiblingElment
   - fix synopsis for XML::LibXML::Reader
   - skip tests that require Encode module if not available (perl 5.6)
   - finally removed the iterator() method deprecated since 1.54
   - set_document_locator support in XML::LibXML::SAX::Parser
   - SYNOPSIS sections of the docs now mention which module to use
     and which other manpage to look into for inherited methods
   - XML::LibXML::Namespace API fixed in order to achieve
     an agreement between the docs and the implementation
2007-11-29 14:28:44 +00:00
wiz
62b0b0d1e6 Updated textproc/p5-XML-Parser to 2.36 2007-11-29 14:26:21 +00:00
wiz
c268231448 Update to 2.36:
2.36
    - Fix for Carp::Heavy bugs

2.35
    - Works in 5.10 (Andreas J. Koenig)
    - Added license in Makefile.PL (Alexandr Ciornii)
    - Makefile.PL also searches for expat in C:/lib/Expat-2.0.0 (Alexandr Ciornii)
    - No longer uses variable named 'namespace' in Expat.xs (Jeff Hunter)
2007-11-29 14:25:46 +00:00
wiz
7553d511f5 Updated textproc/p5-YAML to 0.66 2007-11-29 14:20:38 +00:00
wiz
c2b8dd2ba0 Update to 0.66:
version: 0.66
date:    Thu Sep 27 01:37:16 PDT 2007
changes:
- Blessed code refs with LoadCode=0 still get blessed. rafl++

---
version: 0.65
date:    Thu Jun 21 17:37:32 PDT 2007
changes:
- \z is really \0
- Speed up regexp loading. audreyt++

---
version: 0.64
date:    Thu Jun 21 14:31:20 PDT 2007
changes:
- Better support for loading regexps. audreyt++

---
version: 0.63
date:    Wed Jun 20 16:03:22 PDT 2007
changes:
- Don't emit nodes blessed into '' in the new tag scheme, and improve semantics
  of loading such nodes.
- New support for dumping/loading regexps.
2007-11-29 14:19:49 +00:00
wiz
d037c36c8d Updated security/p5-Crypt-SSLeay to 0.57 2007-11-29 14:17:29 +00:00
wiz
05c42389be Update to 0.57:
0.57 2007-09-17 20:45:20 UTC

- Honour both $ENV{NO_PROXY} and $ENV{no_proxy} in
  Net::SSL::proxy_connect_helper. (Bug #29371 reported by Jan Dubois).
- $@ construction used in Net::SSL::connect was messed up, which could
  lead to sub-optimal error reporting. (Bug #29372 reported by Jan
  Dubois).
- Ensure no proxification is used in t/01-connect.t (which might be the
  reason for all the spurious smoke failures). Bug #29373 reported by,
  you guessed it, Jan Dubois).
- Silence a dubious fopen() warning in SSLeay.xs.
- s/Netware/NetWare/ in Net/SSL.pm platform check
- Improvements to Makefile.PL for dealing with platforms where openssl
  is installed with ./include and ./lib as sibling directories rather
  than child directories. This should allow the code to configure and
  build "out of the box" on Solaris (and probably other proprietary
  platforms).
- Don't carp in LICENSE key addition code in Makefile.PL

0.56_01 2007-08-09 21:59:47 UTC

- Various improvements to the Win32 configure code in Makefile.PL,
  based on CPAN tickets #28431 and #28432, by Guenter Knauf,
  notably to allow static linking and OpenSSL living in a relative
  directory.
- Net::SSL: alarm() is not implemented on Netware platform, so don't
  try to set one there. (Guenter Knauf).
- Should build on Solaris correctly (bug fix in include dir
  specification). Based on fix suggested in CPAN bug #28680.

0.56 2007-07-10 19:08:20 UTC

- Purely a documentation issue raised by CPAN bug #27935. Users
  of previous versions do not need to upgrade.
2007-11-29 14:16:37 +00:00
wiz
d3dad8389f Updated devel/p5-Class-Singleton to 1.4 2007-11-29 14:15:02 +00:00
wiz
318eb78b23 Update to 1.4:
#------------------------------------------------------------------------
# Version 1.04   Date: 2007/09/28
#------------------------------------------------------------------------

* Added the has_instance() method to return an existing instance without
  creating a new one.

* General cleanup of code, documentation and tests.

* Changed licence from Perl Artistic to the same terms as Perl itself
  (e.g. Artistic 2.0/GPL)
2007-11-29 14:14:22 +00:00
wiz
dac00a0119 Updated finance/gnucash to 2.2.1nb3 2007-11-29 13:49:52 +00:00
wiz
dd8029613b Add dependencies to make gnc-gq-* run. Noted by troxel. Bump PKGREVISION. 2007-11-29 13:49:11 +00:00
sketch
adb2a981c7 Needs libresolv on Solaris. 2007-11-29 13:04:04 +00:00
wiz
9ecc2fd158 Updated games/wesnoth to 1.2.8 2007-11-29 12:43:43 +00:00
wiz
7c47137f7a Update to 1.2.8:
This is a bugfix release for 1.2 and it is compatible with the
other 1.2 versions. The main reason for this release was an important
security fix. This issue was filed as CVE-2007-5742, it did allow
others to view the content of files on the remote computer. We did
now fix this problem by removing the option to use ../ in paths.

Another problem could arise with the preference option "turn_cmd".
Due to this problem the computer could either be stalled by a faulty
add-on or *maybe* (we found no way to do so) some other application
could be started. This option has now been removed since it probably
wasn't used anyway.

Beside those important changes only small things were changed. For
all the other changes (really not much), have a look at the changelog.

Since those are rather serious issues we do advise everybody using
the 1.2.x stable series to upgrade to 1.2.8 as soon as possible.
All saves and the existing content should still work after this
upgrade. In general be careful in regards to add-ons you use, there
might be some bad ones available even on the official add-on server
because the content available there is usually not checked.
2007-11-29 12:42:48 +00:00
wiz
ad706ad0eb + aspell-danish-1.6.10, freeciv-2.1.1, mpop-1.0.12, nasm-2.00,
xlog-1.6.1.
2007-11-29 11:05:40 +00:00
bjs
6abe60793a + Added devel/cvsdiff2patch version 1.0.1 [bjs 2007-11-29] 2007-11-29 10:13:22 +00:00
bjs
0a4b82e270 Add cvsdiff2patch to devel/Makefile 2007-11-29 10:13:04 +00:00
bjs
5bb190413a Add devel/cvsdiff2patch, a simple utility which, in the words of the
author, "Converts crappy CVS diffs into something that patch(1)
understands."
2007-11-29 10:11:13 +00:00
rillig
3f207e6309 Solaris needs -lm. 2007-11-29 10:03:19 +00:00
rillig
8ef5c2cbb1 More examples of "Undefined Symbol" from Solaris 10. 2007-11-29 09:13:30 +00:00
rillig
d5f54df3ce Added more keywords. 2007-11-29 08:53:14 +00:00
dmcmahill
41f9ca8255 Updated cad/gerbv to 1.0.3 2007-11-29 04:05:31 +00:00
dmcmahill
b26f8fdba1 update to gerbv-1.03
This release represents a point release incorporating a few patches made
against the 1.0.X source over the last 1 1/2 years.  Specific updates
include:

* Incorporate changes from Joost Witteveen to support extended
  %SR% commands.
* Fix endless loop bug when gerbv encountered an unknown
  % code.  Patch from Joost Witteveen.
* Fixed initial scale setting for %MOMM% Gerber files.
  Patch from Joost Witteveen.
* Fixed format for small drillfiles.  Patch from Trevor Blackwell.
* Fix setting of the initial window size when the screen
  is larger than the display. Patch from David Carr.
2007-11-29 04:04:15 +00:00
rillig
53c7fb46f0 Abiword builds on Solaris with sunpro. Yay! 2007-11-29 02:49:11 +00:00
jnemeth
b8c8156419 not update of xbattbar to 1.4.2nb8 2007-11-28 22:34:39 +00:00
jnemeth
16b2474bb0 PR/37442 - Jared D. McNeill -- xbattbar does not work on machines that have APM 2007-11-28 22:33:17 +00:00
wiz
be7be8a2f3 + DatLib-2.22, DatUtil-2.33, R-2.6.1, ZIPIdent-2.9, cairo-1.4.12,
gdm-2.20.2, gnome-games-2.20.2, less-416, libsigsegv-2.5 [pkg/37440],
  licq-1.3.5, lpairs-1.0.3, xmp-2.5.0.
2007-11-28 21:59:36 +00:00
drochner
b94d05e10f update to 2.20.2
changes:
* Tiff documents were rendered with wrong colors
* Fix endless loop when zero pages per sheet is selected
* Do not jump to the first page when reloading from command line
* Memory leak fix
* Fix printing with poppler splash backend
* Fix a crash when printing with the gnome-print dialog
* Warning fix
-translation updates
2007-11-28 21:02:11 +00:00
drochner
6de534899e update to 0.6.2
changes:
-security fixes (patched in pkgsrc) were integrated upstream
-fix some possible crashes
-cleanup
2007-11-28 20:54:36 +00:00
drochner
72d3c38b05 disable build of utils explicitely (we use BUILD_DIRS already, but anyway) 2007-11-28 20:51:33 +00:00
joerg
d162a072f6 Don't rename makefile to Makefile, use it directly. Add DESTDIR support. 2007-11-28 19:06:00 +00:00
drochner
2b214b2f0d +grandr_applet 2007-11-28 18:44:02 +00:00
drochner
f16468692c import grandr_applet-0.4, a gnome panel applet to change screen
orientation and resolution
2007-11-28 18:40:08 +00:00
joerg
0095dd3c41 Allow nb versions for the -tools dependency. Bump revision. 2007-11-28 18:25:49 +00:00
rillig
91b1d082d9 Print a warning for every file that has /bin/sh as interpreter, but only
on Solaris.
2007-11-28 17:00:04 +00:00
mishka
7b9053b306 Check for deprecated mkisofs flags. Fix found and bump pkgrevision. 2007-11-28 16:18:01 +00:00
ghen
34dee94052 Updated mail/dovecot to 1.0.8. 2007-11-28 15:12:30 +00:00
ghen
fce2810e42 Update to Dovecot 1.0.8.
+ Authentication: Added "password_noscheme" field that can be used
	  instead of "password". "password" treats "{prefix}" as a password
	  scheme while "password_noscheme" treats it as part of the password
	  itself. So "password_noscheme" should be used if you're storing
	  passwords as plaintext. Non-plaintext passwords never begin
	  with "{", so this isn't a problem with them.
	- IMAP: Partial body fetching was sometimes non-optimal, causing
	  the entire message to be read for every FETCH command.
	- deliver failed to save the message when envelope sender address
	  contained spaces.
	- Maildir++ quota: We could have randomly recalculated quota when
	  it wasn't necessary.
	- Login process could have crashed after logging in if client sent
	  data before "OK Logged in" reply was sent (i.e. before master had
	  replied that login succeeded).
	- Don't assert-crash when reading dovecot.index.logs generated by
	  Dovecot v1.1.
	- Authentication: Don't assert-crash if password beings with "{" but
	  doesn't contain "}".
	- Authentication cache didn't work when using settings that changed
	  the username (e.g. auth_username_format).
2007-11-28 15:11:50 +00:00
rillig
410affab94 Do not load the $cache file for every argument. Instead, load it once
and then call it as a shell function. Note that the shell function is
not called "cache", since some shells have problems when a function has
the same name as a variable.

This speeds up the wrapper by as little as 75 percent for the final link
command of editors/abiword on SunOS-5.10-sparc (before: 20 seconds,
after: 5 seconds).
2007-11-28 14:45:22 +00:00
rillig
555f2fa179 Fixed build error with sunpro. 2007-11-28 13:19:35 +00:00
rillig
73b5319da9 Oops, don't overflow the terminal. 2007-11-28 13:18:50 +00:00
rillig
b9163bca81 sunpro doesn't need -lstdc++. 2007-11-28 13:03:56 +00:00