pkgsrcv2.git
16 years agoMerge from vendor branch TNV:
he [Sun, 24 Aug 2008 22:00:11 +0000 (22:00 +0000)]
Merge from vendor branch TNV:
Import p5-Term-Cap version 1.12.

This is a perl module providing an interface to the termcap database.

16 years agoImport p5-Term-Cap version 1.12. TNV
he [Sun, 24 Aug 2008 22:00:11 +0000 (22:00 +0000)]
Import p5-Term-Cap version 1.12.

This is a perl module providing an interface to the termcap database.

16 years agoUpdate darkstat to 3.0.711 by mainteiner update request via PR 39401.
obache [Sun, 24 Aug 2008 21:52:29 +0000 (21:52 +0000)]
Update darkstat to 3.0.711 by mainteiner update request via PR 39401.

Changes since 3.0.708:
 - Split --debug into --verbose and --no-daemon
 - Include launchd config and instructions for running darkstat
   on Mac OS X.  Contributed by Damien Clauzel.
 - Implement PPPoE decoding on ethernet iface. (--pppoe)
 - Web: Add automatic reload button.  Thanks Dennis!
 - Web: Add a graph legend with min/avg/max.
 - Web: Remove hashtable stats pages.

16 years agoUpdate from version 0.98nb1 to 1.00, discussed in general terms with maintainer.
he [Sun, 24 Aug 2008 21:44:09 +0000 (21:44 +0000)]
Update from version 0.98nb1 to 1.00, discussed in general terms with maintainer.

Pkgsrc changes:
 o Canonicalize HOMEPAGE
 o Adjust dependencies to match Makefile.PL

Upstream changes (at least I *think* these are the ones for 0.99 and 1.00):

======================================
9999-99-99 99:99:99.999999Z (untagged)
======================================

  2007-01-06 18:12:47 (r64) by rcaputo; DNS.pm M

    By the power of PAUSEskull, this is a fine morning! Release 1.00!

  2007-01-06 18:11:52 (r63) by rcaputo; DNS.pm M

    Expose the underlying Net::DNS::Resolver with a get_resolver()
    accessor. Thanks to Chris Williams for kinda suggesting it. :)

  2006-11-06 19:23:35 (r62) by rcaputo; Makefile.PL M

    Set a LICENSE. Cheap kwalitee points!

  2006-10-17 16:35:24 (r61) by rcaputo; t/06_hosts.t M

    Don't try to call a method on a failed request. Resolves rt.cpan.org
    21190 by Alexandr Ciornii.

  2006-10-17 15:05:34 (r60) by rcaputo; Makefile.PL M

    Some rt.cpan.org tickets refer to issues in Net::DNS. Require the
    latest version of that dependency in the hopes that some things are
    fixed. Too bad I don't have test cases for those issues... there's no
    way for me to tell if anything's fixed by this simple change.

=========================
2006-05-21 20:45:46 v0_99
=========================

  2006-05-21 20:45:11 (r58) by rcaputo; DNS.pm M

    Bump up the version.

  2006-05-21 20:44:39 (r57) by rcaputo; DNS.pm M

    Fix shutdown(). It was not performing nearly enough cleanup.

    Replace some post() calls with call() to avoid race conditions. In
    general, method interfaces should use call() rather than post() so
    that they affect internal structures synchronously.

  2006-05-21 20:43:08 (r56) by rcaputo
  t/02_tag_args.t M; t/03_api_3.t M; t/05_api_4.t M; t/06_hosts.t M

    Turn on ASSERT_DEFAULT for some of the tests. Add _stop handlers so
    they don't fail with all POE asserts on.

  2006-03-24 03:58:51 (r55) by rcaputo; DNS.pm M

    Belatedly bump up the version.

16 years agoUpdated print/teTeX3-bin to 3.0nb18.
tonnerre [Sun, 24 Aug 2008 20:36:54 +0000 (20:36 +0000)]
Updated print/teTeX3-bin to 3.0nb18.

16 years agoIf mkdtemp is not defined, define our own version and deploy it. Also, don't
tonnerre [Sun, 24 Aug 2008 20:35:37 +0000 (20:35 +0000)]
If mkdtemp is not defined, define our own version and deploy it. Also, don't
just add mkdtemp to configure.in but also make sure that it is heard.
PKGREVISION++.

16 years agoUpdate from 0.80nb3 to 1.16, discussed in general terms with maintainer.
he [Sun, 24 Aug 2008 20:30:41 +0000 (20:30 +0000)]
Update from 0.80nb3 to 1.16, discussed in general terms with maintainer.

Pkgsrc changes:
 o Add commented-out HOMEPAGE as an addition, using search.cpan.org

Upstream changes:

Changes for 1.16
- Fixed minor bug in scanner.t where the number of tests
  to skip when nmap was not found was incorrect.
- Repackaged to remove all the ._* files from the package.
- Fixed POD errors and added more documentation

Changes for 1.14
- Added cache_scan() to save the output of a parsescan()
  to a file before parsing.
- Added new tests for servicefp fingerpriting and cache_scan().
- Ran PerlTidy against module and other tools
- Updated documentation

Changes for 1.13
- Added fingerprint() to Service object (thanks jpomiane)
- Added documentation.

Changes for 1.12
- Added references to Google Code Project page.

Changes for 1.11
- Added parsing of distance information.
- Fixed bug #1671876 on tcp_service() always returning null
- Added ignoring of taskend,taskbegin and taskprogress information.
- Added tests for nmap 4.20.
- Changed lisence to MIT.
- Points to new website http://nmapparser.wordpress.com

Changes for 1.06
- Added patch for new OS fingerprint (Thanks Okan Demirmen)
- New os_fingerprint() method for Nmap::Parser::Host::OS
- Updated documentation
- Updated scan.pl to also read xml files (good for debugging)

Changes for 1.05
- Major speed improvements (less compile time)
- Major reduction in unwanted memory usage
- Redundant functions (or less used functions) are now created
dynamically. (AUTOLOAD)
- Documentation fixes

Changes for 1.00
- To see the changes, please read over the new documentation
        - Internal code is much (MUCH) cleaner and readable
        - removed 'ducttape' fixes and made stable & roubust changes
- improved performance, removed unwanted code (legacy)
- complete overhaul of internal code - new Framework
- support for IPv6 addresses
- data overwrite (overflow) protection
- better support for multiple instances
- fixed some minor bugs
- process owner information obtained
- all OS accuracy information obtained
- some functions now take new parameters (more concise)
- some functions renamed for clarity
- new shortcut functions (for doing repetitive tasks easier)
- Removed parsing filters (finally)
- All indexes now start at 0 (not at 1).
- Removed internal OS generic matching function since this is given by
    nmap now in the osclass tags
- Removed the use of constants for indexes
- Nmap::Parser::Host::Service object
    provides OO interface to service information for a given port
- Nmap::Parser::Host::OS object
    provides OO interface to OS signature information for a given host
- Nmap::Parser::Session replaces old Nmap::Parser::ScanInfo package
- Nmap2SQLite security script included
- removed old security tools
- rewrote scan.pl (from scanhost.pl)
- rewrote old tools to fit new framework
- Fully updated documentation

16 years agoUpdate from version 1.00 to 1.03, discussed in general terms with maintainer.
he [Sun, 24 Aug 2008 20:18:52 +0000 (20:18 +0000)]
Update from version 1.00 to 1.03, discussed in general terms with maintainer.

Pkgsrc changes:
 o Canonicalize MASTER_SITES and HOMEPAGE

Upstream changes:

1.03 Fri Mar 21 17:20:00 CET 2008
   - added support for IP_HDRINCL with IPv6 raw sockets (Linux only)
   => in fact, it should have worked before, but it appears to be a regression

1.02 Tue Feb 19 12:11:21 CET 2008
   - bugfix: due to Socket6 update, AF_INET6 definition has changed

1.01 Sun Feb 17 19:08:15 CET 2008
   - update: portability patches for other Unix systems (untested), concerning
             IP_HDRINCL constants and the like
   - update: license string (lc(Artistic)), to make CPANTS happy

16 years agoCanonicalize HOMEPAGE and don't use a make variable to improve pasteability.
he [Sun, 24 Aug 2008 20:12:42 +0000 (20:12 +0000)]
Canonicalize HOMEPAGE and don't use a make variable to improve pasteability.
No version bump.

16 years agoUpdate from version 0.14 to 0.16; discussed with maintainer in general terms.
he [Sun, 24 Aug 2008 20:07:42 +0000 (20:07 +0000)]
Update from version 0.14 to 0.16; discussed with maintainer in general terms.

Pkgsrc changes:
 o Add a patch to handle all BSD systems the same in test 03
 o Added a commented-out build dependency, Test::Distribution
   does not appear to work for this package (and is optional anyway)

Upstream changes:

2008.01.01 - 0.16 - Sebastien Aperghis-Tramoni (SAPER)
  - [BUGFIX] A typo prevented the new function names from working.
  - [TESTS] Added new tests: 21-next_ex.t, 22-open.t, 23-srcstr.t,
    50-poe-component-pcap.t
  - [TESTS] Added support for user prefered device. See README.
  - [TESTS] Improved small bits of the tests here and there.

2007.12.02 - 0.15 - Sebastien Aperghis-Tramoni (SAPER)
  - [BUGFIX] CPAN-RT#30745: Fix WinPcap support.
  - [BUGFIX] CPAN-RT#25076: Fix next_ex().
  - [API] Now providing "pcap_"-prefixed aliases for all functions.
    Documentation was changed to use these names instead of the old ones.
  - [CMD] pcapinfo(1) no longer need IO::Interface.
  - [TESTS] CPAN-RT#30903: Fix t/03-openlive.t failure on Linux.
  - [DOC] CPAN-RT#27369: Several documentation fixes.
  - [DOC] CPAN-RT#31111: Document that pcap_stats() does not work
    on savefiles.

16 years agoUpdated devel/cvs2svn to 2.1.1.
tonnerre [Sun, 24 Aug 2008 17:03:14 +0000 (17:03 +0000)]
Updated devel/cvs2svn to 2.1.1.

16 years agoUpgrade cvs2svn to version 2.1.1.
tonnerre [Sun, 24 Aug 2008 17:02:24 +0000 (17:02 +0000)]
Upgrade cvs2svn to version 2.1.1.

Changes from 2.1.0 to 2.1.1:
 - Adjust test suite for upstream changes in the svntest code.

Changes from 2.0.1 to 2.1.0:
 - Allow conversion of a CVS repository to git.
 - Support mapping from cvs author names to git "Author <email>" form.
 - Add SymbolMapper, for transforming specific symbols in specific files.
 - Allow SymbolTransforms to cause a symbol to be discarded.
 - Write each CVS branch/tag to be written to an arbitrary SVN path.
 - Choose which trunk/branch should serve as the parent of each branch/tag.
 - --symbol-hints: manually specify how symbols should be converted.
 - Make symbol strategy rules project-specific.
 - --write-symbol-info: output info about CVS symbols.
 - Add option ctx.decode_apple_single for handling AppleSingle-encoded files.
 - Add a new, restartable pass that converts author and log_msg to unicode.
 - Allow properties to be left unset via auto-props using a leading '!'.
 - Polish to work well under Python 2.5.
 - Create trunk/tags/branches directories for project when project is created.
 - Improved conversion speed significantly, especially for large repositories.
 - Ignore (with a warning) symbols defined to malformed revision numbers.
 - Tolerate multiple definitions of a symbol to the same revision number.
 - Handle RCS files that superfluously set the default branch to trunk.
 - Allow '/' characters in CVS symbol names (creating multilevel SVN paths).
 - Allow symbols to be transformed to contain '/' (allowing multilevel paths).
 - Convert '\' characters to '/' (rather than '--') in symbol names.
 - Make encoding problems fatal; to resolve, restart at CleanMetadataPass.
 - Change the default symbol handling option to --symbol-default=heuristic.

16 years agoAdd some missing dependency entries and update some outdated versions.
tonnerre [Sun, 24 Aug 2008 14:05:16 +0000 (14:05 +0000)]
Add some missing dependency entries and update some outdated versions.
PKGREVISION++ so people get it.

16 years agoUpdated www/p5-CGI to 3.40.
tonnerre [Sun, 24 Aug 2008 14:01:51 +0000 (14:01 +0000)]
Updated www/p5-CGI to 3.40.

16 years agoUpdate the CGI.pm Perl module to version 3.40 (from 3.35) as required by
tonnerre [Sun, 24 Aug 2008 14:00:59 +0000 (14:00 +0000)]
Update the CGI.pm Perl module to version 3.40 (from 3.35) as required by
devel/rt3 in fastcgi mode.

Changes since 3.35:
 - CGI::Fast no longer depends on a specific Perl version.
 - Makefile.PL now depends on FCGI so that CGI::Fast installs properly.
 - Fixed regression in "exists" function when using tied interface to CGI
   via $q->Vars.
 - Added nobr() function.
 - popup_menu() allows multiple items to be selected by default.
 - Patch from Renee Backer to avoid doubled <http-equiv> headers.
 - Fixed documentation bug that describes what happens when a parameter
   is empty.
 - Fixed overlap of attribute and parameter space.
 - Fix pragmas so that they persist over modperl invocations.
 - Fixed handling of chunked multipart uploads.
 - Fix CGI::Cookie to support cookies that are separated by "," instead of ";".

Maybe we should add a patch to handle the p5-FCGI dependency as an option
later?

16 years agoNote update of the "mtr" package to version 0.74.
tron [Sun, 24 Aug 2008 12:36:59 +0000 (12:36 +0000)]
Note update of the "mtr" package to version 0.74.

16 years agoUpdate "mtr" package to version 0.74. Changes since version 0.72:
tron [Sun, 24 Aug 2008 12:36:34 +0000 (12:36 +0000)]
Update "mtr" package to version 0.74. Changes since version 0.72:
- KES reported a build problem. Turns out I need to install gtk-1.2
  on my development sytem, otherwise my release script causes the
  build to break.
- changed some docs to advertise the new mailing list.
- added documentation for the Mac OS X compilation problem.
- added -Wno-pointer-sign to the compiler options.
- Nico Lichtmaier's cleanup-gtk patch. (now mtr uses a more modern
  dialect of gtk).
- as possible after opening the sockets, it still had some
  sprintf calls, which have now been converted into snprintf.

16 years agoMark unzip and fcrackzip as mutually conflicting: both install bin/zipinfo.
wiz [Sun, 24 Aug 2008 10:21:33 +0000 (10:21 +0000)]
Mark unzip and fcrackzip as mutually conflicting: both install bin/zipinfo.

16 years agoUpdated net/skype to 1.4.0.118
wiz [Sun, 24 Aug 2008 10:08:59 +0000 (10:08 +0000)]
Updated net/skype to 1.4.0.118

16 years agoUpdate to 1.4.0.118 based on wip/skype by rillig.
wiz [Sun, 24 Aug 2008 10:08:39 +0000 (10:08 +0000)]
Update to 1.4.0.118 based on wip/skype by rillig.
Changes unknown, but this version starts and runs on amd64.

16 years agoDon't include <sys/types.h> until after config.h has had a chance to determine
dsainty [Sun, 24 Aug 2008 10:04:49 +0000 (10:04 +0000)]
Don't include <sys/types.h> until after config.h has had a chance to determine
which features will be exposed.  Fixes build on Linux.

<sys/types.h> is included immediately after config.h in the distribution code,
suggesting that the purged hunk in the patch is now obsolete.

The history of patch-aa reveals that the <sys/types.h> include was the very
original purpose of this patch, and predates the Solaris portion of the patch.
The Solaris hunks don't look like they would benefit from including
<sys/types.h>.

No PKGREVISION bump, this change should only affect platforms where the
package failed to build.

Closes PR pkg/36404 with the fix suggested by Ondrej Tuma (thanks!)

16 years agoAdd and enable p5-Crypt-OpenSSL-AES.
obache [Sun, 24 Aug 2008 09:10:52 +0000 (09:10 +0000)]
Add and enable p5-Crypt-OpenSSL-AES.

16 years agoAdded security/p5-Crypt-OpenSSL-AES version 0.02
obache [Sun, 24 Aug 2008 09:10:02 +0000 (09:10 +0000)]
Added security/p5-Crypt-OpenSSL-AES version 0.02

16 years agoMerge from vendor branch TNF:
obache [Sun, 24 Aug 2008 09:09:38 +0000 (09:09 +0000)]
Merge from vendor branch TNF:
Import p5-Crypt-OpenSSL-AES-0.02 as security/p5-Crypt-OpenSSL-AES.
Based on PR 39222 by Jens Rehsack.

This module implements a wrapper around OpenSSL. Specifically, it wraps the
methods related to the US Government's Advanced Encryption Standard (the
Rijndael algorithm).
This module is compatible with Crypt::CBC (and likely other modules that
utilize a block cipher to make a stream cipher).
This module is an alternative to the implementation provided by Crypt::Rijndael
which implements AES itself. In contrast, this module is simply a wrapper
around the OpenSSL library.
The Crypt::Rijndael implementation seems to produce inaccurate results on
64-bit x86 machines. By using OpenSSL, this module aims to avoid architecture
specific problems, allowing the OpenSSL maintainers to overcome such issues.

16 years agoImport p5-Crypt-OpenSSL-AES-0.02 as security/p5-Crypt-OpenSSL-AES.
obache [Sun, 24 Aug 2008 09:09:38 +0000 (09:09 +0000)]
Import p5-Crypt-OpenSSL-AES-0.02 as security/p5-Crypt-OpenSSL-AES.
Based on PR 39222 by Jens Rehsack.

This module implements a wrapper around OpenSSL. Specifically, it wraps the
methods related to the US Government's Advanced Encryption Standard (the
Rijndael algorithm).
This module is compatible with Crypt::CBC (and likely other modules that
utilize a block cipher to make a stream cipher).
This module is an alternative to the implementation provided by Crypt::Rijndael
which implements AES itself. In contrast, this module is simply a wrapper
around the OpenSSL library.
The Crypt::Rijndael implementation seems to produce inaccurate results on
64-bit x86 machines. By using OpenSSL, this module aims to avoid architecture
specific problems, allowing the OpenSSL maintainers to overcome such issues.

16 years agoRemove ftp.scarlet.be from MASTER_SITE_MOZILLA_ALL.
obache [Sun, 24 Aug 2008 05:46:43 +0000 (05:46 +0000)]
Remove ftp.scarlet.be from MASTER_SITE_MOZILLA_ALL.
It was uncompleted and now service suspended, noticed by Zafer Aydogan.

While here, update MSTER_SITE_MOZILLA taken from mirrors list:
  http://www.mozilla.org/mirrors.html

16 years agoUpdate to version 9.52.
ahoka [Sun, 24 Aug 2008 02:08:32 +0000 (02:08 +0000)]
Update to version 9.52.

Patch provided by Juan RP in PR pkg/39269.

Changes since Opera 9.51
User Interface

    * Added several improvements to the icons and skin
    * Added a bookmark path to autocompleted bookmarks in the address bar to better distinguish them from visited pages
    * Added a Help button to Engine Init() Failed error message on start-up to inform users about a problem

Mail, News, Chat

    * Fixed an issue where Mark all as read in Opera Mail would also mark as read some mails not visible in the current view
    * Fixed the creation of the POP AOL/aim.com account
    * Fixed a problem with POP accounts where message bodies were not downloaded
    * Added work-arounds for problems with various POP servers
    * Fixed mail appearance when Opera is installed in a folder with a # character in its name
    * Fixed a problem that could occur when opening mail notification popups on a secondary monitor
    * Fixed a problem connecting to online.no
          o Note: Users experiencing problems with online.no should change their incoming server to use Plaintext authentication
    * Fixed a problem updating signature when switching accounts
    * Fixed a problem where UI would not update after unsubscribing an IMAP folder
    * Fixed an issue where IRC would disconnect users without informing them

Display and Scripting

    * Fixed an issue with history navigation: an iframe with document.write is not added to history anymore
    * window.close() now functions after invoking a context menu - now also works in widgets
    * Fixed a URL encoding issue: javascript: URLs
    * Fixed an issue with lists not displaying correctly when text is rendering in RTL
    * Fixed a problem where content blocker adds a generalized block rule when using the Details button

Security

    * Sites can no longer change framed content on other sites: see our advisory
    * Fixed an issue that could allow cross-site scripting, as reported by Chris Weber of Casaba Security: details will be disclosed at a later date
    * Custom shortcuts no longer pass the wrong parameters to applications, as reported by Michael A. Puls II: see our advisory
    * Prevented insecure pages from showing incorrect security information, as reported by Lars Kleinschmidt: see our advisory
    * Feed links can no longer link to local files: see our advisory
    * Feed subscription can no longer cause the wrong page address to be displayed: see our advisory

Miscellaneous

    * Fixed a problem where Gmail would not load
    * Fixed the opening of files in external applications when disk cache is off
    * Fixed an issue with low quality on YouTube video previews
    * Embedded YouTube videos should work more often now without having to reload
    * Fixed RealPlayer on BBC
    * Fixed a small memory leak in the BitTorrent code
    * Fixed some translation errors

UNIX-specific changes

    * Made the -geometry command line argument work even when Opera was previously maximized
    * Added a Close Tab entry to the File menu

Changes since Opera 9.5
User Interface

    * Fine-tuned the new Opera skin.
    * Improved drag/drop of tabs.
    * Fixed problems with search engines when upgrading from Opera 9.2x.
    * Fixed a stability issue when printing or when in print preview.
    * Added an option to toggle mouse flips in opera:config (User Prefs - Enable Mouse Flips).
    * Textarea inputs now clear when no-cache is set.
    * Saving of images is no longer recorded in transfers.

Mail/News

    * Feeds now show the first time when you subscribe.
    * Corrected a stability issue that could occur when clicking the drop-down to switch views.
    * Adjusted thread expanding in Mail when receiving new messages.
    * Corrected a problem where multiple views (access points) show for the same account.

Display and Scripting

    * Corrected a stability issue with User JS.
    * Style sheets now load when navigating in history.
    * window.close() now functions after invoking a context menu and when closing Opera Dragonfly.

Security

    * Fixed an issue where <canvas> functions could reveal data from random places in memory, as reported by Philip Taylor. See our advisory.
    * Security status is now correctly set when navigating from HTTP to HTTPS.
    * Corrected an issue related to OCSP and CRLs that would lower security.
          o Note: This will take effect with the weekly update, or when checking manually for an update (Help > Check for Updates).

Miscellaneous

    * Corrected a stability issue with Yahoo! Mail.
    * TinyMCE 2.1.x editor now works properly.
    * Printing of chat items has been improved.
    * Reconnection of the IRC client has been adjusted and improved.
    * Menus on deviantart.com now work properly.
    * Eliminated unwanted line breaks in rich text editors.

UNIX-specific changes

    * An Opera package for 64-bit Linux is now available.
    * Corrected an issue that would prevent pages from closing on Qt4 builds.
    * Improved the saving of changes to plugin configuration.

Changes Since Opera 9.27
User Interface

    * Introduced Opera Link.
          o Opera Link enables the synchronization of Bookmarks, Personal bar, Speed Dial and Notes with other instances of the browser via the menu option File > Synchronize Opera. See: Opera Link - Web Everywhere.
          o The most recent Speed Dial entries will always be used during the Opera Link synchronization process.
    * Added Quick Find, an improved full text history search tool. Quick Find searches for text inside pages previously visited, not just the title and address. It is available from:
          o the address field
          o the history panel
          o opera:historysearch
    * A redesigned Address bar drop-down is displayed when entering text in the Address bar:
          o Improved the visual design.
          o Includes excerpts from previously visited pages (Quick Find - see above).
          o Added bookmark title and URL to the address bar auto-completion.
          o Improved the panel selector dropdown.
          o Added local file auto-completion.
    * Re-enabled the Status bar by default and copied some UI elements from the View bar to Status bar; View bar is now disabled by default.
    * Speed Dial:
          o Changed default Speed Dial search engine from Yahoo to Ask.
          o Added Undo capability for Speed Dial entries through Edit > Undo, and Ctrl+Z, which restores a cleared url entry.
    * Added alternative tab-closing behaviors. The preferences now include the following options when closing a tab:
          o Activate the last active tab (default).
          o Activate the next tab.
          o Activate first tab opened from current tab.
    * "Open with" functionality added to web page context menu and Transfer panel/page.
    * Content blocking improvements:
          o Added site-specific toggling of content blocking.
          o Double-clicking entries in the Details dialog now edits them.
          o CSS and JS files matching blocked patterns are now also shown in the Details dialog.
    * Added ability to save only the active window as a session (File > Sessions > Save This Session > Only save active window).
    * Disabled dragging links/favicons to arbitrary toolbars (exceptions: Personal bar and opera: buttons); hold Shift or open the Tools > Appearances dialog to enable dragging.
    * Wand feature will no longer block form submits, making it possible to see if login was successful before storing your login credentials.
    * Introduced a new security notification scheme in the address field; see Security..
    * New spatial navigation highlighting introduced, similar to the one used in Opera Mini 4 and the Wii browser.
    * Added spatial navigation for client side image maps, Xlink references in SVG documents and elements with click event handlers that simulate links/buttons.

Customization

    * Introduced a new default skin.
          o A Home icon is now present by default.
          o The New Tab icon has been moved to the right of the Tab order.
    * Allow cascading dialog.ini files.
    * Added .mini toolbar state (used in the Status bar) to make buttons and padding 80% of normal size.

Accessibility

    * Experimental screen reader support:
          o Added support for Microsoft Active Accessibility API (MSAA).
          o Preliminary support for Window-Eyes, JAWS, NVDA, and OS X VoiceOver.
          o Collaborated with GW Micro on improved compatibility with future releases of Window-Eyes.
          o Added basic implementation of Accessible Rich Internet Applications (ARIA).
    * Keyboard Shortcut improvements:
          o Disabled most single-key shortcuts. To re-enable single-key shortcuts, go to Preferences > Advanced > Shortcuts > Enable single-key shortcuts.
          o All keyboard navigation methods (spatial navigation, Ctrl/Cmd+Up/Down, inline find, etc.) should now work based on the same elements, which allows you to use spatial navigation after inline find, etc.
          o Keyboard shortcuts using Ctrl/Cmd+Shift no longer always open in a background tab.
          o "Save Draft" shortcut Ctrl+S removed due to the new autosaving of drafts.
          o Shortcut Ctrl+Enter now sends a message, in addition to Ctrl+Shift+S.
          o Shortcut Ctrl+O added for adding attachments in the compose window.
          o Shortcut for "Duplicate Tab" has been removed.
          o Shortcut for "Reopen Closed Tab" has been changed from Ctrl+Alt+Shift+Z to Ctrl+Shift+T.
          o Further reference: Changes in Keyboard Shortcuts between Opera 9.27 and 9.50
    * Spatial navigation improvements:
          o Restore navigated element when moving in history.

Mail/News

New storage and indexing formats are introduced for Opera Mail. If you copy your Mail directory from an existing profile, you will be prompted to convert all accounts into the new format and re-index your messages. You will not be able to downgrade to a previous version of Opera after starting the conversion process.
Back-ends

    * Opera Mail is now more secure, reliable and faster.
    * Improved search results in Opera Mail when using Quick Find.
    * Easier mail setup for well-known providers using the mailproviders.xml template.
    * SMTP Authentication is enabled by default for new mail accounts.
    * Performance improvements include reduced memory usage, reduced disk accesses, and reduced freezing when checking for new mail/feeds.
    * Improved the moving and copying of messages on an IMAP account.
    * Improved IMAP reliability, especially when fetching mail with multiple clients.
    * Improved downloading mail from POP servers.
    * When using "Leave messages on server", POP3 messages are permanently removed from the server when the Trash view is emptied (disable by setting "Permanent delete=0" for the relevant account in accounts.ini)
    * Made "Send queued e-mail after checking e-mail" setting POP-specific.
    * Improved handling of multipart messages and message attachments, including messages sent from Apple Mail.
    * Messages in the selected IMAP sent folder are now shown in the Sent view.

User Interface

    * Improved the Search and Filter property dialogs.
    * "Move Spam to Trash" and "Empty Trash" are now limited to the active account(s).
    * IMAP mailboxes that cannot be checked are greyed out.
    * Improved the View > Encoding setting for messages.
    * New notification system: each message will generate a notification, though one notification per account will appear if more than three messages are received.
    * Changed the Mail panel, which replaces the status pane with account icons.
    * Pressing F5 will check for new messages in the current view; useful for manually checking for new feeds.
    * Replaced "Save as draft" button in the Compose window with a "Discard draft" button: drafts are auto-saved once text is entered in the message body.
    * The Mail panel now indicates nested filters or mailboxes.
    * Mail passwords are now stored in the Wand password database and displayed with ghost text instead of asterisks.
    * Added an option to filter/search based only on message bodies.
    * Improved spatial navigation of messages.
    * Added Ctrl/Cmd+O shortcut to add attachments to messages.
    * Improved the display of Japanese file names in Mail.
    * Changed handling of Delete:
          o Del Always moves to Trash bin.
          o Shift+Del Now deletes completely without using the Trash bin.
    * Several improvements to the Undo functionality:
          o Undo after marking all as read works now.
          o Undo now reverts marking as spam.
          o Undo removing items from filter.

Import

    * Added an Opera 7/8/9 importer and a recursive mbox importer.
    * Made Netscape, Eudora, and Opera 5/6 import options available cross-platform.
    * Improvements importing mail from Thunderbird and Outlook Express.

Chat

    * Notifications can be limited to private messages rather than all channel activity (can be enabled in Preferences > Advanced > Notifications)

Feeds

    * Improved feed download speed.

Display and Scripting
Rendering Engine

    * Many performance, stability and memory improvements throughout the engine.
    * Added support for the CSS3:
          o overflow-x and overflow-y properties (demo)
          o text-shadow property (demo)
          o Selectors (demo)
          o outline-offset property (demos)
          o background-size property (only accessible via the custom -o-background-size property)
          o currentColor color keyword
    * Added support for the CSS2.1:
          o white-space: pre-line value
    * Added support for the:
          o :-o-prefocus pseudo-class, which allows styling of form elements reached via spatial navigation.
          o custom -o-language-string(n) property for use in User and Internal Stylesheets to allow localized strings in stylesheets.
          o custom-o-table-baseline property, used to determine which row of an inline-table will be used as the baseline of the table.
                + The property accepts either an integer or inherit value, where the integer refers to the table row to use as the table's baseline.
                + -1 refers to the last row of the table and -n refers to the nth row from the bottom.
                + If the integer value is 0, the bottom margin edge of the table will be treated as the table's baseline.
                + The initial value is 1; this property only applies to inline-tables.
          o label attribute of option elements
          o min-width and max-width properties for elements styled with display: table-cell (such as td and th elements)
          o color attribute for hr elements
          o overflow in inline-table and inline-block elements, which fixes unclickable links and truncated content on Dell.com.
          o display: table-column and table-column-group values on elements other than col and colgroup
    * Improved support for the:
          o CSS outline property
          o @import, @media, @namespace, and @page at-rules
    * rowspan=0 is now also supported in Quirks mode.
    * :lang() selector now correctly matchs the full string.
    * Disallowed use of percentage width values for the border-width property.
    * Removed support for class selectors starting with a digit in Quirks mode.
    * Improved the table layout algorithm.
    * Major improvements to the shrink-wrapping algorithm.
    * Updated tabindex attribute handling:
          o Any element with a tabindex that is a positive number should be reachable by tabbing.
          o Elements with a negative tabindex should never be reachable by tabbing.
    * Improved redraw when reducing the width of td elements via DOM.
    * Improved display of full-screen YouTube videos.
    * Improved focusing of the message composition area on Gmail.
    * Allow:
          o Changing the background of input type=image elements.
          o Inheritance of frameset encoding into frame documents, using the same restrictions as used for inline frames.
          o Storing of original strings in HTML attributes for use by CSS selectors and the DOM.
    * Enabled employing percentage height on blocks inside table cells.
    * Corrected use of padding on table elements when setting the border-spacing property and using the separated-border model.
    * Media queries are now dynamic, allowing them to update when the window size is changed not just when the page loads.

Acid3

    * Zero bytes in encodeURIComponent and encodeURI are now handled correctly.
    * Unicode escapes can no longer be used to put non-identifier characters into identifiers.
    * getSVGDocument is now supported in an iframe.
    * createDocumentType now throws an exception for malformed qualified name.
    * NodeFilter no longer returns true => 1.
    * HTMLTableRowElement.rowIndex and .sectionRowIndex are now defined for table rows created via DOM.
    * HTMLButtonElement.type now defaults to "submit".
    * Form control collection is now indexed by name when outside the main document tree.
    * Improved Range.surroundContents().
    * Changed insertNode to not collapse range.
    * removeNamedItem() and removeNamedItemNS() will now throw a not-found error.
    * NodeIterator now functions properly under dynamic changes.
    * Date.UTC() now does proper 1900 year offsetting.

JavaScript/DOM

    * The ECMAscript engine has been rewritten, which is now more flexible and uses less memory.
    * Improved JavaScript performance.
    * Improved process of calling abort() from readyState 2 or 3 in XHR.
    * Various improvements to XPath.
    * Added integration of Opera Dragonfly (alpha) web developer debugger to Tools > Advanced > Developer Tools.
    * Added support for JavaScript 1.5 Getters and Setters.
    * Added support for the DOM 3 Core:
          o Node.isSameNode method
          o Text.wholeText attribute and Text.replaceWholeText method
          o Node.compareDocumentPosition method (used by Google Pages)
    * Added support for the HTML5:
          o {Document,Element}.getElementsByClassName method
          o Navigator.onLine attribute and the Window.{online,offline} events
          o Canvas.getImageData and Canvas.putImageData methods, including support for creating an ImageData object using the ImageData custom interface
          o Canvas.transform, Canvas.setTransform, and Canvas.isPointInPath methods
          o Element.tabindex attribute and the Element.{blur,focus} methods
    * Added support for:
          o Gecko DOM Range.comparePoint method (used by Google Pages)
          o Microsoft XMLDocument class used for all XML documents (except SVG and XHTML) for cross-browser consistency.
                + The DOM 3 Load and Save Document.async attribute and Document.load method will no longer work in the Document class.
          o document.moveFocus{left,right,up,down} methods for directing spatial navigation via JavaScript.
          o start and stop methods of marquee elements
          o CSSOM ElementLayout.{getClientRects,getBoundingClientRect} methods (demos)
          o getClientRects and getBoundingClientRect
          o CSS color and background-color properties for the ::selection pseudo-element
    * em tag is now inserted instead of i tag when using italic execCommand parameter.
    * Improved changing the font size of textarea elements via DOM.
    * Fixed issue that caused non-breaking spaces to be inserted in textarea elements as seen at Gmail.
    * Renamed LSLoadEvent.input attribute (was LSLoadEvent.filter).
    * Adjustments made where mouse events had built-in effects before script event processing was finished.
          o Cancelled mousedown should not move focus.
          o Blur/focus events caused by mousedown event should be processed after, rather than before the mousedown event causing them.
    * Stopped showing text nodes in script and style elements when using the Document.all collection.
    * Trigger is now enabled for a onload event for images set to display:none.
    * Adjusted canvas locking in the 2dgame context to allow updating when the canvas is locked and fixed the update function to actually work.
    * Disabled Document.length, as it caused issues in the Apple.com CoverFlow demo.
    * Removed the text attribute from the HTMLSelectElement collection.
    * Date.getYear() now returns a full year when the year is > 1999 or < 1900 for cross-browser compatibility (despite breaking the JS spec).
    * Removed IE-compatibility where Document.getElementById treated name and id attributes the same, which caused issues with jQuery.
    * Events are no longer shared between the Window and Document objects.
    * Date method with an out of range day parameter no longer becomes the current date.
    * Multiple text nodes are no longer created when there is more than 32KB of data in the text node.
    * Improved changing the type attribute of button elements.
    * Setting the scrollTop attribute for textarea elements will now scroll the textarea content.
    * Several adjustments made to Document.activeElement for consistency.
    * XMLHttpRequest now resolves URLs according to the HTML base element.
    * Event.keyCode now returns keyboard codes for punctuation keys in addition to alphanumeric keys, improving keyboard navigation at Gmail.
    * scrollTop working on both the html and body element simultaneously now allows proper display of maps on theaa.com
    * document.body.{clientHeight,clientWidth} and document.documentElement.{clientHeight,clientWidth} now return the correct values in Strict mode, which fixes issues with Novell GroupWise.
    * Made event capturing more cross-browser compatible:
          o It no longer captures load events if a listener is attached to the window and firing capture events at target.
          o Attach listeners to the document object if you need to capture load events from within the document.
    * input element created via the DOM when changing the type attribute no longer loses the value, which caused issues when editing del.icio.us bookmarks.
    * References to undefined variables as a single statement now throws an error.
    * scrollWidth and scrollHeight on the html element now return the size of the html element instead of the size of the document (viewport).
    * onmouseout event now fires if an element's innerText changes while it is being hovered.
    * Adjusted the return value of getComputedStyle and currentStyle.
    * Attribute values in innerHTML are now encoded as required by HTML5.
    * Added MathML support.
          o See the article on Dev.Opera.
    * Opera now cloaks document.all.
          o See the discussion on Hallvord's blog.
    * Web page performance is now improved with XMLHttpRequest (AJAX).

SVG

    * Added partial SVG Tiny 1.2 support.
    * Added support for using SVGs in img elements and the CSS background-image and list-style-image properties
    * Added external reference support for SVGs.
    * Use Opera to render SVGs embedded using the embed element, not just the object element.
    * SVGs can now be used as the source for canvas drawImage and createPattern operations.

Rich Text Input

    * Use line/paragraph breaking in rich text editor: Enter should insert block-break (new paragraph) and Shift+Enter should insert line-break (br element).
    * Improved handling of inserted and removed elements.

Other

    * Improved the SVG, DOM, WML, Web Forms 2.0, XPath, and XSLT implementations.
    * Added support for UAX #14 Line Breaking Properties and UAX #29 Text Boundaries annexes.
    * Added support for XSLT document() function.
    * Enabled RTL support in text inputs (including Opera Mail) and form elements.
    * Fixed issue where the HttpURLConnection Java object did not support getHeaderField and getHeaderFieldKey.
    * Allow installation of certificates that generate warnings.
    * Always obey server-set Expiry header.

Security

    * Fixed an issue where certain characters could obscure the page address, as reported by Tony Thomas. See our advisory.
    * Solved an issue where Images could be read cross-domain with canvas, as reported by Philip Taylor. See our advisory.
    * Pages held in frames are no longer able to change the location of pages in unrelated frames on the parent page. See our advisory.
    * Improved Fraud Protection now includes advanced malware prevention and upgraded phishing detection technologies. See article: Opera Fraud Protection.
    * Added support for Extended Validation (EV) certificates.
    * Added automatic downloading of trusted root certificates when required.
    * Disabled SSL v2 and weak ciphers.
    * Improvements made to certificate handling, the new certificate repository and the certificates UI.
    * Introduced a new security notification scheme in the address field:
          o black padlock with a check mark on green field for secure sites with Extended Validation
          o black padlock without a check mark on yellow field for regular secure sites
          o question mark on gray field for HTTPS sites with issues
          o no notification for normal sites
          o fraud warning on red field for blacklisted sites
    * Opera now distinguishes between local servers on localhost, intranet servers, and remote servers on the Internet.
          o Local servers can use remote resources, but not vice versa.

Miscellaneous

    * Offline mode is improved.
    * Redesigned Info panel: it now includes the page display mode, download date, META tags, links to stylesheets and JavaScript files, etc.
    * Items in opera:cache no longer use file extensions.
    * Added "Drag to scroll" (disabled by default) which allows scrolling by "grabbing" the page, much like on mobile phones with touch screens.
          o This functionality is also available if you press and hold Ctrl+Alt and drag the page.
    * opera:config will now function correctly when JavaScript is disabled.
    * Added support for the BitTorrent peer exchange protocol, which is compatible with libtorrent and ÂµTorrent.
    * Reduced CPU usage when downloading torrents.
    * Added support for JIS X 0212 in EUC-JP code set 3 and ISO-2022-JP.
    * Added support for JIS-Roman output in ISO-2022-JP.
    * Enabled auto-detection of ISO-2022-JP-1 support.
    * Added zh-SG and zh-MO as known language codes and SG and MO as country codes for selecting Chinese variant.
    * All mail and history searching now occurs in a separate processor thread.
    * New search.ini.

UNIX-specific changes

    * Thirty-four languages are now pre-installed in Opera 9.5.
    * All packages are now fully localized.
    * 64-bit FreeBSD and Linux builds are now available.
    * QT4 Linux builds are now available, complete with support for native QT skins.
    * Discontinued support for the SPARC Linux platform.
    * Discontinued support for FreeBSD 4. Added New native FreeBSD 7 builds.
    * Added support for windowless plug-ins.
    * 32-bit plug-ins (like Flash Player) and 64-bit plug-ins now work out of the box in 64-bit Linux builds.
    * Added support for GTK+ based plug-ins such as Gecko MediaPlayer, mplayerplug-in and recent Flash versions.
    * Added support for GTK+ filechooser for better integration with the users' environment.
    * Improved platform integration regarding external handlers and icons.

16 years agoUpdated devel/rt3 to 3.8.1.
tonnerre [Sat, 23 Aug 2008 23:59:29 +0000 (23:59 +0000)]
Updated devel/rt3 to 3.8.1.

16 years agoUpdate rt3 to version 3.8.1 (from 3.6.6). Changes are:
tonnerre [Sat, 23 Aug 2008 23:58:29 +0000 (23:58 +0000)]
Update rt3 to version 3.8.1 (from 3.6.6). Changes are:
 * New visual style (web2).
 * Rich text mails.
 * Email signatures and encryption.
 * User settings for:
   - Ticket history ordering.
   - Timezones.
   - Date and time format.
   - Username format.
   - Default queue.
   - Size of message text boxes.
 * Charts of ticket relationships.
 * Breeze through upgrades with new upgrade tools.
 * Subscribe to iCalendar feeds of ticket due dates.
 * Bookmark frequently-used tickets.
 * Turn off mail from RT when you go on vacation.
 * Get your mail from RT as a daily or weekly batch.
 * Delete historical or spam tickets with RT::Shredder (only as a superuser).
 * Set up more configurable business rules with new Scrip Conditions and
   Actions.
 * Forward tickets to third-parties from within RT.
 * Enable and Disable RT extensions with the new Plugins system.
 * Automatically log out inactive users with rt-clean-sessions.
 * Run faster with less memory, thanks to numerous  performance improvements
   and bug fixes.
 * Fixed a potential HTML injection attck via user's properties.
 * Better support for installation on Solaris and FreeBSD (non-GNU make).
 * Updates to documentation and scripts for upgrading from MySQL 4.0
 * Updated upgrade documentation for the new Queue Tag and bookmarks features.
 * Multiple bugs in iCal support fixed.
 * Backwards compatibility fixes for extensions developed against 3.6
 * Added support for external links in tabs and targets.
 * Addition of a new callback before ticket creation so you can implement
   custom validation or stop creation for another reason.
 * Missing documentation to external authentication configuration variable
   in bin/rt and make it possible to set it via ENV.
 * Merged method in RT::Ticket.

16 years agoNote initial addition of p5-Scalar-Defer version 0.18 as
seb [Sat, 23 Aug 2008 22:00:38 +0000 (22:00 +0000)]
Note initial addition of p5-Scalar-Defer version 0.18 as
devel/p5-Scalar-Defer into The NetBSD Packages Collection.

The Perl 5 module Scalar::Defer exports functions for constructing
values that are evaluated on demand and to force evaluation of a
deferred value.

16 years agoAdd & enable p5-Scalar-Defer
seb [Sat, 23 Aug 2008 21:58:09 +0000 (21:58 +0000)]
Add & enable p5-Scalar-Defer

16 years agoInitial import of p5-Scalar-Defer version 0.18 in the NetBSD Packages
seb [Sat, 23 Aug 2008 21:57:27 +0000 (21:57 +0000)]
Initial import of p5-Scalar-Defer version 0.18 in the NetBSD Packages
Collection.

The Perl 5 module Scalar::Defer exports functions for constructing
values that are evaluated on demand and to force evaluation of a
deferred value.

16 years agoMerge from vendor branch TNF:
seb [Sat, 23 Aug 2008 21:57:27 +0000 (21:57 +0000)]
Merge from vendor branch TNF:
Initial import of p5-Scalar-Defer version 0.18 in the NetBSD Packages
Collection.

The Perl 5 module Scalar::Defer exports functions for constructing
values that are evaluated on demand and to force evaluation of a
deferred value.

16 years agoNote initial addition of p5-Class-InsideOut version 1.09 as
seb [Sat, 23 Aug 2008 21:44:20 +0000 (21:44 +0000)]
Note initial addition of p5-Class-InsideOut version 1.09 as
devel/p5-Class-InsideOut into The NetBSD Packages Collection.

The Perl 5 module Class::InsideOut s a simple, safe and streamlined
toolkit for building inside-out objects. Unlike most other inside-out
object building modules already on CPAN, this module aims for
minimalism and robustness:

    * Does not require derived classes to subclass it
    * Uses no source filters, attributes or CHECK blocks
    * Supports any underlying object type including black-box inheritance
    * Does not leak memory on object destruction
    * Overloading-safe
    * Thread-safe for Perl 5.8.5 or better
    * mod_perl compatible
    * Makes no assumption about inheritance or initializer needs

It provides the minimal support necessary for creating safe inside-out
objects and generating flexible accessors.

16 years agoAdd & enable p5-Class-InsideOut
seb [Sat, 23 Aug 2008 21:42:28 +0000 (21:42 +0000)]
Add & enable p5-Class-InsideOut

16 years agoInitial import of p5-Class-InsideOut version 1.09 in the NetBSD
seb [Sat, 23 Aug 2008 21:40:46 +0000 (21:40 +0000)]
Initial import of p5-Class-InsideOut version 1.09 in the NetBSD
Packages Collection.

The Perl 5 module Class::InsideOut s a simple, safe and streamlined
toolkit for building inside-out objects. Unlike most other inside-out
object building modules already on CPAN, this module aims for
minimalism and robustness:

    * Does not require derived classes to subclass it * Uses no
    source filters, attributes or CHECK blocks * Supports any
    underlying object type including black-box inheritance * Does
    not leak memory on object destruction * Overloading-safe *
    Thread-safe for Perl 5.8.5 or better * mod_perl compatible *
    Makes no assumption about inheritance or initializer needs

It provides the minimal support necessary for creating safe inside-out
objects and generating flexible accessors.

16 years agoMerge from vendor branch TNF:
seb [Sat, 23 Aug 2008 21:40:46 +0000 (21:40 +0000)]
Merge from vendor branch TNF:
Initial import of p5-Class-InsideOut version 1.09 in the NetBSD
Packages Collection.

The Perl 5 module Class::InsideOut s a simple, safe and streamlined
toolkit for building inside-out objects. Unlike most other inside-out
object building modules already on CPAN, this module aims for
minimalism and robustness:

    * Does not require derived classes to subclass it * Uses no
    source filters, attributes or CHECK blocks * Supports any
    underlying object type including black-box inheritance * Does
    not leak memory on object destruction * Overloading-safe *
    Thread-safe for Perl 5.8.5 or better * mod_perl compatible *
    Makes no assumption about inheritance or initializer needs

It provides the minimal support necessary for creating safe inside-out
objects and generating flexible accessors.

16 years agoNote initial addition of p5-Object-Declare version 0.22 as
seb [Sat, 23 Aug 2008 21:25:47 +0000 (21:25 +0000)]
Note initial addition of p5-Object-Declare version 0.22 as
devel/p5-Object-Declare into The NetBSD Packages Collection.

The Perl 5 module Object::Declare provides a declare() function
for building named objects with a declarative syntax, similar to
how Jifty::DBI::Schema defines its columns.

16 years agoAdd & enable p5-Object-Declare
seb [Sat, 23 Aug 2008 21:24:38 +0000 (21:24 +0000)]
Add & enable p5-Object-Declare

16 years agoInitial import of p5-Object-Declare version 0.22 in the NetBSD
seb [Sat, 23 Aug 2008 21:22:49 +0000 (21:22 +0000)]
Initial import of p5-Object-Declare version 0.22 in the NetBSD
Packages Collection.

The Perl 5 module Object::Declare provides a declare() function
for building named objects with a declarative syntax, similar to
how Jifty::DBI::Schema defines its columns.

16 years agoMerge from vendor branch TNF:
seb [Sat, 23 Aug 2008 21:22:49 +0000 (21:22 +0000)]
Merge from vendor branch TNF:
Initial import of p5-Object-Declare version 0.22 in the NetBSD
Packages Collection.

The Perl 5 module Object::Declare provides a declare() function
for building named objects with a declarative syntax, similar to
how Jifty::DBI::Schema defines its columns.

16 years agoNote initial addition of p5-IPC-PubSub version 0.28 as devel/p5-IPC-PubSub
seb [Sat, 23 Aug 2008 20:42:24 +0000 (20:42 +0000)]
Note initial addition of p5-IPC-PubSub version 0.28 as devel/p5-IPC-PubSub
into The NetBSD Packages Collection.

The Perl 5 module IPC::PubSub provides a simple API for publishing
messages to channels and for subscribing to them.

16 years agoAdd & enable p5-IPC-PubSub
seb [Sat, 23 Aug 2008 20:41:15 +0000 (20:41 +0000)]
Add & enable p5-IPC-PubSub

16 years agonot MAKE_JOBS_SAFE
tnn [Sat, 23 Aug 2008 20:41:09 +0000 (20:41 +0000)]
not MAKE_JOBS_SAFE

16 years agoInitial import of p5-IPC-PubSub version 0.28 in the NetBSD Packages
seb [Sat, 23 Aug 2008 20:36:28 +0000 (20:36 +0000)]
Initial import of p5-IPC-PubSub version 0.28 in the NetBSD Packages
Collection.

The Perl 5 module IPC::PubSub provides a simple API for publishing
messages to channels and for subscribing to them.

16 years agoMerge from vendor branch TNF:
seb [Sat, 23 Aug 2008 20:36:28 +0000 (20:36 +0000)]
Merge from vendor branch TNF:
Initial import of p5-IPC-PubSub version 0.28 in the NetBSD Packages
Collection.

The Perl 5 module IPC::PubSub provides a simple API for publishing
messages to channels and for subscribing to them.

16 years agoNote initial addition of p5-DBM-Deep version 1.0013 as
seb [Sat, 23 Aug 2008 20:13:52 +0000 (20:13 +0000)]
Note initial addition of p5-DBM-Deep version 1.0013 as
databases/p5-DBM-Deep into The NetBSD Packages Collection.

The Perl 5 module DBM::Deep is a unique flat-file database module,
written in pure perl. True multi-level hash/array support (unlike
MLDBM, which is faked), hybrid OO / tie() interface, cross-platform
FTPable files, ACID transactions, and is quite fast. Can handle
millions of keys and unlimited levels without significant slow-down.
Written from the ground-up in pure perl -- this is NOT a wrapper
around a C-based DBM. Out-of-the-box compatibility with Unix, Mac
OS X and Windows.

16 years agoAdd & enable p5-DBM-Deep
seb [Sat, 23 Aug 2008 20:12:35 +0000 (20:12 +0000)]
Add & enable p5-DBM-Deep

16 years agoInitial import of p5-DBM-Deep version 1.0013 in the NetBSD Packages
seb [Sat, 23 Aug 2008 20:10:02 +0000 (20:10 +0000)]
Initial import of p5-DBM-Deep version 1.0013 in the NetBSD Packages
Collection.

The Perl 5 module DBM::Deep is a unique flat-file database module,
written in pure perl. True multi-level hash/array support (unlike
MLDBM, which is faked), hybrid OO / tie() interface, cross-platform
FTPable files, ACID transactions, and is quite fast. Can handle
millions of keys and unlimited levels without significant slow-down.
Written from the ground-up in pure perl -- this is NOT a wrapper
around a C-based DBM. Out-of-the-box compatibility with Unix, Mac
OS X and Windows.

16 years agoMerge from vendor branch TNF:
seb [Sat, 23 Aug 2008 20:10:02 +0000 (20:10 +0000)]
Merge from vendor branch TNF:
Initial import of p5-DBM-Deep version 1.0013 in the NetBSD Packages
Collection.

The Perl 5 module DBM::Deep is a unique flat-file database module,
written in pure perl. True multi-level hash/array support (unlike
MLDBM, which is faked), hybrid OO / tie() interface, cross-platform
FTPable files, ACID transactions, and is quite fast. Can handle
millions of keys and unlimited levels without significant slow-down.
Written from the ground-up in pure perl -- this is NOT a wrapper
around a C-based DBM. Out-of-the-box compatibility with Unix, Mac
OS X and Windows.

16 years agoNote initial addition of p5-FileHandle-Fmode version 0.10 as
seb [Sat, 23 Aug 2008 19:43:08 +0000 (19:43 +0000)]
Note initial addition of p5-FileHandle-Fmode version 0.10 as
devel/p5-FileHandle-Fmode into The NetBSD Packages Collection.

The Perl 5 module FileHandle::Fmode provides functions to determine
whether a filehandle is opened for reading, writing, or both.

16 years agoAdd & enable p5-FileHandle-Fmode
seb [Sat, 23 Aug 2008 19:42:24 +0000 (19:42 +0000)]
Add & enable p5-FileHandle-Fmode

16 years agoInitial import of p5-FileHandle-Fmode version 0.10 in the NetBSD
seb [Sat, 23 Aug 2008 19:39:16 +0000 (19:39 +0000)]
Initial import of p5-FileHandle-Fmode version 0.10 in the NetBSD
Packages Collection.

The Perl 5 module FileHandle::Fmode provides functions to determine
whether a filehandle is opened for reading, writing, or both.

16 years agoMerge from vendor branch TNF:
seb [Sat, 23 Aug 2008 19:39:16 +0000 (19:39 +0000)]
Merge from vendor branch TNF:
Initial import of p5-FileHandle-Fmode version 0.10 in the NetBSD
Packages Collection.

The Perl 5 module FileHandle::Fmode provides functions to determine
whether a filehandle is opened for reading, writing, or both.

16 years agoNote initial addition of p5-Hash-Merge version 0.10 as devel/p5-Hash-Merge
seb [Sat, 23 Aug 2008 18:31:20 +0000 (18:31 +0000)]
Note initial addition of p5-Hash-Merge version 0.10 as devel/p5-Hash-Merge
into The NetBSD Packages Collection.

The Perl 5 module Hash::Merge merges two arbitrarily deep hashes
into a single hash. That is, at any level, it will add non-conflicting
key-value pairs from one hash to the other, and follows a set of
specific rules when there are key value conflicts.

16 years agoAdd & enable p5-Hash-Merge
seb [Sat, 23 Aug 2008 18:30:22 +0000 (18:30 +0000)]
Add & enable p5-Hash-Merge

16 years agoInitial import of p5-Hash-Merge version 0.10 in the NetBSD Packages
seb [Sat, 23 Aug 2008 18:24:01 +0000 (18:24 +0000)]
Initial import of p5-Hash-Merge version 0.10 in the NetBSD Packages
Collection.

The Perl 5 module Hash::Merge merges two arbitrarily deep hashes
into a single hash. That is, at any level, it will add non-conflicting
key-value pairs from one hash to the other, and follows a set of
specific rules when there are key value conflicts.

16 years agoMerge from vendor branch TNF:
seb [Sat, 23 Aug 2008 18:24:01 +0000 (18:24 +0000)]
Merge from vendor branch TNF:
Initial import of p5-Hash-Merge version 0.10 in the NetBSD Packages
Collection.

The Perl 5 module Hash::Merge merges two arbitrarily deep hashes
into a single hash. That is, at any level, it will add non-conflicting
key-value pairs from one hash to the other, and follows a set of
specific rules when there are key value conflicts.

16 years agoAdd patches fixing build on Solaris. From Eric Blake via Daniel Vergien.
wiz [Sat, 23 Aug 2008 16:07:51 +0000 (16:07 +0000)]
Add patches fixing build on Solaris. From Eric Blake via Daniel Vergien.

16 years agoUpdated devel/libsigsegv to 2.5nb1
wiz [Sat, 23 Aug 2008 15:56:41 +0000 (15:56 +0000)]
Updated devel/libsigsegv to 2.5nb1

16 years agoFix false positives in determining stack overflow when using mincore.
wiz [Sat, 23 Aug 2008 15:56:28 +0000 (15:56 +0000)]
Fix false positives in determining stack overflow when using mincore.

Using patch from Eric Blake that got committed upstream.
http://lists.gnu.org/archive/html/bug-gnulib/2008-07/msg00073.html

Bump PKGREVISION.

16 years agoUse standard OS template on IRIX. From PR 39391.
joerg [Sat, 23 Aug 2008 15:42:18 +0000 (15:42 +0000)]
Use standard OS template on IRIX. From PR 39391.

16 years agoRemove some patches than haven't been sent upstream in nearly 8 years,
wiz [Sat, 23 Aug 2008 15:33:04 +0000 (15:33 +0000)]
Remove some patches than haven't been sent upstream in nearly 8 years,
and for which it wasn't clear they were necessary in the first place.
Ride PKGREVISION bump for patch-cf removal.

16 years agoRemove unnecessary (according to Joerg Schilling) patch-cf.
wiz [Sat, 23 Aug 2008 15:28:59 +0000 (15:28 +0000)]
Remove unnecessary (according to Joerg Schilling) patch-cf.
Bump PKGREVISION.

16 years agoNote initial addition of p5-HTTP-Server-Simple-Recorder version
seb [Sat, 23 Aug 2008 12:58:09 +0000 (12:58 +0000)]
Note initial addition of p5-HTTP-Server-Simple-Recorder version
0.02 as www/p5-HTTP-Server-Simple-Recorder into The NetBSD Packages
Collection.

The Perl 5 module HTTP::Server::Simple::Recorder allows you to
record all HTTP communication between an HTTP::Server::Simple-derived
server and its clients.

16 years agoftp.php.net is not resolved.
obache [Sat, 23 Aug 2008 12:57:20 +0000 (12:57 +0000)]
ftp.php.net is not resolved.

16 years agoAdd & enable p5-HTTP-Server-Simple-Recorder
seb [Sat, 23 Aug 2008 12:57:17 +0000 (12:57 +0000)]
Add & enable p5-HTTP-Server-Simple-Recorder

16 years agoInitial import of p5-HTTP-Server-Simple-Recorder version 0.02 in
seb [Sat, 23 Aug 2008 12:55:58 +0000 (12:55 +0000)]
Initial import of p5-HTTP-Server-Simple-Recorder version 0.02 in
the NetBSD Packages Collection.

The Perl 5 module HTTP::Server::Simple::Recorder allows you to
record all HTTP communication between an HTTP::Server::Simple-derived
server and its clients.

16 years agoMerge from vendor branch TNF:
seb [Sat, 23 Aug 2008 12:55:58 +0000 (12:55 +0000)]
Merge from vendor branch TNF:
Initial import of p5-HTTP-Server-Simple-Recorder version 0.02 in
the NetBSD Packages Collection.

The Perl 5 module HTTP::Server::Simple::Recorder allows you to
record all HTTP communication between an HTTP::Server::Simple-derived
server and its clients.

16 years agoNote initial addition of p5-Test-HTTP-Server-Simple version 0.09
seb [Sat, 23 Aug 2008 12:48:02 +0000 (12:48 +0000)]
Note initial addition of p5-Test-HTTP-Server-Simple version 0.09
as www/p5-Test-HTTP-Server-Simple into The NetBSD Packages Collection.

The Perl 5 module Test::HTTP::Server::Simple is a mixin class
providing methods to test an HTTP::Server::Simple-based web server.

16 years agoAdd & enable p5-Test-HTTP-Server-Simple
seb [Sat, 23 Aug 2008 12:47:03 +0000 (12:47 +0000)]
Add & enable p5-Test-HTTP-Server-Simple

16 years agoInitial import of p5-Test-HTTP-Server-Simple version 0.09 in the
seb [Sat, 23 Aug 2008 12:45:19 +0000 (12:45 +0000)]
Initial import of p5-Test-HTTP-Server-Simple version 0.09 in the
NetBSD Packages Collection.

The Perl 5 module Test::HTTP::Server::Simple is a mixin class
providing methods to test an HTTP::Server::Simple-based web server.

16 years agoMerge from vendor branch TNF:
seb [Sat, 23 Aug 2008 12:45:19 +0000 (12:45 +0000)]
Merge from vendor branch TNF:
Initial import of p5-Test-HTTP-Server-Simple version 0.09 in the
NetBSD Packages Collection.

The Perl 5 module Test::HTTP::Server::Simple is a mixin class
providing methods to test an HTTP::Server::Simple-based web server.

16 years agoftp.matrix.com.br is not resolved anymore.
obache [Sat, 23 Aug 2008 12:43:40 +0000 (12:43 +0000)]
ftp.matrix.com.br is not resolved anymore.

16 years agoUpdate MASTER_SITE_PGSQL, but it is not used anywhere...
obache [Sat, 23 Aug 2008 12:37:48 +0000 (12:37 +0000)]
Update MASTER_SITE_PGSQL, but it is not used anywhere...

16 years agoThis is too old, not on mirror servers.
obache [Sat, 23 Aug 2008 11:23:15 +0000 (11:23 +0000)]
This is too old, not on mirror servers.
Set archive server to MASTER_SITES instead.
Noticed outdated MASTER_SITES by Zafer Aydogan via private mail.
XXX: Should be switched to individual package found in
XXX: ${MASTER_SITE_PGSQL:=odbc/versions/src} ?

16 years agoRemove patch-aj. Joerg Schilling says (translated):
wiz [Sat, 23 Aug 2008 10:50:54 +0000 (10:50 +0000)]
Remove patch-aj. Joerg Schilling says (translated):
The comment is wrong. With this patch, formatting and writing in RAW
mode (perhaps the latter only with Pioneer drives) does not work.

Bump PKGREVISION.

16 years agoUpdated graphics/png to 1.2.31
wiz [Sat, 23 Aug 2008 10:23:53 +0000 (10:23 +0000)]
Updated graphics/png to 1.2.31

16 years agoUpdate to 1.2.31:
wiz [Sat, 23 Aug 2008 10:23:40 +0000 (10:23 +0000)]
Update to 1.2.31:

version 1.2.31rc01 [August 19, 2008]
  Removed extra crc check at the end of png_handle_cHRM().  Bug introduced
    in libpng-1.2.30beta03 (Heiko Nitzsche).

version 1.2.31rc02 [August 19, 2008]
  Added PNG_WRITE_FLUSH_SUPPORTED block around new png_flush() call.

version 1.2.31rc03 [August 19, 2008]
  Added PNG_WRITE_FLUSH_AFTER_IEND_SUPPORTED block, off by default, around
    new png_flush().

version 1.0.39, 1.2.31 [August 21, 2008]
  No changes.

Thanks to Rumko.

16 years agoNote Transmission-1.33 update
tnn [Sat, 23 Aug 2008 09:49:28 +0000 (09:49 +0000)]
Note Transmission-1.33 update

16 years agoNote initial addition of p5-HTML-Lint version 2.04 as www/p5-HTML-Lint
seb [Sat, 23 Aug 2008 09:36:28 +0000 (09:36 +0000)]
Note initial addition of p5-HTML-Lint version 2.04 as www/p5-HTML-Lint
into The NetBSD Packages Collection.

The Perl 5 module HTML::Lint checks for HTML errors in a string or
file.  HTML::Lint also comes with a wrapper program called weblint
that handles linting from the command line.

16 years agoAdd & enable p5-HTML-Lint
seb [Sat, 23 Aug 2008 09:35:30 +0000 (09:35 +0000)]
Add & enable p5-HTML-Lint

16 years agoInitial import of p5-HTML-Lint version 2.04 in the NetBSD Packages
seb [Sat, 23 Aug 2008 09:25:56 +0000 (09:25 +0000)]
Initial import of p5-HTML-Lint version 2.04 in the NetBSD Packages
Collection.

The Perl 5 module HTML::Lint checks for HTML errors in a string or
file.  HTML::Lint also comes with a wrapper program called weblint
that handles linting from the command line.

16 years agoMerge from vendor branch TNF:
seb [Sat, 23 Aug 2008 09:25:56 +0000 (09:25 +0000)]
Merge from vendor branch TNF:
Initial import of p5-HTML-Lint version 2.04 in the NetBSD Packages
Collection.

The Perl 5 module HTML::Lint checks for HTML errors in a string or
file.  HTML::Lint also comes with a wrapper program called weblint
that handles linting from the command line.

16 years ago+ Updated devel/libtar to 1.2.11nb2 [bjs 2008-08-23]
bjs [Sat, 23 Aug 2008 08:37:57 +0000 (08:37 +0000)]
+ Updated devel/libtar to 1.2.11nb2 [bjs 2008-08-23]

16 years agowip/vlc-devel wants to create a dlopen()-able module linked against
bjs [Sat, 23 Aug 2008 08:37:33 +0000 (08:37 +0000)]
wip/vlc-devel wants to create a dlopen()-able module linked against
this library; unfortunately, this package was only making a static
archive.  This is bound to break on a fair number of platforms.  Employ
libtool, as this is what vlc (and possibly other packages) are using
in the first place.

PKGREVISION++

16 years agoftp.matrix.com.br is not resolved anymore.
obache [Sat, 23 Aug 2008 08:12:02 +0000 (08:12 +0000)]
ftp.matrix.com.br is not resolved anymore.
Noticed by Zafer Aydogan via private mail.

16 years agoUpdate MASTER_SITES from download page.
obache [Sat, 23 Aug 2008 08:09:16 +0000 (08:09 +0000)]
Update MASTER_SITES from download page.
list outdated noticed by Zafer Aydogan via private mail.

16 years agoRemove unresolvable hosts from MASTER_SITES.
obache [Sat, 23 Aug 2008 07:47:00 +0000 (07:47 +0000)]
Remove unresolvable hosts from MASTER_SITES.
Noticed by Zafer Aydogan via private mail.

16 years agoTransmission-1.33:
tnn [Sat, 23 Aug 2008 06:12:06 +0000 (06:12 +0000)]
Transmission-1.33:
All Platforms
    * Fix crash from malicious torrent files with a piece size of zero
    * When creating new torrent files, change behavior that caused
      "Multi tracker torrents are not allowed" warning on one tracker
    * Fix Unicode handling in the JSON parser/generator
    * Fix memory error when reading KTorrent's PEX messages
    * Fix small memory leaks
GTK+
    * Fix crash from malicious torrent files with large creator fields
    * Fix error where some torrents opened via a web browser didn't appear
Daemon
    * Fix crash when adding nonexistent torrents via transmission-remote

16 years agoUpdate MASTER_SITE_MYSQL, taken from current download page.
obache [Sat, 23 Aug 2008 03:07:33 +0000 (03:07 +0000)]
Update MASTER_SITE_MYSQL, taken from current download page.
Noticed some dead hosts by Zafer Aydogan via private mail.

16 years agoSet DIST_SUBDIR=Mesa-7.0.4.1 (via MESA_PKGVERSION).
dsainty [Sat, 23 Aug 2008 02:51:19 +0000 (02:51 +0000)]
Set DIST_SUBDIR=Mesa-7.0.4.1 (via MESA_PKGVERSION).

This allows people that already have the older custom Mesa-7.0.4 tarballs
to correctly upgrade Mesa to the standard distributions without having to
know to delete the old sources or get confused by the mismatching distinfo
checkhashes.

Update the paths in the related distinfos for the change.

16 years agoRemove a comment about -lpthread that no longer applies now that libGL.so links with...
dsainty [Sat, 23 Aug 2008 02:31:50 +0000 (02:31 +0000)]
Remove a comment about -lpthread that no longer applies now that libGL.so links with libpthread on platforms that require it.

16 years agoUpdate MASTER_SITE_GENTOO, taken from http://www.gentoo.org/main/en/mirrors2.xml
obache [Sat, 23 Aug 2008 02:21:13 +0000 (02:21 +0000)]
Update MASTER_SITE_GENTOO, taken from gentoo.org/main/en/mirrors2.xml
Noticed some dead hosts by Zafer Aydogan via private mail.

16 years agoSet MAKE_JOBS_SAFE=no
epg [Sat, 23 Aug 2008 02:09:28 +0000 (02:09 +0000)]
Set MAKE_JOBS_SAFE=no

16 years agoUpdated graphics/MesaLib to 7.0.4.1nb1 (recording revision 1.58 of pkgsrc/graphics...
dsainty [Sat, 23 Aug 2008 01:44:26 +0000 (01:44 +0000)]
Updated graphics/MesaLib to 7.0.4.1nb1 (recording revision 1.58 of pkgsrc/graphics/MesaLib/distinfo)

16 years agoBump PKGREVISION to reflect that MesaLib-7.0.4.1 and the current
dsainty [Sat, 23 Aug 2008 01:27:10 +0000 (01:27 +0000)]
Bump PKGREVISION to reflect that MesaLib-7.0.4.1 and the current
package are built from different sources, with the current package
being the official 7.0.4 release.

Updates between the two versions' change logs are:

- This is a bug-fix release.
- Including the latest glext.h and glxext.h header files from Khronos

16 years agoSet MAKE_JOBS_SAFE=no
epg [Sat, 23 Aug 2008 00:48:12 +0000 (00:48 +0000)]
Set MAKE_JOBS_SAFE=no

16 years agofix distinfo botch (remove nonexistent patch-aa)
bjs [Sat, 23 Aug 2008 00:41:55 +0000 (00:41 +0000)]
fix distinfo botch (remove nonexistent patch-aa)

16 years ago+ Updated devel/qconf to 1.4 [bjs 2008-08-23]
bjs [Sat, 23 Aug 2008 00:25:42 +0000 (00:25 +0000)]
+ Updated devel/qconf to 1.4 [bjs 2008-08-23]